From 816e2365bf5b83194463213f087256c4fae41283 Mon Sep 17 00:00:00 2001 From: Mengqi Yu Date: Wed, 19 Jan 2022 00:18:44 -0800 Subject: [PATCH] Add benchmark test for parsing openapi in protobuf format --- kyaml/go.mod | 2 + kyaml/go.sum | 3 + kyaml/openapi/kubernetesapi/v1218pb/doc.go | 3 + .../openapi/kubernetesapi/v1218pb/swagger.go | 278 + .../openapi/kubernetesapi/v1218pb/swagger.pb | 48094 ++++++++++++++++ kyaml/openapi/openapi_benchmark_test.go | 37 + 6 files changed, 48417 insertions(+) create mode 100644 kyaml/openapi/kubernetesapi/v1218pb/doc.go create mode 100644 kyaml/openapi/kubernetesapi/v1218pb/swagger.go create mode 100644 kyaml/openapi/kubernetesapi/v1218pb/swagger.pb diff --git a/kyaml/go.mod b/kyaml/go.mod index 47ad4a85d7..34d084cbc3 100644 --- a/kyaml/go.mod +++ b/kyaml/go.mod @@ -5,7 +5,9 @@ go 1.16 require ( github.com/davecgh/go-spew v1.1.1 github.com/go-errors/errors v1.0.1 + github.com/golang/protobuf v1.5.2 github.com/google/go-cmp v0.5.5 + github.com/googleapis/gnostic v0.5.1 github.com/mailru/easyjson v0.7.0 // indirect github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 github.com/pkg/errors v0.9.1 diff --git a/kyaml/go.sum b/kyaml/go.sum index 2cbd35560b..88d26c89de 100644 --- a/kyaml/go.sum +++ b/kyaml/go.sum @@ -120,6 +120,7 @@ github.com/golang/protobuf v1.4.2/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw github.com/golang/protobuf v1.4.3/go.mod h1:oDoupMAO8OvCJWAcko0GGGIgR6R6ocIYbsSw735rRwI= github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk= github.com/golang/protobuf v1.5.1/go.mod h1:DopwsBzvsk0Fs44TXzsVbJyPhcCPeIwnvohx4u74HPM= +github.com/golang/protobuf v1.5.2 h1:ROPKBNFfQgOUMifHyP+KYbvpjbdoFNs+aK7DXlji0Tw= github.com/golang/protobuf v1.5.2/go.mod h1:XVQd3VNwM+JqD3oG2Ue2ip4fOMUkwXdXDdiuN0vRsmY= github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ= @@ -156,6 +157,7 @@ github.com/google/uuid v1.1.2 h1:EVhdT+1Kseyi1/pUmXKaFxYsDNy9RQYkMWRH68J/W7Y= github.com/google/uuid v1.1.2/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo= github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg= github.com/googleapis/gax-go/v2 v2.0.5/go.mod h1:DWXyrwAJ9X0FpwwEdw+IPEYBICEFu5mhpdKc/us6bOk= +github.com/googleapis/gnostic v0.5.1 h1:A8Yhf6EtqTv9RMsU6MQTyrtV1TjWlR6xU9BsZIwuTCM= github.com/googleapis/gnostic v0.5.1/go.mod h1:6U4PtQXGIEt/Z3h5MAT7FNofLnw9vXk2cUuW7uA/OeU= github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1/go.mod h1:wJfORRmW1u3UXTncJ5qlYoELFm8eSnnEO6hX4iZ3EWY= github.com/grpc-ecosystem/grpc-gateway v1.16.0/go.mod h1:BDjrQk3hbvj6Nolgz8mAMFbcEtjT1g+wF4CSlocrBnw= @@ -600,6 +602,7 @@ google.golang.org/protobuf v1.23.1-0.20200526195155-81db48ad09cc/go.mod h1:EGpAD google.golang.org/protobuf v1.24.0/go.mod h1:r/3tXBNzIEhYS9I1OUVjXDlt8tc493IdKGjtUeSXeh4= google.golang.org/protobuf v1.25.0/go.mod h1:9JNX74DMeImyA3h4bdi1ymwjUzf21/xIlbajtzgsN7c= google.golang.org/protobuf v1.26.0-rc.1/go.mod h1:jlhhOSvTdKEhbULTjvd4ARK9grFBp09yW+WbY/TyQbw= +google.golang.org/protobuf v1.26.0 h1:bxAC2xTBsZGibn2RTntX0oH50xLsqy1OxA9tTL3p/lk= google.golang.org/protobuf v1.26.0/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQnmE0givc= gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= diff --git a/kyaml/openapi/kubernetesapi/v1218pb/doc.go b/kyaml/openapi/kubernetesapi/v1218pb/doc.go new file mode 100644 index 0000000000..e20533a92b --- /dev/null +++ b/kyaml/openapi/kubernetesapi/v1218pb/doc.go @@ -0,0 +1,3 @@ +package v1218pb + +const OpenAPIProtobuf = "v1218pb" diff --git a/kyaml/openapi/kubernetesapi/v1218pb/swagger.go b/kyaml/openapi/kubernetesapi/v1218pb/swagger.go new file mode 100644 index 0000000000..997b9bec48 --- /dev/null +++ b/kyaml/openapi/kubernetesapi/v1218pb/swagger.go @@ -0,0 +1,278 @@ +// Code generated by go-bindata. DO NOT EDIT. +// sources: +// kubernetesapi/v1218pb/swagger.pb (3.803MB) + +package v1218pb + +import ( + "bytes" + "compress/gzip" + "crypto/sha256" + "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: %w", name, err) + } + + var buf bytes.Buffer + _, err = io.Copy(&buf, gz) + clErr := gz.Close() + + if err != nil { + return nil, fmt.Errorf("read %q: %w", name, err) + } + if clErr != nil { + return nil, err + } + + return buf.Bytes(), nil +} + +type asset struct { + bytes []byte + info os.FileInfo + digest [sha256.Size]byte +} + +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 _kubernetesapiV1218pbSwaggerPb = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xbd\x79\x78\x24\xd7\x75\xd8\xfb\x35\x80\xe1\xcc\x1c\x51\x12\x79\x49\x91\x62\x93\x14\x8b\x3d\xe4\x00\xe8\x01\x1a\xd3\x98\x1d\xb3\xa2\x31\x0b\xd1\x1c\x0e\xa1\x01\x05\x32\x34\x49\xb0\x50\x75\xd1\xa8\x99\x42\x55\xa9\xaa\x1a\x43\xc8\xa1\x62\x8b\x96\xe3\x25\x79\xa1\x9d\xc8\xe1\x17\x3b\xfe\xec\x2c\x8c\x68\xcb\x56\xa4\x28\xb1\xfd\xe4\x45\x7e\x7e\x8a\x69\x53\xa1\x2d\x2b\x8e\x1c\x4b\xb6\x3f\xd9\xfa\xf2\xbc\x45\xb6\x12\xc7\x76\xbc\x44\xef\xbb\x4b\x6d\x8d\x6e\x54\xa3\xa7\xbb\xd1\x60\x9f\x7f\x48\x4c\x57\xd5\xad\x5b\x77\x39\xf7\xdc\xdf\x39\xf7\x1c\x18\x9c\x2c\x1c\x24\xef\x02\x78\xb4\xba\x44\x5d\x8b\xfa\xd4\x23\xbb\xd7\x8a\x85\xc9\x62\xe1\x78\xe9\x63\xbf\xfd\xa9\x0c\xf9\xf2\x01\xb8\x34\xa1\x3a\x86\x37\xe1\xd8\xa6\xa1\xad\x4f\xac\x15\x97\xa8\xaf\x16\x27\x2c\x75\x95\x7a\x8e\xaa\x51\x6f\xe2\x9b\xc3\xbf\x5f\x9c\x70\x6c\x5d\x37\x3c\xb7\xea\xf8\x86\x6d\x2d\x55\xf5\x0a\xf5\xe5\x0d\x2f\x92\x97\x0f\x90\x7f\x33\x08\xef\x10\x05\x2d\xca\x82\xb2\xfb\x5d\xaa\xea\x8a\xbf\x42\x15\xcf\xa1\x9a\xb1\x6c\x50\x5d\x99\xb3\xf5\xf3\x61\x29\x25\x5e\x4a\xbe\xc0\xee\x9b\xe3\xcf\x2e\x88\x47\xaf\x04\xaf\xd5\xeb\xdc\x3f\x79\x9b\xea\x38\xa6\xa1\xa9\xec\xa7\x89\x6b\x9e\x6d\x25\x7f\x59\x57\x57\xcd\xc9\x7d\xf1\x5f\xd6\x2c\xbd\x70\x3d\x6c\x87\x82\xe3\xda\xbe\xbd\x54\x5d\x9e\x1a\xcc\x4f\xe4\xcb\x06\x5c\x81\xc1\xc9\x83\x07\xc9\x25\xb8\x00\x03\x8f\x3f\x4a\xce\xc2\x69\x38\xb9\x6f\x42\xa7\xcb\x86\x65\xb0\xe7\xbd\x09\xc3\x2e\x5c\x3f\xee\x15\x54\xc7\x28\x88\x6f\x2c\xc8\x6f\x2c\xd4\xa9\x1f\xdc\x0d\x83\x87\x0f\x16\xc9\x6d\xf0\x0e\xb8\xf5\x7d\x96\x5a\xf5\x57\x6c\xd7\xf8\x00\xd5\xaf\xee\x5a\xf1\x7d\xc7\xbb\x76\x3f\xdc\xf1\xc2\x78\x54\x9f\x71\x55\x63\x0f\x93\x5b\xc8\x10\x7b\xfa\xda\x73\xf0\x40\xe2\x72\xc5\xb5\xab\xce\xf8\x1a\x75\x3d\xc3\xb6\xc6\xaf\x1b\x96\x4e\x4e\x92\x13\xfc\xd7\x29\x45\x54\x07\xd8\xaf\x53\xf5\x1a\x17\xe4\x73\x53\x8a\xac\x31\x64\x5f\xde\xbb\xa1\xa7\x46\x5d\xea\x98\xaa\x46\x9b\xe8\xac\xa2\xbc\x75\xbb\xfa\xab\xf4\x5e\x78\x1c\x1e\x23\x43\x4b\xb6\xbe\x9e\xe5\xff\x55\x32\xf9\x9b\xeb\xb0\xd2\x0f\x0e\xc0\xf7\x0f\x90\x57\x06\xb2\x1f\x19\x20\xbb\xde\x5f\xa5\xee\x7a\xf6\x2f\x33\x4f\xae\x50\x4b\x71\x5c\xea\x51\xcb\x1f\x53\x0c\x4b\x67\xb5\xa3\x9e\xe2\xaf\xa8\xbe\xb2\x6a\xeb\xc6\xb2\xac\xae\xa7\x78\x2b\x76\xd5\xd4\x15\xcb\xf6\x95\x25\xaa\x38\xac\xc5\x3d\x9f\xea\x05\x65\xda\x52\x0c\x6b\x4d\x35\x0d\x5d\xb1\x5d\xa5\x6a\xb9\x54\xb3\x2b\x16\x1b\x0b\x8a\xee\xae\x5f\xad\x5a\x8a\x6e\xb8\x54\xf3\x8d\x35\xaa\xdc\x30\x4c\x53\x71\xa9\x57\x35\x7d\xc5\xb0\x14\xd5\x52\xa8\xeb\xda\x2e\xfb\xc9\xb1\x2d\x8f\x2a\xaa\xc5\x5e\xa1\x2c\x57\x5d\x7f\x85\xba\x8a\xe3\xda\x1a\xf5\x3c\xc3\xaa\x28\xf6\x32\xef\x38\x97\xbe\xbf\x4a\x3d\xbf\xa0\x2c\xf0\x37\xae\xa9\x66\x95\x7a\x8a\xea\xd2\x29\x65\x5c\x99\x36\xcd\x29\x45\x35\x4d\xf6\x62\xc5\xad\x5a\x8a\xe7\xab\x15\xea\x89\xd7\xb2\x5a\x8b\xe2\xa8\x9e\xbb\x45\x54\x6d\xf2\x16\xcf\x77\x0d\xab\xf2\x43\x99\x4c\xe9\xfb\x06\xe0\x1f\x0f\x90\x97\x07\xb2\xff\x30\x6c\xa0\x3f\xcc\x2c\x1b\xd4\xd4\x1f\x53\x2d\xb5\x42\x5d\xc5\xf0\x14\x55\x61\xc2\x40\x51\x3d\xcf\xd6\x0c\xd5\xa7\xba\x72\xc3\xf0\x57\x78\xcd\x54\xcd\xb7\x5d\xd6\x04\xd4\xf2\x0d\x7f\x5d\xb4\xa1\xe1\x29\xab\xea\x75\x56\x7f\x7f\x85\x7a\x54\xd1\x56\x54\xab\x42\xbd\x82\xf2\xc4\x0a\x15\x95\x57\x56\xab\x1e\x6f\x52\x93\x7a\xbc\xe1\x2d\x56\x46\x71\xf2\x38\xbb\xd7\x55\x35\x9f\xba\x9e\x62\xda\x56\x65\x8c\x37\x8e\x6d\x99\xeb\x8a\x66\x5b\xbe\x6a\xb0\x9e\x33\x2c\x5f\x5d\x32\x69\xec\xde\x31\x45\xf5\x14\x3e\x4c\xa8\xae\x2c\xad\x2b\x7c\x3a\x4e\x4d\x4c\x54\x6c\x53\xb5\x2a\x05\xdb\xad\x4c\x38\xd7\x2b\x13\x55\xcb\xd0\x6c\x9d\x4e\xec\x9b\xf5\xe6\x58\x29\x85\xdc\xad\xf1\x6f\x8d\x35\x4c\xf9\x67\x33\x6d\x97\x1e\xf3\xac\xbc\x22\xb9\x0c\x65\xd8\x3d\xe3\x52\xd6\x90\x9d\x17\x49\xcd\xc9\x9c\x0d\xb2\xa4\x59\x21\xb4\x89\xc8\x73\xaa\x3e\xe4\x3f\x79\xdb\x06\x91\x74\x9f\x4e\x4d\xea\x53\x45\xad\x2b\x85\x0e\x8a\xab\xdb\x26\x84\x9e\x80\xab\x30\x17\x17\x42\xf9\x12\x9c\x6b\xd4\x41\xab\xaa\xb6\x62\x58\xd4\x5d\x2f\x38\xd7\x2b\xec\x07\xaf\xb0\x4a\x7d\xb5\xb0\x56\x2c\x9c\xe7\x9f\xf1\x38\xaf\xa8\x87\x72\x28\x4d\x0e\x7d\x75\x00\xbe\x32\x40\x7e\x7b\x20\xfb\xa5\xb0\x81\x3e\x31\xc0\xc4\x85\x5e\x75\x79\x1b\xb0\x1a\x7b\x54\xb3\x2d\xdd\x53\x96\xe8\xb2\xed\x8a\x25\xcd\x5e\xba\x46\x35\x3f\x68\x9f\x25\xaa\x88\xe1\xa3\xf3\x2a\xc6\xe4\x8c\x65\x5b\xe3\x16\xad\xa8\xbc\x21\x0c\xcb\xa7\x15\xea\xc6\xe5\xd1\x07\xa8\x6b\xc7\xba\x40\x0e\x51\x63\x75\x95\xea\x4c\xe2\x99\xeb\x05\x65\x96\xb5\x81\xe1\xc9\x07\x0c\x4f\xb1\x0c\x73\x8c\x57\x42\xa7\xcb\x2a\x6b\xd4\x8a\xcb\x56\x5a\x87\xba\x86\xad\x2b\xcb\xb6\x5b\xb3\xe8\xfa\xeb\x0e\x0d\x5b\xa3\xea\xb1\x4a\x9e\x17\x4f\x7a\x8a\x6f\x2b\x2a\x7b\x32\xf8\x20\xf9\x92\x65\xde\xe5\x61\x11\x05\x51\xcf\x55\xaa\x5a\x75\xeb\x98\x23\xbc\x0a\x73\xbc\x06\xf3\xa2\xb5\x26\x77\xcb\xcf\x65\xcd\xfc\xf9\x01\x78\x73\x80\xbc\x31\x90\x7d\x3d\x6c\xe6\x1f\x1a\x38\x4f\x1d\x97\xb2\xef\xd6\xa7\x14\xc7\xa4\xaa\xc7\x6b\xc7\x2b\x3f\xe7\xda\x8e\x5a\xe1\x1d\x20\x66\xe4\x98\x68\x03\x2e\x35\xc3\x6f\xd1\xc3\x02\x58\x2f\x15\x0b\xc7\x0a\xca\xbc\xe8\x10\xd1\x3a\x0e\xb5\x74\x6a\xf9\xf2\xdb\x58\xff\x29\xb6\xeb\xac\xa8\x16\xfb\x22\xd6\xac\x6e\x95\x4e\x2c\xab\xa6\x47\x45\x7b\xe6\xc4\xd5\x9c\xb2\x6c\x58\xaa\x69\x7c\x80\xba\xe1\xab\x54\x5d\x67\x2d\x69\x4f\xb8\x74\xd5\x5e\xa3\xba\xb2\xec\xda\xab\xb1\x91\x30\xec\x45\x0f\x79\x8a\x69\xb0\xc1\x7a\xc1\xe0\xc3\x39\x56\x71\xdb\xdd\xf8\x65\xca\xaa\xba\xce\xde\xe0\x51\x7f\x4c\x59\xaa\xfa\x62\xb2\xd9\xfe\x4a\x21\x77\x9b\xa8\xcf\xf9\xe0\x43\xbc\xc9\xdd\x4b\xb6\x6d\x52\xd5\x62\x6d\xfa\x1d\x43\xf0\xe1\x21\xf2\xa1\xa1\xec\x37\x06\x83\x36\xfd\xe2\xe0\x93\x2b\x94\xbf\x94\x4d\xa9\x15\xfb\x86\x52\x51\xdd\x25\xb5\x42\x15\xcd\x36\x4d\xca\x45\x64\x34\x2f\xa8\xbb\x6c\xbb\xab\xac\x2d\xea\xd6\xf4\xf1\x9a\x97\x37\xae\x28\x1f\xcf\xc1\x60\x14\x52\x97\x8d\x53\x9d\x6a\x86\x2e\xd6\x45\xd6\x50\xf4\x05\xc3\xf3\xd9\xa4\x8e\x5a\xd7\xa3\x5c\x22\xb0\xab\x4c\x7e\xe9\xaa\xaf\x16\x62\xcd\xc8\x3e\x42\x4c\x7f\xcf\xae\xba\x1a\x1d\x97\x03\x52\xab\x79\x59\x41\x99\xd6\x34\xea\x88\xc5\x39\x2e\x1c\x86\xc5\x37\x0c\x2b\xe3\xb2\xe3\x93\x03\xc3\x3b\xa9\x0c\x97\x54\xed\x3a\x5b\x74\x2c\x9d\xdd\xa5\x9a\xa6\x7d\x83\xdf\x54\xd3\x70\x6c\x52\xd9\xc1\xd0\x4f\x16\x12\x7c\xc1\x52\x58\xd2\x49\x65\xf8\xa2\xed\xd2\x58\xb1\x8a\xa6\x7a\x9a\xaa\xb3\xaf\x97\xed\xc3\x85\xad\x28\xcf\x13\xd2\x6b\x43\x81\xcb\x61\x19\x85\xdc\xed\x4e\xed\xb8\x89\x2b\x0d\x9f\xce\x34\x5c\x8f\xe1\xb2\xd0\x26\x2e\xc0\x0c\xd7\x26\x4e\xc3\x49\x38\xd1\xc2\xba\x32\xef\xab\x7e\xd5\x83\xab\xac\xb4\x49\xf2\x28\xcc\xc2\x1e\xd1\xe8\x54\xbf\xc9\x32\x03\x8d\x41\xa9\xbf\xa2\xef\x25\xbb\x45\x33\x75\x7c\x1f\x53\x7a\xf5\xd6\x0d\x4a\xc3\xa4\xa3\xba\xbe\xa1\x9a\xe6\xba\x52\x75\x74\xd5\x6f\x66\x43\x33\xe1\xa8\xbe\xb6\xb2\x1d\x9a\xc4\xbd\xb5\x05\x8d\xf3\xaa\x1c\x60\x7f\x4e\xdd\x17\xbf\xb8\x4a\xdd\x0a\x8d\x5f\xdd\x1f\xbf\xea\xf9\xae\xea\xd3\x8a\xa1\x8d\x6f\xb8\x2f\x51\x0a\xfb\x7b\x5d\x5e\x65\xb5\x2c\x5d\x81\xcb\x50\xae\xd9\x4a\x4d\xc1\xf1\x16\xc6\xc6\x1c\x2b\x14\xf5\x97\x34\xfd\xe5\xe3\x83\xf0\xb1\x41\xf2\xda\x60\xf6\xd5\x70\x11\x78\x69\xb0\x7f\xf6\x51\xca\x13\xd1\x92\x65\x78\xbc\x9d\x0d\x97\x0a\x25\x88\x0f\xce\xa0\xe9\x3d\x65\xa4\xc1\xc0\x1d\xe5\x6b\x99\xcd\xe7\xa3\x6a\xf2\x27\x99\xd2\x26\x9e\xe6\x77\x70\x05\xca\x53\x46\xca\x9e\x6d\xf1\x61\x39\xa6\x3c\xc6\xa6\x85\xfc\x7b\x3e\x98\x2c\xd1\x8f\xa3\x8d\x37\x78\xa5\x37\x33\xf0\x46\x86\xbc\x9e\xc9\x7e\x36\x13\xf4\xd8\x47\x33\x17\x6d\x57\xe3\xba\x5d\xc5\xe6\xcd\x6e\x2b\xb9\x65\xf6\x53\x4e\x99\x4e\x7c\x45\x41\x99\xf5\xa5\x1a\x56\xf5\x02\xf5\xc4\xa5\xe3\xaa\xc6\x3f\x9c\xb5\xf1\xb2\x69\x68\x72\x99\xa5\xa6\xee\x29\xf6\x0d\xd9\xa6\xb6\x18\x9c\xd4\x76\x4c\x5a\x50\xc4\x1b\x97\x4d\xb5\x12\xf6\x65\xd5\x62\xeb\x71\xbd\x06\x08\x5f\x9f\xdb\xc5\xab\x15\xd7\x43\xb6\x01\x77\x3d\x50\x7f\xa5\xd8\x43\x6e\xe1\xd5\xed\xf8\x42\x51\x3e\x07\x67\xc8\xa9\xdc\xd4\x9e\x0c\x19\x72\x54\x7f\x25\xfb\x00\x9f\x5f\x72\xb2\xd7\x29\x22\x37\xc4\x6e\xc8\xcb\x51\xf0\x4a\x26\x53\x7e\x1e\x9e\x23\xcf\xe4\x9e\x0e\x4b\x98\x92\xfa\xb7\x98\xa8\x96\xae\xb0\xaf\x56\x3c\xcd\x76\xe8\x98\xe2\x55\xb5\x15\x36\x41\xb8\x6a\x4f\xd5\x55\xa1\x19\x39\xae\xcd\xd5\xda\xdc\xde\x90\xa9\xc6\xdf\xf0\x38\x3c\x46\x1e\xcd\xce\x06\x63\x6c\x7c\x76\x59\x19\x66\x0a\xef\x30\xd7\x75\x85\x86\x61\x57\x7d\xa7\xca\xe7\xbb\xe3\x52\xdf\x5f\x17\x73\x93\xea\x85\xdc\x2d\xe2\x87\xd8\xc0\x25\x1f\x1d\x81\xc3\x02\xef\xba\x4b\xaa\x56\x08\xba\x85\x4f\x28\xde\xbb\x86\x3d\xb1\x56\x54\x4d\x67\x45\x2d\x4e\xdc\x60\x1d\x31\xe1\xda\x26\xf5\xc8\x9f\x0c\x93\xdf\x1b\x82\x2c\x7b\x6a\x3a\xfe\xd0\x62\x70\x77\xd6\xe1\xb7\x73\x51\xbe\x66\xe8\x55\xd5\x0c\x44\x8e\xd8\x9f\x30\x75\x9a\xb5\xee\x55\x9b\x8d\x5c\x3d\xb6\x6d\x08\xf6\x0b\xc3\xbc\x80\x61\xc5\x51\x5d\x75\x95\xfa\x7c\x66\xf8\x2b\xe1\xa3\x0e\x0d\x37\x73\x9e\x4f\x55\xbd\x90\x3f\xca\x1f\xb8\x5a\x5b\xa5\x05\x59\x23\xf6\xa6\xcb\x86\xe7\x5f\xb4\xdd\x69\xd3\x0c\x57\x6f\xaf\x6d\x4b\xf5\xe4\xfd\xb5\x05\x9d\xf4\x7c\x97\xaa\xab\xa7\x79\xc5\x26\x0f\x36\x51\x46\xe2\x09\x81\x9e\xaf\xc3\x9c\x98\x8b\xb3\x70\x89\xcf\xc5\x69\x38\x0b\xa7\x5b\x58\x7e\x9f\x64\x65\x5e\x58\xa3\x56\xfa\x6c\xdc\x57\x7f\x36\xde\x4a\x80\x57\x8c\xf5\x00\x5c\xd3\xd2\x67\xe4\x39\x72\x46\xce\xc8\x86\xe3\x4b\x4e\x52\xd6\x3b\xf1\x59\x29\xfa\x0c\xca\x1f\x1a\x82\x6f\x0c\x92\xbf\x19\xcc\xfe\xef\x70\x31\x7c\x73\x90\xab\xf4\xfc\x73\x4a\xb6\x7d\x7d\x55\x75\xaf\x7b\xd1\xa2\x20\xc6\x1d\x5d\xe3\x6a\xb7\x58\x14\xd9\x66\x39\x57\x7a\xfc\xf1\x47\x1f\x9b\xbe\xfa\x68\xae\xa0\xcc\x53\x97\xbd\x4a\x2a\xec\x36\xd7\x25\x8c\x55\xc7\xa4\xab\x6c\x6b\xb9\x14\x96\xc9\x76\x47\x46\xc5\x12\x80\x80\x2d\x4a\x4c\xb4\xb2\x79\x1a\xdd\xa2\xba\x6c\xf7\x64\xf9\x8a\xea\x0b\x35\x92\x17\x3d\xec\x29\xba\xe1\x69\x2e\xe5\x1f\xaa\xcc\x98\x06\xaf\x4d\x4c\x75\x51\x3d\xaf\xba\x4a\x6b\x0a\x72\xa9\x5f\x75\x99\x68\x57\x7d\x45\xb5\xd6\x95\x70\x6f\xc4\x66\xb0\xbb\xa6\x9a\x63\x8a\x65\xbb\xbc\x5a\xfe\x0a\x5d\x0f\x0a\x89\xde\x2b\x16\x0f\x8f\x32\x61\x63\xad\x2b\xc1\x27\x8b\xd6\x50\xf4\x2a\x9b\xf7\x8a\xaa\x78\x4c\x95\x61\x15\x0b\x38\x84\xe1\x89\x4a\x89\xc6\x4b\x6c\xcc\xd9\x55\xde\x04\x72\x7f\xcd\x36\x31\x54\xf5\xab\x2e\xdb\x4f\xf9\x54\xa9\xe9\x06\x59\x12\xb5\x98\x36\xc0\xf7\xf0\x6c\x0c\xf2\xca\x35\x2a\x36\x77\x47\x9d\xfe\x4c\x2c\x47\x7f\xb2\x17\xfe\x78\x2f\xf9\x83\xbd\xd9\xff\xb6\x37\x18\x04\xbf\xb8\x97\x29\x2e\x4c\xff\x30\xac\x2a\x95\x6b\x7d\x8c\xdd\xb0\x65\xef\x06\x93\x89\x2e\xf5\x5d\x83\xae\xb1\x0f\x5f\xb5\x79\x1b\x7b\x9c\x92\x84\x9b\x7d\x51\xb9\x82\x32\x6f\x58\x1a\xad\xc1\x32\xb2\x55\xa5\x16\x33\xa6\x68\xb2\x23\x59\x0f\x70\x05\x28\x10\x56\x61\x45\xc4\xa3\xbc\x70\x95\x49\xe0\x35\xc3\xae\x7a\x0a\xaf\x73\xa0\x6f\xf2\x31\x69\xb0\x6d\xa1\xa1\xa9\xa6\xbc\x16\x4a\x39\x4f\x19\xa1\x2f\xb0\x4d\x58\x48\x7d\x44\x91\xf6\x72\xf8\x92\xd1\x70\x17\x2d\xeb\xc7\xaa\xe3\x52\xbe\xd8\xa8\xb5\x55\x31\xd8\x08\xa7\xa2\x57\x42\x8d\x38\xec\xca\x68\xd7\x53\xfb\x18\x7b\x82\xab\x7b\xd4\x55\x84\x52\x7d\x43\x72\x08\xbd\x4a\x99\x0c\xa7\x2f\x38\x86\x14\xc1\x23\x15\x6a\x51\x97\xef\xa8\x96\x99\x76\xed\xdb\xca\xb2\xb1\xec\x53\x6a\x29\xab\x86\x55\xf5\xa9\x37\xca\x74\x49\x5e\xb7\x65\xa3\x12\x60\x38\xb1\x20\x28\xb6\x15\xfb\x96\xb1\x0d\xa3\x59\xa8\xe4\x7a\x20\xfd\x0f\x17\x0f\x2a\x57\x25\x3c\xb8\xc0\xaa\x40\x75\xa9\xbb\xfb\x76\x45\x54\x50\xde\x19\x7e\x91\x6f\x5f\xa7\x56\xf8\xc9\xa2\x0f\x15\x8b\x52\xdd\x13\x77\xf1\x0d\x84\xe5\xf3\x85\x65\x8c\x35\x18\xd7\x9e\x5c\xea\xf9\xaa\xcb\x67\xb5\xe1\x8a\x45\x87\x15\x6c\x57\xfd\x64\x8f\xf3\xf1\x5c\x50\x1e\x67\xaf\xbe\x61\x04\xdc\x49\xbe\x85\xf5\x8c\x9c\x8e\x42\x57\xe3\xe5\x48\x59\x15\xa9\xec\xbc\x86\xac\x7b\xa8\xb1\x16\x57\xe5\xd9\xc7\xf2\x8f\x4b\x6d\x16\x5e\x2e\xaf\x30\xd7\x13\x83\xc1\x6d\xd1\x17\x7c\xe5\x3a\x5d\x17\x74\x27\xfc\xd9\x64\x9b\x2b\x5f\xf1\x2c\xd5\xf1\x56\x6c\x7f\x4c\xb9\xb1\x62\xb0\xc5\xda\x53\x0c\x2b\xd6\x20\xe1\xfd\xe1\x40\x96\xd5\x17\x53\x68\x3c\xa4\x70\x5c\x90\x32\x09\xa6\x09\x5b\xc4\x98\xdc\xb3\xb1\xbf\x6c\x37\x00\xa9\x8a\xba\xec\x53\x31\xa6\x97\x0d\xd7\xf3\x6b\x1b\x43\xec\x8d\x0c\x4b\x33\xab\xba\x90\x1d\x92\x14\xf1\x2d\x19\xdf\x4f\xb0\x01\xc9\xfe\x2f\x3a\xe5\x3a\x5d\x17\x82\x33\x2a\x38\x17\x7c\x71\xae\x00\x90\xdc\x49\x70\xfc\x59\x75\x1c\xdb\xe5\xdb\x25\x26\x1c\xa4\x8e\xe2\x71\x6c\x18\xc9\x69\xde\x6b\xbc\xf3\xa5\x44\x8c\xb7\x9c\x68\x00\x3e\xfe\x16\xc4\x7a\x25\xa7\x4c\x28\xbd\x25\x1c\x93\xbd\x25\x76\x92\xbe\xb2\x6a\x78\x1e\x97\xca\x89\xed\x6c\x21\xb7\x27\x18\x49\x71\xfa\xf3\xf7\x33\xf0\x6d\x19\xf2\xad\x99\xec\xdf\x0b\x04\xde\x33\xd3\x8a\x47\x23\x6c\xc5\x46\xa7\x6b\x68\x62\x2c\x06\xca\x54\x58\x83\x90\x8e\xae\xcb\x96\x12\x1b\x87\x24\x24\xa6\x6b\xd4\x5d\xf7\x57\x0c\xab\x52\xc8\xbd\x9d\xdf\x30\x2f\x5f\xd0\xc9\x9a\x98\xea\x12\x35\x37\xab\x09\xbf\xa1\x5e\x4d\xfe\x0a\xe0\x2f\x80\xfc\x19\x64\xbf\x0e\x41\x55\xfe\x33\x98\xc6\xaa\xe1\x8b\x0d\xf1\xaa\xfa\x82\xb1\x5a\x5d\x55\xac\xea\xea\x12\x75\x45\x2d\xc4\xd0\xf1\x44\x3d\x59\x95\xc4\x36\x52\xd4\x53\x53\x4d\x93\x8b\x05\xbe\x30\x18\x3e\x5d\xf5\x04\xd1\xdc\x38\xdb\xd8\x72\xc2\x7e\x7b\x3e\xe8\xac\xe7\x03\xa8\x6a\x45\xdf\x1d\xf0\x4e\xa1\xe1\x8a\x41\xc1\x67\x86\xa6\x5a\x01\xa7\x8f\xe6\xb6\xc7\xb6\x05\x5c\x83\x0b\x17\x01\x51\x4b\xb6\x5c\xd1\x68\xf6\xb2\x57\x8b\x6f\x61\xcd\xc5\x94\x17\xdf\x17\xcb\xb8\xf8\x76\x21\xfc\xc5\xb7\xd1\x1b\x7c\x1a\xa8\x56\x1c\x51\xb0\x89\xb7\x6a\x57\x2d\x5e\x8c\xf8\xca\x91\xaa\xc3\x5e\x26\x2c\x15\xec\x97\xd1\x60\xb6\x09\x4d\x41\xe5\x02\x26\x78\x3a\xe8\x43\x36\xd3\x96\x0d\xd3\xa7\x4c\xe6\x32\x39\xc8\x86\xb6\x96\xd4\x6d\x12\xab\xa2\x00\x3a\x5a\xb8\x8d\x4a\xca\x4c\x41\x5f\x7d\xea\xae\x1a\x16\x0d\x57\x97\xc4\x22\xcd\xe7\xf6\x9a\x6a\x98\x4c\x9b\x88\xf4\x36\xf6\xc9\xda\x8a\x6d\x7b\x94\xcf\x2c\xdf\x0e\xe6\xb5\xec\x0b\xd6\x2c\xaa\x5b\xa9\x72\x75\x4e\xb5\xf4\x40\x62\xf2\x46\x62\xdf\x26\xeb\x13\x16\x1d\xb5\xee\xec\xb2\x12\x0e\xa9\x68\x71\x0c\xd6\xdb\x9a\x0f\x30\x3c\x85\xae\x3a\xfe\x7a\x52\x31\x08\xb5\x32\xd5\x67\x6b\xe8\x66\x1f\xb4\x99\x80\x32\x96\x6b\xc4\x13\x93\x67\xe1\xa8\xac\x54\x55\x57\xb5\x7c\x1a\x30\xb2\xc8\x6c\xe1\x45\x93\x8f\xcb\xb8\x2a\xa7\x56\x61\xcd\x43\x31\x1b\x2a\x20\xbe\xad\x18\x9e\x57\x95\xaa\xa1\x61\x55\x4c\x1a\xcd\x8f\x70\xcd\x0b\x86\xdb\x78\xc0\x93\x98\x2e\x1a\xbe\x72\x6b\x72\x3f\x10\xf9\x5c\xf3\xf4\xaa\x54\xaf\x2b\xfc\xb9\x06\x5c\x5d\xf2\xd8\xcd\x96\x1f\x7e\x81\x1e\x23\x27\x4f\x48\xe5\xd5\xb3\x57\xa9\x6f\xac\x52\xf6\xed\xcb\xd4\x75\xb9\x5d\x87\xad\x13\x89\xf5\x3d\x5a\xee\x58\x7f\x52\xcb\xab\xba\x41\xf3\xa9\xc1\x82\x1d\xc0\x32\xd1\x6a\xe2\x93\xf9\xb4\xe4\x4b\xb3\xe2\xad\xaa\xa6\x49\x5d\x45\x5b\xa9\x5a\xd7\x3d\x36\x8e\x54\x85\x09\x2f\xc5\x54\xdd\x4a\xd0\xcd\x7c\xbe\x8b\xe2\x85\x9e\xee\x51\xca\x87\x9d\x63\x7b\x9e\xc1\x86\x9b\x6c\x36\x3e\xdc\xe2\xb3\x4b\xf0\x68\x3d\xd2\xd4\xf9\x7b\xa8\x2e\xfa\x83\x2b\x83\x72\xc9\x91\x23\x58\x22\x06\x5e\xeb\x1b\xaa\x17\x20\xd4\x60\x37\xc2\xda\x64\xe3\x7a\x2b\xb4\x50\xd5\x63\x1d\xac\x55\x4d\x61\x6c\x8b\x86\x4d\x21\xb7\x8b\x7f\x77\xdc\xda\xd7\x76\xf4\x50\xfe\xeb\x0c\xfc\x65\x86\xfc\xaf\x4c\xf6\x7f\x84\xcc\xec\x73\x99\xda\x85\xd5\xa3\x7e\xd0\x87\xbe\xab\x1a\x4c\x84\x59\xca\x0d\xf6\xb1\xc1\x9d\x41\x83\xb0\xdb\x82\x61\x15\x1a\xb5\xdc\xc0\xaa\xc7\x44\x07\x0d\x09\x64\x6c\xdf\x6d\xd8\x13\xba\xad\x79\x13\x7c\xd8\x30\x51\x35\xc1\x3b\x7e\x5c\x75\x8c\x09\xd5\x31\xc6\x35\xdb\x62\xba\xb8\x37\xb1\x2f\x34\x58\x85\x2f\x5c\xe6\x23\xdc\x57\x0d\xd3\x2b\x00\xc4\xd7\x33\x4e\xdd\x72\xef\xac\xf9\x9a\xf8\xd7\xff\xe6\x00\x7c\x71\x80\xfc\xe7\x81\xec\xe7\x43\x08\xfe\xea\x40\xcd\xfd\x8f\xf1\xd9\x1f\x4a\x48\x8f\x1b\xff\x6a\x5b\x88\xad\x7c\x8e\x63\x1a\x62\xc4\x87\xd3\x56\x50\x45\xc3\x53\x56\x8c\xca\x0a\x87\x8d\x9a\xbd\xba\x4a\x2d\x6e\xf1\x8c\xb7\x5f\xe2\x5d\x72\xdf\xc4\x3e\x2c\x2a\x89\x49\x11\x97\xd6\x7b\x31\xbb\x77\x1b\xda\xf5\xce\x7a\x75\x8f\x37\xee\x0f\x66\xe0\xfb\x33\xe4\x95\x4c\xf6\x23\xe1\xd0\x72\x9e\x30\x56\x29\x13\x63\xc1\xa6\x8a\x7d\x9f\x20\x5a\x52\x0d\xe0\xa2\x84\x8f\x7b\x4f\x18\x03\x83\x5d\x4a\xb0\x76\xa9\xa6\x39\xa6\xb8\xb4\xa2\xba\x3a\x27\xe4\x6c\xee\x5b\xeb\x8a\xaa\xf9\xc6\x9a\xe1\xaf\x33\x79\x67\x58\xc1\xbf\x0a\xb9\x77\xf8\xe2\x8d\x75\x4c\xe7\xe5\x4f\x64\xe0\xc7\x33\xe4\x47\x33\xd9\x8f\x86\x15\xfc\xee\xcc\x93\x42\xd1\xb4\xdd\x38\x28\x13\x66\x49\x4f\x73\x8d\x25\x2e\xf8\xc4\x87\x0b\x58\x28\xd7\x33\x7f\x85\xae\x0a\x51\x27\xd8\x11\xaf\x98\xae\x8f\x49\x61\x32\x26\xef\x5d\xb5\xd7\xf8\x6a\x19\x53\x3d\x95\x79\xbe\xc0\xad\xd7\xf6\x6d\x21\xb7\x4b\x10\xab\xd8\x1e\x9c\xfc\xc5\x33\xb0\x5f\xa0\x42\xcf\xb7\x5d\xb5\x42\x23\x3e\x18\xfc\xa2\x99\xaa\xe7\x51\x8f\x7c\xee\x19\xf2\x3d\xfb\x01\xe4\xaf\x8b\x6b\xc5\x6c\x5e\xe8\x85\xae\x5c\xd1\x02\x91\x67\x2f\x2b\xd7\x0d\x4b\x57\xe6\xc5\x9d\x33\xec\xf9\xfc\x3d\xec\x5e\xf9\xcb\x42\x31\x7e\xa9\xc7\x49\x5d\x09\x59\x15\xb2\xaa\x12\xb2\x2a\x64\x55\xc8\xaa\x90\x55\xf5\x0d\xab\x2a\xf5\x0c\xab\x6a\x7b\x4d\x5a\x66\x55\x25\x64\x55\xc8\xaa\x90\x55\x21\xab\x42\x56\xd5\x7d\x56\x55\xea\x6b\xb4\x54\x42\xb4\xd4\x39\xb4\x54\xea\x75\xb4\x54\xda\x81\x68\xa9\xbc\x04\x97\x84\x87\xd3\x39\x38\xc3\x3d\x9c\x8e\xc3\x51\x38\xdc\xd0\xdb\x30\xe0\x4f\xdc\xdb\x3c\xa2\x43\x97\x0d\x2f\xdd\xb1\xe9\xe9\x74\x9f\xa5\x63\xe4\x88\xf4\x59\x4a\x82\x2e\xe9\xa8\x14\x7f\x65\xdc\x61\x09\xae\xbd\xa7\xbe\xd3\xd4\x6e\xb2\x8b\xfb\x4b\xe5\xbe\x73\x6f\x82\x89\xbd\x4b\xac\x43\x8a\x9a\xc4\x5f\xf7\x8a\x9f\x3b\x0b\xc0\x04\xaf\xba\x08\xe7\xa1\x54\xe3\xd9\x3d\x09\x07\xb7\xda\xf0\xe8\xd1\x8d\x27\x63\x5b\x3c\x19\xfb\x3f\x33\x30\x23\xa6\xfe\x29\x98\xe2\x53\xff\x30\xb4\x30\x02\xe1\x11\x71\x1c\x76\x1a\xce\x46\xc7\x61\x5b\x2b\x69\x56\x1c\x86\x29\xc1\xb9\xd8\x61\x98\xd6\x8a\x4a\x93\x45\x8d\xe5\x85\x63\x7b\x3e\x74\x52\x56\xe5\x7f\x63\x2c\x21\x8b\x1e\x94\xa7\xa0\x62\x47\xca\xec\xe5\xa4\x5c\x7a\x58\xdc\x12\xca\xa5\x99\xf0\xd6\x0e\x4a\xa8\xce\x9c\xa0\x45\x44\x8b\x88\x16\x11\x2d\x22\xda\xfe\x41\xb4\xa8\xa1\xa5\x68\x68\xbd\xc3\xb0\x31\x7a\x41\x57\xa2\x17\xa0\xa9\x00\x4d\x05\x68\x2a\x40\x53\x01\x9a\x0a\xfa\xda\x54\x80\x41\x6c\x30\x88\x0d\x06\xb1\xe9\x54\x10\x1b\xb4\xc4\xa1\x25\xae\x5f\x2d\x71\xe5\x4a\x9b\xc3\x34\xa5\xe1\xe4\x7c\x7d\x9c\x7c\x07\xb9\x5d\xcc\xe6\x48\xd2\x76\x14\x2d\xb7\x3f\x48\xc5\x4f\x8c\xc0\xf1\x06\x9e\xe7\x89\xc8\x14\x1a\x53\x88\x84\x23\xba\xea\xa8\x9a\xe1\x1b\xd4\x23\x7f\x35\x4c\xbe\x36\x04\xb7\x45\xac\x5b\x86\xa7\xf8\x60\x73\xe1\x29\x66\xe6\x67\x83\x2f\x15\x65\xae\xb7\x29\x58\xc5\x14\x7f\x20\xa4\xe9\xa2\x56\x1b\xdf\x86\x01\x2b\xda\x18\xb0\x62\x39\x7d\xd4\xcf\x90\xe9\xcd\x46\xfd\xc6\x0e\xc2\x98\x15\x78\x0e\x00\x63\x56\xa0\x91\x09\x8d\x4c\x68\x64\xea\x6f\x23\x13\xc6\xac\xc0\x98\x15\x08\xf7\x11\xee\x23\xdc\x47\xb8\xdf\x13\x70\x1f\x63\x56\x60\xcc\x8a\x9d\x82\x33\x31\x66\x45\x27\x62\x56\xfc\xdc\x73\x70\x84\x75\xdd\xc4\x5a\xe3\x84\x65\xd2\x97\xc9\xf2\xd7\x6c\xb3\xba\x4a\x35\x53\x35\x56\x3d\xf2\xe1\xe7\xc8\x8f\xec\x87\xdd\x9a\xed\x72\xff\xd8\x43\x9b\xc7\xaf\x98\x0b\x0b\x59\xe0\x85\xcc\xb0\x42\xf2\xa3\xec\xa1\x19\xdb\xa5\x0b\xf1\x58\xf1\xf5\x6e\xed\x71\xa2\x87\x81\x2d\x10\x68\x61\x60\x0b\x04\x5a\x08\xb4\x10\x68\xf5\x11\xd0\xea\x21\xa7\xe0\x9e\x01\x5a\xe8\xad\x8a\x40\x0b\x81\x16\x02\x2d\x04\x5a\x18\xd8\x02\xdd\xe9\xde\x3a\xfc\xa9\xe7\xdd\xe9\x76\x64\x60\x8b\x15\x78\x4c\x78\x42\x5d\x84\xf3\xdc\x13\xea\x0c\x9c\x82\xa9\x86\x07\xc9\x35\xdb\xe5\xa7\xc8\xeb\x32\xa2\xa6\xc2\x5b\x3c\x99\xee\xe1\x74\x98\x4c\xc6\xdd\xf5\xa4\xb7\x53\x2e\x17\x24\xcb\xaa\xf7\xee\xf4\xd8\x16\x9f\xda\x1b\xc1\xb2\xf7\x84\x81\x2d\xea\x73\xb1\x03\xe2\x7a\x77\xc9\x98\x00\x59\x97\xa1\x0c\x8f\xd4\x44\xbc\x38\x0e\x47\x5b\xeb\x11\x3c\x55\x89\x71\x2f\x5a\x8c\x7b\xf1\xe1\x01\x11\x68\xe2\x20\x0f\x34\xc1\x24\xc3\x14\xb4\x3c\x0e\x45\xae\xbe\x22\xcf\xd5\x17\x46\xbf\xb8\x99\xf2\x1e\x17\x31\x30\x1e\x81\x8b\xb1\x18\x18\x37\x53\xe0\xcd\x46\xc2\x68\x4e\xac\x35\x27\xca\x12\x61\x30\xfe\x68\x2c\x12\x5b\xf9\xba\x31\x30\xea\x8b\xb0\x23\xe2\x5e\x21\xc2\xa2\x48\x18\xdd\x15\x66\x18\x1c\x03\x31\x2f\x62\x5e\xc4\xbc\x88\x79\x31\x38\x06\x06\xc7\xc0\xe0\x18\x18\x1c\x03\xcd\x0d\x68\x6e\x40\x73\x03\x9a\x1b\xd0\xdc\xd0\x16\x73\x03\x06\xc7\xc0\xe0\x18\x18\x1c\x03\x83\x63\xa0\x35\x0f\xad\x79\x7d\x14\x1c\xa3\x53\xb4\xb9\xfc\x3c\x3c\x47\x9e\xc9\x3d\xbd\x27\x43\x86\x1c\xd5\x5f\xc9\x4e\xc9\x95\x5c\xd8\x3f\x2c\x5d\x61\xf5\x56\x3c\xcd\x76\xe8\x98\xe2\x55\xb5\x15\xa6\xcd\xf0\xee\xa2\xea\xaa\x10\xac\x8e\x6b\xf3\x55\x31\xb7\x37\xf4\x61\xcf\xcb\x7e\x7f\xa5\x03\x27\x5e\xc8\xcf\x1d\x80\x63\x22\xf6\x86\xea\x18\x2e\xad\x18\x4c\x0a\x71\x7f\xea\x30\x06\xc7\x12\xf5\xd5\xe2\x84\x74\x30\x36\x42\xff\xfa\x17\xc9\x4b\x07\xc8\x4f\x0d\xc2\xdd\x35\x0f\x2e\xca\x27\xb2\xf7\xbb\x54\xd5\x6b\xf6\xbe\xd3\x73\xb3\xf3\xa2\x94\xfc\x43\xec\xf2\x74\xf2\xd9\x05\xf1\x68\x74\x57\x7b\x89\x7a\xf9\x83\x0d\xc7\x11\x68\x62\xb8\x3e\x03\x4f\xf3\xe1\xca\xd9\x7b\xdd\xe1\xca\x0a\x1f\x57\x2b\x15\x36\x4f\x7c\xdb\x8d\x46\x6c\x6d\x03\xca\x76\x28\x44\x5f\x13\x0c\xd6\xfb\xeb\x0f\xd6\x5b\xc8\x50\x85\xfa\x70\x8d\xa6\x8f\xcf\x12\x39\x27\xc7\x67\xfd\x6e\x8b\x8f\x4b\x5e\x0b\x39\x88\xa3\xba\x40\xf6\x73\x7b\x1b\xf7\x9d\xe2\x52\xc7\x54\x35\xda\xb8\xfb\x86\xe5\x1d\xdd\xed\xc1\xd2\x32\xe8\xb0\x54\x63\xe0\xed\x40\x4f\x21\x33\x44\xd3\x6f\x8b\xa6\xdf\xdf\xcf\xc0\x8a\xb0\xd7\xaa\xb0\x18\xd9\x6b\x3b\x22\x50\x7a\x5d\x9c\x39\xd5\xa6\xc5\x59\xba\xc0\xda\x5c\xe0\xe5\xff\xed\x6d\x8d\xc5\xd9\x9d\x72\x8b\xa0\x5a\x71\x11\xb6\x5f\xfc\xda\x65\x09\xd6\x19\xab\x2e\xca\xab\x14\x79\x85\x96\x85\xae\x58\x16\x10\x29\x21\x52\x42\xa4\xd4\x29\xa4\x54\xfe\x74\xa6\xcd\xfb\xea\xab\xc2\x15\xec\x51\x98\x8d\xb9\x82\x75\x78\xaf\xae\xd4\xd7\x17\xf6\x92\xdd\xa2\x99\x9a\x55\x19\xb6\xa8\x21\x6c\xd0\x30\x4a\x3f\x79\x6b\x63\x95\x61\xd4\x51\x5d\xdf\xe0\x6e\x38\x02\xe0\x37\xde\x0a\x3d\xec\xa8\xbe\xb6\xd2\x3d\x35\xe2\xde\xda\x82\xc6\x79\x05\x0e\xb0\x3f\xa7\xee\x8b\x5f\x5c\xa5\x6e\x85\xc6\xaf\xee\x8f\x5f\xe5\x55\xa5\x15\x43\x1b\xdf\x70\x5f\xa2\x14\xf6\xf7\xba\xbc\xca\x6a\x59\xba\x02\x97\xa1\x5c\xb3\x09\x9b\x82\xe3\x2d\x8c\x98\x39\x7e\x1c\x19\x95\x97\x14\xe5\xe5\xe3\x83\xf0\xb1\x41\xf2\xda\x60\xf6\xd5\x70\x05\x78\x69\xb0\x7f\x36\x5b\x35\x26\x55\xd6\xce\xdc\x55\x8d\x9b\xfd\xd9\xe0\x8c\xe2\x12\x8c\x34\x18\xb8\xa3\x7c\x21\x13\x9e\x8d\xaa\xc9\x9f\x64\x1a\x9b\x78\x9a\xdf\xc1\xb5\x27\x4f\x19\x29\x7b\xb6\x35\x27\x0e\xe8\x3f\xc6\xa6\x85\xfc\x7b\x3e\x98\x2c\xd1\x8f\xa3\x8d\x77\x81\xa5\x37\x33\xf0\x46\x86\xbc\x9e\xc9\x7e\x36\x04\xb4\x1f\xcd\x5c\xb4\x5d\x8d\x2b\x76\x15\x9b\x37\xbb\xad\xe4\x96\xd9\x4f\x39\x65\x3a\xf1\x15\x9c\x6c\x0b\x1d\xac\xea\x45\x3e\x6a\xe3\xaa\xc6\x3f\x9c\x7b\xfe\x99\x86\x26\xd7\x58\x6a\xea\x9e\x62\xdf\x90\x6d\x2a\x3c\xe3\x1c\x6a\x3b\x26\x2d\x28\xe2\x8d\x3c\xa2\x42\xd0\x97\x9c\x30\xd7\x6d\x80\xf0\xf5\xb9\x5d\xbc\x5a\x89\xa3\x0e\x1f\xec\xca\x96\x32\x75\xed\xe8\xce\xca\x70\xed\x81\xfa\x4b\xd4\x1e\x72\x0b\x6f\x2a\x28\x1f\x83\x23\xe4\x50\xae\x18\xa2\xde\xbb\xf8\xdc\x93\x82\x20\x7a\x71\x6e\x88\xfd\xde\x51\x82\xfb\x37\xa3\x30\x2f\x08\xee\xb2\x69\xdf\x60\xd3\xcf\xb5\xcd\x42\x18\x0f\xa2\x96\xe3\x8a\x50\xca\x8e\x6b\xd8\xae\xe1\xaf\x9b\x74\x8d\x9a\x09\x47\xd2\x90\xee\xfe\xab\x51\xf2\x2b\xbb\xe0\xbe\x58\xa1\xd3\x41\x99\xe1\x22\xf9\xf3\x19\x69\x5f\x88\x85\x56\xb6\x82\x1d\x46\x18\x3c\x45\xbe\xeb\x32\x7b\xd7\x4c\xfc\x5d\x6d\x09\xb5\x3c\x16\xb9\xaf\xf0\x3d\x8e\x74\x76\x30\x7c\xba\x1a\x09\xc0\xe1\x84\xc7\x59\xac\xec\x20\x50\xf3\xc5\x3a\x9f\x29\x97\xf0\xc6\xf5\xef\xf1\xb0\x2e\xe5\xeb\x8d\xf9\x50\xdb\x23\x38\x07\x13\xb4\xf1\xcc\xe1\x15\x83\x6b\xdf\x9c\x3e\x83\x9f\x22\x0b\x72\xc2\x6e\x36\xa4\x03\xbb\x4c\xc3\xee\xd9\x38\xaf\x31\x72\x33\x06\xba\xc1\xc8\xcd\x78\x02\x02\x4f\x40\xe0\x09\x88\x3e\x3a\x01\x81\x91\x9b\x31\x72\x33\x7a\x9e\xa3\xe7\x39\x7a\x9e\xa3\xe7\x79\x4f\x78\x9e\x97\x2f\xc1\x05\x32\x93\x9b\x0e\xf1\xc9\xfe\x38\x3e\x69\xbc\xa3\xeb\x3c\x4e\xc1\x10\xd0\xe8\xb4\x8b\x21\xa0\x77\x4e\x08\x1e\xf2\xf2\x08\xe4\x05\xfe\x14\xf6\xd6\x89\xb5\x90\x71\xda\xba\x6e\x78\x6e\x95\xef\xe5\x97\xaa\x7a\x85\xfa\x1e\xf9\xca\x30\xf9\xf5\x21\xd8\x2b\xee\x5d\x5c\x2b\x66\xff\x5e\x73\x79\xe2\xe6\x6c\xfd\x7c\x58\x58\x89\x17\xd6\xa6\x44\x71\x87\xf9\x03\xc2\xd4\xbb\x50\xac\xf3\x1e\x4c\x11\xd7\x5c\x8a\xb8\xbf\x93\x0e\x16\x8f\x92\xc3\x75\x62\x23\x89\xc1\x10\xe0\xc4\x8d\x1d\x00\x4d\x65\x9f\x43\xb6\x88\x6c\x11\xd9\x22\xb2\x45\x64\x8b\xc8\x16\x91\x2d\x22\x5b\x44\xb6\x88\x6c\x11\xd9\x22\xb2\x45\x64\x8b\x98\x15\x0e\x91\x20\x22\x41\x44\x82\xdd\x42\x82\x5f\x18\x85\x83\x02\x09\x26\x73\xfc\x4f\xac\x15\x27\x44\x12\x38\xd5\xf7\x55\x6d\x85\xad\xb9\xa1\xbb\xe3\x0f\x8e\x92\xef\x18\x04\x90\x4f\x2c\xae\x15\xb3\xfb\xea\x9c\x5f\x17\x47\xff\xa7\xc3\xc7\xf3\xfc\x90\xfb\xbc\x78\x68\xa1\x58\x7b\xb9\xcd\xc7\xd7\x97\xe0\x92\xa0\x6a\xe7\xe0\x0c\xa7\x6a\xc7\xe1\x28\x1c\x6e\x18\xb3\x37\xf8\xfa\xb5\x62\xa1\xb6\x62\xa9\x30\xed\xb9\x74\x98\x76\x92\x9c\x10\xc8\x6c\x43\xe1\x75\x18\x5b\xb2\x27\x20\xe5\x08\x7c\xf6\xf7\xf6\x24\xba\x62\x7f\xfd\xe3\xe8\x1b\x7a\x23\x38\xb6\xde\xa5\x0e\x29\x95\xe1\x11\xb8\x58\x73\x10\xa2\xc5\x1e\xc1\x43\x10\x78\xe2\xbc\xc5\x13\xe7\xff\x36\xd3\x3e\xb9\x70\x59\x1c\x5d\xbf\x00\x33\xd1\xd1\xf5\xce\x49\x99\x94\x93\xe3\xcd\x09\xa1\xfa\x12\xa6\x09\xd1\x94\x7f\xf9\xb6\x84\x94\xb9\x27\x38\x25\xbe\x51\xb0\x3c\x20\x2e\x75\x4b\xae\xe0\x19\x71\x3c\x23\x8e\x67\xc4\xf1\x8c\x38\x9e\x11\xc7\x33\xe2\x5b\x3e\x23\xfe\x89\x8c\xc8\x4a\x34\xc9\xb3\x12\x45\xa7\xba\xdb\xbf\x8c\xb7\x4d\xed\x68\xfe\x64\x78\x87\x55\x82\xd2\xdf\xbf\x35\xa1\x12\x4c\xa4\x9c\x02\xdf\xa0\x28\xbc\x87\x9f\x0f\xec\x82\x9e\x80\x87\xc0\xfb\x4d\x3b\xc1\x43\xe0\x78\x08\x7c\x9b\x0f\x81\x77\x11\x40\xa5\x9d\xc0\xee\xf4\x4a\x50\x3e\x0d\x27\xc9\x89\xdc\xb1\xd0\x45\xf9\xbe\xb8\x8b\x72\xed\xa3\x5d\x38\xe7\xfd\x53\xcf\xc3\x8c\x8c\xd4\xa9\xaf\x1a\xdc\x2b\xaa\x7e\xbc\xce\x89\xd5\xaa\xaf\xb2\x61\x71\x83\x2e\xad\xd8\xf6\xf5\xe4\xf1\x6e\xf2\xf5\x45\xf2\x5d\xc3\xf0\xee\xba\x85\xb0\x25\x6f\x4a\x18\xc6\x5d\x69\xd2\x0b\xd4\xe5\xe0\x34\xf7\x63\xb2\xf0\x27\x45\xe1\x09\xf7\xec\xfc\x31\xf6\xec\x74\xbd\x92\x17\x8a\x9b\x3d\xd8\xe3\xee\x8c\x25\x74\xed\x43\xd7\x3e\x4c\x9c\x86\xae\x7d\xe8\xda\x87\xae\x7d\xfd\xe3\xda\xd7\x43\x79\xc1\x7a\xc6\xb5\x0f\x13\x56\xa1\x6b\x1f\xba\xf6\xa1\x6b\x1f\xba\xf6\x6d\x47\xc2\xaa\xbe\xf6\xc4\xc3\x8c\x3a\xfd\x9c\x51\xa7\xb4\x03\x3d\xf1\xca\xdf\x92\x01\x2a\x80\xe1\x73\xf0\x0c\x07\x86\x0b\xf0\x04\x5c\x6d\x08\x0c\xeb\x93\xad\xb5\x62\x61\x33\x78\x74\xd9\xf0\xd2\x71\x62\xe3\x0c\xf4\xfc\xf0\xe6\xb5\x17\xd2\x69\xe2\xfb\xc8\x7c\x10\x46\x72\x13\x00\x27\xd9\xe2\x66\x15\x4e\x70\xc6\xdc\x97\x60\x13\x18\xf7\xb0\x58\xd2\x14\x75\x73\xee\x76\x42\xdc\xb6\x9d\xe4\x4d\x80\x32\x1d\x96\xe0\xf9\x1a\xa3\xd0\x1c\x5c\x69\x6f\x87\xa3\xa9\x08\x5d\xe5\x5a\x74\x95\xfb\x4f\x03\xa0\x0a\x81\xf4\x34\x3c\xc5\x05\xd2\x55\x68\xfb\xf8\x84\x65\xe1\x44\xb7\x08\xcf\x46\x4e\x74\x9d\x78\x4f\x45\x98\xf9\x9f\x87\xe7\x62\x66\xfe\x4e\xbc\xa8\x75\xe9\xea\xd8\xdb\x2a\x5d\xf3\x9f\x1c\xdf\x44\xba\x16\xa5\x0b\x47\xcc\x1f\xc6\x5e\xde\x5c\xd2\xce\xc8\x9c\x31\xf5\x25\xed\x4c\x58\x50\x17\x65\x6e\x67\x9c\x05\x91\x76\x23\xed\x46\xda\x8d\xb4\xbb\x7f\x68\x37\x6a\x95\x29\x5a\x65\xef\x98\x03\xd0\x51\xbb\x2b\x8e\xda\x68\x75\x41\xab\x0b\x5a\x5d\xd0\xea\x82\x56\x97\xbe\xb6\xba\xe0\x79\x1d\x3c\xaf\x83\xe7\x75\x3a\x75\x5e\x07\x8d\x9a\x68\xd4\xec\x57\xa3\x66\xb9\xd2\xe6\x74\xa6\x69\xa0\x3a\x5f\x1f\x54\xdf\x41\x6e\x17\xb3\x39\x92\xb4\xdb\x08\xad\xdb\x7f\x76\xe0\x4f\xef\x81\x33\xf2\xec\x80\xe3\x78\x13\x6b\xc5\x09\x2b\x0c\x25\x2c\x02\xa0\xf0\xbf\x5f\x9c\xf0\x7c\xd5\xa7\xcb\x55\x93\x89\x1b\x19\x19\x65\xc2\xd3\x54\x93\x92\x1f\xbb\x87\xfc\xf5\x00\xec\x66\xcf\x2f\xae\x15\xb3\xc3\x3c\x38\x0a\xbf\x14\x8c\x8b\x48\x65\x9e\x97\xa5\xcc\x53\x3f\xff\x10\xbb\x71\xda\x71\xbc\x85\x62\x18\xbe\x58\x8f\xdd\x30\xcf\x8a\x68\x73\x9c\x94\x6f\x82\x73\x62\x54\x9d\x80\x63\x7c\x54\x15\x61\x02\xc6\x1b\xdb\x44\xaa\xbe\xcd\xbe\x84\xed\x41\xd9\x50\x62\x35\xba\x89\xd0\x05\x3c\x62\xf0\x5c\xfa\xe0\x19\x27\x07\x82\xc1\x13\x55\x40\x8e\x15\x51\x87\xf8\xa0\xc8\xbe\xbe\x27\x6a\xfd\x7c\x10\x0f\xa5\x89\x0e\x18\x96\xf7\x76\xb7\x0f\x4a\x33\x30\x0d\x67\x6b\x2c\xc1\x5b\xed\x04\x44\x72\x68\xe8\x6d\xd1\xd0\xfb\x2f\x32\x6d\x90\x01\x17\x84\x1d\xf7\x0c\x9c\x8a\xec\xb8\x5d\x15\x25\x3c\x0a\x4a\xdb\x45\x49\xe9\xaf\xde\x16\x89\x92\x43\x1b\x4e\x38\x37\x21\x53\x82\x8c\xd7\xdd\x92\x28\x78\xd8\xb9\xdf\x04\x1b\x1e\x76\xc6\xc3\xce\xdb\x7c\xd8\xf9\x9b\x1a\xc7\xbd\xb8\xe9\xa5\xa5\xe9\x53\xce\x6d\x17\xfe\xe5\x49\x38\x48\x0a\xb9\xb1\xf0\x5c\xf3\xed\xf1\x73\xcd\xfc\xfe\x8d\x87\x99\x9f\x87\xe7\xc8\x33\xb9\xa7\xc3\x67\xa6\x24\x7b\x14\xd3\xcf\xd2\xd9\x9b\x57\x14\x4f\xb3\x1d\x3a\xa6\x78\x55\x6d\x85\x0d\x7b\xbe\xc1\xa4\xea\xaa\x40\x41\x8e\x6b\x73\x8e\x97\xdb\x1b\x6e\x37\x3a\x7a\x5c\xfa\x5b\xf3\x70\x45\x6c\x79\x2c\xea\xdf\xb0\x5d\x36\xed\x63\x67\xa4\x45\x8a\x98\x06\xbb\x20\xf9\x04\x87\x3d\x06\x0d\x43\x44\xfe\xf8\x28\xf9\xb6\x5d\xf0\xf6\xa8\x3c\xb6\x7e\x7e\xaa\x99\x14\xd8\x57\xc4\x23\x73\x12\x78\xf5\x40\xd6\xeb\x11\xfe\xba\x2b\xe1\xa7\xc4\xd7\xf1\x44\x6d\x7b\xfc\x68\xf6\xb6\x64\x9a\xd9\x52\xe8\x81\x0d\xc3\x4f\x4e\xcd\x44\x2b\x27\xa6\x68\x6a\x0e\x6d\x4c\x35\x83\xe7\xd1\x31\xd5\x0c\x7a\xe8\xa1\x87\x1e\x7a\xe8\xf5\x91\x87\x1e\xa6\x9a\xc1\x54\x33\xe8\x19\x85\x9e\x51\xe8\x19\x85\x9e\x51\x3d\xe1\x19\x55\x9e\x82\xe3\xe4\x68\xee\x70\xc8\x45\xee\x89\xb3\x94\xc4\x06\xef\xad\xc0\x54\x30\x11\x0e\x7a\xaa\x60\x22\x9c\x9d\x73\xfc\x9e\x7c\x39\xcc\x8d\x6d\xd9\x7a\x3c\x0b\x8e\x5b\xb5\xd8\xa7\x6a\xa6\xea\x79\x11\xdf\xfc\xb1\x11\xf2\xc7\x03\xb0\x9b\xdd\xbb\xb8\x56\xcc\x3e\x50\x27\xff\xcd\x55\xf1\xe0\x0c\x7b\x30\x7f\x17\xbb\xe1\x8a\xad\xd3\x85\x62\xfc\xf7\xed\x75\xe6\xe0\x5f\xba\x56\x2c\xc4\x6b\x74\xb3\xce\x1c\x4f\xa6\xf3\xbe\xc3\x64\x32\xe0\x7d\x51\x53\x4b\xd2\x97\xa8\x4a\xc2\xa7\xe3\xa7\xf6\x44\xcd\x9d\xab\x9f\xe3\x26\xd1\xe2\xf7\xc8\x7b\x3a\xdd\xe8\x5b\xf6\xde\xa8\xd7\xea\x68\xe4\x44\xef\x8d\x2e\x79\x6f\xd4\x9d\xf4\x5b\xf7\xde\x68\xb3\xec\xe0\xde\x1b\x9d\x92\x1d\xf9\x0f\xdf\x16\xc9\x8e\x77\x85\x99\x6b\x12\xe2\xe2\xdd\xe2\xe7\x8e\x4b\x0b\x4c\x57\x83\xe9\x6a\xde\xba\xa7\x20\xf1\xf8\x0b\x1e\x7f\xc1\xe3\x2f\x1d\x4b\x57\xf3\xe9\x4c\x9b\xcf\x00\x5c\x15\x51\x71\x1e\x85\xd9\x58\x54\x9c\x0e\x9f\x2b\x48\x4f\x5c\xd3\x9c\x1e\x50\x27\x73\x66\x8a\x4e\x50\xfa\xa3\xb7\x45\x7a\xc0\x81\x94\x74\x35\x09\xed\xe0\x6e\xee\x62\xd4\x49\xe5\x00\xdd\x36\xfb\x4d\x25\x41\xb7\x4d\x74\xdb\xdc\x76\xb7\xcd\xce\xf3\xa2\x4e\x6d\xea\x52\xfd\x41\xcb\x27\xe0\x18\x39\x92\x3b\x14\x5a\x0d\xde\x1d\xb7\x38\xc4\xcb\xed\x42\x46\x9a\x3f\xcf\xc3\xa9\x09\xd5\x31\x36\x39\x4f\xe6\xd2\x70\x90\xb3\xf9\xe6\x32\x85\xc4\x0d\x81\xe3\xbf\xcf\x93\xef\x19\x84\xdd\x9a\xed\xf2\xd5\x6b\xa4\x1e\x70\x8c\x0a\x98\x09\x0b\xc8\x8f\xb2\x3b\x67\x6c\x97\xc6\xdd\x16\xeb\xde\xda\x66\x18\xa9\xc3\xac\x18\x5c\x25\x38\xc7\x07\xd7\x14\x1c\x87\xa3\x0d\x07\x17\xfb\x32\x3e\xb8\xea\x55\xad\x3b\x54\x52\x8e\xb8\xba\x15\xa8\xa3\x6d\xe4\x72\x90\xfd\xd3\x3d\x51\x9f\x1c\x68\x40\x25\xeb\x76\xcb\x98\xbc\x79\x1b\x7a\xa6\x74\x19\xca\xf0\x48\xcd\x52\xdf\x72\xd7\xe0\x42\x8f\xe8\xb2\x45\x74\xf9\xa9\x4c\x3b\x45\xc4\x15\xc1\x30\x2f\xc1\x85\x88\x61\x6e\x8f\xc8\xd9\x02\xcc\xdc\xba\xc8\xc9\xff\xf0\x6d\x91\xc8\x79\x4f\x04\x33\xeb\x4a\x99\x03\xe2\xfa\x76\x08\x19\x04\x9d\x08\x3a\x11\x74\x22\xe8\x44\xd0\x89\xa0\x13\x41\xe7\xcd\x80\xce\xad\xeb\x08\xa5\x97\x6f\x8d\x74\x84\xc3\x69\xa0\xb3\xae\xe6\x90\xe7\x9b\xe8\x2e\x2b\x0e\x08\x41\xfb\x4d\x5d\x41\x08\x8a\x10\x74\x9b\x21\x68\x57\x39\x55\xea\x21\xf6\x4e\x2d\x09\xe5\x12\x9c\x23\x67\x72\xa7\x42\x1a\xfa\x60\x82\x86\xd6\x2b\xe9\xad\xe0\x87\x4d\xbe\xb1\x1f\xee\x0a\xc0\x6b\xa0\x76\xbd\xbf\x6a\xfb\xaa\x47\xbe\xba\x9f\xfc\x46\x0c\xa9\x1e\xd8\x3c\x99\x77\x70\x64\xf0\xbd\xec\xe1\xfc\x30\xbb\x59\xac\x8e\x89\x0b\x17\x6d\x77\xda\x34\xc3\x05\xb3\x7d\x06\xc2\x0e\x1d\x09\x7f\x5e\xb8\x7e\x1d\xe4\xae\x5f\x6c\xf0\x1f\x85\xc3\x30\xd9\xc4\xe0\x8f\x7d\x73\x5b\x92\x4a\x3d\x9e\x3e\xee\xc7\x48\x3e\x18\xf7\xb1\xb7\x37\x1a\xef\x78\xee\x1b\xcf\x7d\xe3\xb9\x6f\x3c\xf7\x8d\xe7\xbe\xf1\xdc\x37\x9e\xfb\xc6\x73\xdf\x78\xee\x1b\xcf\x7d\xe3\xb9\x6f\x3c\xf7\x8d\xe7\xbe\xbb\x7b\xee\x1b\x4f\x56\xe3\xc9\x6a\x3c\x59\xdd\xc7\x27\xab\xbf\x7d\x11\x0e\x06\x01\xf5\x8d\x3a\x21\xff\x27\xd6\x8a\x4b\xd4\x57\x8b\x13\x72\xbf\x6f\x68\xd4\x23\x9f\x7f\x8e\x7c\x61\x3f\xdc\x5d\xf3\xc4\xa2\xbc\x35\x3b\xb2\x39\xab\x9b\x9e\x9b\x9d\x17\x25\xe5\x1f\x62\x77\x4e\x27\x8b\x59\x10\xa5\x44\x77\xf5\x38\xa5\x2b\x21\xcb\x42\x96\x85\x59\x86\x91\x65\x21\xcb\x42\x96\xd5\x3f\x2c\xab\x87\x92\xe8\xf6\x0c\xcb\xc2\xec\xae\xc8\xb2\x90\x65\x21\xcb\x42\x96\xb5\x1d\xd9\x5d\xfb\x1a\x3d\x61\xfa\xc9\x7e\x4e\x3f\x59\xda\x81\xe8\xa9\xfc\xa1\x0c\x54\x84\x7b\xd3\xf3\xf0\x1c\x77\x6f\x7a\x0a\x16\xe0\x89\xba\xee\x4d\x6c\x20\x8c\xab\x95\x0a\x6b\x2d\xdf\x76\x23\x8f\xde\x5a\x6a\x25\x19\x54\x21\xc2\x47\x6d\x71\x80\xa2\xe9\x0e\x50\x25\x72\x4e\x38\x40\x45\xaf\x0e\x3c\x9e\xea\xa3\xb5\xb8\x6f\x14\xaf\x34\xe4\x7e\x14\x1a\x53\xb5\x3b\xc5\x02\xa6\xa8\x56\x9c\xa0\xed\x17\xbf\x76\x8d\xa1\x09\xe4\xb5\x0c\x3a\x2c\xd5\x78\x62\x5f\x85\xb9\x76\x77\x1d\x7a\x68\xe3\xe9\xd5\x16\x4f\xaf\x7e\x61\x00\x34\x21\x5c\x9e\x81\xa7\xb9\x70\xe1\x47\x1e\xdb\x3d\x42\x61\x45\x9c\x6b\x55\x61\x31\x3a\xd7\xda\x99\x37\x19\xe2\x90\xcc\x12\x3c\x1f\x3b\x24\xd3\x99\x57\xb5\x2e\x2d\x1d\xbb\x79\x69\xb9\x45\xe1\xb8\x41\xb8\xe6\xff\xf7\x58\x63\x69\xf9\x80\x3c\x3c\x15\x3b\x89\x66\x2f\xc7\x05\xe7\x41\x71\x43\x7d\xc1\x39\x13\x3e\xd5\x31\x11\xda\x99\x13\xb8\x88\xa1\x11\x43\x23\x86\x46\x0c\xdd\x3f\x18\x1a\x55\xc4\x14\x15\xb1\x77\x38\x3d\x46\x3f\xe8\x4a\xf4\x03\x34\x87\xa0\x39\x04\xcd\x21\x68\x0e\x41\x73\x48\x5f\x9b\x43\x30\x08\x0e\x06\xc1\xc1\x20\x38\x9d\x0a\x82\x83\xd6\x46\xb4\x36\xf6\xab\xb5\xb1\x5c\x69\x73\xfc\xa7\x34\xde\xdc\x1d\x9e\x7c\x2d\x5f\x1f\x6b\xdf\x41\x6e\x17\x42\x23\x12\xe8\xd0\xfe\x50\x18\x7f\x39\x02\x67\x85\x23\x3e\x7d\xc1\xa7\x16\x1f\x4a\xa1\xf3\x3d\xef\xe8\x46\xa1\x89\x0d\xab\xe2\xb2\xdd\xbf\x47\x3e\x35\x42\xfe\xe3\x10\x90\xa8\x80\x10\x87\x7b\x52\x31\xb5\x74\x63\xcd\xd0\xab\xaa\x19\x37\x09\xab\xe1\x26\x70\x56\x14\x55\x88\x2d\xf3\x53\xa1\x82\x30\xcc\xcb\x18\x8e\x00\x6c\x82\xa8\xd9\x0e\x0d\x37\xf1\x9e\x4f\x55\xbd\x90\x3f\xc0\x1f\xb8\x10\xd6\x46\xc2\xf5\x28\x60\x95\x7c\xdd\x65\xc3\xf3\x7b\xdc\xc9\xbf\x7c\xbd\xe1\x20\x85\x39\x31\x17\x66\xe1\x12\x9f\x0b\xd3\x70\x16\x4e\xb7\x30\x17\xb8\xb5\xfe\x02\xdb\xcc\x05\xc3\x7e\x21\x7d\xd8\x1f\x22\x45\x39\xec\xa3\x4e\x97\x23\x5b\x36\xee\xc6\x81\x7f\x6d\x5f\xfd\x71\x7e\x2b\x01\xfe\xc1\xdc\xe2\x8d\x11\x3a\xf0\x54\x03\x46\xe8\x40\x73\x12\x9a\x93\xd0\x9c\xd4\x47\xe6\x24\x8c\xd0\x81\x11\x3a\x10\xe3\x23\xc6\x47\x8c\x8f\x18\xbf\x27\x30\xfe\x0e\x8c\xea\x89\x31\x40\x10\x8d\x62\x0c\x90\x9d\x73\x10\x83\x7c\x75\x18\x1e\x08\xa2\xf0\x0a\xd2\x18\xb8\x41\x59\xfe\x9a\x6d\x56\x57\xa9\x47\x3e\x33\x4c\x3e\x35\x14\x85\xe3\xfd\xbb\xcd\xf1\xc4\xb9\xb0\x9c\x05\x5e\x4e\x9b\xc0\xe2\x03\x37\xa2\xf0\xf7\xb5\xaf\xd8\x19\x30\xb1\xed\xcc\x30\x95\xa1\x37\x03\xfd\xae\x5d\x4d\x27\x8e\x13\x64\x3c\x8a\xe3\x2b\x48\x63\x6d\x17\x24\x82\xfe\x22\x48\x44\x90\x88\x20\x11\x41\x22\x82\x44\x04\x89\x08\x12\x11\x24\x22\x48\x44\x90\x88\x20\x11\x41\x22\x82\x44\x0c\xf5\x8b\x98\x0f\x31\x1f\x62\xbe\x6e\x61\xbe\xaf\x3c\x0f\xa7\xc2\x50\xbf\x91\xbb\x58\x6d\xa0\x5f\xad\xea\xf9\xf6\x6a\x50\x60\x0c\x49\x91\x1f\x7a\x9e\x7c\xf7\x30\xbc\x2b\xf1\x74\xe8\x61\x78\x74\xf3\xa0\xbf\x33\xbc\xd4\x60\xdb\x77\x3e\x2c\x35\x7f\x50\x86\x00\xa6\xb5\x6e\x82\x8d\x9e\xe8\x71\xb8\x87\xe1\x80\x91\x77\x61\x38\x60\xe4\x5d\xc8\xbb\x90\x77\xf5\x11\xef\xea\xa1\x30\x03\x3d\xc3\xbb\xf0\xfc\x3b\xf2\x2e\xe4\x5d\xc8\xbb\x90\x77\x61\x38\x60\x3c\xa0\xfb\xd6\xc1\x53\x3d\x7f\x40\x77\x47\x86\x03\xfe\xbe\x0c\x7c\xb3\xf0\x8a\xf2\xc1\xe5\x5e\x51\x26\x5c\x83\x95\x46\x5e\x51\x11\x2f\x1a\x0f\xf7\xeb\x89\x20\x97\x31\xc2\x15\x84\xb8\x6c\x84\x94\x9a\x0a\x11\xfc\xfe\x74\xdf\xa8\x2b\xe4\x72\x74\x08\x79\x03\x61\x93\xde\x52\x8d\x2a\x51\xe7\xa0\x66\x4a\x54\xe2\xdc\x0f\xbe\xad\x11\x8d\x7b\x30\x08\x16\xdc\x18\xbc\x4d\x86\x91\x83\xbb\x8f\xde\x04\x29\xfb\x00\xbc\x00\x6b\x35\x51\x84\x97\x41\xef\x46\x8f\x63\xd8\x38\x8c\x2c\xdc\x62\x64\xe1\x7f\x34\x08\x2f\x8a\x50\xbc\x6b\xe0\xc7\x42\xf1\xae\x40\x97\xc6\x6e\xe3\x93\xe8\x37\x84\xfc\x74\xc0\xe2\xf2\xb3\x7b\x35\xfa\xbb\x22\x0a\x72\x15\xbc\x28\x0a\x72\xd7\xde\xde\x6c\x54\xe2\xee\x0b\xf0\xfc\x3f\x1f\x6f\x24\xa0\xc7\xeb\xc6\x27\x6e\x28\xac\x4f\x85\xd1\x8a\x37\x0a\xeb\xb0\x84\x2e\x89\x6d\x8c\x5c\x8c\xc4\x1c\x89\x39\x12\x73\x24\xe6\x18\xb9\x18\x23\x17\x63\xe4\x62\x8c\x5c\x8c\x96\x1b\xb4\xdc\xa0\xe5\x06\x2d\x37\x68\xb9\x69\x8b\xe5\x06\x23\x17\x63\xe4\x62\x8c\x5c\x8c\x91\x8b\xd1\x30\x8a\x86\xd1\x1d\x1e\xb9\x78\x0b\x21\x85\x9b\xe4\xd3\x1b\x20\xf3\x4d\x00\xeb\xf6\x47\x31\xfe\x3f\x03\x90\x95\x67\x0c\xaa\xbe\xed\x69\xaa\x69\x58\x95\x89\xb5\x49\x56\xd5\xc9\x09\xf2\x3b\x03\xe4\xcb\x03\x70\x47\xec\xda\xa2\xbc\x96\xbd\xbb\x42\xfd\xa4\x92\x2c\x2c\xd1\xf9\x07\x2b\xd4\x9f\x8e\x1e\x58\x10\xf7\x4f\xcf\xcd\x06\x1f\xe4\xb5\x8f\x6f\x6f\x28\x68\x6a\x43\x41\x53\xcd\x14\x54\x76\xe0\x7d\x62\x9c\x5d\x81\xcb\x7c\x9c\x5d\x84\xf3\x50\x6a\x61\x9c\xc5\xbe\xb3\x19\x2b\x35\x79\x69\x04\x26\x44\x07\x58\xb6\x4e\xa3\xb3\x1d\xaa\xe9\xac\x84\x81\xa4\xdd\xaa\xc5\xe6\x88\x66\xaa\x3c\x6c\xf4\xaf\x0c\x93\x5f\x18\x82\xb7\xb3\x07\x16\x83\x3b\xb3\x2f\x34\x17\xe1\xe5\xaa\x28\x6a\x86\x15\xd5\xa6\xe8\x2e\x0f\xf2\x07\xae\xd8\x3a\x5d\x90\x95\x89\xbf\x04\xe3\xbb\xdc\x44\x7c\x97\x67\xd3\x45\xcc\x14\x39\x2e\x25\x4a\x6c\x00\x49\x41\x12\xef\x87\xb8\xb5\x4b\xf4\x12\x86\x7a\xc1\xa3\x2f\x18\xea\x05\x0d\x79\x68\xc8\x43\x43\x5e\x3f\x19\xf2\x30\xd4\x0b\x86\x7a\x41\x03\x0a\x1a\x50\xd0\x80\x82\x06\x94\x9e\x30\xa0\x60\xa8\x17\x0c\xf5\xb2\x53\x90\x31\x86\x7a\xe9\x44\xa8\x97\x9f\x1c\x09\x42\xbd\xb8\x4b\xaa\x56\x08\x68\x51\x3c\x21\x5e\x14\xec\x59\x33\xab\x9e\xcf\x36\x2e\x26\x5d\x32\x2c\xdd\xb0\x2a\x1e\xf9\x8b\x61\xf2\x47\x43\x70\x27\x7b\x7a\x3a\xfe\xf0\xe2\x5a\x31\xfb\xc1\xe6\xc8\xe0\x8c\x28\xf6\xaa\x6d\xd2\x92\x28\xb6\x4d\x7c\xb0\xc0\x1f\xb8\x5a\x5b\xb5\x85\xe2\xc6\x37\xee\x0c\x58\xd8\xfd\xcc\x72\xd7\xd3\x39\xe0\x23\xe4\xa2\xb4\x1e\x6c\x68\xd5\x44\x7c\x67\x09\x0b\x1b\x8e\x33\x4c\x37\x87\xe8\x10\xd1\x21\xa2\x43\x44\x87\x88\x0e\x11\x1d\x22\x3a\x44\x74\x88\xe8\x10\xd1\x21\xa2\x43\x44\x87\x88\x0e\x11\x1d\x22\x3a\x44\x74\xd8\x5b\xe8\xf0\xeb\x07\xe0\x6a\x3a\x3a\x14\xa1\xa2\xc3\x74\x92\xde\xc4\x37\x87\x7f\xbf\x38\x11\x27\x89\xe2\xc2\x8b\xe4\x9f\x1d\x20\x3f\x3e\x08\xf7\xd4\x03\x8a\x22\x20\xc2\x7b\x5c\xaa\xea\x35\x7b\xd5\x18\x73\xca\x17\xd9\xf5\x3a\xd0\x8f\x3f\x7d\x25\x78\xb9\x1e\x7b\xa4\xbd\x61\x0f\xca\x8b\x70\x5e\xe0\xb8\xd3\x70\x92\xe3\xb8\x23\x70\x08\x8a\x8d\x70\x5c\x81\xb7\x5e\x10\xba\x22\x0e\xcf\xd2\x1c\xf9\xee\xaf\x8f\xcb\x6e\x21\x43\x15\xea\xc3\x35\x23\x1d\xdd\x5d\x24\xe7\x53\xa9\x9c\x74\xe8\xab\x0f\xf5\x84\x63\x71\xf6\xa5\xbd\x9b\x75\xd8\x83\x2e\x75\x4c\x55\xa3\x9b\xf4\xd9\x61\x79\xcb\x36\x76\x5b\xe9\x12\x5c\x80\x99\x9a\x20\x43\xad\xf4\x1b\x1e\xd7\xc6\x88\x41\x2d\x46\x0c\xfa\x91\x4c\x63\xc4\xdf\x1e\x99\x32\x2b\xe2\xef\x94\xe0\x5c\x14\x7f\xa7\xb5\xa2\xd2\xa5\x90\x53\xed\xaa\x14\xca\xff\xc2\x6d\x9b\x49\xa1\x3b\xe5\x29\x2b\x35\x21\x78\x0e\x89\x5f\xb7\x53\xee\x74\x26\x4a\x0e\x0a\xa1\x14\x21\x84\x91\x1a\xba\x12\xa9\x01\x8f\xe8\xe2\x11\x5d\x3c\xa2\xdb\xa9\x23\xba\xe5\x4f\x67\xda\x7c\x4e\xf1\xaa\x88\x58\xf8\x28\xcc\xc6\x22\x16\x76\xf8\xec\x63\x73\x3a\x42\x13\x2a\x40\xba\x8b\x81\x52\x5f\x5b\xd9\x4b\x76\x8b\x1e\x81\xd2\x8f\xdd\xba\x99\x16\x91\x77\x54\xd7\x37\xb8\x61\x53\xec\xa6\x37\xd9\xd4\x4c\x3a\x0d\xdc\x4f\xba\xa1\x5a\xdc\x5b\x5b\xd0\x38\xaf\xcd\x01\x7e\x56\xf1\xbe\xf8\xc5\x55\xea\x56\x68\xfc\xea\xfe\xf8\x55\xcf\x77\x55\x9f\x56\x0c\x6d\x7c\xc3\x7d\x89\x52\xd8\xdf\xeb\xf2\x2a\xab\x65\xe9\x0a\x5c\x86\x72\xcd\x76\x6a\x0a\x8e\xb7\x30\x8a\xe6\xb8\x1f\x00\x2a\x34\x29\x0a\xcd\xc7\x07\xe1\x63\x83\xe4\xb5\xc1\xec\xab\xe1\xaa\xf0\xd2\x60\xff\xec\xaa\x6a\x4c\x27\xac\x9d\xb9\x2b\x00\x37\xef\xb1\xc1\x19\x39\x04\x8d\x34\x18\xb8\xa3\x7c\x71\x13\x9e\x23\xaa\xc9\x9f\x64\x5a\x9c\x78\x9a\xdf\xc1\x35\x2a\x4f\x19\x29\x7b\xb6\x35\x27\x3c\x63\x1e\x63\xd3\x42\xfe\x3d\x1f\x4c\x96\xe8\xc7\xd1\xc6\xdb\xbd\xd2\x9b\x19\x78\x23\x43\x5e\xcf\x64\x3f\x1b\x52\xbf\x8f\x66\x2e\xda\xae\xc6\x95\xbd\x8a\xcd\x9b\xdd\x56\x72\xcb\xec\xa7\x9c\x32\x9d\xf8\x0a\xce\x73\x85\x5e\x56\xf5\x22\x1f\x80\x71\x55\xe3\x1f\xce\x3d\x2b\x4c\x43\x93\xeb\x2e\x35\x75\x4f\xb1\x6f\xc8\x36\x15\x9e\x07\x0e\xb5\x1d\x93\x16\x14\xf1\x46\xee\xca\x14\xf4\x25\xe7\xaa\x75\x1b\x20\x7c\x7d\x6e\x17\xaf\x56\xc2\x2d\xa7\x5b\xe4\xab\x7b\x9b\xca\x6b\x0f\xd4\x5f\x30\xf6\x90\x5b\x78\x7b\x40\xf9\x38\x1c\x25\x87\x73\x93\x7b\x32\x64\xc8\x51\xfd\x95\xec\xdd\x7c\x82\xc9\xd9\x1e\x2b\x3b\x37\xc4\x2e\xe4\x65\xf7\xbf\x92\xc9\x94\x9f\x87\xe7\xc8\x33\xb9\xa7\xc3\x27\xa7\xa4\x26\x2e\x66\xa8\xa5\x2b\xac\xd2\x8a\xa7\xd9\x0e\x1d\x53\xbc\xaa\xb6\xc2\x66\x06\x57\xf2\xa9\xba\x2a\x74\x24\xc7\xb5\xb9\x82\x9b\xdb\x1b\x52\xd5\xf8\x1b\xda\x7e\x6a\xff\xdb\x06\x61\x9f\x3c\xb5\xaf\xaf\x1a\xdc\x67\xcc\xa5\x15\x83\x2f\x12\x31\xec\x4b\xbe\x3c\x40\xfe\xeb\x00\xbc\xab\xee\x4d\xd9\x6c\x85\x2b\x7f\x4c\x05\x0d\x81\xba\xaa\xf0\xde\xca\x2b\x15\xea\x4f\xd7\x7b\x6a\x7a\x6e\xf6\x12\xbb\xa3\x07\x8f\xf0\x1b\x8d\xa1\xcd\x15\x31\x1d\x2e\xc1\x05\x3e\x1d\xce\xc2\x69\x38\xd9\xda\xd9\x7e\xfe\xf1\xc1\xd9\xfd\xbf\xc9\xc2\x79\xd1\x0d\xcb\xa6\x7d\x83\x49\x53\xd7\x36\x0b\x51\x7c\xe4\x1a\xfa\xce\x6e\xf2\xb4\x15\xba\xaa\x06\x94\x7d\xc2\xe3\x9a\x19\xf9\x77\x59\xf2\x99\x41\xb8\x2f\x56\xca\x74\x50\x48\xa8\xf2\x0c\x73\xde\x2e\x1e\x08\xc6\x75\xa4\xf0\x5c\x34\xed\x1b\xf3\xbc\xec\xfc\x04\xbb\xf1\x62\x9d\xa2\xa4\xc6\x13\xdd\x2a\xf4\xc2\x36\x63\x77\x0a\x65\xd1\xda\x33\x30\xcd\x5b\xfb\x24\x9c\x80\x63\x0d\x85\x4f\xbc\xe5\x02\x19\x14\xd5\x30\x55\x04\x35\xe7\x18\x2b\x45\xd0\x66\xbd\x24\xa5\x50\xec\xd5\x1b\x85\xd0\xe6\xa4\x3f\xfb\xc3\x7b\x53\xba\x30\x1f\x10\xf8\x26\x7a\x71\x52\xde\xbb\x6d\x1d\x59\x7a\x0c\x1e\x85\xd9\x1a\xcd\xb1\xf5\x9e\x44\xc5\x11\x71\x7c\x8b\x38\xfe\x3f\x64\xda\x2a\x52\x1e\x17\xec\xfd\x11\xb8\x18\xb1\xf7\x8e\xca\xa8\x14\x34\xdf\x4d\x11\x56\xfa\xb9\x5b\x53\x64\xd4\xa1\x0d\x3b\xeb\x26\x84\xd5\x41\xae\x84\x6d\x8b\xa8\xc2\x0d\x76\xbf\xc9\x49\xdc\x60\xe3\x06\x7b\x9b\x37\xd8\xdd\xd5\x71\xd3\xf6\xbe\x5d\x5d\x41\xca\xc7\xe0\x08\x39\x94\x2b\x86\xdb\xe5\xbb\xe2\x1b\xed\xe8\xc9\x8d\xfb\xec\xb6\xef\x82\x3f\x96\x85\x59\x19\x3a\x8d\xfa\x37\x6c\x97\x4d\xdf\xd8\x61\xc9\x06\xce\x4e\x86\x55\x71\x99\x6c\xa9\xdd\x83\xfd\xf6\x3d\xe4\xbb\x06\xe1\xed\x51\x51\x8b\x6b\xc5\xec\x43\x9b\x6e\xba\x66\x45\x51\x79\xbe\x35\xbb\x12\x3e\xb8\x10\x83\xca\xf2\x96\x8e\xec\xb4\x9e\x81\x69\x31\x0a\xa7\xe0\x38\x1f\x85\x93\x70\x10\x0a\x0d\x47\x61\xac\x91\xd6\x8a\x05\x59\xb1\x9b\xf5\x6e\x7a\x2a\x7d\xe8\x1d\x21\x87\x82\x00\x65\xb5\xdd\x24\xc7\x5b\x50\x97\xf8\x31\xc5\xec\x7f\xdd\x53\xdb\x19\xc3\x69\xdb\xa7\xa0\x3f\x82\x7d\x56\xd7\xbb\xa4\x74\x1e\x4a\x70\xae\x46\x19\xd8\x72\x9f\xa0\x0a\x80\x5b\xa5\x16\xb7\x4a\xff\x2a\xd3\x0e\x99\x70\x51\xec\x90\xce\xc2\xe9\x68\x87\xd4\x5d\xd9\xc2\x37\x46\x1d\x93\x2d\xa5\xef\xbc\xb5\x56\xb6\x1c\x6c\x7a\xdb\x13\x08\x99\x11\xbe\xf8\x76\x55\xc4\xe0\x5e\xa7\xdf\x04\x1d\xee\x75\x70\xaf\xb3\xcd\x7b\x9d\x67\x1a\x9b\x55\x6e\x7e\xa9\x69\x7a\x8b\xd3\xb1\xb5\xa0\x7c\x18\x26\xc9\xc1\x5c\x21\xdc\xcf\xdc\x11\xdf\xcf\xc8\x27\xde\x12\x46\xc3\x8f\xe6\xe1\xa9\x66\x0f\x8a\x88\x40\x33\x5b\x38\x2e\xf2\xc6\x28\xf9\x97\xbb\x36\xf3\xd8\xf9\x64\x46\x1e\xea\x89\x85\x9e\xb1\x02\xa7\x47\x7b\x59\x61\x3d\xa4\xb4\x3b\xf6\xcc\x58\x74\x2c\x96\xfb\x59\xca\x43\x94\x86\x4f\x57\x23\x19\x39\x9c\x38\x62\x1d\x2b\xbb\x90\x9f\x6c\x14\xb9\xa6\x0b\xae\x43\x6f\xa1\x50\xd7\x3d\xe1\x27\x70\x43\xf8\x09\x60\xdc\x1a\x8c\x5b\x83\x71\x6b\x30\x6e\x0d\xc6\xad\xc1\xb8\x35\x18\xb7\x06\xe3\xd6\x60\xdc\x1a\x8c\x5b\x83\x71\x6b\x30\x6e\x0d\xc6\xad\xe9\x6e\xdc\x9a\x7e\xf2\xd7\xc6\x98\x3a\x18\x53\x07\x63\xea\xec\xa0\x98\x3a\x7f\x3e\x0c\x79\xd6\x75\x9b\xb8\x91\x38\xb6\x1e\xc2\xcf\x5f\x1c\x26\xbf\x34\x00\xbb\x35\xdb\xa5\x8b\x6b\xc5\xec\x5d\x75\x22\xe3\xcc\xd9\x7a\xfe\x6e\xf6\xfb\x8c\xed\xd2\xb8\xa9\x70\xce\xd6\xdb\xec\x16\x72\xb5\x31\xb0\x3f\x26\xd0\xdf\x41\x28\x70\xf4\x37\x02\xfb\xe1\xa1\x86\xc0\x9e\x7d\x0e\x37\xd5\xd9\xcd\x3a\x83\x5c\x48\xe7\x7c\x39\xa2\x48\xce\x97\xcb\x49\xa0\x37\x67\xeb\x49\xcf\x8f\x6f\xdb\x13\xb5\xe5\x3d\xf5\x83\xd6\xb0\xe6\xcc\xca\x4b\x1d\x6f\xd1\xd2\x14\xb0\xd5\x2a\x69\xf6\x6c\xb2\xe5\xd0\xc4\x89\xbe\x1c\x2d\xfa\x72\xbc\x9c\x69\x79\xbe\xc2\x29\xe1\xc1\x71\x04\x0e\x45\x1e\x1c\xcd\x3f\x9d\xc6\xf3\x9b\x9b\xe7\x75\x82\xce\x27\xe6\x7c\x8a\xfb\x47\xfe\xe7\xdf\x19\x89\x81\x5b\xc3\xa8\x31\x6c\xe6\xdf\x23\xfe\xd5\xf9\x89\x8f\x31\x61\x30\x26\x0c\xc6\x84\xc1\x98\x30\x18\x13\x06\x63\xc2\x6c\x39\x26\xcc\xf7\xdc\xc4\xfa\x7d\x5a\x84\x7f\x39\x0a\x87\x63\xe1\x5f\xda\xb7\x80\xa7\x86\x5f\x69\x93\x2a\x5f\x7a\xfd\x6d\xd1\x1a\x9e\x4b\x89\xd9\xc2\x56\xf6\x77\x73\x77\x9f\x8e\x2e\xec\xe8\x44\xd9\x6f\xea\x04\x3a\x51\xa2\x13\xe5\x36\x3b\x51\x5e\x6d\x7d\x29\xb8\xe9\xd3\x61\xed\x11\xe5\xe5\x83\x50\x20\x63\xb9\x7c\x88\xdd\xdf\x19\x07\xf6\x73\xb6\xfe\x56\x00\xf5\xe4\xf7\x06\xe0\xdd\x8d\x8e\x94\x91\xff\x38\x40\x7e\x61\x00\x20\xba\xb2\x69\x08\x95\x77\x55\xa8\x1f\x9d\x0e\xc0\xb8\x29\xb1\xb8\x29\xbf\x39\x0c\x87\x9b\xf5\x44\x4d\x64\x39\xfc\xe1\x61\xf2\x91\xa1\xcd\xbc\x4c\x47\x85\xbf\x80\x2b\x2d\x9d\xc1\x1e\xa3\x8e\x7f\x69\xfe\x18\xbb\xb5\x91\x6b\x67\xec\xc6\x8b\xb6\x3b\x6d\x9a\xa1\x32\xd2\xbe\xe3\x1c\x1d\x72\xf0\xd4\xe0\x11\xd1\x6b\xd3\x70\x96\xf7\xda\x09\x38\x06\x47\xb6\x1c\xfc\xe9\xb2\xe1\xa5\x3b\x76\xbe\xa7\xbe\xec\xd9\x4d\x76\xf1\x24\x81\x5d\x74\xfc\x44\xbf\x4e\xf4\xeb\x44\xbf\x4e\xf4\xeb\x44\xbf\x4e\xf4\xeb\x44\xbf\x4e\xf4\xeb\x44\xbf\x4e\xf4\xeb\x44\xbf\x4e\xf4\xeb\x44\xbf\x4e\xcc\x47\x88\xbe\x93\xe8\x3b\x89\xbe\x93\xdd\xf2\x9d\x7c\xf5\x59\x38\x28\x63\x53\x3b\x8e\xb7\x89\x07\xa5\x4b\x39\xde\x62\x53\x97\x7c\xfd\x19\xf2\x2d\xfb\x61\x37\x7b\x62\x71\xad\x98\x1d\x49\xc1\x78\xe2\xc9\x79\xea\xe7\xdf\xc3\xee\x9c\x76\x1c\x2f\x6e\x2f\x8c\xae\xf7\x38\xac\x2b\x21\xb5\x42\x6a\x55\x42\x6a\x85\xd4\x0a\xa9\x15\x52\xab\xbe\xa1\x56\xa5\x9e\xa1\x56\x6d\xaf\x49\xcb\xd4\xaa\x84\xd4\x0a\xa9\x15\x52\x2b\xa4\x56\x48\xad\xba\x4f\xad\x4a\x7d\x0d\x99\x4a\x08\x99\x3a\x07\x99\x4a\xbd\x0e\x99\x4a\x3b\x10\x32\x95\x9f\x85\x92\x70\x72\x3a\x09\x27\xb8\x93\xd3\x21\x28\xc2\x44\x43\x27\x27\xd5\x71\xbc\xc2\x5a\xb1\x10\x81\xa1\xa6\xdc\x9b\xae\xa4\xbb\x2f\x1d\x20\xa3\xd2\x7d\x89\xbd\x23\xf0\x54\x0a\x5f\x93\x70\xa1\x4c\x73\x97\xca\xfd\xc1\x9e\x08\x81\xdd\x21\xd6\x1c\x45\x8d\xd3\x2e\xb9\x10\x75\x81\x77\x09\x3c\xc5\x63\x03\xd6\xb8\xaa\x8f\xc3\x81\x2d\xb4\x33\x7a\xa7\xe3\xf9\xd7\x16\xcf\xbf\x7e\x35\x03\x67\xc4\x24\x3f\x06\x47\xf8\x24\x9f\x80\xad\x0d\x3e\x98\x11\xc7\x60\x4f\xc1\x54\x74\x0c\x76\xcb\x85\x9c\x17\x67\x71\x4e\xc3\xc9\xd8\x59\x9c\x2d\x97\xd2\xba\x2b\xa5\x63\x7b\x3e\xb4\x5b\x16\xe5\x3f\x37\x16\xc9\x9a\x07\xe4\x11\xaa\xd8\x79\x34\x7b\x39\x2e\x77\xf2\xe2\x06\x21\x77\x66\xc2\xbb\xba\x20\x81\x3a\x73\x02\x17\x89\x2b\x12\x57\x24\xae\x48\x5c\xfb\x87\xb8\xa2\x1a\x96\xa2\x86\xf5\x0e\x92\xc6\xe8\x07\x5d\x89\x7e\x80\xe4\x1f\xc9\x3f\x92\x7f\x24\xff\x48\xfe\xfb\x9a\xfc\x63\x10\x1c\x0c\x82\x83\x41\x70\x3a\x15\x04\x07\x0d\x6b\x68\x58\xeb\x57\xc3\x5a\xb9\x02\x97\x05\xbf\xbe\x00\x33\x9c\x5f\x9f\x86\x93\x70\xa2\x05\x78\x29\xf2\x48\x76\xdd\x5c\x95\xaf\x8f\xa4\xef\x20\xb7\x0b\xe9\x10\x49\x6e\xd8\x89\xb1\x3e\xbe\x3c\x00\xb7\x0b\x47\x75\xfa\x82\x4f\x2d\x3e\x2a\xc3\x20\x1f\xd1\x4f\xa9\x41\x3e\x2e\x84\xb7\xf6\x74\x90\x8f\x36\xc7\xf2\x48\x1b\x8d\xe4\x4f\x06\xe0\x5d\xa2\x79\xc5\xba\x12\x46\xf4\x20\xbf\x3e\x40\x7e\x6d\x00\xde\x21\x7e\x0e\x43\x77\xdc\xcd\x9a\x39\xb1\x71\x11\xd6\xe5\xfc\x7d\x15\xea\x8b\x85\x45\x06\xe7\x98\x9e\x9b\x0d\x80\x6d\x1b\x93\xab\xb6\xad\xa9\x1d\x78\x9f\x68\xea\x2b\x70\x99\x37\xf5\x45\x38\x0f\xa5\xd6\x9a\x3a\xf8\xce\x66\xcc\xd5\xe4\x57\x9f\x81\x87\x53\xa2\x56\x8b\x73\x03\xe4\xd5\x67\xc8\x1f\x3e\x1c\x45\x66\xdb\xb7\xf9\x71\x0b\x9e\xe4\x2d\x7f\x0f\xbb\xa9\x36\x32\x1b\xbf\x84\x87\x2c\xf0\x90\x05\x1e\xb2\x40\x93\x1f\x9a\xfc\xd0\xe4\x87\x26\xbf\x9e\x31\xf9\xf5\x8e\x45\x0b\x4d\x2d\x68\x6a\x41\x53\x0b\x9a\x5a\xd0\xd4\xd2\xd7\xa6\x16\x64\xc1\xc8\x82\xfb\x94\x05\xef\xc8\x43\x16\x4f\x89\x34\x04\x07\x79\x1a\x82\x81\xc7\x1f\x25\x05\x18\x83\x7c\x6a\xd0\x6a\xce\x84\xda\x12\x3e\xf6\x52\x3a\xd0\x7e\x88\xe4\x6a\x23\x57\xf3\xf7\x27\x48\x76\xee\xb3\xb1\x8c\x62\xef\x0c\x0e\x56\x58\x12\x6c\xdd\x2b\x7e\xe8\x2c\xda\x12\x24\xea\x14\x4c\xc1\xf1\x9a\xf3\x14\x23\xb0\xbf\xb9\x26\x45\x1f\x3e\x3c\x4a\xd1\xe2\x51\x8a\x5f\xcf\xc0\x59\x71\x8a\xe1\x38\x1c\x8d\x9d\x62\xc8\x43\xd3\xa3\xaf\x71\x90\xf0\x13\x42\x48\x4c\xc2\x41\x2e\x24\xb6\x52\xe6\x19\x71\x3e\xe3\x18\x1c\x89\xce\x67\x6c\xe1\xf9\x66\xcf\x4e\xb4\x4b\x8e\xe4\x3f\x3d\x16\xc9\x91\x6c\xdd\x43\x13\x42\xa4\x3c\x1c\x4f\x50\x56\xef\xbc\x44\x27\x84\x0b\x1e\x95\x40\x6e\x8a\xdc\x14\xb9\x29\x72\x53\x3c\x2a\x81\x47\x25\xf0\xa8\x04\x1e\x95\x40\x7e\x8f\xfc\x1e\xf9\x3d\xf2\x7b\xe4\xf7\x78\x54\x02\x8f\x4a\xe0\x51\x09\x3c\x2a\x81\xe6\x31\x34\x8f\xf5\xa0\x79\xac\x5c\x69\x8c\x97\xdb\x7a\x86\x22\x20\xc6\x5b\x38\xda\xd0\x36\x7a\xbc\x13\xcf\x48\xbc\x3e\x0a\xc7\x03\x97\x72\x3e\x36\x1a\x39\x96\x3b\xb6\xee\xd3\x55\x87\xc3\x2d\x71\xe1\x45\xf2\xdd\xa3\xe4\xf7\x86\x22\x60\xfe\xc9\x8c\x1c\x5d\x91\xad\x53\xb5\x02\xed\x25\xf0\x35\x9f\xb3\xf5\x27\x64\x39\x85\x98\x6a\x30\x15\x2a\x15\xc3\xbc\x90\xe1\x08\xda\x26\x28\x9c\xed\xd0\x70\xe3\xef\xf9\x54\xd5\xc7\xa2\xdd\x0a\xdf\x91\x49\xdd\x96\x6d\x78\xa2\x6d\xd8\x70\x02\x30\xc4\xca\x2e\xe4\x85\xfe\x5d\x27\x21\x79\x50\xcb\x1e\x77\x7e\x2f\x5f\x87\x39\x31\x81\x66\xe1\x12\x9f\x40\x3c\xa6\x5b\x0b\x13\x88\x1b\xab\x37\x37\x05\xa5\xa7\x24\xbe\x21\x52\x12\x3f\x96\x3e\xa5\xf2\x64\xa4\x4e\x4a\xe2\xa0\xd5\x93\x13\x0b\x1d\xfc\xd1\xc1\x1f\x73\x7f\xa2\xa1\x0a\x0d\x55\x68\xa8\xea\x1f\x43\x15\xe6\xfe\xc4\xdc\x9f\x68\x20\x40\x03\x01\x1a\x08\xd0\x40\xd0\x13\x06\x82\xf2\x71\x38\x4a\x0e\xe7\x26\x43\xc0\x71\x37\x27\x1b\xb2\x16\xb1\xdd\x5b\x6e\x88\x5d\x88\x83\x8b\x9d\x87\x46\x30\x2f\x29\xe2\x5a\xcc\x4b\xba\x73\x4e\x33\x90\x0f\x49\x94\xe9\xb1\xff\xb8\xb4\x62\xb0\x19\xc9\xd1\xcb\xf5\xe3\xbc\xbf\x43\xc4\x29\x61\x84\xa1\x45\x28\xf3\xb3\x23\xe4\x5b\x76\x01\xa9\x79\x72\x71\xad\x98\xfd\x44\x33\x54\x73\x7a\x6e\x76\x5e\x94\xd8\x43\x50\x73\x3a\xf9\x31\x0b\xc5\xa8\x96\x08\x35\x5b\x80\x9a\xcf\xa7\x43\xcd\xd3\xe4\x64\x18\x7e\xa9\xde\x18\x4c\x60\x4d\x01\x3d\xa3\x4e\x41\xce\x89\x9c\x13\x39\x27\x72\x4e\xe4\x9c\xc8\x39\x91\x73\x22\xe7\x44\xce\x89\x9c\x13\x39\x27\x72\x4e\xe4\x9c\xdd\xe6\x9c\xc7\xe0\x08\x39\x94\x2b\x86\xb4\xf2\xae\x38\xe7\x8c\x36\x6c\x1b\x31\x27\x42\x48\x84\x90\x08\x21\xfb\x18\x42\xfe\xa7\x0c\xec\x9d\x90\x7d\x34\x41\x7e\x2e\x43\x7e\x3a\x03\xbb\xe5\xbf\xb3\x77\x56\x68\xb0\x9d\xd2\xc3\x29\x99\x7f\x47\x85\xfa\x33\xb6\x1e\x8e\xff\x94\x38\xc5\xec\x97\xf2\xf3\x70\x41\xf0\xb1\x33\x70\x8a\xf3\xb1\xa3\x70\x18\x26\x9b\xe3\x63\xf2\xbd\x85\x59\x6b\xd9\x4e\x0d\x39\xfc\xe9\x11\x78\x60\x73\xff\xd0\x17\xc9\x3f\x1d\x21\x5f\x88\xb9\x81\xfe\xdb\x66\x80\x69\xe8\x6a\xd9\x13\xbc\xf4\xce\x7a\x4e\xa0\xc8\x48\x5b\x60\xa4\x8f\xa6\x33\xd2\x11\xb2\xbf\xd6\xf1\x33\x6c\x73\x74\xfb\x44\x1c\x8a\x38\x14\x71\x28\xe2\x50\xc4\xa1\x88\x43\x11\x87\x22\x0e\x45\x1c\x8a\x38\x14\x71\x28\xe2\xd0\xed\xc4\xa1\x47\xe1\x30\x99\xcc\x1d\x0c\x71\xe8\xbb\xe2\x38\x34\xdc\xbb\x21\x0d\x45\x1a\x8a\x34\x14\x69\x68\x8c\x86\xfe\xfb\x3c\x1c\x15\x2e\x99\x9e\xb6\x42\xf5\xaa\xc9\xb4\xbc\xd0\x1b\x53\x64\x8b\x73\x5c\xc3\x76\x0d\x7f\x5d\x33\x55\xcf\x8b\xa0\xe2\x5f\x8d\x92\x1f\x18\x04\x12\x3d\x17\xe6\x91\x53\x5c\xaa\xea\x35\x1b\xd8\x39\x59\xc8\x0c\x2b\x24\x9f\x63\x77\xcc\x87\x4f\xca\xac\x72\x89\x7b\xda\x1b\x9a\x75\x8b\x99\x20\x0b\xb1\xd6\x90\x5f\x55\x48\xd4\x2e\x95\xc3\xdd\x5f\x9f\xc3\xdd\x42\x86\x2a\xd4\x87\x6b\x5a\x3a\x85\x3b\x47\xce\xc8\x43\xd7\x89\x17\xc7\xf8\x1b\xaf\x17\x48\x54\xb7\xa1\xff\x20\xfb\xad\x7b\xeb\x76\xcf\x3e\x97\x3a\xa6\xaa\xd1\x4d\x7b\xe8\x61\x79\x53\x37\x3b\xa9\xf4\x38\x3c\x06\x8f\xd6\x04\xe7\xbe\x99\x5e\xc2\x40\x92\x18\xaf\xbb\xc5\x78\xdd\xff\x77\x06\xde\x2b\x42\x63\x97\xe1\x91\x28\x34\x76\x87\xa4\x46\x7b\x85\x53\xba\x0c\x72\xaa\x4d\xcb\xa0\xe6\xe5\x4d\x3d\x69\x95\x7f\xed\xb6\xba\x32\xe8\x2e\x19\x02\x4a\xad\x11\x3b\x0f\x89\xdf\xbb\x2a\x75\x3a\x13\xb5\x1b\x45\x4f\x8a\xe8\xc1\xc8\xb1\x5d\x89\x1c\x8b\x21\x03\x31\x64\x20\x86\x0c\xec\x54\xc8\xc0\xf2\xa7\x33\x6d\x4e\x31\x7f\x55\x64\x09\x79\x14\x66\x63\x59\x42\x3a\x9c\xb6\xbe\x1b\x9a\xc0\x35\xa5\xbe\x36\xb2\x97\xec\x16\x7d\x01\xa5\xef\xbf\xb5\xae\xae\x30\xe6\xa8\xae\x6f\x70\xfb\xa5\xd8\xfc\x6e\xba\x71\xd9\xe7\xb0\x4d\x6e\xb7\x14\x88\x7b\x6b\x0b\x1a\xe7\xaf\x3f\xc0\xbd\x82\xee\x8b\x5f\x5c\xa5\x6e\x85\xc6\xaf\xee\x8f\x5f\xe5\xa7\xd0\x68\xc5\xd0\xc6\x37\xdc\x97\x28\x85\xfd\xbd\x2e\xaf\xb2\x5a\x96\xae\xc0\x65\x28\xd7\x6c\x99\xa6\xe0\x78\x0b\x63\x65\x8e\x5b\xf8\x51\x6d\x49\x51\x5b\x3e\x3e\x08\x1f\x1b\x24\xaf\x0d\x66\x5f\x0d\x65\xff\x4b\x83\xfd\xb3\x63\xaa\x31\x8a\xb0\x76\xe6\x46\x7e\x6e\xb8\x63\x83\x33\x72\xf5\x19\x69\x30\x70\x47\xf9\x12\x26\x7c\x42\x54\x93\x3f\xc9\x74\x35\xf1\x34\xbf\x83\xeb\x4d\x9e\x32\x52\xf6\x6c\x6b\x4e\xf8\xbc\x3c\xc6\xa6\x85\xfc\x7b\x3e\x98\x2c\xd1\x8f\xa3\x8d\xb7\x72\xa5\x37\x33\xf0\x46\x86\xbc\x9e\xc9\x7e\x36\xe4\x72\x1f\xcd\x5c\xb4\x5d\x8d\xab\x74\x15\x9b\x37\xbb\xad\xe4\x96\xd9\x4f\x39\x65\x3a\xf1\x15\x9c\xb8\x0a\xed\xab\xea\x45\xd6\xfd\x71\x55\xe3\x1f\xce\x7d\x26\x4c\x43\x93\xab\x2b\x35\x75\x4f\xb1\x6f\xc8\x36\x15\x3e\x05\x0e\xb5\x1d\x93\x16\x14\xf1\x46\xee\xa4\x14\xf4\x25\x27\x9f\x75\x1b\x20\x7c\x7d\x6e\x17\xaf\x56\xc2\xe1\xa6\x4d\xa1\x3a\x9b\xde\x47\x36\xb7\x3c\x6c\x69\x35\xd8\xb0\x96\x6c\xe2\xb8\xc6\x5b\x04\xca\x53\x70\x9c\x1c\xcd\x1d\x0e\x6d\x1c\xf7\x24\x42\x5b\xc4\x4b\xef\xbc\x9d\x83\xfc\xe8\x33\xa0\x48\x6e\xea\xdb\xae\x5a\xa1\xb1\x23\xec\x9a\x67\x58\xb6\x4e\x3d\xf2\xed\xcf\x90\xbf\x7d\x18\x40\xde\xb1\xb8\x56\xcc\x3e\x2c\x2c\xf0\xae\xb4\x1d\x06\xda\x71\xe0\x73\x39\x33\x3f\x7b\xc5\xd6\x69\xfe\x4e\x76\xdb\xbc\x78\x6c\xa1\x28\x7f\xed\x71\x6f\xc7\x12\xfa\x02\xa2\x2f\x20\xe6\x2a\x43\x5f\x40\xf4\x05\x44\x5f\xc0\xfe\xf1\x05\xec\xa1\x54\x5c\x3d\xe3\x0b\x88\x39\xa2\xd0\x17\x10\x7d\x01\xd1\x17\x10\x7d\x01\xb7\x23\x47\x54\x5f\xbb\xe0\x61\x12\x9b\x7e\x4e\x62\x53\xda\x81\x2e\x78\xe5\x67\xa1\x24\xa0\xdd\x49\x38\xc1\xa1\xdd\x21\x28\xc2\x44\x63\x68\x27\x79\xd3\x5a\xb1\x20\xc1\xd0\x65\xc3\x4b\x3f\x17\xda\x38\x41\x3b\xeb\x30\xb8\xf6\xbe\x74\xc6\x37\x49\x0e\x0a\x94\x27\xdf\x9b\x38\x0a\x1a\xd0\xbf\x04\x0d\x83\xdc\x7f\xdb\x93\xe0\x5f\xb7\x89\xd5\x47\x51\x43\xd4\x75\x97\xf8\xa5\x63\xb0\x4b\xb0\x29\x7e\xf0\xb6\xc6\x4a\x32\x0e\x07\xb6\xd0\xc8\x68\x18\x41\x57\xb2\x16\x5d\xc9\xbe\x9a\x81\x33\x62\x86\x1f\x83\x23\x7c\x86\x4f\xc0\xd6\x06\x1f\xcc\x08\x57\xb4\x53\x30\x15\xb9\xa2\x6d\xb9\x90\xf3\xc2\xb2\x7c\x1a\x4e\xc6\x2c\xcb\x5b\x2e\xa5\x75\x41\xe3\xd8\xcd\x0b\x9a\xfa\xe2\xa4\xb1\xf8\xc9\xff\xd2\x58\x42\xd0\xdc\x27\xfd\x05\x62\xce\x17\xf6\x72\x28\x74\xa4\xba\x1b\x09\x9d\xf0\xae\xce\x88\x9f\xce\x78\x98\x21\x6b\x45\xd6\x8a\xac\x15\x59\x6b\xff\xb0\x56\xd4\xc1\x52\x74\xb0\xde\x81\xd1\xe8\xdd\xdb\x15\xef\x5e\x64\xfe\xc8\xfc\x91\xf9\x23\xf3\x47\xe6\xdf\xd7\xcc\x1f\x0f\x79\xe0\x21\x0f\x3c\xe4\xd1\xa9\x43\x1e\x68\x52\x43\x93\x5a\xbf\x9a\xd4\xb6\x18\x38\xe1\xe6\xcf\x22\xe5\xeb\xf3\xe3\x3b\xc8\xed\x62\x36\x47\x92\xb6\x53\x2c\xb9\xfd\xde\xe2\xaf\x1d\x84\xe1\x20\x46\x6f\x6d\x74\x5e\xfe\xf7\x8b\x13\x41\xba\x33\xf2\xb7\x13\xe4\x7f\x3c\x1c\xc5\xea\x4d\xf1\x18\x97\x71\xce\xf3\xf7\xb2\xdb\x6a\xc2\xe3\xea\x3b\x23\x95\x18\x3a\x8e\xa3\xe3\x38\x3a\x8e\xa3\x31\x03\x8d\x19\x68\xcc\xe8\x27\x63\x46\xef\xb0\x7a\x84\xc8\x08\x91\x11\x22\x23\x44\x46\x88\xdc\xd7\x10\x19\x29\x17\x52\xae\x3e\xa5\x5c\x3b\xd2\x71\xfc\x69\x38\x2b\xc8\xdc\x71\x38\xca\xc9\xdc\x41\x28\xc0\x58\x43\x5f\x4e\xcd\x76\xb9\x23\xa7\xa4\x42\x4d\x79\x8d\xcf\xa6\x03\xb6\xfd\xe4\xa1\x3a\x7e\xe0\x61\xe2\xa0\x20\x73\x7a\x9a\x03\x7a\xee\xd7\xf6\x44\xd0\x2b\x72\x13\x0f\xf8\xd6\xfd\xe2\x97\x4e\x13\x2e\x01\xa4\xce\xc0\x29\x98\xaa\xf1\x16\xcf\xc3\x48\xb3\x2d\x8b\x6e\x4a\xe8\x2a\xde\xa2\xab\xf8\x97\x32\x70\x52\xcc\xe9\xc3\x30\xc9\xe7\xf4\x18\x6c\x61\xe4\xc1\x39\xe1\x27\x7e\x02\x8e\x45\x7e\xe2\x5b\x2b\x61\x5a\x38\x89\x4f\xc1\xf1\x98\x93\xf8\xd6\x8a\xb8\x59\x0f\xf1\xe6\x84\x4e\x52\xbc\xd4\x17\x41\xe5\xe7\xe1\x39\xf2\x4c\xee\xe9\x30\x66\xcc\x94\x54\xa6\xc4\xc8\xb2\x74\x85\xd5\x4e\xf1\x34\xdb\xa1\x63\x8a\x57\xd5\x56\x58\x8f\xf2\x05\x89\xaa\xab\x42\xa6\x3b\xae\xcd\x95\xb7\xdc\xde\x90\xd6\x77\x34\xb2\xcc\xff\x1a\x86\x49\x11\x59\x46\xad\xfa\xb6\xa7\xa9\xa6\x61\x55\x26\xd6\x26\x97\xa8\xaf\x4e\x4e\xf0\xa6\x64\x43\xd2\x74\x6c\x3d\xb8\x81\xba\x1e\xf9\xd9\x61\xf2\xc9\x21\xb8\x23\xf6\xcc\xa2\x7c\x26\x7b\x64\x73\x13\xc2\x23\x61\x91\x73\xb6\x3e\x1d\x16\x99\x3f\xcd\x1e\x9b\x8e\xca\x5b\x10\xc5\x35\xb8\xfd\xa2\xed\x4e\x9b\x66\x28\x99\xdb\x17\x62\xad\x43\xb9\xf9\xd6\xe0\x9b\xc4\x44\x7b\x02\xae\xf2\x89\x76\x19\xca\xf0\x48\xc3\x31\x1e\x6b\xd7\x82\x6c\xd7\x42\x83\x96\x68\x6a\x61\xad\xa4\x8f\xf1\xf3\xa4\x14\x8d\x6a\xf1\xca\x60\x68\xc7\x6a\x23\x97\xd9\x06\x75\x49\x5d\x76\x31\x83\x1f\x1a\x5f\x30\x83\x1f\x1a\x5f\xd0\xf8\x82\xc6\x97\x3e\x32\xbe\x60\x06\x3f\xcc\xe0\x87\xc6\x17\x34\xbe\xa0\xf1\x05\x8d\x2f\x3d\x61\x7c\xc1\x4c\x7c\x98\x89\x6f\xa7\x58\x73\x30\x13\x5f\x27\x32\xf1\xfd\xde\x08\x9c\x10\xdc\x6f\x89\x5d\x0b\xb3\xef\xf1\x3b\x1b\x79\x0d\x6b\xae\x6d\x5d\xb3\x97\x3c\xf2\xaf\x47\xc8\x4f\x0c\xc1\xdb\xf9\xa3\x61\xe2\x04\x4f\xae\x6f\x96\x6e\xac\x19\x7a\x55\x35\xe3\x5f\xae\x86\xba\xe4\x8c\x6b\x5b\x65\x7b\xa9\x10\x3b\xef\x33\x15\xaa\x18\xc3\xbc\x8c\xe1\x68\xff\x9c\xd8\x10\xd9\x0e\x0d\x4f\xf3\x7a\x3e\x55\xf5\x42\x7e\x3f\x7f\xa0\xc4\xfe\x23\x53\x2f\x44\xe6\x1a\xf9\xa6\xcb\x86\xe7\xf7\x3a\x1f\xbc\x0e\x73\x82\x0f\xce\xc2\x25\xce\x07\x79\x08\xa1\x16\xdc\xde\xf9\xb0\xbb\xc0\xb4\xbe\x54\x28\xb8\xaf\x3e\xab\xbb\x95\x00\xaf\x98\x08\xd4\xf4\xde\x74\x72\x58\x20\x63\x12\x14\xf2\xf1\x10\xb8\xba\x8b\xc6\xdf\x18\x7a\x1d\x19\x20\x32\x40\x64\x80\xc8\x00\x91\x01\x22\x03\x44\x06\x88\x0c\x10\x19\x20\x32\x40\x64\x80\xc8\x00\x91\x01\x76\x99\x01\xee\x3c\x6f\x25\xa4\x8c\x48\x19\x91\x32\xee\x20\xca\xf8\x8d\x01\x78\x40\x50\x46\xdd\xf0\x34\x9b\x89\xd5\x28\x73\x9d\x00\x8e\xe4\x4b\x03\xe4\x37\x06\xe0\xf6\xf0\x86\x90\x27\xde\x5d\xa1\x7e\x72\x3d\x17\xdf\x91\x7f\xa0\x42\xfd\xf3\xc1\xed\x92\xfa\x4d\xcf\xcd\x06\x5b\xc8\x36\xe6\x5b\xdd\x50\xd0\xd4\x86\x82\xa6\x9a\x29\xa8\xec\xc0\xfb\x04\xdf\xbb\x02\x97\x39\xdf\xbb\x08\xe7\xa1\xd4\x02\xdf\x8b\x7d\x67\x33\x9e\x7f\xe4\xcb\x07\xe0\xac\xe8\x01\x0e\x9c\x2c\xd5\x2c\x84\xf4\x26\xea\x0a\xd5\x74\x56\xd4\x62\x90\x5c\x30\x98\x54\x82\xfd\xbe\x48\x5e\x39\x40\x7e\x7e\x10\xb2\x41\x01\xd3\xc1\xf3\x8b\xc1\x83\xd9\x07\x5d\xaa\xea\x35\xf4\x21\x08\x77\x2c\x0a\xcb\x1f\x60\xb7\xcc\xd6\x16\xb1\x20\x4b\x48\xde\xdc\x5e\x07\xfb\x2d\x36\x7e\xd4\x3e\x61\x8b\x05\xdf\x59\x48\x56\x33\x95\xb0\xae\xa6\xc3\xd3\x32\x79\x44\xba\x16\x27\x8b\x8e\x61\x53\xf1\xee\xc0\x19\xb3\x61\x37\xc2\xb5\xfb\xeb\x03\xdd\x5b\xc8\x50\x85\xfa\x90\xfd\xc9\xbd\x9b\xf6\xe1\x43\x2e\x75\x4c\x55\xab\x4d\x77\x5c\xd3\x8d\x05\x79\xd7\xb6\xf4\x64\xe9\x29\x58\x80\x27\x6a\x8e\x4a\xb4\xa5\x2b\xf1\x10\x05\x1e\xa2\x68\xf1\x10\xc5\xe7\x32\x8d\xf3\xe3\x76\x48\xee\x3c\x2d\xce\x5d\xcc\xc3\x7b\xa3\x73\x17\x6d\x2a\x3b\x10\x5d\x8d\x65\x89\x53\xf5\xa1\x49\xc9\x96\x2a\xb2\x9a\x14\x7d\xf9\xcf\xde\xb6\xa9\xe8\xba\x5b\x46\x72\x53\x6b\xa5\xd5\xb8\xb8\xb0\x3d\xc2\xaa\x33\x61\xf8\x51\x50\xa5\x08\x2a\x0c\x05\xdd\x95\x50\xd0\x18\x03\x14\x63\x80\x62\x0c\xd0\x4e\xc5\x00\x2d\x7f\x3a\xd3\xe6\x40\x88\x57\xc5\x49\xcb\x47\x61\x36\x76\xd2\xb2\xc3\xc1\x15\xbb\xab\x25\x5c\x53\xea\xeb\x2c\x7b\xc9\x6e\xd1\x2b\x50\xfa\xcc\xad\x9b\xea\x11\xe3\x8e\xea\xfa\x06\x37\x7a\x0b\x0e\xb2\xf9\x5e\x68\xcc\x51\x7d\x6d\xa5\xeb\xca\xc5\xbd\xb5\x05\x8d\xf3\x7a\x1c\xe0\x7c\xe2\xbe\xf8\xc5\x55\xea\x56\x68\xfc\xea\xfe\xf8\x55\xcf\x77\x55\x9f\x56\x0c\x6d\x7c\xc3\x7d\x89\x52\xd8\xdf\xeb\xf2\x2a\xab\x65\x89\xa9\xb3\xe5\x9a\x5d\xd8\x14\x1c\x6f\x61\x1c\xcd\x71\x07\x11\x54\x69\x52\x54\x9a\x8f\x0f\xc2\xc7\x06\xc9\x6b\x83\xd9\x57\xc3\x75\xe1\xa5\xc1\xfe\xd9\x7b\xd5\xd8\xd4\x58\x3b\x73\x1f\x11\x6e\xf7\x65\x83\x33\xf2\x14\x1b\x69\x30\x70\x47\xf9\xf2\x26\x5c\x8a\x54\x93\x3f\xc9\xf4\x38\xf1\x34\xbf\x83\xeb\x54\x9e\x32\x52\xf6\x6c\x6b\x4e\xb8\x4c\x3d\xc6\xa6\x85\xfc\x7b\x3e\x98\x2c\xd1\x8f\xa3\x8d\x37\x85\xa5\x37\x33\xf0\x46\x86\xbc\x9e\xc9\x7e\x36\x84\xb5\x1f\xcd\x5c\xb4\x5d\x8d\xab\x7b\x15\x9b\x37\xbb\xad\xe4\x96\xd9\x4f\x39\x65\x3a\xf1\x15\x1c\xc3\x0b\xcd\xac\xea\x45\xce\x21\xe3\xaa\xc6\x3f\x9c\xbb\xdc\x98\x86\x26\x57\x5e\x6a\xea\x9e\x62\xdf\x90\x6d\x2a\x5c\x52\x1c\x6a\x3b\x26\x2d\x28\xe2\x8d\xdc\xc7\x2d\xe8\x4b\x8e\xc3\xeb\x36\x40\xf8\xfa\xdc\x2e\x5e\xad\x84\xbf\x56\xbf\x30\xb4\x07\xea\xaf\x21\x7b\xc8\x2d\xbc\x91\xa0\x7c\x12\x4e\x90\x63\xb9\x23\xa1\xd5\x2c\xcb\x67\x9d\x14\x01\xc9\x0a\xe4\x86\xd8\xb5\x8e\x1e\xdf\xff\x99\x71\x28\xcb\xe3\xfb\xfa\xaa\xc1\x5d\x00\x5d\x5a\x31\xb8\x68\x37\x6c\x2b\x22\xbc\x13\xab\x55\x5f\x65\x23\xe6\x06\x5d\x5a\xb1\xed\xeb\x09\xb7\xad\x90\xf4\x7e\x6d\x8c\xfc\xe9\x20\xbc\xbb\x6e\x59\x8b\x6b\xc5\xec\x44\x1d\xce\xfb\x98\x2c\xf8\x49\x51\xf0\x4c\xbc\xe0\xfc\x31\xf6\xc0\x74\xbd\xe2\x16\x8a\x9b\x3d\xd8\x66\x02\xfc\x77\x41\x15\xa3\xf7\x69\x78\x8a\x8f\xde\xab\x30\x07\x57\x1a\x8f\xde\xba\x6d\xb9\x56\x2c\x6c\x56\xe5\xd4\x91\xbc\x39\x9e\xbd\xf6\x42\xfa\x40\x7f\x1f\x99\xaf\x13\x79\x62\xb3\x9e\x97\xba\xd3\xa6\xf5\xce\x7e\x63\xef\x26\x5d\x3e\x59\x1f\x0b\x6f\xda\xeb\x53\xf2\x99\x6d\xef\xf8\x92\x0e\x4b\xf0\x7c\x8d\xaa\xd2\xf6\x9e\x47\x05\x06\xe1\x71\xeb\xc9\x5a\xbb\x20\x99\x96\x05\x2f\x5e\x84\x67\x23\x5e\xdc\x5b\x12\x90\x43\xe5\xe6\x24\x60\x9b\xa4\x5e\x22\x9d\xeb\xef\xdf\xb6\x89\x04\x7c\x38\xa4\xcb\x9b\x0a\xbd\x13\xe2\xb6\xed\x97\x79\xc8\x9d\x91\x3b\x23\x77\x46\xee\x8c\xdc\x19\xb9\x73\x7f\x72\xe7\x6d\x53\x24\x9a\x40\xd0\x7f\x72\xeb\x26\xaa\xc6\xc9\x14\x00\xbd\xa9\x02\x72\x9c\x13\x8a\x6d\xd5\x3f\x10\x4d\xf7\x9b\xd6\x83\x68\x1a\xd1\xf4\x36\xa3\xe9\x9e\x80\x7b\xdb\xb7\xe4\xa4\x12\xeb\x59\xb8\x44\x2e\xe4\x66\x42\x62\x3d\x12\x27\xd6\x9b\xbd\xa7\x0b\xfc\xfa\xa7\x9f\x83\x73\x82\x5f\x5b\xd4\xbf\x61\xbb\x6c\xd2\xd7\x7a\x88\x37\x08\x46\x61\x58\x15\x97\x89\x25\x8f\xfc\xc5\xb3\xe4\xdf\xec\x07\x12\x95\x10\xba\x90\xa7\xa4\xb3\x9b\x15\x45\xe4\xf7\xb3\xdb\xae\x84\x8f\x6f\x08\x24\x21\xef\xeb\xf1\x20\x12\x98\xd9\x0e\x03\x2b\x60\x66\x3b\x0c\xac\x80\x81\x15\x30\xb0\x42\x1f\x05\x56\xc0\xcc\x76\x98\xd9\x0e\x03\x2b\x60\x60\x05\x0c\xac\x80\x81\x15\x7a\x22\xb0\x02\x66\xb6\xc3\x28\x05\x98\xd9\x6e\xe7\x44\x29\x28\x53\x28\x0b\x80\x38\x03\xd3\x1c\x20\x9e\x84\x13\x70\xac\x21\x40\x8c\x91\x2a\xc9\x99\x0a\x12\x10\x35\x95\x8b\x27\x25\x45\xce\xb5\x67\xd3\x49\xe2\x14\x39\x2e\x49\xe2\x06\x6a\x26\xf1\xa1\xac\xd0\xc6\xe8\x9b\xb9\xd7\xf6\xd6\x25\x65\xb7\x07\x39\xf0\xac\x90\x8a\x8d\x88\x9f\xba\xc8\xc5\x04\xc6\x9a\x85\x4b\x70\xa1\xc6\x86\x73\x04\x0e\xb5\xd0\x1f\x68\xbe\x41\xc7\xbc\x16\x1d\xf3\xfe\x26\x03\x17\x85\x50\x38\x0b\xa7\xb9\x50\x38\x06\xad\x0d\x42\x78\x54\x78\xdf\x9d\x87\x52\xe4\x7d\xd7\x72\x61\x97\x85\x39\xfd\x02\xcc\xc4\xcc\xe9\x2d\x97\x76\xb3\xb9\xf3\x3a\x2b\xab\xf2\x7f\x34\x56\x57\x56\xdd\x27\x9d\x27\x62\x9e\x28\xf6\x72\x28\xb6\x26\xc5\xd5\x0d\x62\x6b\x26\xbc\xbb\xd3\x02\xac\x33\x0e\x78\x08\x76\x11\xec\x22\xd8\x45\xb0\xdb\x3f\x60\x17\xb5\xb7\x14\xed\xad\x77\xc8\x37\x3a\x3f\x77\xc5\xf9\x19\x0d\x0c\x68\x60\x40\x03\x03\x1a\x18\xd0\xc0\xd0\xd7\x06\x06\x3c\x03\x83\x67\x60\xf0\x0c\x4c\xa7\xce\xc0\xa0\xfd\x0e\xed\x77\xfd\x6a\xbf\x2b\x57\xda\x7c\xfc\x2b\x8d\x30\xe7\xeb\x13\xe6\x3b\xc8\xed\x62\x36\x47\x92\xb6\x59\xda\x9c\x02\x95\x1b\xc2\xe8\x1d\x98\x0f\x81\xfc\xfc\x30\x4c\x08\xf7\x79\x77\x49\xd5\x0a\x41\xf3\xd6\xc6\x7e\x71\x6d\x93\x2e\xb1\xdd\xb1\x55\xf1\xc8\x3f\x1c\x26\xdf\x3a\x04\x77\xb2\x07\xa6\xe3\xf7\x2f\xae\x15\xb3\xa3\x9b\xfb\xcb\x5f\xb5\x4d\x5a\x12\xe5\xe4\x27\xd9\xad\x57\x6b\x0b\x59\x28\xc6\xee\xb9\x68\xbb\xd3\xa6\x19\xd2\xf6\x5e\xf7\x9f\x2f\x3f\x07\x33\x62\xec\x9f\x82\x29\x3e\xf6\x0f\xc3\x24\x1c\x6c\x68\x57\xe1\x4d\xbe\x56\x2c\xc4\xbe\xb8\x2d\x06\x60\x3d\x7d\x98\x4f\x93\xb3\x72\x1c\x37\xec\x77\x69\x5c\x89\x55\x2e\x71\x6c\x04\xb3\x30\xe2\x61\x01\xcc\xc2\x88\x36\x25\xb4\x29\xa1\x4d\xa9\x8f\x6c\x4a\x98\x85\x11\xb3\x30\x22\xcb\x47\x96\x8f\x2c\x1f\x59\x7e\x4f\xb0\x7c\xcc\x91\x88\x39\x12\x77\x0a\xbd\xc4\x1c\x89\x9d\xc8\x91\xf8\x07\x03\x90\x15\x0c\x4f\xb3\x6d\x57\x37\xac\x04\xbd\x23\xbf\x3c\x40\x7e\x71\x00\x6e\x8d\x5f\xcb\x66\x2b\xdc\xd2\xb3\x6c\xbb\xab\x61\x53\xaa\x0a\x27\x42\xf9\xbb\x2b\xd4\x9f\x89\xdd\x3c\x3d\x37\x7b\x89\x5d\xe8\xc1\xa4\x88\x06\x5c\x11\xbc\xed\x12\x5c\xe0\xbc\xed\x2c\x9c\x86\x93\xad\x25\x45\xe4\xdf\x98\x9a\x0d\xf1\xcf\x46\xe1\x72\xe3\xb6\x0e\x02\x8e\xf0\x3e\x6a\x14\x76\x84\x5b\x56\xc3\x80\xd9\xff\x72\x94\x7c\xeb\x2e\xb8\x33\x5e\x5a\xe8\xa6\xfc\xb1\x8c\x9c\x06\xd1\xa8\x53\xad\x60\x61\x09\x90\xea\x65\x56\x5c\x21\x66\x7b\x9d\x0a\x95\xbc\x61\xfe\xf8\x70\x44\x30\x12\x5b\x52\xdb\xa1\xa1\x67\x95\xe7\x53\x55\x1f\x8b\x54\x48\xae\x26\x4b\x85\x83\x69\xa1\x91\x6e\x3c\x9c\xd8\x8e\xc4\xca\x2e\xe4\xc5\xeb\xe2\x43\x67\xc3\x79\x0f\x5e\xd9\x5e\xa7\xb8\xd7\x61\x4e\x8c\xaa\x59\xb8\xc4\x47\xd5\x34\x9c\x85\xd3\x2d\x8c\x2a\x2e\x37\x2e\x30\xb5\x3d\x15\xe9\x36\x8e\xc1\xc3\x2b\xb6\x45\x47\xf9\x3a\x63\x53\xd2\x5c\xde\x01\x1b\x6d\x1a\x08\x73\x11\xe6\x22\xcc\x45\x98\x8b\x30\x17\x61\x2e\xc2\x5c\x84\xb9\x08\x73\x11\xe6\x22\xcc\x45\x98\x8b\x30\xb7\xcb\x30\x77\x12\x0e\x92\x42\x6e\x2c\x74\x21\xbb\x3d\x1e\x6a\x95\x6f\xde\x36\xc6\x54\xdd\x79\x6e\x67\x88\x98\x11\x31\x23\x62\xde\x41\x88\xf9\x43\x83\xa0\xa4\x45\x59\x26\xbf\x35\x40\x7e\x73\xa0\x6e\xbc\x85\xbb\x2b\xd4\x4f\x6a\x01\xe2\x4b\xf2\x4a\x85\x6e\x0c\x9b\x3c\x3d\x37\x1b\xec\x3c\xdb\x18\x58\xa1\x6d\xd0\x79\x6b\x89\x2c\x37\x87\xce\xc1\x77\x36\xe3\xf6\x49\x5e\xcd\xc3\x82\xe8\x04\x4f\x64\x89\x8c\x7a\x40\x64\xa7\xdc\x9c\x3b\x6b\x6c\x7d\xe6\xcf\x69\xaa\xa3\x6a\x86\x6f\x44\x14\xfa\x8d\x51\xf2\x03\xbb\xe0\x36\x79\x3d\xca\x67\xfc\x53\xcd\x10\xe8\x99\xf9\x59\x99\xb6\x72\x46\x14\xbc\xde\x13\x38\xfa\x20\x7f\x5d\x90\x50\x53\x7e\x51\x84\xa2\x37\xd6\x1a\xb9\x74\x0b\x5c\x7a\x39\x9d\x4b\xcf\x90\x69\xc9\xa5\x93\xe3\x56\x22\xe9\x8d\x1d\x51\x27\xef\x2a\x02\x6a\x04\xd4\x08\xa8\x11\x50\x23\xa0\x46\x40\x8d\x80\x1a\x01\x35\x02\x6a\x04\xd4\x08\xa8\x11\x50\x23\xa0\xee\x32\xa0\x3e\x0b\xa7\xc9\xc9\xdc\x89\x10\x36\xbf\x27\x0e\xa8\x37\x6e\xe5\x90\x56\x23\xad\x46\x5a\x8d\xb4\xba\xab\xb4\xfa\x8f\x87\xe1\x7e\xd6\x75\x13\x6b\x01\x12\x65\xf3\xcb\xd0\xa8\xaa\x69\x4c\xff\xf1\xc8\x2f\x0f\x93\x9f\x1d\x82\xdd\x9a\xed\xd2\xc5\xb5\x62\xf6\x03\x72\x81\xb5\x74\x63\xcd\xd0\xab\xaa\x99\x00\x9e\xa1\x32\x3b\x2f\x4a\x99\x16\xa5\xb4\x05\x72\x16\xf2\xe3\xd2\x6b\xd6\xa5\x0b\xc5\xe4\x0b\x2e\x1b\x9e\xbf\xd3\x22\x20\x6c\x07\xa3\xdc\x57\x9f\x51\xde\x4a\x80\x57\x4c\xc4\x44\x98\x4b\xe7\x94\xe3\xe4\x80\xe4\x94\xb9\x9c\x64\x93\xc9\x0e\xc1\xf8\x07\x48\x24\x91\x48\x22\x91\x44\x22\x89\x44\x12\x89\x24\x12\x49\x24\x92\x48\x24\x91\x48\x22\x91\x44\x22\xb9\x9d\x44\x12\x71\x1f\xe2\x3e\xc4\x7d\x7d\x8c\xfb\xbe\x7b\x14\xe6\x84\x5f\xa4\xaa\x33\x55\xd6\xb0\x2d\x97\x56\x0c\x36\x2f\x1b\x1f\xce\xe7\x1b\x47\x95\xa9\x2b\x37\xe8\xd2\x8a\x6d\x5f\x4f\x6c\x00\x3d\xf2\x1f\x46\xc8\x8f\xec\x82\xfb\xeb\x96\x18\xfa\xb5\x7e\x57\xa6\x39\x70\xb8\x10\xbe\xec\x49\xf1\xb2\x99\xf8\xcb\xda\x04\x12\x67\xf8\x03\xd3\xf5\x2a\x2c\x1d\x6b\x37\xaf\xc6\x65\xc3\xf3\x11\x2f\xb6\x88\x17\xff\x5e\x3a\x5e\x7c\x86\x3c\x2d\xf1\xe2\x66\xc3\x54\x82\xc7\xcd\xbb\x0a\x0f\xf0\x23\x8d\x44\x1a\x89\x34\x12\x69\x24\xd2\x48\xa4\x91\x48\x23\x91\x46\x22\x8d\x44\x1a\x89\x34\x12\x69\x24\xd2\x48\xa4\x91\x48\x23\x91\x46\x6e\x1f\x8d\xfc\xf9\x51\x38\x2f\x23\x84\x52\x57\x96\x42\xbd\x58\x2e\x25\xc1\x1f\xe3\x17\x8d\x8a\x65\x58\x95\x40\x5a\x07\x67\xb2\xff\x72\x84\xfc\xab\x5d\xf0\xce\xf8\x8d\x8b\x6b\xc5\xec\x67\x9a\x3a\x92\x1d\x3d\x34\x2f\x4a\xbf\x1a\xe4\x90\xee\x81\x93\xd9\x63\xc2\xe5\x31\xf6\x61\x0b\xc5\x86\x35\x46\x24\xd9\xc2\xa9\x6c\x33\x1d\x47\xce\x92\x4b\x41\xb4\xd0\x8d\xe3\x34\x38\x9a\xdd\xa8\x53\xd0\x13\x12\xd9\x23\xb2\x47\x64\x8f\xc8\x1e\x91\x3d\x22\x7b\x44\xf6\x88\xec\x11\xd9\x23\xb2\x47\x64\x8f\xc8\x1e\xb7\x93\x3d\x5e\x84\xf3\xa4\x94\x3b\x17\x1e\xad\x7e\x38\x71\x36\xbb\xd1\x5e\x6e\xe3\x11\x6d\x64\x98\xc8\x30\x91\x61\xf6\x31\xc3\xfc\x9f\x03\x70\xaf\x8c\x34\xa9\xad\x50\xbd\x6a\x26\xc2\x7d\x4e\x90\x2f\x0c\x90\x5f\x1d\x80\xb7\x47\x17\x17\xd7\x36\x09\xf2\x79\x6f\x85\xfa\xf3\xe1\xad\x0b\x18\xdf\xb3\x41\x7c\xcf\x37\x46\xe1\xb4\xf4\x63\x75\x1c\x2f\x42\xc5\x0d\xe2\x79\xea\xd4\x31\xed\x75\xa6\x3e\x85\xc8\xf8\x3b\x47\xc9\xef\x0e\xc1\x6e\xf6\x38\xeb\x91\x4f\x34\x83\x8a\xcf\x87\xc5\xf4\x04\x1b\x7e\x40\x78\xb1\x3a\x8e\xb7\x10\x0b\xd6\x19\x55\x12\x71\xf0\x46\x1c\x7c\x25\x9d\xf6\x1e\x20\xa3\x81\xf3\xa9\xe3\x78\x12\xef\x46\xad\x9a\xe0\xb9\xa9\x78\x19\x81\x2f\x02\x5f\x04\xbe\x08\x7c\x11\xf8\x22\xf0\x45\xe0\x8b\xc0\x17\x81\x2f\x02\x5f\x04\xbe\x08\x7c\x11\xf8\x76\x19\xf8\x1e\x83\x23\xe4\x50\xae\x18\x02\xdf\xbb\xe2\xc0\x37\xda\xdd\x61\x10\x4e\x64\xc8\xc8\x90\x91\x21\x77\x95\x21\x7f\xd7\x28\x5c\x6a\x9c\x32\x6a\x73\xb4\x29\x9f\x70\x6c\xd3\xd0\x0c\xea\x91\x9f\x1d\x21\xbf\x3a\x04\x6f\x4f\x64\x96\xca\xae\x37\x77\xf6\x5e\xa6\x97\x9a\x63\x65\xb5\x27\x31\x51\xe0\xc0\x1a\x4f\x5c\x15\xa1\xca\xc4\xfb\xf0\x4c\xfd\x4d\x9c\xa9\x7f\x2e\x1d\x6b\x9e\x24\x27\xe2\xe4\x52\x22\xce\x0d\x03\x4e\xf2\xce\x44\xd7\x20\xc5\x44\x8a\x89\x14\x13\x29\x26\x52\x4c\xa4\x98\x48\x31\x91\x62\x22\xc5\x44\x8a\x89\x14\x13\x29\x26\x52\xcc\x6e\x53\x4c\x84\x91\x08\x23\x11\x46\x22\x8c\xec\x20\x8c\x7c\xfd\x39\xb8\x20\x60\xa4\xbb\xa4\x6a\x85\x00\x48\xd5\xc4\x07\x95\x59\xd4\x1b\x40\x49\xd7\x36\xa9\x47\xfe\xcf\xb3\xe4\xe3\xfb\x21\xcb\x8a\x99\x8e\x97\x12\xe5\x4c\xcf\x09\x45\xd5\x95\x4b\x6c\x20\x83\x03\x7f\xcb\xab\xb6\x49\xf3\x07\xd8\x3d\x57\x6b\xcb\xd8\x98\xa4\x9c\xdd\xdc\xe3\xfc\xb0\x84\x18\x0d\x31\x5a\x09\x31\x1a\x62\x34\xc4\x68\x88\xd1\xfa\x06\xa3\x95\x7a\x06\xa3\xb5\xbd\x26\x2d\x63\xb4\x12\x62\x34\xc4\x68\x88\xd1\x10\xa3\x21\x46\xeb\x3e\x46\x2b\xf5\x35\x93\x2a\x21\x93\xea\x1c\x93\x2a\xf5\x3a\x93\x2a\xed\x40\x26\x55\x7e\x16\x4a\xc2\xef\xea\x24\x9c\xe0\x7e\x57\x87\xa0\x08\x13\x8d\xfc\xae\x0a\x1c\x5c\x05\x90\xa9\x70\xd5\x36\x9b\x3a\x54\x7c\x4d\x4b\x77\xa2\x3a\x47\xce\x48\xc7\xa9\x86\x70\x4c\x3a\x50\xb1\xb7\xc6\x8f\x8a\x8a\xca\xc0\xb5\xf7\xd4\x77\xe7\xda\x4d\x76\x71\x4f\xae\xdc\x2b\x7b\x37\x25\x66\x6f\x17\x6b\x93\xa2\x0a\x38\x36\x2e\xfe\xd9\x6d\x3c\x26\x68\x16\x77\x7e\x23\x43\x4b\xb6\xbe\x9e\xe5\xff\x55\x32\xf9\x71\x38\xb0\x85\x6e\x29\xfd\xe0\x00\x7c\xff\x00\x79\x65\x20\xfb\x91\x50\x14\xfd\x65\xe6\x49\xb6\xd0\x4b\xd9\x3f\xc6\x9d\x16\x79\xbc\x45\x21\x3b\x12\xfb\x8d\x38\x83\x5a\xa2\x8a\xc3\x9a\x9b\x29\x79\x05\x65\xda\x52\x0c\x4b\xec\xf4\x6d\x57\xa9\x5a\x21\x2c\xd0\x15\xdd\x5d\xbf\x5a\xb5\x14\xdd\x70\x29\x9b\x30\x34\xdc\x81\xb2\x85\x84\xaf\xd4\x72\x0b\x1e\x28\xdc\x72\xd3\xa3\x2c\x57\x5d\xae\xd4\x39\xae\xad\x51\x8f\x2f\xa9\x72\x7e\xba\x41\xc4\x50\x9e\x8b\x46\x28\xcb\x7c\x0d\x9c\x52\xc6\x95\x69\xd3\x9c\xe2\x0b\xa6\xee\xae\x2b\x6e\xd5\x62\x9b\x31\x36\xc3\x02\x2d\x41\x16\x47\xf5\xdc\x2d\xa2\x6a\x71\x71\xf2\x7d\x03\xf0\x8f\x07\xc8\xcb\x03\xd9\x7f\x18\x36\xd0\x1f\x66\xb8\x8e\xf5\x98\x6a\xa9\x15\xea\x8a\xdd\x82\xb0\xff\x78\x9e\xad\x19\x7c\x01\x0c\xf5\x72\x95\x6f\x6c\x6c\x57\x61\xfa\x91\xbf\x1e\x6a\x04\xab\xea\x75\x56\x7f\x7f\x85\x7a\x34\x98\xf3\x4c\x0e\x05\xc4\x84\x43\x83\x25\xaa\x70\x69\xc3\x75\x70\xdb\x55\x8a\x93\xc7\xd9\xbd\xae\xaa\x71\xb4\xc3\xb6\xaf\x62\x86\x73\x3d\x99\xa9\x34\xaa\x61\x09\x63\x10\xd7\x43\xa3\x7b\xf9\x76\x57\x82\x27\xb6\x7b\x0a\xa4\x76\xc5\x36\x55\xab\x52\xb0\xdd\xca\x84\x73\xbd\x32\x51\xb5\x0c\xcd\xd6\xe9\xc4\xbe\x59\x6f\x8e\x95\x52\xc8\xdd\x1a\xff\xd6\x38\xfb\xff\x6a\x06\xce\x08\x99\x70\x0c\x8e\x70\x99\x30\x01\x5b\x1b\x7c\x30\xc3\x9e\x2f\x92\x53\x30\x05\xbb\x67\x84\xca\xb7\xf5\x42\xce\xb3\x42\x26\xc9\x69\x38\x09\x7b\xa6\x35\xb6\xae\xb4\x52\x4a\x9a\x68\x6a\x2c\x35\x1c\xdb\xf3\xa1\x2b\xa2\x2b\xff\xd7\x63\x9b\x8a\xa6\x7b\x84\x82\xac\x68\xb6\xc9\xb6\xbb\x72\xf9\xe2\x62\xea\x98\xb8\xd4\x50\x4c\xcd\x84\x8f\x74\x54\x60\x3d\x01\x57\x61\x2e\x2e\xb0\xf2\x25\x38\xd7\x82\xf7\xee\x79\xfe\x35\x8f\x73\x4a\xeb\x21\xcf\x45\x9e\x8b\x3c\x17\x79\x6e\x1f\xf1\x5c\xd4\xda\x52\xb4\xb6\xde\x01\xde\x5f\x1d\x80\xaf\x0c\x90\xdf\x1e\xc8\x7e\x29\xec\xaa\x4f\x0c\x3c\x11\xdf\x62\x1a\x96\xe2\x89\x6d\xa2\xb2\x44\x97\x85\x75\x38\x44\x31\xd1\x92\x25\x67\x09\x6f\xac\x98\x7e\x68\xd9\xd6\xb8\x45\x2b\x2a\xef\x12\xb9\xcb\x8c\xeb\x91\x02\xca\x86\x83\x41\xaa\x08\xc6\xea\x2a\xd5\x99\xa6\x6a\xae\x47\x66\xdb\x48\xb4\x1b\xe6\x98\xdc\x7c\xf2\xcf\x55\x2a\xae\xaa\xf1\x71\x62\xd8\x7a\xb8\xf0\x44\x8b\x03\xb7\x88\x07\xfd\x52\xf5\x58\x25\xe3\x0d\xa5\xb2\x27\x83\x0f\x92\x2f\x59\x16\xf3\x2d\x28\xa2\x20\xea\xb9\x4a\x55\xab\x6e\x1d\x73\x84\x57\x61\x8e\xd7\xa0\xde\xa6\x1a\xed\x0a\x68\x57\x40\xbb\x02\xda\x15\xd0\xae\xd0\xd7\x76\x85\xcf\x0f\xc0\x9b\x03\xe4\x8d\x81\xec\xeb\xe1\x6a\xfb\x43\x03\xe7\x63\xc7\x68\x1d\x93\xaa\x1e\x0d\xa7\xfe\x9c\x6b\x3b\x6a\x85\xaf\xc3\xe2\xa4\x65\xc2\xab\x28\xe8\xee\xe8\x1c\x2e\xeb\xf0\x62\xe1\x58\x41\x99\x17\x72\x44\x2c\x92\x0e\xb5\xd8\x30\x8d\x56\x11\xaa\xd8\xae\xb3\xa2\x5a\x81\x97\x93\x5b\xa5\x13\xcb\xaa\x19\x68\xff\x39\x71\x35\xa7\x2c\x1b\x96\x6a\x1a\x1f\x08\xc4\xf7\x12\x55\x54\x9d\x43\x7a\x7b\x42\x30\x5b\x3d\x52\x2d\x45\xe1\xc3\x5e\xf4\x90\xd0\xb7\x0b\xca\x05\x83\x8b\xa4\x58\xc5\x6d\x77\xe3\x97\x45\x86\x11\x5f\xa8\xfb\x5c\xfb\xb3\xfd\x95\x42\xee\x36\x51\x9f\xf3\xc1\x87\x24\xdd\xa5\xbe\x63\x08\x3e\x3c\x44\x3e\x34\x94\xfd\x46\xe8\x33\xf7\xc5\xc1\x27\xa5\x1c\x64\x43\x74\xc5\xbe\xa1\x54\x54\x77\x49\xad\x24\xd8\x43\xa8\xa8\x51\x77\xd9\x76\x57\x59\x5b\xd4\xad\xe9\xe3\x35\x2f\x6f\x5c\x51\xae\xd6\x04\x3a\x89\x23\xbe\xca\x60\xfa\x82\x66\xe8\x91\x62\xcd\xd7\x46\xbe\xcd\x09\x5b\x97\x2d\x4e\x72\xe5\x08\x56\xbf\x42\xac\x19\x03\xb9\x19\x5a\x23\x42\x4f\xb9\xe4\xcb\x0a\x8a\x00\x4c\x5c\x16\xc7\xb5\xd5\x61\xf1\x0d\xc3\x6c\xcf\xc3\xff\x4a\x0e\x0c\xef\xa4\x32\x5c\x52\xb5\xeb\x15\xd7\xae\x5a\x3a\xbb\x8b\xbb\xa8\xf1\x9b\x6a\x1a\x4e\x28\x2b\x52\x03\x4a\x16\x12\x7c\xc1\x52\x58\xd2\x49\x65\xf8\xa2\xed\xd2\x58\xb1\x8a\xa6\x7a\x9a\xaa\xb3\xaf\x97\xed\x23\x9c\x12\x79\x79\x9e\x50\xa7\x37\x14\xb8\x1c\x96\x51\xc8\xdd\xee\xd4\x8e\x9b\xb8\x6e\x83\x66\x3b\x34\xdb\xf5\xa9\xd9\xae\x5c\x81\xcb\x02\x77\x5f\x80\x19\x8e\xbb\x4f\xc3\x49\x38\xd1\x02\xbc\x9c\xf7\x55\xbf\xea\xf5\x86\x31\x2c\x5f\x1f\x6b\xdf\x41\x6e\x17\x22\x23\x12\xe7\xb0\x03\x8f\xbe\x90\x4f\x0d\xc3\x1d\x6c\xe8\xc6\x82\x78\xd8\x3a\xf5\xc8\x0f\x0c\x93\x97\x87\x60\xb7\x66\xbb\x74\x71\xad\x98\x75\x9a\x8c\xce\x61\xeb\xb4\x4d\x41\x39\xee\x10\x59\xe5\x6c\x97\x2e\x14\x59\xb1\x18\x7b\xa3\xfe\x24\xb8\x98\x3e\x09\xf6\x91\x07\x65\xc4\x0c\x5b\x4f\x8c\xf1\x20\xc2\x46\x2e\x07\x4d\xc5\xf0\xc0\x18\x1b\x78\x38\x00\x63\x6c\xa0\x31\x09\x8d\x49\x68\x4c\xea\x23\x63\x12\xc6\xd8\xc0\x18\x1b\x08\xf1\x11\xe2\x23\xc4\x47\x88\xdf\x13\x10\x1f\x23\x60\x60\x04\x8c\x9d\x82\x2d\x31\x02\x46\x27\x22\x60\x7c\x6e\x18\xee\x11\x11\x30\x96\x38\xb4\x0b\xe9\xdd\x35\x7b\xc9\x23\x3f\x3e\x4c\xfe\xc5\x10\xec\xe1\x97\x16\xd7\x8a\x59\xbb\x39\x7a\x57\xb6\x97\xda\x04\xef\xf6\xf1\x07\x4a\xec\x3f\x0b\xc5\xb2\xbd\x74\xd9\xf0\xfc\x8b\xb6\x3b\x6d\x9a\xa1\xf3\x6c\xfb\x72\xc5\xbd\x85\x60\x5e\x53\x81\x74\x1f\x49\x27\x7e\x0f\x93\x7d\x75\x30\x1f\x1f\x0f\x12\x77\x97\xed\x25\xc4\x79\x88\xf3\x10\xe7\x21\xce\x43\x9c\x87\x38\x0f\x71\x1e\xe2\x3c\xc4\x79\x88\xf3\x10\xe7\x21\xce\x43\x9c\x87\x38\x0f\x71\x1e\xe2\x3c\xc4\x79\x5d\xc3\x79\x3f\x37\x02\xa7\x05\xce\xd3\xa8\x2b\x4b\xa1\xde\x86\xfc\x5a\xf1\x8b\x46\xc5\x32\xac\x4a\x20\xad\xc9\xdf\x0e\x93\xaf\x0f\xc1\x3b\xe3\x77\x2c\xae\x15\xb3\x1f\xce\x34\x87\xfe\x66\xa2\xe7\xe6\x45\xc9\x57\x83\x93\x87\x6d\x01\x82\x07\x85\x37\x5f\xac\x76\x0b\xc5\x86\xef\xdc\x19\xae\x7e\x8d\x58\x5e\xfb\xb1\xe1\x96\xe8\xa0\x99\x4e\x07\x67\xc9\x25\x49\x04\xeb\x8c\x36\xc9\x07\x1b\x76\x4e\xc2\x7f\x10\x09\x22\x12\x44\x24\x88\x48\x10\x91\x20\x22\x41\x44\x82\x88\x04\x11\x09\x22\x12\x44\x24\x88\x48\x10\x91\x20\x22\x41\x44\x82\x88\x04\x11\x09\x62\xb7\x08\xe2\xb7\x2f\xc2\x79\x41\x10\x75\xc3\xd3\x6c\x26\xf4\x22\x7c\xb8\x44\xfd\xc6\x89\xb0\xa8\xa5\x3b\xb6\x61\xf9\x9e\x69\x68\xd4\x23\x3f\xf3\x1c\xf9\xf4\x7e\xb8\x3d\x2c\x65\x51\x3e\x9e\x3d\xb0\x79\x22\xac\x0b\xb2\x98\x79\x56\x8c\xc8\x88\x75\x3e\x28\x63\x41\x14\x11\x05\xce\x4c\xdc\xdc\xe3\xa8\x0f\x33\x62\x21\xe3\xc2\x8c\x58\xc8\xb8\x90\x71\x21\xe3\xea\x23\xc6\xd5\x43\x01\x42\x7b\x86\x71\x61\xe4\x4a\x64\x5c\xc8\xb8\x90\x71\x21\xe3\xc2\x8c\x58\x18\x5a\xef\xad\x83\xa4\x7a\x3e\xb4\xde\x8e\xcc\x88\x75\x0d\x1e\x17\x9e\x50\x8f\xc0\x45\xee\x09\x75\x0e\xce\xc0\xa9\x86\x29\x67\x22\x6e\x25\x89\x53\x21\x41\x89\x9a\x4a\x8f\xb5\x94\xee\xfc\x74\x96\x9c\x96\xce\x4f\xb5\xa0\x4c\x7a\x3e\x25\xde\x1a\xf7\x76\xe2\x95\x4a\xcf\x8e\xf5\xb9\xbd\xf5\xe8\xd9\xdd\x41\x52\x2c\xab\x86\x94\xc9\xf4\x58\xdd\x66\x65\x02\x6d\x5d\x81\xcb\x50\xae\x49\x8f\x35\x05\xc7\x5b\xed\x23\xcc\xba\x80\xb9\xb2\x5a\xcc\x95\xf5\xdd\x03\x8d\x1d\x2a\x1f\x15\x62\xe4\x3c\x94\xb8\x18\x39\x05\x37\x31\x44\x85\x77\x66\x91\x7b\x67\x86\x19\xb5\x6e\xae\xc4\xf7\x8a\xf4\x5a\x65\x78\x24\x96\x5e\xeb\xa6\x8a\x6c\x36\xa5\x56\x73\xe2\xae\x29\xb1\xd6\x48\x26\xe6\xff\x6a\xac\x9e\x38\xcb\xd5\x4d\xa4\x95\x94\x6c\x32\xa3\x56\xad\x64\xab\x97\x48\xab\x93\x32\x0e\x33\x6a\x21\x0f\x46\x1e\x8c\x3c\x18\x79\x30\x66\xd4\xc2\x8c\x5a\x98\x51\x0b\x33\x6a\xa1\x5d\x02\xed\x12\x68\x97\x40\xbb\x04\xda\x25\xda\x62\x97\xc0\x8c\x5a\x98\x51\x0b\x33\x6a\x61\x46\x2d\x34\xfb\xa1\xd9\x6f\x87\x67\xd4\xea\x86\xfd\xec\x2d\x9e\x50\xeb\xbf\x3c\x0b\x85\x20\xa1\x56\x03\x8f\x7b\x26\x6f\x0c\x8d\xaa\x9a\xc6\xb6\x1e\x1e\xf9\x97\xcf\x92\xff\x6b\x7f\x94\x6b\x6b\x6c\x73\x47\xfb\x79\xf1\xf4\xb4\x78\x3a\x9f\x63\x77\xcb\x34\x59\x21\x4f\x4f\xde\x83\x0e\xf6\xe8\x60\x8f\x0e\xf6\x68\x50\x41\x83\x0a\x1a\x54\xd0\xa0\xd2\x33\x06\x95\xde\xb1\x17\x20\xc8\x46\x90\x8d\x20\x1b\x41\x36\x82\xec\xbe\x06\xd9\x48\xda\x90\xb4\xf5\x29\x69\xdb\x91\x0e\xf6\x6a\x63\x97\xd9\x8b\x02\x1b\x9e\x85\xd3\x1c\x1b\x1e\x83\x23\x70\xa8\xa1\x37\xaa\x66\xbb\x94\x43\xc2\x04\x35\xba\x6c\x78\x61\xe4\xd1\xb9\x74\x2e\x38\x4e\x0e\x44\xd9\xc4\x05\x09\x4c\x96\x97\x08\x1c\x9a\xea\x45\xff\xd2\xde\x08\x88\x85\xbe\xf3\xb5\xec\xeb\x21\x71\xa1\x4b\xf4\x4b\xc0\xaa\x0b\x30\x03\xd3\x35\x2e\xf3\x45\x98\xd8\x62\xe3\xa2\x37\x15\x7a\xca\xb7\xe8\x29\xff\xa7\x19\x28\x89\xd9\x7d\x12\x4e\xf0\xd9\x7d\x08\xb6\x3e\x00\xe1\x92\xf0\x83\x3f\x07\x67\x22\x3f\xf8\x96\x0a\x7a\x44\xb8\xbf\x4f\xc3\xd9\x98\xfb\x7b\x4b\x25\xa5\x59\x27\x9a\x93\x42\xa9\xb2\x27\x12\x53\x69\x0e\xf6\xf9\xff\x32\x16\x49\xa1\x7d\x75\x5d\xde\x6b\x24\x52\x41\xdc\x24\x24\x52\x3d\x4f\xf7\x8e\xca\x26\x74\x75\x47\x32\x8b\x64\x16\xc9\x2c\x92\x59\x74\x75\x47\x57\x77\x74\x75\x47\x57\x77\xb4\x10\xa0\x85\x00\x2d\x04\x68\x21\x40\x0b\x01\xba\xba\xa3\xab\x3b\xba\xba\xa3\xab\x3b\x1a\xe0\xd0\x00\xd7\x83\x06\xb8\xae\xbb\xba\x6f\xc1\x0d\xbd\xfd\xe0\x79\x27\x3a\xb6\xff\xee\xdd\x70\x6f\xe8\xd8\x6e\xeb\x81\x4f\xfb\x8b\x13\x1e\x6f\x70\xf2\xff\xdc\x4d\xbe\x30\x10\xe1\xf2\x07\x5d\xaa\xea\x8a\xb8\x16\x8c\x97\x48\x95\xbe\x62\xeb\x34\x7f\x27\xbb\x45\x1a\xef\x6c\x9d\x8a\x8e\x6b\x2f\x12\x2f\xcf\xc3\x71\x31\xac\x8a\x30\xc1\x87\xd5\x28\x0c\xc3\xc3\xa9\x96\x09\x56\x9f\xd4\x21\x74\x31\x7d\x58\xec\x23\x0f\xd6\x1f\x01\x62\xb0\xf0\xd7\x5c\xbb\xbf\xfe\x50\xbc\x85\x0c\x55\xa8\x0f\xd9\x97\xf7\x44\xad\xfa\x90\x4b\x1d\x53\xd5\xe8\xe6\x0d\x7b\xb7\xbc\xab\xb3\x6d\x5b\x3a\x09\x27\xe0\x58\x8d\x29\xb4\xd9\xc6\x45\xc6\x86\x06\xd0\x16\x0d\xa0\xdf\x9b\x69\xec\xf7\xd0\xfa\x64\x3f\x2d\xec\xa1\x47\xe1\x70\x64\x0f\x6d\xfe\xf1\xad\x89\x84\xba\x62\x20\xe1\x1e\xd1\x58\x24\x38\x55\x1f\x4a\xbf\xf6\xb6\x48\x24\x8c\x3b\xaa\xeb\x1b\xdc\xfc\x23\x36\x8e\x9b\xcb\x86\x77\x39\x3c\x13\x6f\xc7\x24\xc3\xbd\xb5\x05\x8d\xf3\x17\x1e\x60\x7f\x4e\xdd\x17\xbf\xb8\x4a\xdd\x0a\x8d\x5f\xdd\x1f\xbf\xca\x94\x5b\x9f\x56\x0c\x6d\x7c\xc3\x7d\x89\x52\xd8\xdf\xeb\xf2\x2a\xab\xe5\x56\x63\x1a\x6e\xa2\x49\xcc\xf1\xd3\x2a\x28\xa8\x52\x04\xd5\xc7\x07\xe1\x63\x83\xe4\xb5\xc1\xec\xab\xe1\x06\xf6\xa5\xc1\xfe\x11\x54\x35\xf8\x8e\xb5\x33\x37\x8b\x72\xc4\xcc\x06\x67\x74\x6c\x6d\xa4\xc1\xc0\x1d\xe5\xfb\x70\x61\x45\x57\x4d\xfe\xa4\x65\x5b\xe3\xe2\x69\x7e\x07\xb7\x01\x78\xca\x48\xd9\xb3\xad\x39\x71\x7e\xeb\x31\x36\x2d\xe4\xdf\xf3\xc1\x64\x89\x7e\x1c\x6d\x2c\x41\x4b\x6f\x66\xe0\x8d\x0c\x79\x3d\x93\xfd\x6c\xb8\x19\xf8\x68\xe6\xa2\xcd\xb6\x8e\x86\xa7\x54\x6c\xde\xec\xb6\x92\x5b\x66\x3f\xe5\x94\xe9\xc4\x57\xf0\x5d\x94\xb0\x24\x54\xbd\xc8\x1e\x3a\xae\x6a\xfc\xc3\xb9\x95\xd9\x34\x34\x89\x08\xa8\xa9\x7b\x8a\x7d\x43\xb6\xa9\xb0\xc2\x3a\xd4\x76\x4c\x5a\x50\xc4\x1b\xf9\x81\xbb\xa0\x2f\xf9\x6e\xa6\x6e\x03\x84\xaf\xcf\xed\xe2\xd5\x4a\x78\xc2\x6d\xbf\x96\x97\x2e\xd2\x1f\xa8\x2f\xd2\xf7\x90\x5b\xf8\x07\x42\xb9\x08\x13\x64\x3c\x77\x20\xdc\x13\xdc\xc6\x67\x8c\x9c\xbe\xac\xbc\xdc\x10\xfb\xa5\xa3\x4a\xfe\x17\x87\xe1\xee\x40\xc9\x17\x39\xe7\xc3\xf4\x50\xe4\xd3\xc3\xe4\xe3\x43\xd1\xba\x53\x6d\x2e\xb3\x7c\x70\x1c\xd8\x6b\x53\x26\xf9\x91\x1b\xd1\xfa\x15\x96\x7d\xd9\xf0\xfc\x8b\xb6\x3b\x6d\x9a\xa1\xa7\x4d\xfb\x96\xb4\x8e\x65\x90\x6f\x7b\xa2\xf8\xd4\xb1\xfc\x68\xfa\x58\x1e\x21\xfb\x6b\xc7\x72\xd8\xcc\xc9\x01\xdd\x4c\x3a\x7a\x4c\x10\x8f\x67\x7b\x31\x41\x3c\x7a\x90\xa1\x07\x19\x7a\x90\xf5\x91\x07\x19\x26\x88\xc7\x04\xf1\xe8\xb9\x83\x9e\x3b\xe8\xb9\x83\x9e\x3b\x3d\xe1\xb9\x83\x09\xe2\x31\x41\xfc\x4e\xf1\x55\xc0\x04\xf1\x9d\x48\x10\xff\xbd\x23\x22\x2e\x5d\xdd\x04\xf1\xb5\xac\x4f\xa4\x82\xff\x9d\x61\xf2\x85\x21\xb8\x35\x9e\xfd\x25\xbb\xbe\x35\xea\xc7\x83\x00\xb6\x89\xfc\x15\xf9\x03\xb1\x74\x32\x1b\xf2\x83\x21\x02\x4c\x47\x80\xcd\x50\xbb\x6b\xcf\xa6\x73\xc2\x29\x72\xbc\x8e\x67\x43\x53\x31\x21\x11\x0a\x22\x14\x44\x28\x88\x50\x10\xa1\x20\x42\x41\x84\x82\x08\x05\x11\x0a\x22\x14\x44\x28\x88\x50\x10\xa1\x20\x42\x41\x84\x82\x08\x05\x11\x0a\x76\x0b\x0a\xbe\x32\x0a\xa7\x04\x14\xf4\x7c\xdb\x55\x2b\x34\x42\x82\xaa\xe9\xac\xa8\x01\x18\x5c\xb3\xcd\xea\x2a\x55\x7d\x5f\xd5\x56\xd8\xfa\x1b\x9c\xfd\x21\x5f\x1c\x21\xff\x60\x17\xdc\x26\x9f\x5e\x0c\x1e\xcb\xfe\x44\x46\x76\x43\x0c\x0e\x5a\x81\x60\x0b\x32\x59\x2c\xf0\x52\xa7\xc3\x52\xdb\xc2\x09\xc7\x22\x6d\x86\x6b\x6c\x72\xed\x63\x0a\x51\xa4\xa6\x0d\x27\x34\xe3\x58\xd9\x85\xfc\x43\xfc\x75\xf3\xe2\x83\x16\xe4\xf7\xd4\xd6\xb4\xf7\xc1\x62\xc3\x13\x12\x6d\x27\x8e\x01\x58\x6c\xec\xdf\xca\x2b\x06\xd7\xf4\x74\xa8\x38\x4d\xce\x4a\x90\x98\x1c\x8f\x12\x23\xd6\x76\x43\xdc\x1f\x51\x74\x14\xb2\x45\x64\x8b\xc8\x16\x91\x2d\x22\x5b\x44\xb6\x88\x6c\x11\xd9\x22\xb2\x45\x64\x8b\xc8\x16\x91\x2d\x22\x5b\xec\x36\x5b\x3c\x0d\x27\xc9\x89\xdc\xb1\xf0\x34\xe3\x7d\xf1\xd3\x8c\xb5\x1b\xb9\xce\x9f\x6c\x44\x34\x89\x68\x12\xd1\xe4\x0e\x42\x93\xff\xfc\x79\x98\x15\x68\x52\xad\xfa\xb6\xa7\xa9\xa6\x61\x55\x26\xd6\x26\x79\x16\xe1\x46\x99\x75\x39\xe4\xb2\x2d\x5f\x35\x1d\x5b\x0f\x9e\xa3\xae\x47\x7e\x65\x91\x7c\x75\x3f\xdc\x11\x2b\x6a\x51\x16\x95\x3d\xb2\x79\xba\xdd\x47\xc2\x22\xe7\x6c\x7d\x3a\x2c\x32\x7f\x8c\x3d\x36\x1d\x95\xb7\x20\x8a\x8b\x22\xfd\x37\x78\xb0\xc7\xd1\x21\x26\xe3\x45\x7e\x86\xc9\x78\x91\x9f\x21\x3f\x43\x7e\xd6\x47\xfc\xac\x87\x32\x1a\xf4\x0c\x3f\xc3\x50\xfb\xc8\xcf\x90\x9f\x21\x3f\x43\x7e\x86\xc9\x78\x31\x16\xf8\x5b\x87\x57\xf5\x7c\x2c\xf0\x1d\x99\x8c\x77\x0d\xbe\x49\x78\x56\x3d\x01\x57\xb9\x67\xd5\x65\x28\xc3\x23\x0d\x43\x10\xc6\x48\x54\x41\x92\xa8\x42\x03\x62\x74\xd9\xf0\xd2\x8f\x75\xa6\xe4\xd3\xbd\x56\x49\x77\xbe\x3a\x4f\x4a\xd2\xf9\x2a\x56\x39\xe9\x79\xd5\xa0\x6a\x31\x07\x2c\xf1\x0d\x90\x7b\x05\xea\x63\x36\x25\x4c\xe2\xdb\x88\xa8\x9d\x10\x77\x6c\x27\x53\x13\x08\xec\x69\x78\x0a\x16\x6a\x22\xc8\x5e\x84\xf3\xed\xe8\x4b\x8c\x26\x8b\x61\xaf\x5b\x0c\x7b\xfd\xf1\x01\x78\x56\xa4\xda\x5d\x80\x27\x62\xa9\x76\x1f\x81\x36\x8d\xcd\xc6\x3e\xa3\x4f\x0a\xc9\x36\x07\x57\xb8\x64\x6b\xdf\x1b\x9f\x11\x41\xb7\xdf\x07\xf3\x51\xd0\xed\xb6\x95\x9e\x2e\x1a\x79\x92\xdf\xae\x89\xc6\xfc\x3f\x1d\xaf\x2f\x1a\xc7\xea\x66\x16\x6e\x24\x26\x67\xc4\xdd\x1b\xc5\x64\xbd\x74\xc3\xdd\x11\x98\x98\x77\x18\x21\x34\x42\x68\x84\xd0\x08\xa1\x31\xef\x30\xe6\x1d\xc6\xbc\xc3\x98\x77\x18\x8d\x21\x68\x0c\x41\x63\x08\x1a\x43\xd0\x18\xd2\x16\x63\x08\xe6\x1d\xc6\xbc\xc3\x98\x77\x18\xf3\x0e\xa3\xad\x11\x6d\x8d\x3b\x3c\xef\x70\xb7\x68\xf3\x56\x12\x1c\xef\xc4\x74\xc4\xdf\xf7\x2c\x1c\x16\xe7\x03\x84\xe7\x79\x2c\x98\x71\x83\xc3\x01\xe2\x3e\xf2\x5b\xcf\x90\xbf\x7e\x18\xf6\x8a\x7f\x2d\xae\x15\xb3\xfb\x36\x3f\x00\xc0\x83\x5c\xe4\xef\x65\x37\xf1\x3f\xbd\x85\x98\x41\x92\xff\x82\x2e\xfd\xe8\xd2\x8f\x2e\xfd\x68\x4d\x41\x6b\x0a\x5a\x53\xd0\x9a\xd2\x33\xd6\x94\xde\x31\x16\x20\xc5\x46\x8a\x8d\x14\x1b\x29\x36\x52\xec\xbe\xa6\xd8\x88\xd9\x10\xb3\xf5\x29\x66\xdb\x91\x2e\xfd\x4f\xc3\x59\x81\x06\x8f\xc3\x51\x8e\x06\x0f\x42\x01\xc6\x1a\xba\xa6\x4a\x0e\xb5\x56\x2c\x70\x2a\xd4\x94\xdb\xfe\xd5\x74\x1a\x38\x41\xc6\x65\x12\xa5\xb5\x9a\x90\xa7\x41\xd2\xa5\x04\x00\x83\xb4\xa3\x00\xb9\x2f\xef\x89\xd3\xaf\x77\x06\x7e\xf9\x96\x24\x5d\xf7\x8b\x1f\x3a\xcd\xba\x04\x9a\x3a\x03\xa7\x60\xaa\xc6\xd5\x3e\x0f\x23\xcd\xb6\x31\x7a\x4c\xa1\x3b\x7d\x8b\xee\xf4\x5f\xca\xc0\x49\x31\xbb\x0f\xc3\x24\x9f\xdd\x63\xb0\x85\x91\x07\xe7\x84\xeb\xfa\x09\x38\x16\xb9\xae\x6f\xad\x84\x69\xe1\xcd\x3f\x05\xc7\x63\xde\xfc\x5b\x2b\xa2\xf5\x53\x41\xc2\xf5\xbd\x39\xf1\x53\x57\xcc\x34\x92\x49\xf9\x5f\x1e\x8b\x8b\x97\x6c\x5d\xdf\x76\x21\x69\x86\xc5\xb5\x40\xd2\xd4\xf3\x5f\xef\x84\xcc\x41\x6f\x75\xe4\xab\xc8\x57\x91\xaf\x22\x5f\x45\x6f\x75\xf4\x56\x47\x6f\x75\xf4\x56\x47\xce\x8f\x9c\x1f\x39\x3f\x72\x7e\xe4\xfc\xe8\xad\x8e\xde\xea\xe8\xad\x8e\xde\xea\x68\x46\x43\x33\x5a\x0f\x9a\xd1\xba\xee\xad\xde\x01\x40\xfc\x56\x77\x4c\xff\xce\x3c\x5c\x15\x8e\xe9\xee\x92\xaa\x15\x82\x36\xe5\x43\xa2\x41\x7a\xcd\x06\x0e\xeb\xae\x6d\xd2\x30\xd3\xe6\x27\x47\xc9\xf7\xec\x82\x2c\x2b\x73\x3a\x5e\x64\x94\x73\xf3\x47\x9b\xc9\xb9\x79\xd5\x66\xba\x74\x0f\xe4\xd9\x1c\xe3\xaf\xbb\x5a\xfb\x39\x41\xc6\xcd\xc8\x04\xc0\x6a\xdc\xe3\x1e\xf6\xe5\xeb\xed\x4f\xab\x99\x3a\x35\x53\xf3\x6d\x6a\xe9\x73\xf7\x1c\x39\x23\xe7\x6e\xc3\xb1\x2a\xe7\x31\xeb\x05\x4c\xb7\x89\x67\x0b\x30\xdd\x26\xda\xbe\xd0\xf6\x85\xb6\xaf\xfe\xb6\x7d\x61\xba\x4d\x4c\xb7\x89\x36\x07\xb4\x39\xa0\xcd\x01\x6d\x0e\x3d\x61\x73\x28\x17\x61\x82\x8c\xe7\x0e\x84\xa0\xe4\xb6\x78\xba\x4d\xb6\x79\xdb\x98\x62\x73\xe7\xb1\x15\x4c\xe2\x89\xe8\x17\x93\x78\xee\x9c\x13\x14\xe4\x87\x07\xe1\x80\x60\xa1\xcb\xa6\x7d\x83\xad\x10\xae\x6d\x16\x42\xe2\x10\xe1\x50\x91\xd5\x93\x7c\x7d\x80\x7c\x6d\x00\xee\x8b\xdd\x3c\x1d\xdc\xbb\x28\x6f\xca\xde\x5d\xa1\x7e\x52\x33\x10\x9f\x97\xcf\x57\xa8\x7f\xb1\xce\x93\x0b\xe2\xc1\xe9\xb9\xd9\x60\x5f\xea\xb5\xcf\xa3\x78\x43\x41\x53\x1b\x0a\x9a\x6a\xa6\xa0\xb2\x03\xef\x13\x08\xf1\x0a\x5c\xe6\x08\xf1\x22\x9c\x87\x52\x0b\x08\x31\xf6\x9d\xcd\x1c\x41\x21\xff\x24\x0f\xf3\xe9\xbc\x3a\x9d\x54\x2f\x19\x96\x6e\x58\x95\x10\x58\xff\xf4\x28\xf9\x27\xbb\xe0\xce\x7a\xc0\x3a\xfb\xc9\x66\x51\x75\x49\x14\xda\x13\xc4\x7a\xbc\x11\xb1\x4e\xb2\x6a\x59\x65\x44\xd6\x2d\x20\x6b\x3d\x1d\x59\x4f\x93\xb3\x5b\x40\xd6\xb2\x33\x12\x06\x28\x64\xd6\xc8\xac\x91\x59\x23\xb3\x46\x66\x8d\xcc\x1a\x99\x35\x32\x6b\x64\xd6\xc8\xac\x91\x59\x23\xb3\x46\x66\xdd\x65\x66\x7d\x1c\x8e\x92\xc3\xb9\xc9\x10\x40\xdf\x5d\xcb\xac\xe5\xee\x0d\xd1\x35\xa2\x6b\x44\xd7\x88\xae\xbb\x8a\xae\x7f\xe1\x5e\x38\x23\xb0\xa8\xca\x36\x84\x15\x83\xcd\xc8\x24\x13\x15\xd0\x5a\xb2\x08\x23\x64\xa2\x2f\x4e\x78\xdc\xb9\x9a\x7c\xcb\xbd\xe4\x97\x06\xe1\xee\x9a\xe7\x43\x90\x3d\xec\x52\x55\x57\xc4\xbd\x41\xab\x47\xea\xc1\xf4\xdc\xec\xbc\x28\x36\x9f\x67\x37\x4e\x27\x4b\x89\xa0\xb6\xbc\x4b\x38\x74\xb7\x37\x54\x46\xf9\x83\xa0\x09\x48\xf8\x0c\x3c\xcd\x21\x21\x8f\x9d\x51\x17\x12\xb2\x32\xc6\xd5\x4a\x85\x8d\x18\xdf\x76\x23\x4e\x58\xdb\x7c\xf2\xf3\x0b\x51\xd5\x53\xb9\xe1\xfd\xf5\xb9\xe1\x2d\x64\xa8\x42\x7d\xb8\x46\xd3\xa9\x61\x89\x9c\x0b\x42\xaa\xd7\xed\xcd\x38\x20\x14\xf1\xd3\x05\x43\x8c\x55\x32\xfb\xe5\xbd\x8d\xfb\x32\xef\x52\xc7\x54\x35\xda\x4c\x77\x8e\xcb\x7b\xb7\xa3\x47\x4b\xcb\xa0\xc3\x52\x4d\xc0\xa5\x0e\x74\x29\x06\x07\xc0\xc0\x4c\x2d\x06\x66\xfa\xfd\x4c\x77\x84\xce\x8a\x08\xe0\xa4\xc2\x62\x14\xc0\xa9\xd7\xc4\x9b\x53\xed\x9a\x78\x2b\xbd\x7e\x6b\x63\xf1\x76\xc8\x51\x5d\xdf\xe0\x30\x56\xac\xb2\xcd\xc8\xb9\x03\x0e\x5b\x54\xbb\x2d\xe5\xee\xad\x2d\x68\x9c\x57\xe3\x00\xb7\xcd\xde\x17\xbf\xb8\x4a\xdd\x0a\x8d\x5f\xdd\x1f\xbf\xca\x2b\x4c\x2b\x86\x36\xbe\xe1\xbe\x44\x29\xec\xef\x75\x79\x95\xd5\xb2\x74\x05\x2e\x43\xb9\x46\xc2\x4e\xc1\xf1\x16\x2c\x6b\x73\xdc\x7a\x81\x92\x34\x45\x92\x7e\x7c\x10\x3e\x36\x48\x5e\x1b\xcc\xbe\x1a\x9a\xf3\x5e\x1a\xec\x1f\x49\x5a\x03\x7c\x58\x3b\x73\x03\x06\x87\x92\x6c\x70\x46\x66\xcc\x91\x06\x03\x77\x94\x93\x7c\x61\xef\x52\x4d\xfe\xa4\x65\x5b\xe3\xe2\x69\x7e\x07\xb7\x77\x7a\xca\x48\xd9\xb3\xad\x39\x61\xcf\x7b\x8c\x4d\x0b\xf9\xf7\x7c\x30\x59\xa2\x1f\x47\x1b\x8b\xf8\xd2\x9b\x19\x78\x23\x43\x5e\xcf\x64\x3f\x1b\xee\x07\x3e\x9a\xb9\x68\xb3\xed\xad\xe1\x29\x15\x9b\x37\xbb\xad\xe4\x96\xd9\x4f\x39\x65\x3a\xf1\x15\x7c\xa7\x27\x62\xb4\x54\xbd\xc8\x72\x31\xae\x6a\xfc\xc3\xb9\x3d\xc8\x34\x34\x79\xf8\x9a\x9a\xba\xa7\xd8\x37\x64\x9b\x0a\x7b\x89\x43\x6d\xc7\xa4\x05\x45\xbc\x91\x1b\x60\x83\xbe\xe4\x3b\xae\xba\x0d\x10\xbe\x3e\xb7\x8b\x57\x2b\x61\x4c\xec\x11\x3d\xb9\x3b\x2b\xc5\x26\x66\x7c\xde\x54\x50\x3e\x06\x47\xc8\xa1\x5c\x31\xc4\x33\x77\xc5\xc1\x4e\x54\xd2\x46\xae\xd3\xf6\xc3\x98\x1f\x19\x86\x7d\x62\x17\xa7\xd9\xb6\xab\x1b\x56\xad\x5b\x0b\x8f\xc4\xe0\x91\xff\xbe\x9f\x7c\x65\x10\xde\x19\xbf\xa9\x89\xd4\x40\x97\xd9\xc3\xf9\x61\x76\xd3\x4c\xec\xc9\x85\x22\xbf\x70\xd1\x76\xa7\x4d\x33\x74\x0e\x69\xdf\x1a\xd7\x21\x8f\x90\xe7\xe1\x82\x18\xc4\x67\xe0\x14\x1f\xc4\x47\xe1\x30\x4c\x36\x8c\x45\x99\x68\xd0\xb5\x62\x81\x7f\x73\x53\x41\x6f\x53\x02\xd4\x5e\x7b\x2a\x7d\x18\x1f\x21\x87\xe4\x30\xae\xd3\xaf\x72\xc8\xf2\x0a\xa1\xe7\x07\x7a\x7e\xa0\xe7\x07\x7a\x7e\xa0\xe7\x07\x7a\x7e\xa0\xe7\x07\x7a\x7e\xa0\xe7\x07\x7a\x7e\xa0\xe7\x07\x7a\x7e\xa0\xe7\xc7\x76\x7a\x7e\xa0\x77\x05\x7a\x57\xa0\x77\x45\x1f\x7b\x57\xbc\x3a\x02\x87\x04\x97\xd3\x0d\x4f\xb3\x99\xd0\xab\xf5\xab\x10\x07\xce\xa8\xa5\x3b\xb6\x61\xf9\x9e\x69\x68\xd4\x23\x5f\x1b\x26\xbf\x3b\x04\xb7\x87\x0f\x85\x16\xaa\x75\xb9\xba\x59\xba\xb1\x66\xe8\x55\xd5\x4c\x9c\x2d\x0b\x35\xc9\x0b\xb2\xb8\x79\x56\x5c\x5b\x4e\x95\x15\xf2\x47\xf9\x03\xe7\x83\x2a\x49\x0b\x57\xe2\x4d\x97\x0d\xcf\xdf\x69\x38\x70\x3b\x0e\x88\xed\xab\x4f\x06\x6f\x25\xc0\x2b\x26\xf0\xe0\x52\x3a\x1e\x3c\x4b\x4e\x4b\x3c\x58\x3b\xbc\x82\xb0\x84\xf1\xde\xd9\xc8\xbc\x11\x14\x22\x28\x44\x50\x88\xa0\x10\x41\x21\x82\x42\x04\x85\x08\x0a\x11\x14\x22\x28\x44\x50\x88\xa0\x10\x41\x21\x82\x42\x04\x85\x08\x0a\x11\x14\x76\x0b\x14\x7e\xe6\x59\x98\x68\x22\x3a\x95\x66\x56\x3d\x9f\x6d\x59\x4c\xea\x91\x7f\xf0\x2c\x79\x6d\x7f\x83\xc8\x53\xa3\x9b\x7b\xf4\xcd\x88\x72\xae\xda\x26\xcd\xe7\xd8\xad\x75\xc2\x3d\xc5\xee\xe9\x71\x86\x57\x42\x8c\x85\x18\x0b\x33\x53\x23\xc6\x42\x8c\x85\x18\xab\x7f\x30\x56\x0f\x25\x5e\xee\x19\x8c\x85\x19\x81\x11\x63\x21\xc6\x42\x8c\x85\x18\x6b\x3b\x32\x02\xf7\x35\x75\xc2\x94\xa5\xfd\x9c\xb2\xb4\xb4\x03\xa9\x53\xf9\x39\x98\x11\xbe\x4f\xa7\x60\x8a\xfb\x3e\x1d\x86\x49\x38\xd8\xf0\x28\x24\x47\x53\x6b\xc5\x42\x8c\x0c\xb5\xe5\x20\x64\x5b\xc3\x61\xc7\x2a\x97\x38\x14\x99\xfb\xc8\xde\x06\xac\xec\x4e\xb1\x2e\x29\x6a\x02\x8b\x3d\x24\x7e\xed\x12\x18\x13\x1c\xab\x04\xe7\xe0\x4c\x4d\x4c\x85\x02\x8c\x6d\xa5\x43\x30\x8e\x02\x46\xa4\x69\x31\x22\xcd\xff\x97\x69\x38\x93\xe1\xac\x90\x13\xc7\xe1\x28\x97\x13\x07\x61\x8b\xc3\x12\xce\x8b\x30\x34\xa7\xe1\x64\x14\x86\x66\xeb\xa5\xf0\x93\xdb\x93\xfc\xe4\xf6\x1e\x91\x1e\xbe\x95\x62\xd2\xe5\x92\x63\x77\x4d\x2e\xe5\xff\x6c\xac\x81\x5c\x0a\x32\xd3\xc7\xd2\xfc\xdb\xcb\x09\x19\x55\x10\x77\xd4\x93\x51\xe1\x33\x9d\x93\x56\x3c\xf8\x43\x5c\x5a\xe5\x4b\x70\xae\x05\xc7\xd9\xf3\xfc\x23\x1e\xe7\x70\xd6\x43\x8c\x8b\x18\x17\x31\x2e\x62\xdc\x3e\xc2\xb8\xa8\xb1\xa5\x68\x6c\xbd\xc3\xb9\xbf\x3a\x00\x5f\x19\x20\xbf\x3d\x90\xfd\x52\xd8\x55\x9f\x18\x78\x22\xbe\xb3\x34\x2c\xc5\x13\xbb\x43\x65\x89\x2e\x0b\xa3\x70\x48\x60\xa2\x25\x4b\xce\x12\xde\x58\x31\xdd\xd0\xb2\xad\x71\x8b\x56\x54\xde\x25\x72\x73\x19\xd7\x21\x05\x8b\x0d\x07\x83\x54\x10\x8c\xd5\x55\xaa\x33\x2d\xd5\x5c\x8f\xac\xb5\x91\x68\x37\xcc\x31\xb9\xe7\xe4\x9f\xab\x54\x5c\x55\xe3\xe3\xc4\xb0\xf5\x70\xe1\x89\x16\x07\x6e\x08\x0f\xfa\xa5\xea\xb1\x4a\xc6\x1b\x4a\x65\x4f\x06\x1f\x24\x5f\xb2\x2c\xe6\x5b\x50\x44\x41\xd4\x53\x04\xaf\xaa\x53\xc7\x1c\xe1\x55\x98\xe3\x35\xa8\xb7\x97\x46\x73\x02\x9a\x13\xd0\x9c\x80\xe6\x04\x34\x27\xf4\xb5\x39\xe1\xf3\x03\xf0\xe6\x00\x79\x63\x20\xfb\x7a\xb8\xda\xfe\xd0\xc0\xf9\xd8\x59\x56\x87\x87\xb5\x0b\xa7\xfe\x9c\x6b\x3b\x6a\x85\xaf\xc3\x73\xb6\x69\x68\xeb\x09\x67\xa2\xa0\xbb\xa3\xc3\xb0\xac\xc3\x8b\x85\x63\x05\x65\x5e\xc8\x11\xb1\x48\x3a\xd4\x62\xc3\x34\x5a\x45\xa8\x62\xbb\xce\x8a\x6a\x05\xce\x4d\x6e\x95\x4e\x2c\xab\x66\xa0\xfd\xe7\xc4\xd5\x9c\xb2\x6c\x58\xaa\x69\x7c\x20\x10\xdf\x4b\x54\x51\x75\xce\xe6\xed\x09\x81\x6a\xf5\x48\xb5\x14\x85\x0f\x7b\xd1\x43\x42\xdf\x2e\x28\x17\x0c\x2e\x92\x62\x15\xb7\xdd\x8d\x5f\x16\xd9\x43\x7c\xa1\xee\x73\xed\xcf\xf6\x57\x0a\xb9\xdb\x44\x7d\xce\x07\x1f\x92\xf4\x92\xfa\x8e\x21\xf8\xf0\x10\xf9\xd0\x50\xf6\x1b\xa1\xab\xdc\x17\x07\x9f\x94\x72\x90\x0d\xd1\x15\xfb\x86\x52\x51\xdd\x25\xb5\x92\x20\x0f\xa1\xa2\x46\xdd\x65\xdb\x5d\x65\x6d\x51\xb7\xa6\x8f\xd7\xbc\xbc\x71\x45\xb9\x5a\x13\xe8\x24\x8e\xf8\x2a\x83\xe9\x0b\x9a\xa1\x47\x8a\x35\x5f\x1b\x45\x8c\xcb\xa0\x75\xd9\xe2\x24\x57\x8e\x60\xf5\x2b\xc4\x9a\x31\x90\x9b\xa1\x11\x22\x74\x90\x4b\xbe\xac\xa0\x08\x82\xc4\x65\x71\x5c\x5b\x1d\x16\xdf\x30\xcc\xf6\x3c\xfc\xaf\xe4\xc0\xf0\x4e\x2a\xc3\x25\x55\xbb\x5e\x71\xed\xaa\xa5\xb3\xbb\xb8\x67\x1a\xbf\xa9\xa6\xe1\x84\xb2\x22\x35\xa0\x64\x21\xc1\x17\x2c\x85\x25\x9d\x54\x86\x2f\xda\x2e\x8d\x15\xab\x68\xaa\xa7\xa9\x3a\xfb\x7a\xd9\x3e\xc2\x17\x91\x97\xe7\x09\x75\x7a\x43\x81\xcb\x61\x19\x85\xdc\xed\x4e\xed\xb8\x89\xeb\x36\x68\xad\x43\x6b\x5d\x9f\x5a\xeb\xca\x15\xb8\x2c\x88\xf6\x05\x98\xe1\x44\xfb\x34\x9c\x84\x13\x2d\xc0\x4b\x11\xd7\x3b\xd5\x04\x96\xaf\x8f\x9a\xef\x20\xb7\x8b\xd9\x1c\x49\xda\x2e\x61\xe7\xf6\xc7\xa0\xfd\x77\xcf\x42\x5e\xb8\xb0\x7b\xda\x0a\xd5\xab\x26\xdb\x5a\x45\xae\xeb\x8e\x6b\xd8\xae\xe1\xaf\x6b\xa6\xea\x79\xd4\x23\xdf\xf6\x2c\xf9\xe1\xfd\xf0\xf6\xe8\xde\xc5\xb5\x62\xf6\xc0\xe6\x6e\xeb\x73\xb2\x8c\x19\x56\x46\xfe\x7e\x76\xf3\x7c\xf8\xfc\x42\x31\x71\x19\x7d\xd6\xd1\x67\x1d\x7d\xd6\xd1\xd8\x81\xc6\x0e\x34\x76\xa0\xb1\xa3\x67\x8c\x1d\xbd\xc3\xf2\x11\x32\x23\x64\x46\xc8\x8c\x90\x19\x21\x73\x5f\x43\x66\xa4\x60\x48\xc1\xfa\x94\x82\xed\x48\x9f\xf5\x65\x78\x54\x90\xbb\xf3\x50\xe2\xe4\xee\x14\x6c\x92\x76\xae\x10\x63\x51\x6b\xc5\x42\x82\x10\xb5\xc5\x77\xfd\xb9\x74\x58\x77\x92\x9c\x90\xb0\x6e\x03\x18\x93\x90\x2e\x51\xad\xa4\xd7\xfa\xbf\xde\x5b\xcb\xc8\xee\x0a\xdd\xd5\x93\x38\xec\x01\xf1\x7b\xe7\x81\x98\xe0\x57\x65\x78\x04\x2e\xd6\xf8\xaa\x1f\x85\xc3\xad\x74\x04\x7a\x40\xa1\xcf\x7a\x8b\x3e\xeb\xdf\xc8\xc0\x25\x21\x0e\xce\xc1\x19\x2e\x0e\x8e\x43\x8b\xa3\x50\x58\x04\x8a\xdc\x22\x10\xba\xa8\xb7\x5e\xda\x63\xc2\x55\xfd\x22\x9c\x8f\xb9\xaa\xb7\x5e\x5c\x9a\x9c\xea\xb0\x1c\x4a\xf3\x95\xcf\x7f\x75\xac\x56\x4e\xe5\xea\xba\xaf\x27\x65\xd6\xa8\xb8\x27\x2e\xb3\x22\xcf\xf5\x4e\x4a\x2f\xf4\x5d\x47\x9c\x8b\x38\x17\x71\x2e\xe2\x5c\xf4\x5d\x47\xdf\x75\xf4\x5d\x47\xdf\x75\x34\x2b\xa0\x59\x01\xcd\x0a\x68\x56\x40\xb3\x02\xfa\xae\xa3\xef\x3a\xfa\xae\xa3\xef\x3a\x5a\xed\xd0\x6a\xd7\x83\x56\xbb\x9e\xf6\x5d\xef\x30\x86\x6e\xbf\xd7\xfa\x6f\x0e\xc0\xbb\xa4\xd7\xba\x6f\xbb\x6a\x85\x06\x2e\xeb\xe4\x33\x03\xe4\x67\x06\x60\xb7\xfc\x39\x9b\xad\x70\xd1\xcd\x16\x90\xb0\x67\x55\x85\x7f\x49\x9e\x54\xa8\x3f\x2f\xee\x9b\x9e\x9b\xbd\xc4\x7e\x6b\x1f\xaf\xde\x50\xd0\xd4\x86\x82\xa6\x9a\x29\xa8\x6c\xc0\x15\x31\x6e\x2e\xc1\x05\x3e\x6e\xce\xc2\x69\x38\xd9\xc2\xb8\x09\xbe\x31\x6d\xe4\x90\x7f\x37\x02\xc7\xea\x36\x6e\x32\xf9\xa5\xc6\x14\x4e\x7e\x5d\x53\x1d\x55\x33\x7c\x83\x7a\xe4\x2f\x86\xc9\x1f\x0d\xc1\x3b\xe5\x85\x30\x01\xe6\x07\x9b\x4b\x80\x39\x33\x3f\x2b\x3b\x64\x46\x14\xb9\xde\xa6\x2c\x98\x27\xf8\x03\xb2\x6c\x99\x03\x73\xe3\xcb\x30\x11\x66\x73\x89\x30\x69\xba\xb8\x28\x91\x73\xf2\x24\xcb\x86\x56\xde\x98\xd0\x32\x10\x2c\x89\xd1\x06\x4d\xe5\xdb\xc4\x5c\x98\x78\x20\x03\x73\x61\xa2\x05\x0f\x2d\x78\x68\xc1\xeb\x23\x0b\x1e\xe6\xc2\xc4\x5c\x98\x68\x39\x41\xcb\x09\x5a\x4e\xd0\x72\xd2\x13\x96\x13\xcc\x85\x89\xb9\x30\x77\x0a\x2b\xc6\x5c\x98\x9d\xc8\x85\xf9\xc5\x11\x38\x2a\xa8\xa1\xea\x38\xde\xc4\x5a\x80\x09\xad\x10\xa5\x4d\x7c\x73\xf8\xf7\x8b\x13\x2e\xe5\xb4\x8b\x4d\x60\xf2\x03\x23\xe4\xc7\x87\x60\x37\x7b\x6e\x71\xad\x98\x5d\x6b\x0e\x16\x5e\x15\x25\xcc\x53\xbf\x4d\x90\x70\x1f\x7f\x60\xda\x71\xbc\x85\x62\x08\x00\xf5\xe8\x35\x97\x0d\xcf\x47\x1c\xb8\x11\x07\x36\xc3\xe9\xae\x5d\x49\x67\x86\x07\xc8\xa8\x24\x81\x6c\x24\x48\xab\x42\xd4\xfc\x49\x93\x02\x72\x3f\xe4\x7e\xc8\xfd\x90\xfb\x21\xf7\x43\xee\x87\xdc\x0f\xb9\x1f\x72\x3f\xe4\x7e\xc8\xfd\x90\xfb\x21\xf7\xeb\x2e\xf7\x7b\x1e\x9e\x23\xcf\xe4\x9e\xde\x93\x21\x43\x8e\xea\xaf\x64\xa7\xe4\x9b\xc5\xa1\x76\xa6\xe0\x54\xfd\x15\xc5\xd3\x6c\x87\x8e\x29\x5e\x55\x5b\x61\xad\xcf\x35\x58\xaa\xae\x0a\x4e\xe1\xb8\x36\xff\xd2\xdc\xde\x90\x0f\xe4\xa5\x78\x7f\x05\xc9\x22\x92\x45\x24\x8b\xfd\x4d\x16\x7f\x07\xe0\xa0\x24\x8b\x55\x36\xe3\x7d\x59\x4c\xad\x5b\x22\xdf\x2c\xb1\x0d\x09\xbd\xe1\x91\x1f\x81\xdc\x0f\xec\x82\xbb\x92\x4f\x84\xfe\x88\x51\xf2\xd0\x27\xd8\x43\x57\xf9\x43\xf9\xfd\xe2\xd7\xe9\xc4\x33\xd2\x5b\x30\x76\x5f\x9b\x83\x1a\xbc\x17\x98\x84\x4b\x86\x64\xd9\xc4\xc3\xb3\x50\xd3\x08\xf2\x93\x0a\xb1\x0a\x96\xff\xc9\xc0\x96\x9c\x46\x9b\x28\x12\xe6\x45\x98\x8d\xcb\x50\x8e\xc2\x6c\xdc\x74\xa1\x4f\x88\x68\x1b\x8f\xc1\xa3\xb1\x68\x1b\x37\x5d\x6a\xeb\xc1\x81\x44\x02\xc9\xe6\xdc\x1b\x03\x54\x59\x6f\x48\x4a\x76\x19\xaf\xd4\x06\xa7\xc7\x32\x1e\xc2\xde\xfc\x10\x76\x19\xc3\xe7\x34\x08\x9f\xd3\x76\x77\xfa\xaf\x3f\x0b\x27\x85\x84\xb5\xa8\x7f\xc3\x76\xaf\x27\x83\xc0\x37\x30\xe1\x18\x56\xc5\xa5\x3c\x2a\xfc\x27\x9e\x25\xff\x78\x3f\xbc\x3d\x7a\x78\x71\xad\x98\x7d\x78\xf3\xa8\xf0\xb3\xe2\xe9\xfc\x83\xec\xb6\x2b\xe1\x93\x71\xd3\x8b\xbc\xa5\xc7\x6d\x2e\x18\x13\x1e\x4d\x11\x18\x13\x1e\x4d\x11\x68\x8a\x40\x53\x44\x1f\x99\x22\x7a\x28\x46\x4e\xcf\x98\x22\x30\x78\x0b\x9a\x22\xd0\x14\x81\xa6\x08\x34\x45\x60\x4c\x78\x8c\x2e\xf1\xd6\xe1\xfa\x3d\x1f\x5d\x62\x47\xc6\x84\x7f\xbe\x21\xa9\x85\x0b\x82\x5e\x9f\x81\x53\x9c\x5e\x1f\x85\xc3\x30\xd9\x10\x09\xc7\x98\xd5\x5a\xb1\x20\xa1\xd1\x65\xc3\xf3\x9b\x8d\x06\xff\x54\x3a\xf0\x3d\x42\x0e\x49\xe0\xbb\x81\x90\x49\xd8\x2b\xdf\x9b\x8c\x03\xff\xed\x7b\x6b\xa9\xd8\xed\x81\xe5\xc1\x0a\x09\xd8\x3e\xf1\x53\x77\x18\x98\x40\x56\xe7\xa1\x04\xe7\x6a\x6c\x0e\x07\xa1\xb0\xb5\x26\xc6\x30\xa2\x18\x00\xbe\x45\x82\xfd\xdf\x33\x30\x2d\xa6\xf8\x14\x1c\xe7\x53\x7c\x12\xb6\x3c\xfe\xe0\xa2\xb0\x49\x9d\x85\xd3\x91\x4d\xaa\x95\x72\x2e\x09\x33\xd4\x39\x38\x13\x33\x43\xb5\x52\xd0\xcd\x5a\x9e\x3a\x26\x88\xf2\x5f\x1e\xab\x15\x44\xf7\xd5\x0d\xf4\x1e\xc8\xa4\x71\x71\x35\x2e\x93\xa2\x10\xef\x9d\x96\x4e\x18\xe6\x1d\x09\x2d\x12\x5a\x24\xb4\x48\x68\x31\xcc\x3b\x86\x79\xc7\x30\xef\x18\xe6\x1d\x2d\x05\x68\x29\x40\x4b\x01\x5a\x0a\xd0\x52\xd0\x16\x4b\x01\x86\x79\xc7\x30\xef\x18\xe6\x1d\xc3\xbc\xa3\x21\x0e\x0d\x71\x7d\x14\xe6\xbd\x63\x78\x79\x07\x9e\x02\x24\x3f\x39\x0a\x17\x84\xcf\x3b\xf7\x5c\xb6\x54\xb3\x10\xba\x01\x47\xbe\xef\xaa\xe9\xac\x84\x11\xcf\x65\x80\xea\x60\x34\x0b\x67\xf8\x17\xc9\xd7\x46\xc8\xbf\xde\x05\xd9\xa0\x98\xe9\xa0\x94\xc5\xe0\xf1\xec\xbf\xcf\xc8\xe1\x18\x8b\x63\x64\x05\xea\x4e\xe0\x10\x1f\x44\x27\x97\x16\xd3\x76\xc4\x34\x1a\x8b\x76\x38\x7c\x17\x27\xf5\x61\xb6\x49\x8a\xb6\x6e\xc3\x09\x28\x11\x2b\xbb\x90\x1f\xe3\xaf\x9b\xad\xfd\xb0\x05\xf9\x5d\xc9\x1a\xf7\xb8\x9b\xfe\xb6\x84\x46\x7a\xa0\xfe\xec\xdc\x43\x6e\xe1\x15\x83\x6b\xab\xe9\x53\xb2\x4c\x1e\x91\x53\xb2\xe1\x40\x95\x53\x33\xd9\x1f\xf1\x19\x2a\xfa\x0b\xa3\x26\xe1\x51\x05\x8c\x9a\x84\x86\x30\x34\x84\xa1\x21\xac\x9f\x0c\x61\x18\x35\x09\xa3\x26\xa1\x01\x02\x0d\x10\x68\x80\x40\x03\x44\x4f\x18\x20\xca\x27\xe1\x04\x39\x96\x3b\x12\xf2\x92\x2c\x07\x25\xb2\x16\xc9\x6d\x5c\x6e\x88\x5d\xc3\x80\x48\x18\x10\x69\x07\xf2\x5a\x0c\x88\xd4\x89\x80\x48\x2f\x8f\x40\x41\xa0\x4b\x77\x49\xd5\x0a\x01\x76\xaa\x09\x8a\x24\xa1\xa5\x6b\x9b\xd4\x23\xbf\x35\x4c\x3e\x3f\x04\x77\xb2\xfb\xa7\xe3\xb7\x2f\xae\x15\xb3\x4e\x93\xf1\xd6\x6d\xb6\xc6\xb6\x25\xd2\xfa\x41\xfe\xc0\xd5\xda\xca\x2c\x14\xd9\x3b\x30\x0b\x63\x1b\xc3\xae\x3f\x9b\xce\x17\xa7\xc8\x71\xc9\x17\x1b\x8e\xa6\x20\x16\xbb\x6d\x52\x8c\xc2\x8e\x3c\x11\x79\x22\xf2\x44\xe4\x89\xc8\x13\x91\x27\x22\x4f\x44\x9e\x88\x3c\x11\x79\x22\xf2\x44\xe4\x89\xdb\xc9\x13\x11\x09\x22\x12\x44\x24\xd8\xc7\x48\xf0\x2b\x6f\x83\x09\xd6\x75\x9b\x84\xeb\x75\x6c\x3d\x70\x59\x9c\xa0\x2f\x50\x8d\xfc\xd8\xdb\xc8\xcb\x03\xb0\x5b\xb3\x5d\xba\xb8\x56\xcc\xee\xd3\x6c\xcb\x62\xe2\xea\xd2\x85\x27\x22\x5e\xc3\xb7\x92\x54\x63\xd5\x9e\xb3\xf5\xfc\x83\xf2\xa6\x19\xdb\xa5\x0b\xc5\x4b\xd4\x8f\x62\x01\xcc\xd9\xfa\x85\x17\xa8\x36\x39\x98\x9f\xc8\x0b\x2a\x76\xac\x71\x80\x97\xfb\x04\x2e\x7b\x17\xdc\xc1\x71\xd9\xdb\xe1\x6d\x9f\xcc\xec\x01\x39\x4a\x02\xc2\x35\x97\x0e\xaf\xc6\xc9\x81\x38\x90\x92\x20\x2b\x97\x93\xc4\x4a\xd6\x49\x86\x00\x80\x6b\x0f\xd6\x67\x66\x40\xf6\xc8\xef\x82\xdc\xf7\xc6\x9a\xe4\xa1\xa0\x49\xe6\x1e\x9f\x6f\xdc\x26\xb9\x44\x9b\xcc\xd9\x5e\x4a\xa3\x6c\xfa\xed\xa9\xd8\xaf\xb9\x46\x49\x69\x88\x78\x9b\x35\xd1\x28\xe5\x2a\x78\xe4\xfd\x59\x3b\x98\x0e\x57\x67\xec\xd5\x55\x36\x70\x0d\x4f\xaa\xb2\xab\x36\x0f\x25\x21\x7e\x95\xed\x53\xf5\x69\x81\x29\x7a\x6b\x8a\xea\xba\xea\x7a\x41\xb9\x62\xfb\xc1\x05\xa1\x69\x33\x35\x42\xf1\x56\xa8\x69\x16\x72\xbb\xe5\xd3\x71\x51\xf1\x4a\x06\x3e\x92\x21\xdf\x9b\xc9\xfe\xa3\x48\x54\xcc\x88\x40\x25\x94\xcd\x67\xb9\x31\x8e\xde\x27\xd5\x40\x5e\x50\x72\x13\x13\x0f\x72\xc2\x9e\xe5\x62\xc3\xe5\x24\x85\x5f\xb2\x2d\x1a\xbf\x2c\x96\x4c\xc7\xd6\x0b\xb9\xbd\xe1\xcf\xf1\xaa\x6d\x6a\xc1\x4b\xb6\xf6\x46\x0b\x5e\xe7\xdd\xa5\xdf\x0f\x36\x59\xcd\x5e\x0f\x5a\xed\xca\x55\x2a\x4e\x64\x8b\xbd\x8d\xaf\x5a\xba\xea\x06\x64\x26\x12\x4c\xf2\x9b\xa5\x18\x36\x3c\x29\x7c\xe3\xed\xc8\x75\xdd\xdc\x2d\x9e\xaf\x53\xd7\x4d\x60\xc0\x9a\x57\x3e\x5e\xff\x95\x86\xc5\x94\x90\x2d\xbd\x92\x1f\x89\x2a\xe4\x76\x79\xbe\x6e\x58\x89\x57\xba\xe0\x10\x2b\x6b\xa6\xbc\x52\x2a\x3e\x2d\x7e\xa6\x5d\xf5\x13\xef\x7c\x01\xd6\x88\x9f\x75\x83\x77\x3e\xf5\xc4\x13\x7f\x87\x8f\x26\xb7\x4a\x6b\x4f\xd3\xab\x0a\x53\xb3\xc2\x33\x5b\xa6\x69\x8b\xd3\x61\xc1\x2a\xc7\x85\x48\xc3\xef\x1d\x64\x2a\x59\x42\xc6\xef\x87\xdb\x02\x19\xcf\xb4\x27\x43\xa3\x1e\xf9\xdc\x7e\xf2\x99\xc1\x48\x62\xa5\x04\x5d\x9f\x17\x8f\x89\xa0\xeb\x42\x5e\xc9\x9f\x76\x9a\xc5\xe5\x69\x38\x2b\xc4\xe8\x71\x38\xca\xc5\xe8\x41\x28\xc0\x58\xc3\x78\x3d\xac\x7d\xf8\xa9\x0a\xf1\xb5\x97\x0d\x2f\xdd\xc0\x32\x9b\x2e\x69\xf7\x93\x87\x6a\x25\xad\x7c\x43\x52\xc4\xa6\x44\x20\x43\x3b\x0a\xda\x51\xd0\x8e\x82\x76\x14\xb4\xa3\xa0\x1d\x05\xed\x28\x68\x47\x41\x3b\x0a\xda\x51\xd0\x8e\x82\x76\x14\xb4\xa3\xa0\x1d\x05\xed\x28\x68\x47\x41\x3b\x4a\xb7\xec\x28\xff\xef\x3d\x70\x4a\xb8\x56\x2f\x71\xef\xe9\xc6\xe6\x14\xcd\xb5\xad\x6b\xf6\x52\x68\x52\xf1\x78\xbc\x0e\xf2\xd2\x3d\xe4\x4f\x06\x60\x0f\x7f\x9a\x9b\x10\x5c\xaa\xea\x8a\xb8\x18\x34\x72\xb4\xe2\xce\xb8\xb6\x55\xb6\x97\xf2\x39\x76\x57\x89\x3d\x13\x8f\xfd\x2e\xaf\x8a\x48\x20\xed\x8d\xb1\x5c\x7e\x12\x4e\x09\x7e\x76\x04\x0e\x71\x7e\x36\x0e\x07\x60\xb4\x21\x3f\xe3\xdf\x53\x58\x2b\x16\x64\x9d\x52\xe1\xd9\xfd\xf5\x89\xd7\x2d\x64\xa8\x42\x7d\xb8\x76\x39\x9d\xad\x8d\x92\x61\xc9\xd6\xf8\xcb\x25\x5e\x0b\xde\x1f\xc7\x6b\xd9\x4f\xed\x89\xb5\xf8\xb0\x4b\x1d\x53\xd5\x68\x6a\xa3\x3f\x2c\x6f\xec\x66\xbb\x97\x78\x76\xdb\x9a\xc8\xfb\x5b\x69\x78\x0c\xea\x8a\x41\xf7\x5b\x0c\xba\xff\xcf\x64\xd0\xfd\x22\x0f\xba\x1f\x46\xcc\x6f\xd3\xc4\xbf\x39\x79\x92\x2e\x36\x9c\x6a\xbb\xc5\x46\xe9\x6b\x6f\x8b\x89\x8d\x83\x8e\xea\xb2\x4d\x2a\xdb\xd8\xf1\x25\x25\x55\x7e\xec\x73\x38\xcb\xed\x92\xf4\xb8\xb7\xb6\xa0\x71\xfe\xfa\x03\xec\xcf\xa9\xfb\xe2\x17\x57\xa9\x5b\xa1\xf1\xab\xfb\xe3\x57\x99\x8a\xe9\xd3\x8a\xa1\x8d\x6f\xb8\x2f\x51\x0a\xfb\x7b\x5d\x5e\x65\xb5\x2c\x5d\x81\xcb\x50\xae\x91\x5c\x53\x70\xbc\x85\x43\x2e\x73\xbc\xdd\x50\x90\xa5\x08\xb2\x8f\x0f\xc2\xc7\x06\xc9\x6b\x83\xd9\x57\x43\xa3\xd0\x4b\x83\xfd\x23\xc8\x6a\xb0\x01\x6b\x67\x8e\xc1\x39\xda\x62\x83\x33\x32\x86\x8d\x34\x18\xb8\xa3\x9c\x07\x0b\xab\x89\x6a\xf2\x27\x2d\xdb\x1a\x17\x4f\xf3\x3b\xb8\xd5\xcc\x53\x46\xca\x9e\x6d\xcd\x09\xab\xd0\x63\x6c\x5a\xc8\xbf\xe7\x83\xc9\x12\xfd\x38\xda\x58\xc2\x96\xde\xcc\xc0\x1b\x19\xf2\x7a\x26\xfb\xd9\x50\xe3\xfd\x68\xe6\xa2\xcd\x36\x70\x86\xa7\x54\x6c\xde\xec\xb6\x92\x5b\x66\x3f\xe5\x94\xe9\xc4\x57\xf0\xbd\x8c\x08\x6d\x5d\xf5\x22\xfe\x3d\xae\x6a\xfc\xc3\xb9\x55\xc1\x34\x34\x19\xb3\x92\x9a\xba\xa7\xd8\x37\x64\x9b\x0a\xea\xee\x50\xdb\x31\x69\x41\x11\x6f\xe4\x66\xbc\xa0\x2f\xf9\x9e\xa2\x6e\x03\x84\xaf\xcf\xed\xe2\xd5\x4a\x98\xa4\x3a\xad\x25\xb6\x55\x9e\x6f\x12\x6d\x8b\x7f\x2a\x94\x0f\xc3\x24\x39\x98\x2b\x84\x7e\x17\x77\xc4\x9d\x36\x64\x91\xdb\xe1\xad\xd1\xf6\xe0\x76\xbf\x3c\x00\xbb\xb8\xab\x00\xf9\xcc\x00\xf9\x99\x01\x18\xd2\x6c\x97\x66\xb3\x15\xea\xc7\x68\xe0\xf4\xdc\x6c\xc8\x15\xf2\xa4\x42\xb9\x43\xc0\xf4\xdc\xac\xdc\x1f\xb5\x71\xed\xda\x50\xd0\xd4\x86\x82\xa6\x9a\x29\xa8\x6c\xc2\x7b\xc5\x78\x2c\xc3\x23\x7c\x3c\x96\xe0\x1c\x9c\x69\x61\x09\x8a\x7d\x66\xda\x20\x25\x7f\x3e\x0a\xe7\xc4\x9e\x50\x98\xdb\xa3\x23\xb6\x4b\xd4\x57\x1b\x6e\x10\xc5\xcd\x41\x90\xc0\x4f\x8c\x92\x3f\x1f\x80\x77\x88\x1f\x17\xe5\xa3\xd9\x77\xf3\xdd\x61\x52\xbd\xe0\xa7\x3f\xf3\x0a\xbb\xc2\xff\xf4\x16\xc4\xcd\x91\x86\xc1\x7f\x6e\xf3\x7e\xf0\x9b\xe0\x9c\x68\xd9\x13\x70\x8c\xb7\x6c\x11\x26\x60\xbc\xe1\x4c\x97\x2d\x21\xbf\xa3\xd0\xdc\x89\xd5\x27\xd3\x67\xfb\x61\x32\x29\x67\x7b\xa2\xad\xe5\xac\x17\xaf\x89\xcd\x79\xfe\x76\x48\xd9\x6c\x66\x7f\x61\xcf\x86\x86\xbf\x37\xd8\x24\xd6\x6b\xfb\x7d\xf2\x62\xf7\x9a\xbf\x34\x03\xd3\x70\xb6\x46\xb9\xda\x6a\xfb\xa3\x46\x85\x5b\xc3\x16\xb7\x86\xff\x22\xd3\x86\xe9\x7f\x41\x6c\x2e\xcf\xc0\xa9\x68\x73\xf9\xd6\x90\x22\xff\x3f\x7b\xef\x1e\xde\xc6\x79\xdf\xf9\x3e\x04\x29\x4b\xfa\x59\x8e\xe5\xd7\x76\x6c\xc3\x92\x0d\x43\x36\x2f\x10\x09\x0a\xd4\x85\x12\xa9\x1b\x41\x8a\x12\x21\x4a\xa2\x49\x9b\xbe\xc4\x32\x33\x04\x86\x10\x64\x10\x83\xcc\x80\x54\xd4\x3e\x79\x36\x8d\x9b\x6d\xf6\xe9\x36\xa7\xdb\xdd\x6d\xd2\xed\x6e\x93\xa6\x9b\x6c\xbc\x49\x9d\x4d\xd3\x6c\x93\xa6\xd7\x34\x69\x9d\xba\x71\x37\xdb\x73\x9a\x73\x9a\x4b\x93\x36\x3d\x4d\xba\xdd\x4d\xba\xdb\xd3\x34\xed\xc9\xc9\x79\xe6\x7d\xe7\x06\x60\x06\x03\x82\x03\x10\x14\xbe\xff\x24\x32\x67\xe6\xc5\x5c\xde\xf9\xcd\xfb\x7e\x7e\xdf\xf7\xfb\xd3\xe7\x9e\xb1\x9f\xdc\x5b\x15\x45\xee\x34\x1c\xb8\xa5\x82\x11\x39\xa2\xe2\x0f\x2d\x0c\x1c\xcd\xa9\x95\x86\x48\xe2\x13\x49\x50\xaf\xa7\x25\xf5\x7a\x50\xa8\x01\x85\x1a\x50\xa8\xa1\x59\x85\x1a\x52\x9f\xea\x0a\xd8\xad\x7e\x5e\x54\x52\xbd\x48\x33\x8e\x4a\xaa\x4d\x76\xc0\x6f\xda\x78\x20\xe2\x3e\x1e\xd8\xcd\x76\x8a\xfb\x4f\xc9\xff\xe7\xf6\xaa\x21\xc1\xa3\x55\x18\xd9\x6d\x86\xf1\x48\xd1\xf2\xf9\x69\xfa\x30\x01\xe0\xb8\xd3\x06\x27\x00\xc7\x00\xc7\x5b\x0c\x8e\x5b\x81\x93\xfc\x70\x6f\xd3\xbe\x0c\xa9\x11\x3a\xc4\xe2\xd1\x41\x8b\x08\xdf\xe5\xe4\xc8\xfc\xa0\x5b\x82\x22\xff\xbf\xfb\xe8\x09\x01\x3e\x57\xf2\xca\x0d\xfd\x55\x55\x15\xd7\x2a\x29\x82\x83\x16\xd5\x9c\xa2\xe6\x4a\x37\xf3\xf2\xba\x9c\x2f\x5b\x03\x51\x29\x92\xf9\x85\x7d\xec\xad\x3d\xb4\xcf\xd1\xaa\xb3\x68\x8a\xf8\x90\x8e\xd6\x14\xce\xcc\x19\xbf\x35\xab\xff\xd6\xa4\xf3\xb7\x62\x67\xf4\x03\xa7\x5d\x9a\x36\x3e\xb4\xde\x87\x36\x45\x68\xb3\x46\xcf\x8a\x37\x61\x81\x1e\xe7\x6f\x82\x3e\x38\x3a\xef\xf9\x26\x38\xef\xb4\xf9\x3a\x78\x9f\xf1\x66\x65\x38\x3f\xec\xff\x86\x3c\xcd\x16\x8d\x25\xc4\xde\x67\x51\xf5\x86\x18\xef\x54\xad\x6e\x43\xe1\x1f\x21\x9f\x2e\x30\xe6\xa7\xe4\xa9\xd1\x0b\x92\xc6\xb1\x6d\xd3\x11\x92\x57\xe9\x0d\xf4\x4c\xc5\x30\x28\xb8\x9e\x80\x51\x11\xe0\x6f\x83\xf0\xf7\x8f\xbb\xbc\x45\x3d\xcd\x8c\x5d\x4b\x82\x17\x3f\x4d\x8b\x36\x2f\x0e\xf2\x07\xcc\x18\xb8\x95\x41\xce\x07\x2a\x27\x7f\xb0\xc7\x27\x06\x4e\xd6\x2d\x4b\xaa\x11\x0c\xcf\xf2\x01\x51\x5b\x84\x42\xcc\x46\x3b\x2d\xee\x62\x36\x8a\xd9\xe8\x16\xcf\x46\xd7\xb6\xe4\x03\xb7\xb1\xef\x4f\x43\x9f\x17\xdf\x8f\x96\xbf\x26\xea\x3c\x9d\x63\x93\xd1\x09\x6b\x5e\xda\x5b\x66\x64\xe3\xd9\x72\xf3\xcb\x52\xb0\x77\x74\x53\x54\x4c\x3f\xd3\x8a\xa2\x66\x72\x85\x0a\x83\x7b\x31\xeb\x64\x3c\x0f\x47\xf7\x38\xf7\xb1\xbe\x9e\xf7\x95\x2b\x9e\xac\x95\x25\xb1\x28\x97\x3b\xd9\x47\x18\xdf\xc1\x89\xb9\x19\x73\xd5\x7d\x3b\xca\x9f\x8a\xf4\xa4\xe8\xae\xfa\x47\x4c\xef\xae\xd3\x34\x45\xc9\xc6\xe4\x4f\xe6\x75\xd6\x63\x85\xc2\x3e\x37\x40\x87\xc4\xa3\xa8\x2a\x0b\x3b\xbc\x9e\x18\xce\x89\x9a\xb0\xe9\xbc\xa4\x69\xb2\x25\x79\xfa\x57\x03\xec\x47\xbb\xe9\x0e\xfb\x88\xa5\xf5\x44\xf8\x61\x17\xc5\x93\x51\x52\x76\x52\x3f\x3c\xb6\x4f\xdf\xe1\xb2\x75\xcc\x62\xc2\xb9\x35\xe0\xb9\xb9\x44\xd3\xe2\x7e\x9e\xa1\x53\xfc\x7e\x8e\xd2\x51\x3a\xec\xf9\xfa\x3b\xae\x7d\x3d\x11\x77\x9e\xd7\x66\xe7\xe1\x1b\xb2\xe9\xf7\xa9\xcc\x2b\x4e\xa8\x6c\x7d\xcc\x57\x76\x55\x3e\x86\xa8\xbb\xfe\xa9\xec\x49\x3c\x6c\xec\xd3\x9a\x87\x91\x9c\x21\x3d\x14\x95\x0f\xcc\x1a\x7b\x1a\x18\x93\x61\x2e\xdc\xe0\x5c\xf8\xe5\xae\xc0\x42\xc2\x45\x31\xbd\x9d\xa2\xa4\x3d\xbd\xdd\x82\xf8\xc2\xd7\xcd\x34\x37\xbe\xc4\xde\xbd\xb7\x32\xbe\xbc\xde\x56\x46\x95\xc5\x94\x87\xc4\xdf\x5b\x14\x52\x20\x8e\x82\x38\x0a\xe2\x28\x88\xa3\x20\x8e\x82\x38\xaa\x11\x71\x94\x27\x35\x68\x7b\xd5\x94\x39\x2e\xf0\xd5\x30\x35\x79\x68\x90\x7c\x71\x4f\xe5\xd0\xe0\xa0\x8f\x42\xaa\x6c\xbc\xb0\x9f\x53\x8a\xe6\x0f\x17\x80\xa5\x3b\x6d\x90\x02\x2c\x0d\x2c\xbd\xc5\x58\xba\x75\xf8\xa9\xb9\x41\xde\x1f\x32\x9f\xa0\x51\x76\x34\x7a\xd8\x82\xcc\xf7\x3b\x21\xb3\xb3\xdd\x16\x60\xe5\x5f\x88\xd1\x51\x6f\x96\x29\xa0\xb2\x3b\xd0\xfc\xd6\x00\x7b\x77\x37\xb1\xb2\xcf\x99\xe0\xcc\xbe\x54\xf3\x91\x4a\xaa\xc9\x8f\x6b\x22\xda\x5c\x11\xfc\xe1\x10\xe7\x0f\x7a\xdf\x3a\x49\x35\x3e\x27\xe5\x7d\x4b\x24\x36\x82\xe4\x9b\xcb\xfe\xfd\xef\x0c\x3b\x55\xbb\x9b\x95\x65\x45\xaa\xfb\x68\xf8\x1f\x77\xb9\x3e\x9a\x7a\x48\xe7\xa3\x2e\xa4\xb3\xc9\x0f\x68\xa3\x1f\x7c\xbf\x27\x84\x0f\x3e\x98\x67\x83\xcc\xf3\x13\x5d\xc1\xc6\x8a\x39\x01\x3e\x67\xe8\xbc\x0d\x3e\xb7\x2a\xfa\x70\xfa\x59\x5f\xf4\x69\xf0\xeb\x27\xc2\x52\xec\x3f\xec\x75\x8d\x3e\x5e\x1c\xf4\x40\x35\x07\x6d\x76\xc0\x01\x0c\x05\x0c\x05\x0c\x05\x0c\x05\x0c\x05\x0c\x05\x0c\x75\x87\xa1\x2d\x18\x29\x24\xdf\xb5\xc7\x75\xa4\xb0\x21\x2c\x1a\xad\xc2\xa2\x4d\x1c\x3d\x80\x8d\x76\xda\x98\x05\x6c\x14\x6c\x74\x8b\xd9\x68\x8b\xf9\x95\xef\x5a\xd2\x16\x7c\x19\xda\x8a\x92\xfe\xab\xab\xd4\x27\x28\xa9\x56\x52\x54\x29\x2b\x57\x22\xd2\xb4\x96\xcb\xa8\x39\xfd\x22\xd8\x37\x9f\x63\x3f\xd3\x4b\x77\x1a\x3b\x5a\x5f\xb4\xbe\xda\xb5\x08\x27\x17\x66\xa6\x78\x03\xb1\x07\xf5\x1d\x17\xc4\xd1\xc6\x97\xcc\xda\xd8\xe6\x75\x08\x93\xa8\xdc\x87\xca\x7d\x49\x54\xee\x43\xe5\x3e\x54\xee\x43\xe5\xbe\x8e\xa9\xdc\x97\x6c\x9b\xca\x7d\x81\x9f\x49\xc3\x95\xfb\x92\xa8\xdc\x87\xca\x7d\xa8\xdc\x87\xca\x7d\xa8\xdc\xd7\xfa\xca\x7d\xc9\x8e\x2e\xb4\x97\x44\xa1\xbd\xe6\x15\xda\x4b\xb6\x7b\xa1\xbd\xe4\x36\x2c\xb4\x97\xca\xd0\x8c\xe0\x7b\x49\x3a\xcb\xf9\xde\x18\x1d\xa7\x63\x9e\x7c\xcf\x84\x50\x26\xdc\xb3\xf8\x50\x3d\xcb\x97\xaf\x3f\xe7\x0f\xef\x4e\xb0\x51\x03\xde\x95\xf3\x2e\xb3\xde\x88\xf9\x7b\x2e\x3e\xa1\x0f\xb9\xb3\xc3\x9d\x6c\x87\xde\x2b\x28\xfa\xae\xdd\xd5\x6c\x8c\x89\x0f\x52\x44\x72\x60\xb0\xfd\xe2\x6f\xcd\x06\x61\x82\x5b\x5d\xa0\x69\x9a\xaa\xc8\xa9\x1c\xa1\x91\x8d\x3f\x00\x64\x53\x20\x3c\x6b\x50\x78\xf6\xbd\x1a\x49\xe5\x73\x22\x3a\x9c\xa6\x93\x3c\x3a\x1c\xa3\x86\x3a\x27\xa5\x84\x16\x6d\x92\x26\x6c\x2d\x5a\xa3\x6d\x5d\x14\x99\xe9\x29\x4a\x3a\x32\xd3\x0d\x36\x66\x46\x26\xef\xd8\x51\x54\xb4\x12\x35\x37\x72\xc5\xbe\x3a\x58\x1d\x99\x8c\x15\xba\x4e\x3d\x87\xb2\xe2\x88\x52\x7d\x62\x7b\x45\x94\xb2\x76\x6e\x56\xbc\x6a\x8e\x7a\x0d\xe0\x16\xe0\x16\xe0\x16\xe0\xb6\x73\xc0\x2d\x46\x6b\x3e\xa3\xb5\xf6\x21\xdb\x50\x0e\xb7\x44\x39\x8c\x04\x02\x12\x08\x48\x20\x20\x81\x80\x04\x42\x47\x27\x10\xb0\x80\x04\x0b\x48\xb0\x80\xa4\x59\x0b\x48\x90\x9f\x43\x7e\xae\x53\xf3\x73\xa9\x6c\xc0\x4b\xa4\xfc\xd2\x5d\x31\x77\xa8\x7c\x37\xbb\x4b\xbc\xcd\x76\xa4\x6d\x32\x60\x0e\x5e\x96\xfe\x91\x01\x3a\xcc\x0b\xdb\xaf\x27\xc4\xe3\xf4\xaa\xbe\xae\xc9\x69\x55\xb6\xcb\xaf\x7f\xb7\x9f\xfd\xef\x3d\xb4\x33\xad\xa8\xf2\xd2\x7a\x22\xfc\x8b\x5d\x46\x5f\xb0\x53\xa3\x52\xc1\x1c\x6b\x98\x02\xf5\x05\xde\x44\xdc\xf1\x0d\x1f\xb3\xbe\xfe\x7d\xfc\xf8\x3e\x9b\xae\x96\xe1\x32\xa5\x28\x5b\x33\x74\xad\x24\x4b\x99\x41\x7b\x5a\xc1\xa7\x4e\xc6\x20\x54\x9f\x99\xd8\xf3\xa5\xbe\x32\x12\xe0\x68\x3b\x1e\x7b\x90\xff\xdc\xa4\xa2\xca\x8b\x8e\x42\x81\xe2\x04\xdb\x5c\x21\x9f\x7a\x41\x18\x02\x1c\xe2\x86\x00\x7a\xef\x9f\xa0\x33\x74\xaa\x81\xde\xff\x94\x55\x33\x71\x13\xcb\x39\x6e\x88\xe5\x1c\x17\xfc\xbb\xfd\x63\xec\x80\xd1\xed\xa3\x51\xa3\xab\x8b\x1b\x5e\xe6\x7d\x93\xc2\x02\x00\x2c\x00\x48\x21\x8f\x84\x3c\x12\xf2\x48\xc8\x23\x75\x4c\x1e\x29\xd5\x36\x69\x92\xc0\xcf\xa4\x61\x7e\x9f\x02\xbf\x07\xbf\x07\xbf\x07\xbf\x07\xbf\x6f\x3d\xbf\x4f\x1d\xa6\x04\x1b\x8e\x0e\x59\x8b\xe7\x99\x73\xf1\xbc\x98\xb8\xdd\x0a\x45\x99\x53\x1d\x0d\x52\x53\x00\xa9\xcd\x03\xa9\xa9\xb6\x07\xa9\xdb\x70\xa1\x03\xfb\xcd\x38\x3d\x2e\x8c\x34\xa4\x8c\x3e\xc2\xce\x29\x05\x55\xce\xe6\xb8\x19\x92\x4b\x39\x3b\x3e\x93\x95\xf4\xf1\xd3\x0d\x79\xf9\x9a\xa2\xbc\xe0\x5a\x48\x9d\x7d\x6b\x88\xfd\x44\x0f\xed\x77\x6d\xd2\x92\xf2\x26\x5c\x5c\x89\x17\xad\xf6\x9f\x12\xed\x97\x57\x8a\x3d\xad\x1f\x32\xe1\xd6\xaa\xa1\xf4\xad\x7d\x7c\xc0\x26\xc6\x2f\x76\xd1\x35\xc1\x0e\x25\x5a\xe2\xec\xf0\x19\x7a\x8a\x9e\xf4\x94\x5b\xbb\xdf\x61\x53\x7c\x5d\xfb\xd4\x37\x6b\x71\xfc\x4f\xfc\x89\xe2\x73\xec\x59\x83\x28\xd6\xea\x0a\x06\x6b\xf4\x39\xdb\x2a\xd6\x1e\x7e\x89\xfc\xfa\xc3\x11\x77\x2b\x64\x9f\x2e\x31\x61\x1c\xd5\x2e\xbd\x22\xf9\x02\xe5\x28\x5b\xb1\x74\xa5\x59\xbd\x02\x7a\x49\xac\x6e\x69\x70\x75\xcb\xff\x6c\x65\xf0\x5a\x15\xeb\x5c\x56\x28\x63\xaf\x73\xd9\xc2\x58\xb9\xd5\xc1\xd0\xc7\x11\x3a\xf6\xfd\xbd\x7e\xb1\xb2\xcf\x34\x6e\xf6\x0b\x8f\x67\xc5\x8e\x6d\x13\x1d\x61\xf3\x0c\x9b\xe7\x5b\x57\xac\x0d\x95\x1e\x54\x7a\x50\xe9\x35\xd3\xe6\xb9\xed\xdd\x9c\xdb\x7f\xf0\xe1\xeb\x33\x9d\xfc\xe7\x77\xf8\x8d\x3f\x4e\xf9\xd8\x41\xfb\x8c\x4a\xce\x70\xdb\xd2\x76\x18\x94\xc0\x3d\xba\xd3\x86\x42\x70\x8f\x86\x7b\xf4\x16\xbb\x47\xbf\x58\xc3\x59\xa2\x65\x93\xf2\xba\xbd\xa5\xb7\xfa\x83\x95\xba\x48\x33\xec\x7c\xf4\x9c\x95\x06\x8b\x39\x73\x67\xb5\x5b\x6b\x81\x15\xf5\xdf\xf7\xd2\x03\x06\x41\x2f\x16\xb5\xe1\xf5\xc4\xb0\x2a\xf3\xd7\x46\x93\x4b\x1a\xfb\x93\x5e\xf6\x5a\x37\xed\xd4\x37\x2d\xad\x27\xc2\xfd\xb5\x4d\xa7\xe7\xc5\x91\x0b\x72\x29\xf6\xa8\xbe\xe7\x44\xb1\xa8\x2d\x26\xec\xbf\x4e\x2b\xea\x44\x3e\x6f\x49\x6c\x83\xab\xa2\xd0\x24\x71\xed\x55\x4a\x8a\xee\x3c\x4e\x27\x78\x77\x3e\x4c\x09\x1a\xf6\xee\xce\xc5\xa2\xa6\x7f\xc9\xec\x0b\xae\xcb\x3f\xc9\xc7\xe1\xe8\xfa\x65\xff\x0e\x7c\x90\x0d\x98\x1d\xb8\x58\xd4\x8c\x8e\x6a\x9f\x06\x34\xb5\xd0\xd4\x42\x53\x0b\x4d\x2d\x34\xb5\xd0\xd4\x42\x53\x0b\x4d\x2d\x34\xb5\xd0\xd4\x42\x53\x0b\x4d\x2d\x34\xb5\x5b\xa9\xa9\x85\x78\x15\xe2\x55\x88\x57\x3b\x58\xbc\xfa\x2b\x43\x74\x49\xa0\xb7\x95\xbc\x72\x43\x0f\xc6\xaa\x92\x8f\x5b\x93\xfb\x4a\xf1\x6a\x51\xcd\x29\x6a\xae\x74\x33\x2f\xaf\xcb\x79\x77\xe1\xea\x5f\x0c\xb2\xef\x74\xd3\x3e\x47\x73\x13\x66\x6b\x56\xee\x6b\xc8\x45\xb7\x3a\x67\x34\x3d\xab\x37\x5d\x9e\xeb\x3a\xa1\xef\x3e\xed\xd2\xa0\x91\xe9\xf2\x3e\x34\x60\xb9\xea\x1a\x3d\x2b\x60\xdc\x02\x3d\xce\x61\xdc\x45\x9a\xa1\xf3\x9e\x30\xce\x79\x4b\x4d\xa2\xec\x7d\xae\x9b\xd5\xa7\xfe\xb0\x3f\xa3\x7b\x9a\x2d\x1a\x8c\xae\xd6\xd3\x36\xd8\x5d\x8d\x33\xad\xd6\xa6\xfe\xcd\x6e\x9f\x47\x7e\xc8\x5d\x9a\x5a\xe3\xa9\x9f\x34\x8e\x68\x83\x07\x9f\xbc\x4a\x6f\xa0\x67\x2a\x52\x8c\xc1\x3d\x79\x64\x1c\xa1\x41\x6d\x50\x83\xfa\xc7\x5d\x4d\x0d\x49\x4b\x42\x75\xfa\x34\x2d\xda\xaa\xd3\x96\xc6\xbc\xad\x0c\x6a\x7e\x1a\xd3\x6f\xef\xf5\x89\x79\x07\x2c\x89\x69\x8d\x30\x37\x2e\x76\x6a\x87\x28\x07\x65\x29\x94\xa5\x50\x96\x42\x59\x0a\x65\x29\x94\xa5\x9d\xa9\x2c\xf5\x15\x76\x6e\xe9\x80\x24\xf9\xed\x3d\x3e\x23\x8e\x13\x3e\xa2\xd2\x1a\xe3\x90\x31\xae\x55\xda\xe2\x61\x08\xb4\xa4\x9d\x36\xf8\x81\x96\x14\x5a\xd2\x2d\xd6\x92\x6e\x2d\xd5\xf3\x15\x8f\xd6\xf7\xc5\xd9\xf8\xd7\xa4\x9e\x6f\x54\xea\x3c\x9d\x63\x93\xd1\x09\x4b\x38\xda\xeb\x14\x8e\x7a\xff\x5a\x0b\x44\xa3\x9f\xbe\x4a\x07\x05\xb9\x2e\x37\xad\xb5\x58\xb5\xf1\xe7\x74\x5e\xd2\x34\x59\x63\x3f\x75\x95\xbd\xbf\xb7\xba\x1a\x5a\xac\xb6\x9c\xd4\xa8\x82\x36\xa9\x37\x12\x7b\x48\xdf\xb7\xbc\x2e\x9a\x73\x7b\x9b\x4b\x49\x93\x10\x5d\x42\x74\x89\x82\x78\x10\x5d\x42\x74\x09\xd1\x65\xe7\x88\x2e\xdb\xa8\xde\x5b\xdb\x88\x2e\x51\x88\x0c\xa2\x4b\x88\x2e\x21\xba\x84\xe8\x72\x2b\x0a\x91\x75\xb4\x46\x12\x95\x92\x3a\xb9\x52\x52\x72\x1b\x6a\x24\x37\x58\xdd\x29\x6e\xe2\x28\x93\x0d\x3a\x11\x51\x20\x8b\x71\x97\xfc\x81\xe0\x49\x36\x56\xab\xa2\x93\xf3\x94\xaa\xc1\x60\xf4\xc3\xbb\xab\x39\xd9\xbd\xe2\xb3\x14\x91\xca\x91\x98\xf1\xb5\x6a\x01\x14\x13\x0c\x8b\xa3\xd9\x8a\xfc\xcc\x28\x1d\x6d\xe8\x61\x20\x39\x03\xd9\x5d\x83\xb2\xbb\xb7\x85\xbc\xed\x27\x2e\x88\x60\x31\x41\x67\x78\xb0\x38\x41\x8d\xf6\x4f\xba\x24\xd4\x77\xd3\x34\x65\xab\xef\x36\xd1\xdc\x65\x91\x50\x3f\x4f\xe7\x1c\x09\xf5\xc6\xdb\xf3\x0f\x57\x45\xa5\xfe\x70\xe5\x95\x9e\xf0\x8f\x5f\xb1\xbf\x1c\xac\x0e\x57\x8f\x18\x32\x09\x87\xe6\x44\x59\x29\x0f\x5d\x31\xb1\x4b\x79\xe8\x9a\xb4\xf6\x6f\x62\x10\x6b\x8e\xce\x0e\x64\x17\x64\x17\x64\x17\x64\xb7\x73\xc8\x2e\xc6\x6f\x3e\xe3\xb7\xf6\x41\xdf\xd0\x38\xb7\x44\xe3\x8c\x0c\x03\x32\x0c\xc8\x30\x20\xc3\x80\x0c\x43\x47\x67\x18\xb0\xd4\x05\x4b\x5d\xb0\xd4\xa5\x59\x4b\x5d\x90\xc0\x43\x02\xaf\x53\x13\x78\x1b\x4c\x86\x6d\x7e\x45\x56\xcc\x9d\x2e\xdf\xcd\xee\x12\x6f\xb3\x1d\x69\x9b\x9f\x18\x0b\x5e\xc4\xfe\xfb\x21\xba\xdd\xe1\x7c\xcc\x7e\x35\xc4\x7e\x25\x44\x3d\xfa\x7f\x84\xc3\x59\x1e\xae\xf5\x8f\x86\xf5\x34\xa5\x08\x3f\xfb\xd8\x9d\x59\x99\x3b\x1b\x4f\xcc\xcd\x9c\xd7\xff\x10\x1c\xa0\xae\x6a\x68\xac\xaa\xa1\xb1\x7a\x1a\x4a\xe5\x44\xbe\xe1\x10\xcf\x37\xe8\x1d\xe5\x0c\x9d\xa2\xf1\x06\x3a\x8a\x79\x8d\x7e\x5d\x85\xbd\x77\x80\x8e\x95\xdb\x48\x5b\x05\x5b\x0d\x77\x1a\xfe\xef\xb7\x0c\x67\x24\x79\x55\x9f\x69\x96\x6c\xd3\x9a\x7e\xf6\xe7\x21\xdb\x63\x7a\x9f\x8b\x3f\xcd\x14\x3f\x68\x41\x2e\xc5\xf6\xf3\x12\x8a\xdc\x57\xda\xf2\x91\xce\x58\x9b\x03\xb6\x9c\x79\x9a\x4e\x89\xdb\x78\x8c\x8e\xf0\xdb\x18\xa7\x41\x8a\xf9\xfa\x3f\x5b\xa7\xb3\x59\x57\x99\x4b\xfe\xef\x54\x8c\xf5\x57\x3b\x3f\xdb\x27\xe0\x34\x7e\x0e\xff\xc7\x5d\xf6\x5d\x7e\xd8\xdd\x12\xc6\xbe\xd1\x11\xb3\x30\x61\x6b\xee\x75\xf2\x2c\x9d\xa6\x93\x15\xc9\xe5\x0d\xdd\x6c\x10\x49\x64\x94\x1b\xcc\x28\xff\xdb\xae\xcd\xbe\xe8\x49\x91\x2d\x1e\xa7\x13\x76\xb6\xb8\x75\xc1\xa2\xb8\x56\x77\xb0\xa8\x15\x20\x9c\x81\x24\xf6\x83\x3b\xed\x60\xc1\x2c\x2f\x15\x3b\x3e\x3c\x6c\x54\xe6\x6b\x51\x78\x80\x3d\x0a\xec\x51\x6e\xdd\xd4\x01\x98\x11\x98\x11\x98\x11\xec\x51\x36\x67\x8f\x12\xec\x74\x21\xf9\x67\xb7\x3b\x0a\xff\xf8\x78\x9b\xd8\xe3\x82\x87\x44\x6d\xbc\xe6\x0f\x0b\x60\x57\xd2\x69\x83\x11\xd8\x95\xc0\xae\x64\x8b\xed\x4a\x9a\x4e\x84\x7c\x1d\x49\xea\x0b\xf2\x5e\xd3\xba\xca\x80\x9f\x3a\x46\x47\xd8\x48\xf4\x90\xe5\x31\x72\xaf\xd3\x63\xc4\xda\xaf\xda\x52\xe4\x8d\xf4\x3c\x7b\x2e\xfa\xac\x75\xdc\x98\x31\x40\x16\x2f\x5f\x21\x13\xd1\x2f\x2d\xa2\xa5\x95\xa2\x3c\x18\xd1\xd6\xd2\xd7\xf4\x4e\xcf\xc7\xde\xb2\xb4\x2a\x86\x2e\x45\x55\xe1\xe3\xce\xe8\x6e\x0b\x0f\x36\xd5\xb4\xe4\x8b\x21\xba\x47\x20\x4a\x61\xaa\x61\x7a\x96\xb0\xdf\x08\xb1\x4f\x85\xe8\x36\xf1\xd7\x9a\xe8\xf7\xae\xac\x5c\x3a\xc7\x77\x03\xfc\x75\xc0\xdf\xff\xde\x4f\x87\x3d\xec\x60\x44\xae\xa4\xc2\x0f\xc6\x24\xbf\x1f\xef\x67\xff\xa3\x87\xc8\xd6\x8f\x87\x3f\xd6\x65\xe4\x56\xec\xb5\x48\x7a\xb8\x15\x7d\xcb\xcd\x17\x26\xee\x98\xe5\x8c\x59\xf3\xa3\x3e\xde\x4a\x9f\xad\x59\x2e\x13\xa1\x2a\x45\xd9\x9a\xbc\x6a\x25\x59\xca\x0c\xda\x62\x1d\x3e\xe1\x33\xa4\x1d\xb9\x92\xbc\x6a\x7f\x3d\xfa\xca\xf4\x75\x8e\xb6\xe3\xb1\x30\xff\x39\x4b\xcc\xbe\x8d\x7c\x69\x52\x2f\xd0\x9c\xe8\x2c\x33\x74\x9e\x77\x96\x09\x3a\x43\xa7\x1a\xe8\x2c\x7c\x1d\x19\x7f\x37\x36\x11\xe3\x6e\x88\x18\xf7\xac\x7f\x8c\x1b\x65\x47\x1b\xc9\x25\xa1\xfa\x21\x8c\x78\x50\xfd\x10\xcb\x35\xb0\x5c\x03\xcb\x35\x3a\x69\xb9\x06\xaa\x1f\xa2\xfa\x21\x64\xf2\x90\xc9\x43\x26\x0f\x99\x7c\x5b\xc8\xe4\x53\x27\x68\x94\x1d\x8d\x1e\xb6\x00\xd2\xfd\x4e\xf0\xe4\x9c\xbe\x35\xdf\xce\x16\x85\x13\xa1\x29\x46\xe1\xc4\xed\x63\x0a\xc4\xbe\x17\xa2\xfd\x35\xed\xa7\x19\xef\xd0\xd5\xce\x14\xf7\x65\xe5\x52\xf9\x47\x5a\x5c\x43\x6c\x7f\x56\xae\x30\x97\x9e\x98\x9b\x31\x67\x85\x01\x5a\x50\x04\x06\x79\x8b\xf4\xa4\xe0\x76\x97\x69\x96\x73\xbb\x69\x9a\xa2\x64\x63\x90\xd7\xbc\xce\x7a\x0c\x92\xd8\x3b\x06\xe8\xa8\xb8\xf7\x22\x53\x6f\xdd\x73\x01\x7a\x8b\x4a\x46\x93\xd3\x6b\x6a\xae\x74\x93\x6f\xcf\xd9\xb4\xf7\xb5\x7e\xf6\xb6\x1d\xf4\x3a\x71\x98\xf5\x48\x3e\x51\x0f\xf1\x9d\xe3\xb2\x19\xde\xea\x9c\x21\x69\x68\x03\xec\x7b\x80\xff\x9c\x38\x21\xb3\x4e\x47\xe5\x89\xb6\x3f\xff\xf5\xf4\xd2\x09\x1c\x0c\xd7\xcd\x7f\x9f\xf3\xe7\xbf\x27\xd8\xa8\xe1\xba\x5f\x79\xc7\x3d\xcd\xf6\x45\xc7\x03\x01\x06\x01\x06\x01\x06\x01\x06\x01\x06\x01\x06\x01\x06\x01\x06\x01\x06\x01\x06\x01\x06\x01\x06\x01\x6e\x35\x01\x3e\x4d\x27\xd9\x58\xf4\xb8\x45\x80\xf7\x97\x95\x37\xab\x9c\xd6\x01\x03\x03\x03\x03\x03\x03\x03\x3b\x30\xf0\x4f\xf7\x53\x9f\x97\xec\x34\xad\xe5\x0a\x4a\xc6\x86\x8f\x7f\xd5\xc7\xbe\x11\x2a\x93\x9a\x86\x5d\x7c\x06\x26\x17\x66\x2e\x2b\x19\x39\x76\x8f\xbe\xcd\xe2\xc1\xc6\x5f\x03\x36\x17\x78\x86\x4e\x0b\xc0\x36\x4a\x47\x39\x60\x1b\xa6\x21\x3a\x58\x87\x1b\x74\xdc\x38\x9f\xcd\xba\x0b\x3c\xe9\x4f\xd9\x46\xd8\xa1\x5a\x2a\x4b\xf3\x44\xca\x5c\x06\x7e\x71\x57\xd9\x6d\xde\xef\x6e\x34\x60\xde\xe9\xfb\x8c\xcd\xcd\xbd\xd9\x49\x0e\x2f\x2b\xd6\xea\x6c\xec\x6e\x63\x79\x0e\xec\x05\x1a\xb4\x17\xf8\xb9\x2e\x9a\x14\xfe\x00\x27\x69\xcc\xf6\x07\x08\xec\x7d\xdf\x6c\x20\x31\xe3\x45\x73\x02\x82\x8f\x6f\x41\xec\xcf\xef\x2c\x8b\x17\x7b\x2d\xaf\x01\x33\x44\xbc\xbe\xc2\x2b\xbe\x39\x11\x02\x06\x03\x30\x18\x80\xc1\x00\x0c\x06\x60\x30\x00\x83\x81\x0d\x1b\x0c\xbc\xa7\x6b\xd3\x83\xf9\x29\x61\x29\x70\x8a\xc6\x1d\x96\x02\x81\x4f\x09\xfc\x4d\x04\xea\x1b\x04\x78\x7f\xee\xdd\x87\x07\xc9\x3f\xbf\xbd\xec\x2b\xdf\xeb\xe3\x27\x60\x7e\xfb\xef\x2d\x96\xad\xac\x0b\xfc\xd3\x0f\x13\x81\x4e\x1b\x70\xc0\x44\x00\x26\x02\x5b\x6c\x22\xf0\xcc\x76\x9d\xc9\xf9\x99\x13\xa4\x8e\xd0\x08\x3b\x14\x8d\x5b\x48\xff\x6e\x27\xd2\x37\x9a\x6c\x3e\xc8\x67\x7f\xd4\x4f\x43\xb5\xd7\xa3\x57\xe2\xc1\x9f\xef\x67\x7f\x5a\xbe\x12\xfd\xe5\x7a\x74\x89\xc6\x25\xb5\x85\x1a\xf1\xde\x1b\x4d\xfd\x54\x76\xd2\xfa\xf3\xe6\xbc\x3e\x10\x1e\x42\x78\x08\xe1\x21\x84\x87\x10\x1e\x42\x78\x08\xe1\x21\x84\x87\x10\x1e\x42\x78\x08\xe1\x21\x84\x87\x10\x1e\xb6\x58\x78\xd8\x1e\x94\x02\x72\x43\xc8\x0d\x21\x37\xdc\x46\x72\xc3\xff\xd6\x47\x03\x82\x2a\x16\x94\x4c\x35\x52\x54\xd7\x0a\xfa\x05\x1b\x16\x97\xec\xd7\xfb\xd8\x47\x7b\x68\xa7\xbe\xeb\xd2\x7a\x22\xfc\x66\xe3\xfb\x57\xc8\xe4\xd6\x73\x99\x35\x29\x5f\x06\x16\xad\xb1\xe6\xbc\x68\x24\x38\x6b\xcb\x78\xec\x41\x7e\x80\x1e\xd3\x16\x13\xce\xe6\x67\x73\x5a\x70\x6e\xdc\xb7\x10\x1d\x3c\xe0\x4e\x07\xf7\x30\xe2\x27\xa6\xdf\x66\xba\xfe\x94\x3f\x21\x3c\xc2\x46\x0c\x42\xe8\xe8\x2e\x06\x1e\x74\x3e\x07\x30\x42\x30\x42\x30\x42\x30\x42\x30\x42\x30\x42\x30\x42\x30\x42\x30\x42\x30\x42\x30\x42\x30\x42\x30\xc2\xad\x64\x84\xa0\x7d\xa0\x7d\xa0\x7d\x1d\x4c\xfb\x5e\x7d\x9e\xc6\x2b\x7c\x0e\xbd\x4a\x9a\x17\x95\x4c\x26\xa7\xa9\x6b\x7c\x4e\xbe\xbc\x96\xc9\xca\x25\x8d\xfd\xf8\xf3\xec\xc3\xbd\xb4\xdb\x72\x3b\x0c\x27\xc4\x58\x51\x35\xbe\x72\x66\x18\x74\x58\x1c\x4e\x59\x8d\x24\x79\x23\xb1\x01\xfd\x10\xd3\x5f\xd0\x2e\xa6\xe7\xb2\x6b\x9b\x83\xbc\x24\xb0\x16\xb0\x56\x12\x58\x0b\x58\x0b\x58\x0b\x58\xab\x63\xb0\x56\xb2\x6d\xb0\x56\xe0\x67\xd2\x30\xd6\x4a\x02\x6b\x01\x6b\x01\x6b\x01\x6b\x01\x6b\xb5\x1e\x6b\x25\x3b\x9a\x42\x25\x41\xa1\x9a\x47\xa1\x92\xed\x4e\xa1\x92\xdb\x90\x42\xa5\xae\xd1\x25\x21\x80\x9a\xa6\x29\x2e\x80\x3a\x4d\x27\x69\xcc\x73\x45\xb0\x61\xc7\xb1\x9e\x88\xbb\x30\xa2\x7a\xca\x7b\x5c\x7f\xc8\x5d\xfd\xb4\x93\xed\x10\xc2\xa7\x67\xfc\x85\x4f\xc7\xd8\x91\xf2\x8a\x0b\x56\xa1\x86\xca\x33\x2a\x93\x3e\x45\xff\xf3\x6e\x27\x2e\xdb\x27\xbe\x45\x11\xc9\x95\x8c\x1d\x14\x5b\x5b\xcb\xc6\x04\xca\x9a\xa5\x14\x5d\xa8\x70\x6c\x38\x4e\xc7\x1a\x7b\x26\xf0\x6b\x80\xab\x5c\x83\xae\x72\x6f\x0f\xd1\x8c\x88\x0d\x49\x3a\xcb\x63\xc3\x18\x35\xdc\x0f\x45\xc9\xf8\x04\x2f\x19\x6f\x19\xd4\x6d\xa6\xbd\x2b\xc2\xce\xe6\x02\x4d\x3b\xec\x6c\x36\xd3\x60\xe3\x81\xab\xa8\x34\x37\x70\xc5\xfe\xfb\xa0\x33\x70\xf5\x1b\x26\x45\x0e\xc7\x27\x65\xc5\x35\x88\x1d\x15\x7b\x9a\x41\x6c\xd2\x3a\xa0\x95\xe1\xac\x39\xbe\x77\x40\xbd\x40\xbd\x40\xbd\x40\xbd\x9d\x83\x7a\x31\x90\xf3\x19\xc8\xb5\x0f\x0b\x87\xe7\x68\x4b\x3c\x47\x91\x72\x40\xca\x01\x29\x07\xa4\x1c\x90\x72\xe8\xe8\x94\x03\xac\xa7\x61\x3d\x0d\xeb\xe9\x66\x59\x4f\x23\xa3\x87\x8c\x5e\xa7\x66\xf4\x52\x59\x9a\x15\x04\xfc\x1c\x4d\x72\x02\x7e\x8a\xc6\xe9\x44\x03\xf0\x72\xa1\x24\x95\xd6\x34\x5f\xc6\xdc\x3c\x86\x7c\x3d\xe6\x8e\xaf\xef\x66\x77\x89\x40\x61\x07\x71\x4a\xbd\x91\x9e\x67\xcf\x45\x9f\xb5\xfc\x6b\xc6\x8c\x6f\xb9\xc8\x81\x14\x32\x11\xfd\xcc\x23\x5a\x5a\x29\xca\x83\x11\x6d\x2d\x7d\x4d\x1f\xcf\xf0\x07\x26\x4b\xab\x22\xb4\x16\x55\x85\x7f\x17\xa3\xbb\x2d\x1d\x7b\x53\x1d\x79\x5f\x7a\x03\xdd\xa1\x77\x58\xae\xa2\x57\x32\xb2\xc6\xde\xf5\x06\xf6\xe5\xc7\x68\x67\x5a\x51\xb9\x3f\x46\xb4\xb6\x3a\x9e\x9b\xc1\xbf\x4e\xdf\x67\x52\x51\xe5\xc5\xc4\x36\xb0\xb6\x85\xe6\x1d\x9a\x77\x68\xde\x91\x08\x41\x22\x04\x89\x90\x4e\x4a\x84\xb4\x0f\xe7\x07\x80\x06\x80\x06\x80\x06\x80\x06\x80\xee\x68\x00\x0d\x42\x06\x42\xd6\xa1\x84\x6c\x5b\x6a\xde\x9f\xa2\x93\x82\xea\x1d\xa5\xc3\x9c\xea\x0d\xd1\x41\x1a\xf0\x94\x8d\xa6\x15\x95\x97\xc0\xba\xac\x64\xe4\x40\x24\xee\xd3\xfe\x94\xef\x00\x7b\xc4\xa5\xe6\x61\x34\x6a\xd0\x3e\x5e\xfa\x27\xfa\xb1\x5d\x36\xde\xba\xc3\x52\xb3\x73\x92\xb5\x57\xfc\x67\x13\x58\x96\x40\x4f\xe3\x74\x82\x46\x2b\x34\xea\x7d\xf4\x58\x5d\xf7\x10\x4a\x26\x48\xd2\x1b\x94\xa4\xff\xd7\x2e\x3a\x25\x74\xe4\xc7\xe8\x88\xad\x23\x1f\xa0\x7a\xfb\x9e\xa8\x7f\x37\xc2\xeb\xdf\xd9\xb2\xf1\x0d\x1c\xef\x59\x58\xef\xb8\x08\x29\x09\x1a\xe6\x21\xa5\xfe\x26\xeb\xd5\x97\x07\x14\x35\x62\x2f\x0f\xda\x51\xe3\x01\x57\x29\x39\x8f\x20\x61\xb1\x49\x44\x10\x87\x72\x7c\xbb\x14\x46\x07\x17\x05\x17\x05\x17\x05\x17\xed\x1c\x2e\x8a\x61\x15\x04\xe2\x10\x88\x43\x20\x0e\x3e\x0f\x3e\x0f\x3e\x0f\x3e\x0f\x3e\x0f\x81\x38\x04\xe2\x10\x88\x43\x20\x8e\xf4\x17\xd2\x5f\xb7\x86\x40\x7c\x03\x2a\xee\x3a\x81\xb1\x2b\x24\x2e\xab\x18\x17\xb8\x56\xfb\x8b\x03\xc2\xf9\xdc\x2e\x6d\xe8\xe1\x7b\xae\xbf\xf7\xb9\xb4\x2c\xa5\xd3\xfa\x14\xc0\xd8\xf6\x16\xf6\xae\x01\xf6\xd7\x3d\x36\xc4\xfe\x78\x97\xf1\xf4\x1d\xf5\x0e\x0b\xe6\xe8\xc2\xd4\x77\x2f\x88\xa6\x26\x44\x53\x81\x54\x3e\x1c\xb4\x27\x14\x7c\xd2\x64\x0c\x3f\xf5\x39\x89\x3d\x53\xea\x2b\x63\x00\x8e\xb6\xe3\xb1\x03\xfc\xe7\x8c\x14\x9d\x65\xc8\x52\x7e\xa2\x6d\x2e\x41\xdf\x92\xfa\x89\x73\xfe\xfd\x7a\x88\x1d\xac\x95\x08\x29\xbf\xc7\x74\xfd\x61\xf7\xb7\x6a\x17\xbb\x8d\x5f\x2a\x8a\x26\x42\x69\x8f\xa2\x89\xc8\x28\x21\xa3\x84\x8c\x52\x27\x65\x94\x50\x34\x11\x45\x13\x41\xf2\x41\xf2\x41\xf2\x41\xf2\xdb\x82\xe4\xa7\xc6\xe9\x04\x1b\x8d\x1e\xb5\x16\xa6\x87\xb9\x04\xd2\x38\x8b\xf2\x59\x5d\xb4\x47\xdf\xe6\x5c\x73\xbe\xfd\x56\xb5\xa3\xa6\x23\xd0\x2a\x6a\x3a\x6e\x9f\x95\x05\xec\x7f\xf5\xd2\xfd\xa2\xa6\xa3\x54\x2c\x6a\xc3\xeb\x89\xe1\x8c\x24\xaf\xea\x83\xbf\x92\xc6\xfe\xb8\x97\xfd\x7e\x37\xed\xd4\xb7\x2c\xad\x27\xc2\x7d\xb5\x0d\x29\xa6\xf8\x81\x0b\x72\x29\x76\x40\xdf\x71\xa2\x58\xd4\x16\x13\xd6\x1f\xa7\x15\x75\x22\x9f\xb7\xa8\xa1\xd6\xee\x9c\xf0\x39\x6f\xe1\xf4\x84\x00\x88\x63\x74\x9c\x03\xc4\x11\x3a\x44\x71\x4f\xe1\xb4\x7e\xf3\xb8\xd6\xd7\xbc\x11\xb3\x39\xad\x64\x82\xc1\x4b\xfe\x60\x30\xc6\xfa\x0d\x18\xa8\xb7\x64\xe0\x40\xab\xb1\x72\xc7\x14\x9f\x65\x1c\x80\x82\x80\x82\x80\x82\x80\x82\x80\x82\x80\x82\x80\x82\x80\x82\x80\x82\x80\x82\x80\x82\x80\x82\x80\x82\x2d\x86\x82\xa0\x6e\xa0\x6e\xa0\x6e\x1d\x4c\xdd\x3e\xd1\x4f\x27\x05\x75\x5b\xc9\x2b\x37\xf4\x60\xac\x2a\xf9\xb8\x35\xb9\xe7\xf0\x28\xa7\x0c\xaf\x27\x96\xe5\x92\x64\x4a\x0e\xf5\x5d\xb5\xf4\x35\x79\x55\xd2\xd8\x77\xfb\xd8\x7f\xeb\xa1\x7d\x8e\xa3\x27\xcc\x83\x97\x8c\xa3\xc2\xeb\xc6\x17\xaf\x90\xc9\xad\xe7\x32\x6b\x52\xbe\x4c\x6f\x68\x8d\x2e\xa7\xf3\xca\x8d\x05\xde\x6c\x20\x1a\xc3\x78\x2c\xce\x0f\x98\x76\x39\xb5\x45\x71\x66\xf6\x2f\xce\xe6\x34\x08\x06\x5d\x04\x83\x07\xdc\x41\xde\x1e\x46\xfc\xc4\x84\x29\xcb\x0b\xfe\xf0\xf0\x02\x9b\x36\xe0\x61\xad\x7e\x66\x40\x45\xfb\xb1\x38\xa9\x22\x7f\x62\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x40\x87\x2d\x43\x87\xdf\x1d\xa0\x4b\x02\x1d\x16\xe4\xd2\x0d\x45\x7d\x41\x1f\xad\xb9\xf2\x42\x8f\x25\xca\xb9\x42\x56\x95\x35\x4d\xb6\x16\x27\xbf\x7f\x80\xfd\xc8\x0e\x62\x76\x73\x16\x41\x7c\xb9\x9e\x75\xca\x33\xa2\xbd\xb6\x58\xa0\x2c\x7e\xee\xb2\x75\x25\x06\x70\xb4\xd7\x2a\x1b\x27\x0b\xe6\x58\xcd\x1c\xaf\xfa\xe3\xc4\x31\x76\xdc\xc0\x89\x55\x7d\xcf\x60\x88\xc6\xfd\xad\x06\x88\x58\xb1\x0c\xc2\x08\xc2\x08\xc2\x08\xc2\x08\xc2\x08\xc2\x08\xc2\x08\xc2\x08\xc2\x08\xc2\x08\xc2\x08\xc2\xd8\x6e\x84\xf1\x08\x8d\xb0\x43\xd1\xb8\xb5\xe8\xf8\x6e\xe7\x8a\x65\x63\x7e\x87\xa5\xca\x20\x9f\x20\x9f\x20\x9f\x2d\x25\x9f\xff\x71\x80\x46\xea\x32\x61\x14\x44\xc8\xc4\x9b\xff\xab\x9f\x7d\xc1\xe1\xbd\xf8\xe1\x7a\x98\x26\x27\x66\x6d\x41\x34\xc3\xae\x96\x8b\xfc\xfc\x00\x31\xab\x21\xe6\x79\x7f\x88\xf9\x28\x8b\x56\xba\x2b\x8a\xb6\xcb\x96\x52\x03\x57\x02\x57\x02\x57\x02\x57\x02\x57\x02\x57\x02\x57\x02\x57\x02\x57\x02\x57\x02\x57\x02\x57\x02\x57\xb6\x19\xae\x1c\xa1\x43\x2c\x1e\x1d\xb4\xc0\xe3\x5d\x4e\x5c\xc9\x27\x76\x80\x95\x80\x95\x80\x95\x80\x95\x2d\x85\x95\x3f\xde\x4d\x07\x0c\x5f\x45\x03\x52\xf1\x56\x2a\x95\x9a\xec\xcf\x43\xec\x6b\x21\xba\xb7\x6c\x27\x4b\x7f\x79\x5f\x56\x2e\x95\x8f\x05\xc4\xf5\xc4\x0e\x64\xe5\xd2\x84\xf3\x10\x43\xe8\x38\x31\x37\x63\x4e\x41\x83\xd3\x38\x8e\x55\x35\x34\x56\xd5\xd0\x58\x3d\x0d\xa5\x8a\xf4\xa4\x20\x82\x97\x69\x96\x13\xc1\x69\x9a\xa2\x64\x03\x44\xd0\x71\x9d\xb3\x39\xcd\x17\x0b\xb2\xaf\x3e\x48\x97\xc5\xd3\x10\xe5\xc4\xac\xfb\xef\x41\x90\x8b\x4a\x26\x93\xd3\xd4\x35\x0e\x6f\x96\xd7\x32\x59\xd9\xe2\xc9\xc3\x1a\xaf\x7b\xc4\x7e\xfc\x41\xf6\x2b\xdd\xf4\x3a\xd1\x9e\xf5\xc4\x0e\xa9\xb2\x94\x89\x88\x5d\xcc\x57\xc1\x1e\xad\xcd\x29\x99\x29\xab\xd9\x24\x6f\x36\x76\x44\x3f\x42\x94\x28\xab\x52\xab\xba\xec\x2f\xaa\x2e\x05\x5b\xcf\x3e\x95\xa3\xcb\xe2\xb9\x9c\xa7\x73\xfc\xb9\x9c\xa1\x53\x34\xee\x69\x69\x69\x54\x91\x33\xae\x39\xee\x72\x96\xbe\x9c\xf6\x79\x7f\x4e\x3b\xce\x4e\x18\x9c\x56\xfc\x9e\xc1\x6a\xdd\x7e\xad\x5a\x6d\xba\xdf\x1d\xdf\xde\xc6\x7a\xf4\xfd\xc3\xef\xdd\x5d\xf5\xe4\x0e\xab\x72\x31\x2f\xa5\xe5\x0d\x3d\xbc\x51\xe3\xa0\xad\x7d\x7e\xc9\xc7\x49\x1f\x6f\xf4\x2c\x2b\x99\x9b\x61\xfe\xbf\x91\xae\xd8\xe6\x1e\x20\x4a\x73\xfb\x95\xe6\xfe\xe9\x10\xfd\xcb\x10\xfb\xc9\x50\xf8\x27\xac\x1b\xf4\x57\x5d\x7c\xc6\x74\x49\x2a\x48\x59\x59\x15\x73\x7f\x31\xa4\xd4\x34\x25\x9d\xe3\xc3\x59\x6b\x96\x2d\x71\x4c\xa1\xa8\x11\x7d\xb6\x53\xba\x69\x8d\xef\x57\xa5\x17\xf4\xf3\x2f\x5d\x93\x35\xd9\xfc\xb4\x39\x0b\x61\x9b\x05\xb3\xf9\x47\x95\xcf\xa8\x15\x35\x92\x18\x39\xae\xef\xab\x4a\x69\x0e\x6a\xf3\x4a\x21\x2b\x3e\x64\x7c\xd6\xab\x4f\x50\xa4\x5c\x41\x8c\x2f\xf9\x97\xc4\xde\x97\xc3\x2b\x03\x23\x47\x96\x6f\x5a\x83\x93\xac\x92\x97\x0a\xd9\xb8\xa2\x66\x87\x8b\x2f\x64\x87\xd7\x0a\xb9\xb4\x92\x91\x87\x0f\xcc\x68\x73\x7a\x2b\xf1\xe8\x1e\xe7\xb5\x3a\x87\x13\xbf\xd1\x15\x78\x34\x59\xd0\xdb\x4b\xb0\x59\x4a\xd1\xce\x49\x31\xa1\x6b\x7e\x88\xf2\x0e\x21\xc5\xb5\x12\x35\x3b\x82\x25\xff\xf3\x9e\xaa\x10\x75\xb2\x28\xa9\xa5\x1c\xa7\xd9\x62\xb0\xb2\xa1\x58\x75\xb4\xa8\x0f\x52\xb6\x2e\x52\x3d\x58\xd9\xd0\x10\x3f\xa1\x83\x7c\x40\xb1\xcf\xb9\x71\x55\x56\xb3\xb2\x73\x6b\xaf\x73\xab\x3e\xb5\x29\xc9\xd9\x5c\x7a\xa8\x6a\xbf\xb2\x56\xf4\x7f\xdf\x34\xb6\xea\x67\x99\xd4\x07\x1d\xa9\x8a\x28\x39\x46\xc7\x1b\x18\x7e\xcc\xf1\x8c\x10\x42\xa4\x4f\x88\xfc\x48\x37\x7d\xb8\x9b\xbd\xd4\x1d\xfe\x80\x95\x22\x7d\xb1\xbb\x73\x42\x64\x05\x44\xd3\xef\x33\x4f\x0a\x71\xd0\xab\x77\x4e\x3b\x35\xdc\xef\xd1\x71\x07\x78\x76\x44\xe4\x10\xa5\x3c\x3f\xb2\xa0\x14\x86\xc4\xd1\x7c\x0f\x9e\x43\xd6\x22\xfd\x29\x4d\x29\xcc\x89\x1c\xe9\x25\xfd\xb5\x30\xfe\xbd\x60\xbe\x2c\xf6\x1f\x07\xbc\x63\x77\xf2\xb5\x2e\x7a\xb5\x8b\xbd\xd2\x15\xfe\xac\x35\xd3\xfa\x60\xd7\xb4\xa2\xa6\x79\xde\x2d\xab\xf0\xdb\xae\x44\xa2\x2b\xfa\x9f\xa2\x91\x89\xb2\xab\xe0\x73\xe8\x55\x59\x2a\x68\x91\x35\xcd\xce\x06\x0d\x49\x69\x7e\xe1\x3c\xc7\x96\xcf\xa5\x8d\x9a\xc6\x72\x3e\xa3\x45\x94\x1b\xc6\x3d\x15\x39\xa8\xa2\xac\x14\xf3\x72\x3c\x22\x7e\x91\x27\xb5\xcd\x67\xc9\xe7\xb2\xae\x37\xc0\xfa\xf9\xe8\x0e\x7e\x5a\x65\x09\xda\x5b\x6f\x64\xeb\x2d\x4c\x28\x0a\x61\xc2\x59\x3a\xcd\x4e\x46\xc7\x2c\xb8\xf5\xb0\x13\x88\xb9\xfc\xc6\xad\x80\xc7\xd8\x5f\x87\xe8\xc1\x1a\xd3\x6d\xf6\x07\x21\xf6\xb9\x10\xdd\x51\xb6\x31\x1c\xce\xf2\x7a\xda\x2b\x8a\xba\x6a\xb1\x0b\x29\xc2\x1f\x4d\xec\xfe\xca\x19\xf6\xc4\xdc\xcc\x79\x7d\x4b\x1b\x4e\xab\x37\xd6\xc9\x6b\x4f\xab\xf9\x35\xfa\xce\xa7\x3f\x1f\xa2\x3d\xe2\x76\x2f\x73\x21\x16\xfb\xb5\x10\xfb\x64\x88\x76\xf0\xff\xaa\x79\x5f\xf7\xea\x93\x0b\x7d\x2f\xdc\x4f\xc7\xfd\xfc\xad\x7e\x3a\x2d\xee\x27\x17\xd4\x14\x24\x57\x33\x40\x29\x5f\xbc\x66\xad\xee\xd5\x4a\x8a\x2a\x65\x65\x13\x03\xb2\xef\xf7\xb1\xbf\xe9\xa1\xb0\x79\xbc\xd3\x0e\x50\x1c\x17\xfe\xa1\xfa\xfc\x00\x17\x44\xc3\x26\xdc\x0a\xc6\x13\xf0\x10\x3f\x60\xa6\xf2\xe4\x16\x8d\x73\x2b\xff\x4d\xb8\x02\x6e\xc2\x15\x70\xd5\xff\xfb\x93\x62\x17\x8c\xef\x8f\x67\x6f\x33\xcb\x0e\x97\x3d\x17\xe7\xd7\x48\x3c\x37\xc8\xe0\x20\x83\x83\x0c\x0e\x32\x38\xc8\xe0\x20\x83\x83\x0c\x0e\x32\x38\xc8\xe0\x20\x83\x83\x0c\x0e\x32\x38\xc8\xe0\xe0\x0b\x08\xc1\x19\x04\x67\x10\x9c\xb5\x4c\x70\xf6\x99\x7e\x1a\x17\x08\x51\x5d\x96\xd2\x71\x0f\xd5\x59\x19\x42\x54\x95\xbc\xbc\x9c\x2b\x64\x72\x85\xac\xc6\x7e\xb4\x9f\xfd\x7d\x0f\x85\xf5\x83\x27\x2a\xc4\x68\x06\x3f\xbc\x51\x1f\x3f\x9c\x57\xf2\x72\x52\xb4\x1a\x10\x3c\x14\xdc\x6d\xbe\xf2\xcc\x4c\x78\xe8\xf8\xc1\xd9\x9c\xb6\xed\x0a\x0d\x6f\x05\x49\xbc\xee\x0f\x09\xcf\xb3\x73\x06\x24\xf4\xec\x4f\x06\x24\x74\xdc\x7f\x17\x42\x58\x17\xb5\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x04\x46\x6c\x15\x46\x7c\xdf\x12\x5d\xf4\xc7\x88\x35\x17\x4f\x96\x61\xc5\xff\xfa\x3c\xfb\xbd\x5e\x7a\xc0\x0d\x2b\x8a\x45\x2d\x03\x62\x2c\xa9\x1a\x5f\x41\x33\x4c\x9a\x4e\x7c\x0e\xb8\x14\x4b\xe8\xbb\xba\x60\xc0\x8a\xb5\x2c\x8e\x43\xda\x9c\xfd\x25\x81\xbd\x80\xbd\x92\xc0\x5e\xc0\x5e\xc0\x5e\xc0\x5e\x1d\x83\xbd\x92\x6d\x83\xbd\x02\x3f\x93\x86\xb1\x57\x12\xd8\x0b\xd8\x0b\xd8\x0b\xd8\x0b\xd8\xab\xf5\xd8\x2b\xd9\xd1\x94\x2a\x09\x4a\xd5\x3c\x4a\x95\x6c\x77\x4a\x95\xdc\x86\x94\x2a\x95\xa6\x0b\x42\x33\x35\x41\x67\xb8\x66\xea\x04\x8d\xd2\x51\xcf\x65\xfd\x1c\x65\x99\x8b\xfa\x2b\xe4\x62\xbe\x5a\xa9\x9c\xbf\x56\x6a\x9a\x4d\x6d\x4e\x2b\x65\xac\xed\x7f\xc8\x5d\x2a\xb5\x93\xed\xe0\x2a\xa9\xe8\xa7\x77\xd7\x22\x69\xf7\x88\xcf\x54\x44\x2a\x83\x66\x87\xc5\x5f\xb7\x06\x9b\x09\xca\x75\x9e\xce\xd1\x64\x85\xf1\xca\x61\x4a\x6c\xf8\x71\xc1\x71\x05\xa6\x54\x0d\x9a\x52\xfd\x5d\x17\x4d\x89\x88\x71\x8a\xc6\x79\xc4\x38\x4a\x8d\x74\x41\x9a\x11\x56\x54\x49\x3a\x6b\x5b\x51\x35\xd8\x54\x4a\x6f\x6a\x84\x4d\xd2\x04\xed\x9a\x48\xeb\x5f\xa0\xc6\xdb\xf2\x0b\x62\xde\x91\xa5\xa8\x68\x25\x6a\x61\x90\x8b\xfd\xc4\x50\xad\x20\x66\x8c\xaa\x23\x69\x25\xaf\xcf\x91\x8d\x6f\x9e\x33\xa0\x9d\x12\x7b\x78\x05\xb4\x49\xeb\xc0\x56\x84\xb6\x27\x68\x9e\xe6\x9c\xa1\x2d\x96\xa4\xb3\x0d\x68\x77\xa7\xf8\x35\x5d\xe1\x9c\x57\x03\x11\x06\x11\x06\x11\x06\x11\xee\x20\x22\x8c\x91\x9d\xcf\xc8\xae\x7d\x90\xf9\x37\x42\xf4\xf5\x10\xfb\x6a\x28\xfc\x25\xeb\x51\x7d\x34\xf4\x84\x73\x92\x9a\x2b\x44\x34\x31\xd1\x8c\x2c\xcb\x2b\x22\xbf\x6c\xc1\x1c\xfb\x93\x65\xbc\x25\xfc\x66\x39\xc6\x90\x05\xa5\x30\x54\x90\xb3\x12\x7f\x24\xc6\x3c\xd5\x39\xd6\x14\x58\xd7\xea\x0c\xc6\x78\x21\xb7\xba\x2a\x67\xf4\xd1\x6c\xfe\xa6\x9d\xf8\xb5\x43\x7b\x2e\x3f\x68\x4c\x5f\xf9\xe5\x46\xb2\xaa\x94\xe6\xfd\x24\xa7\x64\xac\x0f\x8f\xfd\x71\xe0\x39\x75\xf3\xb9\xac\x69\xfa\x49\x3a\x6f\x94\xa4\x1f\x69\x5e\x90\xf1\x23\x2b\xe2\x7d\x33\x9b\x88\x8b\xf3\x14\x76\x78\x2e\xe7\x18\x65\xfc\x14\xe6\xf8\x19\xb8\x4d\xcb\x91\x99\x40\x66\x02\x99\x09\x64\x26\x90\x99\xe8\xe8\xcc\xc4\x17\x42\xf4\x5a\x88\xbd\x1a\x0a\xbf\x62\x7d\x6d\xdf\x1b\x9a\x72\xac\xaa\x2d\xe6\x65\x49\x93\xad\x57\x7f\x4e\x55\x8a\x52\x96\x7f\x87\x85\xd5\x73\x99\x2e\xc9\x7c\xdc\xf6\xb2\x5c\xfd\x81\x27\xe2\xa3\xf1\xc8\x82\x88\x23\xe2\x23\x59\x94\x0b\x7a\x37\xb5\xbf\x22\x72\x44\x51\x8b\xd7\xa4\x82\xa9\x93\x52\xd7\xe4\xe1\x15\x29\x6f\x8e\xfe\xa3\x62\x6b\x34\xb2\x92\x2b\x48\xf9\xdc\x0f\x99\xe1\x7b\x59\x8e\x48\x19\x8e\xf9\x95\x61\x41\x7d\x33\xf6\xd0\x52\x34\xde\xa7\xd9\x07\x89\xf1\x76\x3c\x72\x2e\xc7\x43\x92\xe3\xc4\x15\xb5\xfa\xca\xec\xd4\x4a\x49\x0c\xf7\xf9\xe8\x4f\x29\x5d\x8b\x47\xf7\x8a\xf3\x99\x32\x2f\xa4\x5c\x70\xf5\x8e\x1e\x7a\x7b\x0f\x7b\x5b\x4f\xf8\x07\x96\xea\xee\x8b\xdd\x4f\x19\x71\x50\xef\xa2\xd7\x94\x1b\x91\xac\xa4\x2e\x4b\xd9\x32\x10\x61\x0d\xd4\x64\x75\x45\x51\x57\xf5\x7b\xe1\x7a\xa6\x57\x2a\x7e\xdc\xfb\x44\xf9\xb0\xc6\x1c\x93\x08\x33\x58\xbd\x47\x64\xe4\x74\x2e\x63\x0f\xac\xf9\xb7\x51\xb8\xe6\x9a\x77\x57\xe3\x0e\x9b\x7c\xab\xf9\xf5\x8b\x3b\x6e\xa3\x19\x37\xad\x7c\x86\xa5\xb5\x2b\xff\xb1\x78\x44\x80\x27\x1e\x8b\x9d\xa3\xd5\x3e\x71\x0d\x7d\xfa\x9c\x87\xff\xab\xbc\x63\x68\xe3\x91\xbe\xa4\x94\x7e\x21\xab\x2a\x6b\x85\x8c\xbe\x17\x17\xb9\xf1\x9d\x2a\x6e\x9c\x18\xac\x18\x23\xa0\xf2\x46\xcc\x2b\x58\xb6\x5a\x1a\x8f\xf4\x4d\x2b\xaa\xec\x68\x36\x92\x96\xb4\xb4\x94\xd1\xaf\xde\xb8\x3f\x42\xd6\xc8\xdb\xd3\xc4\x70\xba\xaa\xc1\x15\xab\x8d\x78\xf4\xae\x62\x65\xbf\x71\x8e\x6d\x90\xf8\x43\xe2\xaf\x43\x13\x7f\xa9\x2c\xcd\x0a\x24\x7e\x8e\x26\x39\x12\x3f\x45\xe3\x74\xa2\x01\x78\x29\x2a\x05\xf8\x32\xe8\x98\x3b\x83\xbe\x9b\xdd\x25\xde\x66\x3b\xd2\xb6\x92\x47\x6f\x47\xb7\xeb\x77\xee\xa4\x63\x66\x25\x7c\xef\x0a\x46\x56\xc5\x22\x7d\x60\xbb\xa2\xa8\x37\x24\x35\xc3\xfe\xe8\x36\xf6\xfe\x90\x5d\x0d\x3f\x96\x56\x0a\x05\xfd\x6a\xcf\x9f\x7b\xc2\x16\x99\x97\x94\x88\xe3\x18\xbd\x8f\xcd\x29\x99\x58\xbf\xb1\xaf\x28\x46\x7f\x5e\x2e\x95\x95\x8f\x98\xb3\x0f\x18\xe9\x8e\x0d\xc7\x84\xb9\xc5\x28\xed\x13\x7d\xec\x5e\xba\x9b\xf7\xb1\x3b\xe8\xf6\x5f\xea\xda\x45\xc6\xc5\xf8\xf6\x99\xa7\xfc\xfb\xc1\x11\x36\x52\x59\xcf\xdd\x38\x9d\x69\x71\x3a\x06\x55\x2f\xaf\xef\xfe\x88\x7b\x67\x24\xb6\xcb\xb8\x4a\x8a\xfe\x07\xc7\x7d\x3a\x68\xde\xa7\xb9\x2b\x0b\xbe\x37\x6a\xa0\xec\x46\xcd\x29\x5a\xfb\xdc\x29\xe7\x3d\xa8\xef\xae\xd5\x71\xa7\x52\x49\x3a\xcb\x4e\x47\x4f\x5a\xaf\xd0\x23\x15\x96\xf3\xd5\xcd\x6e\x85\xe9\xfc\x33\xf4\x14\x7b\x32\xbc\x60\xbe\x86\xa3\xb3\x06\x33\xd1\x9f\x20\x7f\x94\xe6\x63\x9c\x37\x2b\x35\x38\xe6\x71\x4f\xc9\xcb\x0b\x4a\xfa\x05\xb9\xa4\x45\x77\xf0\x03\x9c\xa1\x94\xbd\xaf\x5f\xbc\x90\x9a\xfe\x3f\xaa\x9c\xcd\xf1\x22\x25\x2e\x4b\x66\x84\xf1\x8e\xb1\x68\x20\x97\x96\x35\xf6\x97\x7d\xec\x4b\x3d\x74\x5f\xc5\x71\x56\x3e\x6c\xbd\x3e\xd3\x9d\x89\xb9\x99\x05\xd1\x62\x40\x9e\x3b\x03\xfc\x80\x89\xf2\xb3\xb2\xab\xcc\x19\x3f\x06\xa7\xee\x4d\x38\x75\xcb\xfe\x6f\x6c\x92\x9d\x35\xde\x52\xf7\x7e\x55\xfd\x39\x13\xaf\xb2\xfd\x84\x60\xad\x83\x35\x46\xb0\xd6\x41\x46\x19\x19\x65\x64\x94\x3b\x29\xa3\x0c\x6b\x1d\x58\xeb\x20\x93\x87\x4c\x1e\x32\x79\xc8\xe4\xb5\x45\x26\x0f\xd6\x3a\xb0\xd6\xd9\x2e\xb9\x0b\x58\xeb\x34\xc3\x5a\xe7\x2f\x1e\x30\x8b\xfc\x49\xc5\xa2\x56\x83\xdd\x67\xe4\x62\x5e\xb9\xa9\x7f\x7a\x2d\x84\x2f\x0a\x3d\xb3\xf7\x3d\xc0\xbe\x1b\xa2\x9d\xfa\xf1\x4b\xeb\x89\x70\x9f\x2a\x4b\x19\xcf\x22\xd0\x53\x56\x33\xb1\x47\xf5\x1d\x27\x8a\x45\x6d\xd1\xb1\xe0\xc7\xde\xde\x8c\xa2\xf4\xa9\x67\xe8\xb4\xe0\x6e\xa3\x74\x94\x73\xb7\x61\x1a\xa2\x83\x9e\x4b\x1b\xf4\x6b\x12\x4a\x78\xf3\xac\x36\x51\xa1\x3b\x2b\x97\xe8\xfa\x65\x7f\xbe\x76\x90\x0d\x58\x7c\xad\xa8\x19\xf0\xcc\x71\x06\x4e\x5c\x1e\xfe\xad\x5d\xf6\x9d\x8f\x19\x85\xff\xeb\xb9\xf9\x7d\xc6\xbe\xad\xbd\xff\x49\x8e\x39\x2b\x56\x5d\x6d\xec\x01\x40\x95\x8b\xf5\x56\x0d\xae\xb7\xfa\xb9\xae\x4d\xbf\xfd\x93\x62\xa5\xd5\x49\x1a\xb3\x57\x5a\xb5\x30\x84\xf0\x22\xff\x01\x87\x90\xe4\xdf\xdd\x6e\x87\x90\xc3\x75\x57\xf3\x77\xc4\x92\xc7\x8a\x22\x2d\xd3\xaa\x48\x82\xa2\xfd\x9d\x16\xd2\x50\xb4\x1f\x45\xfb\xb7\xb8\x68\x7f\xf3\x47\x8e\x01\xc7\x75\xff\xa2\xfc\xa3\x74\x94\x1d\x8e\x26\x2c\x75\xc3\xeb\x9d\x0a\x09\xbb\xd5\x5b\xa2\x16\xff\x5f\x85\xe8\x7e\x31\xcf\x31\x6a\x94\xdb\x22\x88\x61\xf6\xf9\x10\xfb\xfd\x10\x91\xb1\x45\xff\x0e\xde\x97\x95\x4b\xe5\x1c\x51\xcc\xd0\x78\x09\x7e\xb3\x00\x75\x62\x62\x6e\xc6\xcc\x59\x05\xf8\x79\x0b\xac\x64\x7c\x91\x9e\x14\x5d\x56\xff\x5e\xe9\x5d\x76\x9a\xa6\x28\xd9\x58\xc9\x78\xf3\x3a\xeb\x71\xa7\x60\xaf\x0c\xd0\x85\x7a\xfd\x5a\x85\xf8\x24\x9d\x5f\xd3\x4a\xfa\xf7\xc6\x76\x69\x35\x66\x99\xec\x1f\xfb\xd9\xcb\x3b\x6a\xad\xce\xfe\x64\x97\x31\xe1\x77\x68\x50\x0a\x26\x42\x33\x2d\x5b\x27\xc5\x0f\x04\x5d\x07\x6a\xd0\x26\xe7\x3c\x3b\x60\x70\xd6\x5c\x49\x5e\xb5\xbf\x3e\x7d\x65\x59\x18\x47\xdb\xf1\xd8\xb0\x57\x15\x29\xb1\x6c\xbc\xea\xa4\xa1\x6b\xa9\x8e\x9b\x45\xff\xb8\x79\x89\x5d\xac\x53\x96\x59\x7d\xcb\x5d\x2c\x51\xbc\x23\xeb\x0d\x11\x59\x21\x6f\x81\xbc\x05\xf2\x16\xc8\x5b\x20\x6f\x81\xbc\x05\xf2\x16\xc8\x5b\x20\x6f\x81\xbc\x05\xf2\x16\xc8\x5b\x20\x6f\x69\xad\xbc\xe5\x0c\x9d\x62\xe3\xd1\x13\x16\xa8\x7a\xc8\x49\xb8\xaa\xa7\x7a\xd5\xa4\x0b\xfa\x18\xe8\x63\xa0\x8f\xe9\x60\x7d\xcc\x4b\x0f\xd0\x51\x9f\x55\xad\xe6\xaa\xb9\x0a\x59\xcc\xb7\xef\x67\xdf\x72\x2c\xd6\x7c\xb4\xa6\x2c\xc6\x58\x18\x15\x7b\x44\xdf\x4b\x2c\xd1\xb4\x33\xa9\xc6\xc6\xa6\x08\x62\x16\x69\x5c\x00\xbb\x23\x34\xc2\x81\xdd\x20\xc5\xa8\xdf\x33\xad\xa1\x5f\x0d\x5f\x5d\x6d\x2c\xe4\xda\xa4\x1a\x66\xc6\x1f\xdd\xf5\xb2\x47\x2b\xd7\x84\x9a\x3f\x5e\x26\x84\xf9\xf0\x2e\xfb\x5e\xf7\xf9\x09\x61\xcc\xdb\xfd\xa8\xb1\x63\x0b\xef\x78\xf2\x34\x9d\xa4\xb1\x8a\xe4\xf1\x06\x6e\x39\x92\xc5\xd0\xbf\x34\xa8\x7f\x79\x77\xd7\xe6\x5e\xf6\xb3\x42\xfc\x72\x82\x46\x6d\xf1\x4b\xb0\xe1\x22\xb8\x78\xe0\x23\xa2\x49\x7e\xf3\x76\x3b\x5c\x1c\xaa\x5b\xf4\x62\xc6\x8d\x28\xcf\xa0\xb6\x28\x6a\x40\xee\xd2\x69\x11\x0c\x72\x17\xc8\x5d\xb6\x58\xee\xd2\xe4\x71\xa1\x9f\x36\xa5\xce\x2f\x41\x2d\xe7\x10\xcb\x6b\xe0\x08\x8d\xb0\x43\xd1\xb8\x05\x01\xee\x76\x42\x00\x63\xaf\x5b\x42\xe3\xf2\x6b\x03\x74\xc5\xd0\xf2\xaf\x95\x14\x2d\x2d\xe5\x73\x85\xec\xf0\xfa\x88\x53\x68\xe1\x31\x87\xe1\x8f\x47\x7f\x95\xf3\x45\x25\x63\x1e\x2d\xab\x1a\xfb\x66\x3f\xfb\x87\x1e\xba\xdb\xd1\xe0\x92\xd1\x60\xf8\xc5\xae\xfa\x6c\x40\x2e\x58\x6d\xcf\x29\x99\x09\xab\xed\x80\x3c\x41\x4e\x0a\x4f\x10\xfb\xfc\x16\x47\x2a\x6a\x88\x78\xfc\xfe\xf6\xb0\x09\xf1\x7a\x91\x82\xd7\x59\x6c\xc8\x26\x24\xeb\xff\x7a\x4e\xb1\xa4\x78\x11\x3d\xee\xbf\x63\xb8\x26\x9e\x98\xf9\x06\x3b\xfa\x1a\x94\x14\x50\x52\x40\x49\x01\x25\x05\x94\x14\x50\x52\x40\x49\x01\x25\x05\x94\x14\x50\x52\x40\x49\x01\x25\x05\x94\x14\xad\x56\x52\x6c\x3f\x1c\x02\xa9\x05\xa4\x16\x90\x5a\x6c\x23\xa9\xc5\xe7\xfa\xe9\xb8\x17\xbe\x1c\x31\xf0\xa5\x27\xa7\xfc\xe7\xfd\xec\xad\x3b\xdc\x38\xe5\x48\x9b\x70\xca\xa4\x3b\xa7\x1c\xa9\x41\x27\xa7\x15\x75\x22\x9f\xb7\x40\x66\x70\x29\xc5\x5b\x68\xf1\x57\x7d\x20\xd2\x85\x2c\x6e\x88\x4d\x8e\x50\x5d\x58\x14\xb4\x12\xb4\x12\xb4\x12\xb4\x12\xb4\x12\xb4\x12\xb4\x12\xb4\x12\xb4\x12\xb4\x12\xb4\x12\xb4\x12\xb4\x12\xb6\xc6\x60\x89\x60\x89\x60\x89\xad\x62\x89\xaf\x0c\xd0\x21\xc1\x12\x0b\x4a\xc6\xe1\xf5\x25\xe5\x8b\xd7\xa4\xc4\xb0\xba\x56\xd0\x2f\x38\x9d\x97\x34\xcd\x5a\xb8\xc5\xfe\xe5\x00\xfb\xd1\x6e\xba\x43\x3f\x62\xc9\xdc\x35\xfc\x30\x5f\xb7\x55\x3e\xfb\x9c\x17\x87\x4f\xea\x87\xc7\xf6\xe9\x3b\x5c\x56\x32\xf2\xa2\x71\x88\x73\x6b\xc0\xab\xb5\x24\x9a\x16\x84\xed\x0c\x9d\xe2\x84\x6d\x94\x8e\xd2\x61\x4f\x55\x2e\xbf\x76\xf3\x4a\xe2\xce\xf3\xda\xec\xc2\xad\xab\xfe\xd8\x6d\x8c\x1d\x37\xb0\x9b\xe3\x11\x98\xc5\x2f\x9d\xa7\xe2\x10\xf1\x8a\x33\xa5\xf0\x57\x76\x55\x3e\x86\xa8\xb9\xa4\xab\xc6\x93\x78\xd8\xd8\xa7\x35\x0f\x23\x39\x43\xe7\xe9\x5c\xc5\xb2\x88\xc6\x9e\x06\x56\x44\x60\x4d\x57\x83\x6b\xba\x5e\xee\x0a\x2c\x24\x5c\x14\xcb\xbb\xa6\x28\x69\x2f\xef\x6a\x5a\x7c\xa9\x2f\x80\xd4\x15\x2d\x5c\xa2\x8c\xcf\xea\xaf\xd8\xbb\xf6\x56\xc6\x97\x7b\x8d\x62\xe0\x52\x79\x48\x79\x48\xfc\xb9\x45\x11\xe5\x09\x9a\xa7\x39\x67\x44\x89\x25\xe9\x6c\x03\xf9\x93\x29\x7e\xd2\x46\x55\x53\x04\x17\xbf\xe0\xf2\x8d\x10\x7d\x3d\xc4\xbe\x1a\x0a\x7f\xc9\xba\x41\x1f\x0d\x3d\xe1\x1c\x55\xe5\xf4\xc1\x3d\x1f\x19\x45\x96\xe5\x15\x91\x61\xb1\xa6\x33\x36\xc6\x37\x66\x90\xfc\x14\x1d\xc1\xa3\xa0\x14\x86\x0a\x72\x56\xe2\x37\xc2\x18\x58\x39\x83\x8c\x00\x1b\xd6\x23\x30\x7a\x62\x6e\x75\x55\xce\xe8\x61\x2c\x7f\xd3\x4e\x7d\xd8\xb8\x3b\x97\x1f\x34\xc6\x5b\xa2\x76\x7e\x56\xd5\xbf\x8e\x45\x59\xcd\x29\x19\x6b\xdc\x68\x7f\x28\x79\x56\xc9\xbc\x1b\x6b\x9a\x7e\x92\xce\xb1\xaa\xa4\x1f\x69\x5e\x90\xf1\x23\x2b\x62\x8a\x6f\x36\x11\x17\xe7\x29\xd6\x29\xb9\x9c\x63\x94\xf1\x53\x98\xe3\x67\xe0\x32\x8e\x4c\x7e\x21\x44\xaf\x85\xd8\xab\xa1\xf0\x2b\xd6\x6d\x7e\x6f\x68\xca\x91\x5b\x2d\xe6\x65\x49\x93\x2d\x1e\x33\x57\x59\x23\xbf\x2c\x25\x63\x5e\x8b\x9d\x9c\xd5\x9f\x52\x22\x3e\x1a\x8f\x2c\x88\x07\x52\x72\xd6\xf5\xb7\xd1\x9e\x1c\x51\xd4\xe2\x35\xa9\x60\xa6\x88\xd4\x35\x79\x78\x45\xca\x9b\x28\x3c\x2a\xb6\x46\x23\x2b\xb9\x82\x94\xcf\xfd\x90\xc9\xd4\x96\x65\x7d\x9c\xca\x27\x2e\xc3\x62\x7c\x9a\xb1\x39\xab\x68\xbc\x4f\xb3\x0f\x12\xf0\x39\x1e\x39\x97\xe3\xdd\xd9\x71\xe2\x8a\x5a\x7d\x65\xf6\x24\xb0\x24\xd8\x37\x7f\xd9\x94\xd2\xb5\x78\x74\xaf\x38\x9f\x29\xf3\x42\xca\x72\x4d\xc9\x77\xf4\xd0\xdb\x7b\xd8\xdb\x7a\xc2\x3f\xb0\x12\x8e\x5f\xec\x7e\xca\x80\x53\xfa\x2b\xa5\xcf\xc2\xb2\x92\xba\x2c\x65\xe5\x88\x5d\xcb\xdc\x7e\x2f\x64\x75\x45\x51\x57\xf5\x7b\xe1\x7a\xa6\x57\x2a\x7e\xdc\xfb\x44\x79\x7f\x36\x3b\x63\x51\x5c\x55\x4e\xef\x28\xe9\x5c\xc6\xa6\xcc\x1c\x58\x8a\x75\x6c\xe6\xdd\xd5\xe7\x65\x06\xce\x33\x91\x64\xdc\x71\x1b\x4d\x98\x65\xcd\xbc\xac\x34\x63\xf9\x8f\xc5\x23\x13\x69\x7d\x92\xc6\xbf\xb8\xce\xe0\xd0\x27\xae\xa1\x2f\x32\x64\x3c\xf8\xf2\x8e\xa1\x8d\x47\xfa\x92\x52\xfa\x05\xfd\x2b\x52\xc8\xe8\x7b\xf1\xfc\x1e\xdf\xa9\xe2\xc6\x09\x82\x6c\x74\xfd\xf2\x46\xcc\x2b\x58\xb6\x5a\x1a\x8f\xf4\x4d\x2b\xaa\xec\x68\x36\x92\x96\xb4\xb4\x94\xd1\xaf\xde\xb8\x3f\x22\xa3\xcb\xdb\xd3\x44\xf4\xaa\x6a\x70\xc5\x6a\x23\x1e\xbd\xab\x58\xd9\x6f\x9c\x23\x81\x4f\x75\x05\x5c\x3a\x7f\x5e\x6f\x6d\x84\x5d\xa4\x19\xda\x25\xee\xad\x9c\x69\x76\x39\xfe\xfa\x86\x05\x75\x8d\x01\x5c\xc6\x0e\xd7\x23\xee\xc3\x82\xdd\x6c\xa7\x78\x0a\x94\x7c\x71\x4f\xe5\xc8\xe0\x60\xd5\xea\xf0\x1a\x53\x90\xfd\x7c\xf9\x62\xf3\x87\x0b\x58\x13\xde\x69\x83\x14\xac\x09\xc7\x9a\xf0\x2d\x5e\x13\xde\x3a\xfa\xd4\xe4\xcf\x80\x6f\x65\x84\x13\x34\xca\x8e\x46\x0f\x5b\x6a\xe7\xfb\x9d\x4b\xc6\x9d\x6d\x35\xdf\x31\x8e\xbd\xaf\x9f\xc2\xa6\x03\x95\xb1\x86\x5b\xc9\xd8\xd0\xf2\xc5\x7e\xf6\x99\x1e\xdb\xcb\xe4\x43\xf5\x98\xe1\xeb\xdf\xa7\xb6\xb0\xbf\xbf\xf3\x86\xc3\x47\x45\xc9\xc8\x50\x38\x6e\xc4\x2a\x41\x98\xcd\x5f\x9f\xf6\x7f\x59\x0e\xb0\x47\x6a\x59\x25\xe8\xb7\x1e\xe2\x45\x88\x17\x21\x5e\x84\x78\x11\xe2\x45\x88\x17\x21\x5e\x84\x78\x11\xe2\x45\x88\x17\x21\x5e\x84\x78\x11\xe2\xc5\x56\x8b\x17\x13\x34\xcc\x86\xa2\x07\x2d\xf8\xb0\xd7\x09\x1f\xf4\xa9\x1a\x6c\xea\xa1\x77\x84\xde\x11\x7a\x47\xa7\xde\x31\x44\xb7\x09\xbd\x23\xfb\xf5\x10\xfb\xd5\x10\xf5\xe8\xff\x11\x0e\x97\x97\x31\x9d\x98\x9b\xb1\xde\xc8\xd8\xeb\xb2\x72\x69\x62\x6e\xc6\x68\xb5\x1d\xeb\x97\xae\x8a\x14\xe4\x21\x9e\x82\x0c\x5d\xb9\xc8\x26\x69\x82\xce\x34\x56\xbf\xf4\xbc\xaa\xac\x15\xeb\x2a\x5e\xfa\x3f\x43\xb4\xdf\x58\x86\xae\x4f\x79\xb3\x39\x9e\x23\x73\x54\x2e\x65\xff\x25\xc4\x3e\x1f\xa2\x3b\x2b\x36\x8b\x9b\x9d\x2b\xac\x28\xea\xaa\xd5\x37\xa5\x08\x67\x6d\x31\x7d\xdb\x44\xf9\xfe\xe6\x49\xb5\xe1\x8d\xcf\xd1\x65\x71\xe3\xcf\xd3\x39\x7e\xe3\xcf\xd0\x29\x1a\xdf\xc4\x8d\xf7\xbd\xe9\x7f\xd4\x4f\x49\x71\xd3\xd3\xb2\x6a\xbc\x05\xb2\xe6\x51\x2b\xd6\xb1\x47\x2e\x5b\xc8\x15\xb2\xe6\x28\xc5\x70\x01\xb8\xc7\xb9\x87\x55\x26\xf6\xed\x75\xda\x00\x4c\xda\x07\x2f\x88\xe6\xe7\xcd\xa4\x5e\x20\x46\x00\x47\x05\xf3\x76\x9c\xa2\x59\xed\xd5\xeb\x87\xb7\x87\x53\x69\xeb\xc9\x78\x5d\x4e\xa5\x6f\xf2\xa7\xe3\x97\xd9\x6c\x55\x8d\x57\x03\x91\xbb\xf4\x46\xb3\x50\xac\xd7\xd3\x02\x48\x07\x48\x07\x48\x07\x48\x07\x48\x07\x48\x07\x48\x07\x48\x07\x48\x07\x48\x07\x48\x07\x48\x07\x48\x87\x0b\x00\xa8\x38\xa8\x38\xa8\x78\xcb\xa8\xf8\x77\x7b\x4d\x94\x2b\xd0\x8a\xcd\x13\x8d\x3f\xb0\xff\xa3\x97\x7d\xae\x9b\x76\x8b\xff\x5a\x5a\x4f\x84\x0f\x88\xd1\xa0\x6a\x7c\xc7\xcc\x40\x67\x2a\x67\x39\x98\x8a\x3d\xa2\xef\xc4\xff\xa9\x2d\x26\xf8\xff\x6f\x37\xab\xce\x67\xe9\x8c\xc0\x75\xc7\xe9\x18\xc7\x75\x87\x28\x4e\x83\x9e\x52\x6e\xe3\xf6\xad\x27\xe2\xfc\x6a\xeb\xe1\xe8\xd7\x1f\x72\xa7\x73\x3b\xd9\x0e\x01\xe6\xe6\xfd\xc1\xdc\x30\x1b\x32\x38\x5c\xd9\xf3\x33\x08\x9c\x80\x84\x4e\x5d\x2b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x1b\xc8\x5b\xab\xc8\xdb\x8b\x4b\x74\x52\x90\x37\x75\x59\x4a\xc7\x4d\x3a\x54\xa6\xa3\xb4\xdc\x38\xd3\xf9\x35\xad\xa4\x4f\x5c\xf2\xf2\x72\xae\x90\xc9\x15\xb2\x1a\xfb\xf4\xf3\xec\x2b\xbd\x14\xd6\x8f\x9e\x70\x1e\x6c\xfb\xb2\x1c\xaa\x4d\xea\x26\x45\xa3\xf3\x4a\x5e\x4e\x8a\x46\x63\xc3\xfa\x11\xf3\x95\x2d\x9a\x46\x2d\xd5\x07\xb4\x39\xc4\x4b\x82\x76\x81\x76\x25\x41\xbb\x40\xbb\x40\xbb\x40\xbb\x3a\x86\x76\x25\xdb\x86\x76\x05\x7e\x26\x0d\xd3\xae\x24\x68\x17\x68\x17\x68\x17\x68\x17\x68\x57\xeb\x69\x57\xb2\xa3\xe1\x54\x12\x70\xaa\x79\x70\x2a\xd9\xee\x70\x2a\xb9\x0d\xe1\xd4\x06\xd7\x2a\xc6\x39\xc1\xb2\x7c\x2c\xab\x31\x51\x20\x6a\xa8\x0d\x2f\x53\x2c\x77\xbc\xf4\xa4\x6c\xe6\x6a\xc5\xaa\xb3\xa6\xe8\x77\x76\xd7\xe4\x6b\x0f\x8a\xef\x56\x44\x72\x43\x69\x09\xb1\x71\x2b\x60\x9a\x60\x5f\x57\xe8\x12\x5d\xac\xf0\x1f\xae\xe1\x4c\xed\xfb\x10\x61\x40\x8c\x12\x2c\x0d\x96\x60\x79\x67\x68\x43\xc6\xeb\xbe\x5d\x91\x1e\x17\x85\x58\x52\x74\xc1\x2e\xc4\xb2\xc9\x26\x37\xee\xe5\xee\xdf\xa6\x5f\xc8\xab\x2f\xa4\x35\x1e\xc0\xaa\x83\x61\x8d\x28\x5b\x54\xb4\x12\xc5\x7e\x76\xa8\x66\xc8\xeb\x33\xbc\xfd\x1d\x85\x12\x94\x15\xb7\xf0\x37\x2e\x76\xf4\x0e\x7f\x56\x03\x4d\x0f\x84\xcd\xa9\x19\x03\xaa\x0c\xaa\x0c\xaa\x0c\xaa\xdc\x39\x54\x19\xe3\x3f\x9f\xf1\x5f\xfb\x60\x77\xd4\xeb\x6a\x49\xbd\x2e\x64\x37\x90\xdd\x40\x76\x03\xd9\x0d\x64\x37\x3a\x3a\xbb\x81\xb2\x8d\x28\xdb\x88\xb2\x8d\xcd\x2a\xdb\x88\xe4\x21\x92\x87\x9d\x9a\x3c\x4c\x65\x03\xae\x58\xea\x47\xa4\x63\xee\x78\xf8\x6e\x76\x97\x78\x9b\xed\x48\x5b\x6f\x42\x2e\x48\x7a\x1d\x7c\xe9\xb8\x8f\x0d\xd0\xe3\xfe\x2a\x7c\xa7\xb7\x6e\xc1\x72\xb0\x10\xf5\xe5\xf8\xbf\xdf\x32\x5c\x26\xcd\xff\x4a\x3f\xfb\x76\x0f\x3d\xe0\xc6\xd1\x85\xd3\xee\x8d\xfa\x8c\x76\x1d\x77\x23\x20\x6b\xdd\x63\xfc\x00\x17\x2a\xcf\xcf\xcb\x72\xe7\xc8\x54\x24\x6f\xdb\x5c\xe7\xdf\xbe\xde\xba\x39\xff\x77\x64\x9a\x4d\xd5\xf9\x8e\x78\xbc\x1c\xc2\x8e\x17\xce\x1e\x58\xeb\x00\x67\x0f\x64\xa5\x90\x95\x42\x56\xaa\x83\xb2\x52\x70\xf6\x80\xb3\x07\xb2\x01\xc8\x06\x20\x1b\x80\x6c\x40\x5b\x64\x03\x52\x6f\xa4\xe7\xd9\x73\xd1\x67\xad\xe2\x74\x63\xc6\x2f\x0b\xd9\xa7\x3e\xc0\x59\x2b\x5d\x8b\x68\x69\xa5\x28\x0f\x46\xb4\xb5\xf4\x35\xfd\xee\xf3\x11\xac\x2c\xad\x0a\x2c\x5c\x54\x15\x7e\xa5\xd1\xdd\x16\x61\x40\x2d\x3b\x78\x87\x6c\x43\xc2\x0a\xef\x90\x66\x78\x87\x7c\xf5\x39\xea\xd5\x1f\xdd\xf0\x7a\xc2\x8b\x47\x6a\x72\x5a\x95\x4b\x1a\xfb\xd8\x73\xec\x7f\x3c\x46\x3b\xd3\x8a\x2a\x2f\xad\x27\xc2\x8f\xd6\xb6\x04\x59\xe0\x47\xc5\xc2\xfa\x5e\x93\x8a\x2a\x2f\x3a\x90\xa0\xd8\xd6\xe6\x24\x10\x8e\x1f\xa0\x60\x70\xfc\x00\x05\x03\x05\x03\x05\xeb\x20\x0a\xd6\x46\xd2\xe3\xb6\xa1\x60\xd0\xc4\x82\x82\x81\x82\x81\x82\x81\x82\xc1\xf1\x03\xa2\xbd\x5b\x07\x29\xb5\xbd\x68\x6f\x5b\x3a\x7e\x3c\x43\xa7\x85\x82\x6a\x94\x8e\x72\x05\xd5\x30\x0d\xd1\x41\xcf\xa5\xef\x69\x45\x95\xb9\xac\x90\x43\xa1\x40\xfc\x3d\x2e\xf8\x4b\xa5\x1e\x63\x07\x9c\xc5\x8c\x0c\xd9\x54\x34\x6a\xe8\xa3\xc4\xc9\x50\xf4\xd5\x5d\x36\xf0\xba\xd3\xf2\xe8\x30\xd8\xd6\x3e\xf1\x87\x26\xd3\x2d\x01\xa3\xb8\x58\xb3\xc2\x82\x63\x80\xfa\xea\xbc\xab\x58\x70\x09\xc3\x8d\x06\x0d\x37\xfe\xcf\x2e\x1a\x13\xaf\xf3\x61\x4a\xf0\xd7\xf9\x20\xd5\xdf\xf1\x44\xe5\xb3\x04\xaf\x7c\x66\xd9\x6b\x6c\xa8\x81\xb3\xc2\x4c\xe3\x04\x8d\x3a\xcc\x34\x36\xd4\x42\xe3\xd1\x84\xfb\x58\xd4\x19\x4d\x3c\x22\x88\x33\xc8\xc4\x7e\x63\xd0\x8e\x26\x0f\xba\xda\x5f\x18\x91\xa5\x57\x6c\x14\x91\xc5\xf6\xb7\x68\x72\x8c\x81\xbb\x05\x08\x2a\x08\x2a\x08\x2a\x08\x2a\xdc\x2d\xe0\x6e\x01\x77\x0b\xb8\x5b\x80\xe4\x83\xe4\x83\xe4\x83\xe4\x83\xe4\x07\x42\xf2\xe1\x6e\x01\x77\x0b\xb8\x5b\xc0\xdd\x02\x89\x32\x24\xca\x02\x77\xb7\xf0\xc2\xbc\xc1\xda\x5e\x34\xe2\x6e\x11\x18\x40\xde\x86\x0b\x42\xd8\x1f\xf4\xd1\xbd\xa6\xc0\x5c\xd8\x5e\x98\x7a\xf2\x5f\xea\x63\x1f\xe8\xb1\x81\xb8\x5a\x9f\x91\x85\xb8\x2d\x01\x79\x58\x3c\xc6\x0f\x10\x98\xdd\xce\x3f\x4e\x2b\xea\x44\x3e\x6f\xc1\x76\xad\xcd\x85\xea\xa9\x17\xbc\xfb\x7e\xe0\x5e\x16\x66\xff\x0f\xac\x4f\xd7\x65\x7e\x01\x47\x0a\x68\xf1\xe1\x48\x81\x4c\x12\x32\x49\xc8\x24\x75\x50\x26\x09\x8e\x14\x70\xa4\x00\xc1\x07\xc1\x07\xc1\x07\xc1\x6f\x0b\x82\x0f\xbf\x08\xf8\x45\x6c\x17\x66\x09\xbf\x88\x66\xf8\x45\x7c\x79\x80\xa6\x85\xcb\xad\x40\x2b\x1b\x72\xb6\x15\x87\x88\x3f\xbd\x85\xfd\x8b\x01\xf6\xed\x1e\x7a\x9d\xf8\xa3\xe5\x67\xfb\xe1\x2e\xe3\x71\x38\xe0\x5f\xc1\x0c\x70\xa6\xb9\x04\x47\x51\x81\x30\xc0\x41\x7b\x28\xc3\x87\x6b\xc6\x87\x4f\x1f\x0d\xd9\x63\xb4\xbe\xb2\x61\xb1\xa3\xed\x78\xec\x91\x1b\x16\x1a\xd3\xaa\xac\x6f\xf9\x9f\xdb\x9f\x1e\xb6\xde\xf0\xf6\x29\x7f\x7a\x78\x84\x8d\x18\xf4\xb0\xac\xa3\x19\x20\x51\xfc\x4c\x95\x73\xed\xf5\x87\xdd\x61\xe2\x2e\x76\x1b\xbf\x62\x80\x44\x80\x44\x80\x44\x80\x44\x80\x44\x80\x44\x80\x44\x80\x44\x80\x44\x80\x44\x80\x44\x80\x44\x80\xc4\x56\x83\xc4\x11\x3a\xc4\xe2\xd1\x41\x4b\xc9\x74\x17\x97\x30\x19\x67\xc1\x67\x77\xd1\x1e\xfd\x4f\x4e\x6d\xd2\xf6\x53\x3f\x01\x6f\x02\x6f\x02\x6f\x6e\x23\xbc\xf9\xb9\xe7\x28\x2a\xf0\xa6\x56\x52\x54\x29\x2b\xdb\x7c\x73\x38\xad\xe5\x32\x6a\x4e\x7f\x80\xec\x7d\xcf\xb1\xb7\xf7\x12\x19\xfb\x2c\xad\x27\xc2\x7d\xb5\xdd\x70\x27\x17\x66\xa6\xf8\xb1\xb1\xd7\xeb\x3b\x2e\x88\x03\x17\x13\xd6\xdf\xdb\x9c\x12\xc2\x0c\x17\xdc\x0c\x66\xb8\xe0\x66\xe0\x66\xe0\x66\x1d\xc4\xcd\xda\xc8\xa9\xa0\x6d\xb8\x19\x96\xd0\x83\x9b\x81\x9b\x81\x9b\x81\x9b\xc1\x0c\x17\x6b\x7c\x6f\x1d\xa0\xd4\xf6\x6b\x7c\xb7\xa5\x19\xee\x12\x4d\x09\x75\xd5\x29\x1a\xe7\xea\xaa\xa3\x74\x98\x12\x9e\xd6\x95\x26\x75\x5a\x4f\xc4\x2d\x34\x14\x88\x25\xee\x86\x14\x57\xe5\xec\xcb\x2c\xab\x6f\x9e\x4f\xd9\xf2\xcd\xe8\xdf\xee\x2a\xe3\x60\xcc\x32\xc9\xb5\x91\xd7\xfd\xe2\x6f\x4d\x84\x5e\x82\x51\x4d\xd2\x04\x9d\xa9\xf0\xc8\x1d\xa6\xa1\x0d\xdd\x6c\x98\xb7\xc1\x29\xb7\x41\xa7\xdc\xbf\xea\x12\x66\xb5\x87\xb8\x59\xad\xfe\xae\x27\x68\xa3\xdd\x8f\xce\x09\xbf\xdc\xd3\x74\xd2\xf6\xcb\x6d\xa0\x99\x69\xe1\x9a\x7b\x86\x4e\x39\x5c\x73\x1b\x68\x27\x50\x21\xe7\x06\xc2\x8a\x9f\x29\x6f\xec\x0f\x07\xcb\xc2\xce\x43\xae\x6e\xba\x76\x08\x8a\x8a\xed\x76\x08\xb2\xf6\x6b\x56\x30\x82\x99\x2e\x08\x2c\x08\x2c\x08\x2c\x08\x2c\xcc\x74\x61\xa6\x0b\x33\x5d\x98\xe9\x22\x13\x80\x4c\x00\x32\x01\xc8\x04\x20\x13\x10\x48\x26\x00\x66\xba\x30\xd3\x85\x99\x2e\xcc\x74\x91\x68\x43\xa2\x2d\x70\x33\xdd\x40\x3d\x73\x7d\x29\xf2\x46\xcc\x74\x9b\x45\x9c\x83\x77\xbe\xfd\x9b\x7e\x3a\xe2\xa1\x25\x77\x7a\x65\xd8\xb2\x72\xd3\x18\xe3\x13\xfd\xec\x6f\x7b\xe8\x4e\x1b\x6f\x0b\x67\x8c\xff\x54\x8f\x33\x86\x75\x71\x6d\xe1\x8e\xb1\x8f\xff\x9c\x45\xdd\xf9\x75\x6c\x17\xc9\xfb\x96\x18\x63\xf8\xf9\x57\x5c\x7f\xce\xbf\xfb\x9f\x60\xa3\x1b\xee\xfe\xc2\x3e\x03\xee\x18\x50\xf9\xc3\x1d\x03\x39\x26\xe4\x98\x90\x63\xea\xa0\x1c\x13\xdc\x31\xe0\x8e\x01\xb6\x0f\xb6\x0f\xb6\x0f\xb6\xdf\x16\x6c\x3f\x75\x8c\x8e\xb0\x91\xe8\x21\xcb\xe9\xe2\x5e\xa7\x3b\x86\x35\x81\xab\x76\xc8\x80\x7f\x05\xfc\x2b\xb6\x09\x05\x85\x7f\x45\x33\xfc\x2b\xbe\xda\x4f\xbd\xe5\xd5\xb6\x4c\xc5\x53\xa1\xb4\xae\xe4\xd7\x56\x65\x8b\x32\x7e\xac\x9f\x7d\xd3\x51\x7e\xeb\x57\xea\xa1\x8b\x73\x56\x63\x8b\xbc\xb1\xb6\x80\x8c\x0f\x3a\x8a\x78\x55\x9e\x20\x18\x63\x03\x8c\x71\xde\x9f\x31\x0e\xb3\xa1\xca\xda\x5e\x95\xb7\xbe\x9c\xae\x83\x2c\x82\x2c\x82\x2c\x82\x2c\x82\x2c\x82\x2c\x82\x2c\x82\x2c\x82\x2c\x82\x2c\x82\x2c\x82\x2c\x82\x2c\xb6\x96\x2c\x9e\xa2\x71\x76\x22\x3a\x6a\x91\xc5\x7d\x4e\xb2\x58\x39\x85\x03\x60\x04\x60\x04\x60\x04\x60\x74\x00\xc6\xef\x85\x68\xbf\x10\x35\xa6\x15\x45\xcd\xe4\x0a\xbc\x11\x87\x4b\x2e\xe3\x1d\x9a\xee\x74\x6e\x5e\x5a\x4f\x84\xef\xcb\xca\xa5\xf2\x0f\xb5\xb8\x86\xd8\xfe\xac\x5c\x9a\x74\xec\xbc\x98\x98\x98\x9b\x31\x67\x86\xc1\xd5\xde\x1f\xab\x6a\x68\xac\xaa\xa1\xb1\x7a\x1a\x4a\x15\xe9\x49\xc1\xec\x2e\xd3\x2c\x67\x76\xd3\x34\x45\xc9\x06\x98\x9d\xe3\x3a\xeb\xf1\x78\x61\x9f\x8e\xd1\x59\xa3\xf6\xda\x9b\x4b\x72\x81\xbf\x26\x96\x98\xd4\xa3\xe4\x5a\xae\x90\x55\x65\x4d\xb3\xb1\xef\xf7\x07\xd8\x8f\x75\x13\xb3\x5b\xb0\xf4\xa5\x61\x55\x96\x32\x15\x34\x61\x46\x1c\x1e\xeb\xd5\xb7\x9d\xb3\x8e\xa9\xaa\x74\x66\xec\x17\xac\x87\x42\x4a\x12\x3e\x16\x87\xb8\x8f\x85\x7e\xa7\x47\xe9\x28\x1d\xf6\x74\xb0\xb0\xaf\x29\x6e\x5c\x53\xdc\x38\x2f\x5f\x26\xba\xdf\x9d\x89\xde\xc6\x7a\xb2\x72\x89\xae\x2f\xfa\x13\xd1\xc3\x2c\x61\xd6\x2b\xb3\x4e\xc3\x20\xa3\xe6\x49\x54\xe9\x2d\xc3\x5f\xdb\xe5\xfa\x24\xf6\xab\x72\x31\x2f\xa5\x65\x8f\x87\x31\x60\x6c\x6e\xf5\xf3\x48\xce\xd0\x79\x3a\x57\x61\xb0\xd3\xd8\x03\xc1\xb2\x6e\xd8\xec\x34\x68\xb3\xf3\x72\x57\x60\x51\xe1\xa2\x30\xdb\x99\xa2\xa4\x6d\xb6\xd3\xb4\x10\xd3\xa4\x18\x52\x23\x74\x15\xd7\x4a\x14\xfb\xd9\xbd\xae\x21\xc6\x58\x59\xa1\xf7\x79\x33\xac\xf4\x8b\x3f\xb5\x3c\xaa\x34\xc7\x29\x07\x01\xc6\x27\xc0\xc0\xad\xa1\x25\x6e\x0d\x58\xa6\x8b\x65\xba\x58\xa6\xdb\xac\x65\xba\xa9\x4f\x75\x05\xbc\x56\x71\x5e\x38\xe7\x5d\xa4\x19\x87\x73\x5e\x93\xd7\x3f\x46\xdc\x3f\xe1\xbb\xd9\x4e\x71\x9b\x9a\x36\x01\x49\xfe\xd3\x3d\xae\xa3\x83\xde\xa2\xa4\x96\x72\x3c\x11\x2c\xf0\x81\xc7\x4c\xa4\xaf\xc8\x65\x27\x2d\x1c\x31\x3c\x58\xd9\xd0\x10\x3f\x85\x83\x7c\x42\xbf\xcf\xb9\x71\x55\x56\xb3\xb2\x73\x6b\xaf\x73\xab\x56\x52\xa5\x92\x9c\xcd\xa5\x87\xaa\xf6\x2b\x6b\x45\xff\xf7\x4d\x63\xab\x7e\x96\x49\x7d\xd2\x9f\xaa\x98\x03\x8d\xd1\xf1\x06\x3a\xc7\x1c\x17\x4a\x60\x9c\xe2\x33\x4e\xf9\x48\x37\x7d\xb8\x9b\xbd\xd4\x1d\xfe\x80\x15\xec\x5f\xec\xee\x9c\x89\x50\x45\x6e\x49\xbf\xcf\x5c\x2b\xc1\xf3\x9f\x7a\xe7\xb4\x15\x53\xfd\x1e\x1d\x77\x80\x7f\xb3\x84\xb4\x46\xca\xf3\x23\xf5\xc1\x99\x38\x9a\xef\xc1\x07\x4a\x5a\xa4\x3f\xa5\x29\x85\x39\x21\x1d\xba\xa4\xbf\x16\xc6\xbf\x17\xcc\x97\xc5\xfe\xe3\x80\xf7\x0c\x2d\xf9\x5a\x17\xbd\xda\xc5\x5e\xe9\x0a\x7f\xd6\xe2\x9a\x1f\xec\x9a\x56\xd4\x34\x1f\xc3\x65\x15\x7e\xdb\x95\x48\x74\x45\xff\x53\x34\x32\x51\x76\x15\x9c\x58\x8b\xe1\xd6\x9a\x66\x8b\x24\x86\xa4\x34\xbf\x70\x2e\x3d\xc9\xe7\xd2\xc6\xe7\x54\xce\x67\xb4\x88\x72\xc3\xb8\xa7\x42\x9a\x51\x94\x95\x62\x5e\x8e\x47\xc4\x2f\x72\xad\x97\xf9\x2c\x39\x39\x76\xbd\x01\xd6\xcf\x47\x77\xf0\xd3\x2a\xd3\x2d\xb5\x8e\x43\x35\x6b\x92\xe8\xad\xf9\x2b\x8a\xba\xf8\x47\x68\x84\x1d\x8a\xc6\xad\xbc\xd0\xdd\xce\xbc\x90\xd1\xee\xad\x50\x91\x91\xfd\xd9\x55\xea\x17\x10\x55\x0c\x47\x2c\x80\x5a\x54\x32\x9a\x9c\x5e\x53\x73\xa5\x9b\x7c\x4b\x4e\xd6\xd8\xc7\xaf\xb2\x97\x7b\xe9\x75\x62\x4f\xeb\xeb\x38\x5c\xbb\xd6\xdb\x1c\x9f\x08\xf0\x86\xc4\x78\x25\x16\xd5\x0f\x10\xff\x36\xbe\x90\x55\xfb\xb4\xb9\x50\x15\xf5\xdf\xa0\xdf\x44\xfd\x37\xe8\x37\xa1\xdf\x84\x7e\xb3\x83\xf4\x9b\x6d\x64\xae\xdb\x36\xfa\x4d\xb8\xbe\x42\xbf\x09\xfd\x26\xf4\x9b\xd0\x6f\xa2\xfe\x1b\x6c\x29\x6f\x1d\xbd\x64\xdb\xdb\x52\x6e\xcb\xfa\x6f\x1b\x5b\xe0\x1b\x37\xb2\x7a\x26\x36\xac\xc2\x44\x81\xd4\x82\xdb\x90\x87\xa0\x38\x23\x73\x8d\x6f\xe5\xf9\x54\xa3\xc6\xe8\x6f\xef\xae\x02\x66\x61\xab\x28\x5c\x35\x1b\x7b\x54\x6c\x6b\x11\x1d\x13\x30\xeb\x0a\x5d\xa2\x8b\x15\x39\x9c\x1a\x09\x3e\xdf\xa7\x82\x24\x0e\xd4\x6c\x0d\xaa\xd9\xde\x19\xf2\x7c\x9d\x37\x94\xd8\xf6\xed\xa3\xf4\xb8\x10\xbb\xa5\xe8\x82\x2d\x76\xdb\x64\x93\x1b\xcf\x95\xfb\xb6\xe9\x1f\xc3\x78\xfd\xb7\x3a\x63\x58\xdd\x51\xab\x3c\xd8\xc5\xfe\x7a\xb0\x2a\x86\xf5\xba\x56\x98\xab\x8e\x67\x71\xb1\x5f\x59\x3c\xb3\xab\xcd\x35\x3b\xb2\xa1\xea\x1c\xb8\x2f\xb8\x2f\xb8\x2f\xb8\x2f\xaa\xce\xa1\xea\x1c\x74\xcc\xa8\x3a\x87\xfc\x03\xf2\x0f\xc8\x3f\x20\xff\x80\xfc\x43\x20\xf9\x07\x2c\x67\xc1\x72\x16\x2c\x67\x41\xd5\x39\xa4\xf7\x90\xde\xeb\xa0\xaa\x73\x4d\xc5\xcd\xc1\x8b\xdc\xff\xcd\xf3\x74\x54\x88\xdc\xd5\x65\x29\x1d\x37\xaf\xbd\xc2\xab\x45\xca\x17\xaf\x49\x89\xe1\x74\x7e\x4d\x2b\xc9\xaa\xaa\xe4\x65\x8d\x7d\xed\x2a\xfb\xed\x5e\x0a\xeb\x87\x4d\x38\x8f\x5a\x32\x77\x0f\x0f\xd4\x56\xbf\x4f\x8a\xd6\xe6\x95\xbc\x1c\xeb\xd7\x77\x9d\xaf\x6c\x6a\xd1\x68\xc9\xb1\x27\xd4\xef\x50\xbf\x43\xfd\x8e\x2c\x08\xb2\x20\xc8\x82\x20\x0b\xd2\x36\x59\x90\xf6\x81\xfc\xa0\xcf\xa0\xcf\xa0\xcf\xa0\xcf\xa0\xcf\x1d\x4d\x9f\x81\xc7\x80\xc7\x3a\x14\x8f\x6d\x4b\xf5\x7b\x86\x66\x04\xd2\x4b\xd2\x59\x8e\xf4\xc6\xe8\x38\x1d\xf3\x14\x87\x72\x58\x65\x82\xa6\xb8\x83\x0f\x05\x22\x7b\xbf\xee\xcf\xf0\xce\xb3\x73\x06\x9a\xf3\xe4\x66\x66\x15\x7d\xfb\xe4\x9c\x78\x4f\x9c\x3a\x45\x7f\x73\x77\x4d\x86\x76\x8f\x25\x88\x77\xe2\xb2\x98\xf8\x6b\x4b\x81\x99\xe0\x5b\x17\x68\x9a\xa6\x2a\x04\xf1\x47\x68\x64\xe3\x0f\x0a\xc2\x29\x28\xe1\x1b\x54\xc2\x7f\xaf\x8b\xce\x89\x60\x71\x9a\x4e\xf2\x60\x71\x8c\x1a\xea\x83\x94\x12\x4a\xf7\x49\x9a\xb0\x95\xee\x8d\xb6\x75\x51\x48\xdc\xa7\x28\xe9\x90\xb8\x37\xda\x58\xe3\x11\x4c\x88\xde\x5b\x18\xc1\x62\xff\x74\xa8\x66\x04\x8b\xb8\xca\xe1\x9d\xd1\xec\x88\xd8\xc3\x3b\x9a\x59\x47\x36\x2f\xae\x41\x0e\x0f\x10\x0c\x10\x0c\x10\x0c\x10\x0c\x39\x3c\xe4\xf0\x90\xc3\x43\x0e\x8f\x84\x04\x12\x12\x48\x48\x20\x21\x81\x84\x04\xe4\xf0\x90\xc3\x43\x0e\x0f\x39\x3c\xf2\x7d\xc8\xf7\xb5\x61\xbe\xaf\xad\xe5\xf0\x2d\x04\xd1\xc1\x8b\xe3\xff\x53\x98\x92\x7a\xff\x1a\x5e\xf7\xac\x9a\xa9\xca\x16\x60\xd6\xc7\x57\xaa\x7e\xe9\xaa\x59\x42\x73\x58\x4b\x4b\x79\x99\x7d\xeb\x01\xf6\xbf\x75\xd3\xce\xb4\xa2\xca\x4b\xeb\x89\x70\x82\x57\xcf\xe4\x9b\xcc\xde\x60\x0f\x94\xe7\xed\xf6\x26\xad\xf6\x62\x71\xfd\x90\x49\x45\x95\x17\x1d\x15\x53\x5c\x77\x5d\xd0\x9b\x0d\xb8\xb8\xe6\x1b\xe8\xac\xe8\x5f\x27\x68\x94\xf7\xaf\x04\x0d\xd3\x90\x67\x56\x43\x5a\x2b\x29\xfa\xd5\xe9\xb3\x51\xbd\x53\xe9\x67\xb4\xd9\xb2\x9a\x73\xfe\xdd\x68\x88\x1d\x74\xf4\x09\x73\xe1\x84\xe3\x64\x8c\x4e\x24\xce\x27\xfc\xe5\x5d\xf6\x13\x39\x62\x56\xd1\xdc\xd0\x43\x49\x18\x47\x6d\xd5\x73\x49\x4e\xd2\x04\x9d\xa9\xc8\xc5\x6e\xf4\xc1\x00\xd8\x21\x0d\xdb\x60\x1a\xf6\x7d\x5d\xde\x86\x64\x9b\x0f\x18\xe7\x44\x6a\xf6\x34\x9d\xb4\x53\xb3\x1b\x6f\xc6\x0c\x2f\xf5\xc5\x0f\x9f\x98\xe1\x0c\x2f\x3e\xc5\x34\x93\xef\xdc\x63\x87\x97\x53\x55\x35\xb2\x36\x14\x67\x86\x79\xe1\x95\xad\x88\x32\x28\xa1\xd5\x69\xc1\x0e\x25\xb4\x50\x42\x6b\x8b\x4b\x68\xb5\x62\xb4\xe9\x57\xe4\x2a\xf8\xef\x45\x6a\x84\x0e\xb1\x78\x74\xd0\x2a\x80\x75\x97\xb3\x6c\x16\xdf\xff\x96\x28\x9a\xf5\xad\x07\xe8\x94\x58\x4f\x2c\x15\x8b\x5a\x8d\x89\x53\x46\x2e\xe6\x95\x9b\xab\x72\xa1\x54\x31\x5b\xfa\x0f\x0f\xb0\xef\x85\x68\xa7\x7e\xb8\xfe\xf1\xec\xad\x35\x5b\x9a\xb2\x1a\x89\x1d\xd0\xf7\x9b\x28\x16\x35\xe7\x47\xd2\xde\x8e\x79\x51\x9d\xf3\xa2\xdf\xdd\x65\xdf\xfb\x01\x9f\x79\x91\xe3\xf6\xf7\x1a\xbb\xb6\xf4\x09\x60\x06\x84\x19\xd0\x16\xcf\x80\xda\x65\xa2\xb3\x89\x40\xa2\xcf\x57\x82\xff\xe0\x25\xff\xfe\x76\x3b\x90\x8c\xd4\x3b\x03\x72\x44\x94\x47\xf9\xa7\xb8\x65\xf1\x04\x73\x9d\x4e\x0b\x6b\x98\xeb\x60\xae\xd3\x01\x73\x9d\xe0\xd1\x97\x6f\x89\xe0\x0e\x99\xeb\x7c\xe6\x20\x5d\x14\x73\x9d\x4c\x4e\x4b\x2b\xeb\x7a\x30\xb6\x2c\x93\x44\xa9\x60\x8f\xc9\x8f\x5c\xc8\x14\x95\x5c\xa1\xa4\xe5\x73\xd6\xa6\xb7\xb0\xbf\x8d\xb1\xf7\x75\xd3\x5d\x56\x63\x56\x45\x81\x08\x9f\x03\x95\x7f\x29\xcf\x19\x4d\x2c\xe8\x4d\xc4\x0e\xea\x7b\x4c\x99\x07\x56\x15\xd7\x2f\xdb\x39\xe0\x59\xd0\x8a\x58\xf9\x72\x88\xaf\x7c\xd1\xfb\xf0\x49\xaa\xf1\xd9\x8a\xdb\xb7\xca\xac\xec\x50\x76\x72\x9b\x9d\x10\x2d\xfb\xf7\xf6\x33\xec\x94\xd1\xdb\x2b\x1f\x9b\xd1\xe5\xcb\x4f\xa8\xca\x92\x2b\xfc\xf6\xdd\x6e\x0f\xe9\x80\x39\x59\xaa\xf5\x9c\xe2\xc6\x4e\x5b\xf2\xa8\x36\x3a\xc4\xf0\x7b\x56\x18\x62\x60\xe6\xd4\xe0\xcc\xe9\x13\x5d\xc1\x46\x8d\x39\x31\x89\x9a\xa1\xf3\xf6\x24\x6a\xab\xe2\x10\x9f\x4f\xd5\x17\x87\xbc\xec\xfe\xea\x0a\x4c\xb1\x8f\xee\x75\x8b\x43\xf7\x19\x12\x2d\xa9\x50\x11\x7b\x86\xc4\x86\xad\x09\x3d\xcd\x59\x5f\x87\x00\xe4\x13\x80\xb0\xc6\xa3\x25\x6b\x3c\x20\xee\x85\xb8\x17\xe2\xde\x66\x89\x7b\x53\x9f\xea\x0a\x58\xe1\xb8\xf1\x72\x74\x9b\x57\x4d\x46\xdc\x07\x0c\xbb\xd9\x4e\x71\x9b\x5a\x32\x77\x49\xfe\xfc\x1e\xb7\x31\xc3\x60\x15\x9f\xad\x35\x89\x19\xe4\xd3\xfc\x96\x8f\x23\x40\x68\x3b\x6d\xf4\x02\x42\x0b\x42\xbb\xc5\x84\xb6\xc5\x74\xab\xbe\x4f\x40\x5d\xa1\xde\xeb\x3b\xe1\x8f\x6f\xc7\xe8\x38\x3b\x16\x3d\x62\xa1\xd8\x07\x9c\xf8\xb6\xec\x57\x6f\x09\x8c\xfb\x47\xfd\xa6\x05\xbe\x29\x59\xe1\x0b\x39\x3c\x85\x2b\x92\xbc\xaa\x07\xc6\x92\xc6\x7e\xa6\x9f\x7d\xa8\xc7\xce\x72\xae\x19\xcb\x4d\x0b\x99\xdc\x7a\x2e\xb3\x26\xe5\x9d\x56\x6b\x92\xb5\xb4\x7b\x8a\x37\xb0\x20\x97\xe2\x8e\x11\xfe\x98\x35\x37\xe8\xe3\xad\xf4\xd9\xc6\x2a\x65\x4e\x19\x4a\x51\xb6\x26\x6e\x5a\x49\x96\x32\xf1\x58\xf4\x86\x6b\xa2\xd4\xfc\x95\xd9\x9c\x56\x6a\x73\xd7\xfc\x0d\xd6\x3e\xaf\xf1\x61\xe5\x2e\x77\xe7\xd6\xe5\x82\xbf\x09\xdc\x01\xf7\xd7\x60\x0f\x23\x7e\x62\xc2\x09\xee\x92\xff\xfb\x18\x63\xfd\x66\xf2\xa4\x58\xd4\x8c\x61\x98\x75\xf7\xcb\x45\x60\xa8\x0e\x80\xea\x00\x29\x98\x42\xc1\x14\x0a\xa6\x50\x30\x85\xea\x18\x53\xa8\x54\xdb\x78\x1e\x05\x7e\x26\x0d\x9b\xf1\xa4\x60\xc6\x03\x33\x1e\x98\xf1\xc0\x8c\x07\x66\x3c\xad\x37\xe3\xd9\x86\x94\x22\xd5\xd1\x06\x27\x29\x18\x9c\x34\xcf\xe0\x24\xd5\xf6\x06\x27\xdb\xb0\xa0\x01\xfb\xb7\x03\x34\x2e\xa8\xa2\x80\x37\xb6\x32\xd4\x53\x14\xba\xee\x58\x0c\xc7\xbe\xdc\xcf\xfe\x2c\x44\xbb\xc5\x1f\x97\xd6\x13\xe1\xfb\xdd\x44\xa0\xfa\xd6\xd8\x83\xfa\x16\xfe\xcf\x32\x02\xc8\xff\x12\xb0\xd8\x73\x91\xc6\x05\xa8\x3b\x42\x23\x1c\xd4\x0d\x52\x8c\xfa\x3d\x71\xb8\x71\xe9\xeb\x89\x78\x7d\x4c\xce\x47\xdc\x39\xef\x4f\xe3\x86\xd9\x90\x41\xe3\xca\x6e\xbb\x99\x1d\xe5\x67\xe1\x44\x72\xe1\xf7\xef\x72\xde\xe4\x07\x3d\x44\x9c\xfc\x3e\x3f\x64\x6c\x6c\xc9\xad\x4e\x9e\xa6\x93\x34\x56\x91\x6d\xdc\xc0\xbd\x46\x76\x11\xe2\xcc\x06\xc5\x99\xef\xee\xda\xdc\x5b\x7e\x56\x88\x31\x4f\xd0\xa8\x2d\xc6\x6c\x55\x9c\xe0\xe2\xcb\x26\xc4\x89\xd8\x8f\xec\x75\xc6\x89\x3b\x1d\x22\x4b\x1e\x1b\xf6\x8b\x3f\xb4\x26\x34\x40\x4c\x09\x31\x25\xc4\x94\x10\x53\x42\x4c\x09\x31\x25\xc4\x94\xee\x62\xca\x26\x8c\x01\x92\x5f\xbf\xdd\x39\x06\x78\xd4\x4f\x34\xc9\x07\x06\xfb\x8a\x96\x24\xa1\x99\xe3\x02\x88\x23\x3b\x6d\x34\x02\x71\x24\xc4\x91\x5b\x2c\x8e\x6c\x32\x0d\xf2\x75\xe9\x6a\x42\x8c\xaf\xbd\x76\x9d\xef\x7f\x4b\x88\x1e\x7f\x2a\x46\xd3\x02\x4f\x7a\x9a\x2e\xd7\x72\x3d\x56\xf2\xf6\xb2\xf5\xdf\x1b\x60\xff\x5f\x88\xee\x71\x2b\x01\x18\xbe\xcf\x05\x5a\xf2\x9a\x7f\x8f\xe9\x1b\x5c\x2a\xfe\x39\x0c\x2e\x03\x2f\xf2\x97\x5a\xa0\xe3\xa2\xbf\x26\x68\x98\xf7\xd7\x01\xea\xa3\xc7\xfc\xca\x33\xc6\xeb\xaa\xc8\x78\xd5\xbf\x2f\x8e\xb1\xe3\x2e\x4e\x5c\x7e\xa6\xd7\xfc\xd7\x7d\xc8\x68\xf8\x53\xbb\x3c\x1e\x40\xd8\x1d\x68\xf2\x67\xd0\x6f\x6c\x6b\xf1\x63\x48\x8e\xd3\x09\x1a\xad\x18\x2a\xd4\xfb\x1c\x30\x2e\x00\xd6\x6c\x10\x6b\xfe\x54\xd7\x26\x5e\xff\x53\x82\x69\x1e\xa3\x23\x36\xd3\x0c\x30\x7a\xf8\x00\xcd\xfa\x82\xcb\x46\x02\x4a\x19\xdb\x7c\xcf\x5e\x8f\xe8\x71\x87\x89\x39\x45\xc0\xe8\xf3\x2c\xd4\xda\xd4\x78\x01\xdc\x09\xdc\x09\xdc\x09\xdc\x09\xdc\x09\xdc\xd9\x08\xee\xf4\xac\x52\xd0\xf6\x1c\xb4\x7e\xdc\xd9\xdc\xe9\x47\xf2\xfb\xb7\x7b\x8c\x10\x0e\xf8\x40\x50\x3e\x6e\xe8\xe5\xf3\xf5\x16\x0e\x1b\x40\x43\x3b\x6d\xb0\x02\x1a\x0a\x1a\xba\xc5\x34\xb4\x99\x74\xc9\x17\x85\x36\x77\x86\x98\x4a\xd0\x30\x1b\x8a\x1e\xb4\x08\xe7\x5e\x27\x15\xd5\x77\xbf\x25\xa0\xe8\x2f\x13\xf5\xf9\xd4\x7b\x5b\xd6\xc3\x6c\x21\xab\xb1\x77\x50\xf4\xdd\x3d\x76\x8d\x9f\xbd\x62\xcd\x40\x44\x8a\x24\xc5\x1e\xb1\xfd\xe2\x2f\x95\x75\x7b\x8c\xcd\x5b\x2c\x16\xd4\x4f\x5b\xef\x7c\xc6\xd9\xa4\xbe\xd4\xd5\x80\x6a\xab\xa2\x11\x9a\x10\x03\xa0\x31\x3a\xee\x18\x00\x6d\xac\x09\xcf\xa1\xda\x86\x12\x0d\x15\xad\x9a\x2f\xd1\x43\xee\x2f\xd1\x4e\xb6\xa3\xa8\x68\x25\xba\x3e\xe3\xff\x0e\xf5\xb2\x47\x5d\xc6\x50\xd1\xa8\xf1\xe2\x98\x97\x91\xc2\xf7\xba\xf6\xf7\x3a\x05\x4a\xe9\x41\x29\xb7\x61\xd8\xfc\x9d\x01\x1a\x35\xc3\x66\x4d\xeb\x0c\xbe\x5c\x40\xe5\xcf\xc4\x4c\x1e\xfd\xd8\x00\xfb\x9a\x23\x8c\x7e\xb4\xcb\x58\x63\xe0\x30\xce\x28\x98\x00\x46\x59\x89\xe8\xaf\x59\x64\x56\x6f\x66\x5e\xdf\x21\x10\x07\x8d\x41\x7b\x19\x20\x47\x3e\xc6\xa2\xb1\x5c\x49\x5e\xb5\xfb\x5b\x5f\xd9\x92\x52\x47\xdb\xf1\xd8\xc3\x37\xdc\xea\xb3\xd9\x27\x09\xf3\x8d\x8d\x8c\x67\x6e\x88\xf1\xcc\xac\x7f\x2c\x1e\x60\x7d\x22\xea\xda\xb7\x9a\xdc\x83\x33\x7c\x37\xe0\xbb\x01\xdf\x0d\xf8\x6e\xc0\x77\x03\xbe\x1b\xf0\xdd\x80\xef\x06\x7c\x37\xe0\xbb\x01\xdf\x0d\xf8\x6e\xc0\x77\xa3\xc5\xbe\x1b\xa3\x74\x94\x1d\x8e\x26\x2c\xb8\xf1\x7a\x27\x46\xb6\xa7\x71\xb7\x02\x4c\x86\x61\x07\x0c\x3b\x60\xd8\xb1\x8d\x0c\x3b\x7e\x6b\x80\xa6\x4c\x1b\xe0\x9c\xfc\xe6\x92\x5c\xe0\x4f\xcb\x21\x86\x17\x6c\x33\xbd\xa6\x95\x94\x55\xb3\x45\x27\x24\x33\x90\xe6\x77\xfb\xd9\xbf\xdf\x41\x7b\xcb\x5a\x59\x5a\x4f\x84\x7f\xb3\x1e\xb6\x39\xc9\x5b\x37\xa7\xa6\x53\x56\xeb\x6d\x41\x3a\x07\x0d\xa7\x61\xc7\x85\x2d\x26\xbc\xce\x18\xd8\xb3\x01\xec\x99\xf7\xc7\x9e\x33\xec\xbc\xe5\x37\x5c\xdd\x4f\x8d\x44\x94\xd7\x43\x81\x1d\x31\xb0\x28\xb0\x28\xb0\x28\xb0\x28\xb0\x28\xb0\x28\xb0\x28\xb0\x28\xb0\x28\xb0\x28\xb0\x28\xb0\xe8\x56\x62\xd1\x73\x34\xc9\x26\xa2\x67\x2c\xba\xf9\xa8\x13\x8b\x7a\x4d\xe5\xaa\x21\x29\x10\x26\x10\x26\x10\x66\x07\x23\xcc\x5f\x7c\xa3\x69\xea\xb1\x92\x57\x6e\xe8\x31\x5d\x55\xf2\x71\x8b\x11\xd8\x28\x93\x57\x88\x1b\x2e\xaa\x39\x45\xcd\x95\x6e\xe6\xe5\x75\x39\x5f\x36\x7b\xd4\xd8\x9f\x2d\xb1\x7f\xd6\x47\xfb\x1c\xed\x4c\x98\xcd\x58\x55\x43\x8f\x8b\x01\xa9\x6a\x7c\x4a\xcd\x58\x6b\xa2\xcc\x39\xa3\xf9\x59\xbd\xf9\x49\x67\xf3\xb1\x13\xfa\x91\xd3\x2e\x6d\x1b\xb5\x44\xbd\x0f\x6d\x73\xaa\x98\x04\x52\x03\x52\x4b\x02\xa9\x01\xa9\x01\xa9\x01\xa9\x75\x0c\x52\x4b\xb6\x0d\x52\x0b\xfc\x4c\x1a\x46\x6a\x49\x20\x35\x20\x35\x20\x35\x20\x35\x20\xb5\xd6\x23\xb5\x64\x47\xa3\xab\x24\xd0\x55\xf3\xd0\x55\xb2\xdd\xd1\x55\x72\x1b\xa2\xab\xd4\x4d\x7a\x5e\xa8\xb1\x9e\xa2\x27\xb9\x1a\xeb\x0a\x5d\xa2\x8b\x9e\x2b\xfc\x9d\x7c\xcb\xc0\x51\x71\x6f\x68\x34\x9b\xd3\xfc\xb5\x59\x3f\xec\x2f\xbd\x7a\x9a\x2d\x1a\xd2\xab\x5a\x7c\xcd\x90\x60\x79\x9f\x8e\x53\x84\xc5\x4f\x9d\x6a\x58\x13\xf0\x3a\xf4\xd1\xdf\x25\x1f\x16\x77\xc0\xf2\x9f\xa8\x81\xdd\xc6\xc5\x4e\x5b\x0b\xde\x04\x27\xbb\x4a\x6f\xa0\x67\x2a\x0c\x2b\x66\xe8\x7c\x40\x0f\x1c\x7e\x49\x70\x89\x6d\xd0\x7f\xe1\x13\x21\x7a\x56\x44\xa2\x05\x7a\x9c\x47\xa2\x8b\x14\x5c\xc7\xa4\x25\xe1\xb2\xf2\x34\x2d\xda\x2e\x2b\x81\xfe\xc0\x1b\x85\x09\xcb\x33\xf4\x94\xc3\x84\x25\xd0\x5f\xf0\x0b\xa4\x7e\x36\x2b\x5b\x19\x68\x63\x9f\x1c\xf2\x09\xa4\xc3\x86\x91\xa1\xc3\x15\x52\x59\xa9\x15\x54\xcf\x89\x03\x6a\x04\xd5\x49\xab\xa9\x96\x85\xd7\xe6\x58\xe6\x82\x6b\x83\x6b\x83\x6b\x83\x6b\x77\x0e\xd7\xc6\x38\xd2\x67\x1c\xd9\x3e\xe0\x1f\x76\xe5\x2d\xb1\x2b\x47\x7e\x05\xf9\x15\xe4\x57\x90\x5f\x41\x7e\xa5\xa3\xf3\x2b\xa8\x5a\x81\xaa\x15\xa8\x5a\xd1\xac\xaa\x15\x48\x5f\x22\x7d\xd9\xa9\xe9\xcb\x54\x0d\x17\xf0\x40\x0b\xb6\x98\xbc\x3a\xe6\xce\xab\xef\x66\x77\x89\xb7\xd9\x8e\xb4\x5b\xcb\xae\x83\x37\x6e\xfe\xd9\x01\xba\xe8\x5f\x04\x54\xca\x17\xaf\x49\x3e\xce\xce\xbc\x20\x28\x7b\xb5\x9f\x7d\xa5\x87\xc2\x6e\x85\x62\x44\x23\xe1\xa2\x31\x84\x2d\x64\x72\xeb\xb9\xcc\x9a\x94\x2f\x73\x43\xb1\xa6\x8b\xf3\x4a\x3e\x18\x6f\xe7\x78\xec\xd0\x0d\x8f\xda\x33\xe2\x8c\xca\x2b\xd0\xcc\xe6\xb4\xe0\x6a\x72\xdf\x42\xbe\x25\x69\xff\x6e\x7f\x96\x9d\x6e\xb0\xba\x84\x78\x10\x74\xfd\x80\xfb\x7b\xb8\x87\x11\xbf\x7a\x9e\x08\x87\x65\x09\xd6\x57\xc0\xb2\x04\x79\x28\xe4\xa1\x90\x87\xea\xa0\x3c\x14\x2c\x4b\x60\x59\x02\xfe\x0f\xfe\x0f\xfe\x0f\xfe\xdf\x16\xfc\x1f\x86\xcc\xdb\x8c\xa9\xc2\xcd\x04\x6e\x26\xdb\x6b\x49\x08\xfb\xa5\xab\x34\x20\xe8\xa4\x56\x52\x54\x29\x2b\x3b\xac\x98\xd7\x95\xfc\xda\xaa\x2c\x95\x4a\x52\xfa\x9a\xfe\x55\xd7\xd8\x8f\x5e\x65\x3f\xdf\x4b\x64\xec\xba\xb4\x9e\x08\xc7\x6b\xdb\x93\x2c\xf2\x26\x26\xac\x26\x62\xfb\xf5\xfd\x17\xc4\xf1\x8b\x89\xca\xcd\x6d\x8e\x05\x61\x3c\x02\x30\x06\xe3\x11\x80\x31\x80\x31\x80\xb1\x0e\x02\x63\x6d\xa4\x3f\x6e\x1b\x30\x06\x61\x2c\xc0\x18\xc0\x18\xc0\x18\xc0\x18\x8c\x47\xa0\xdc\xbb\x75\x28\x53\xdb\x2b\xf7\xb6\xa5\xf1\xc8\x0a\x5d\x14\x72\xaa\x29\x4a\x72\x39\xd5\x49\x1a\xa3\xe3\x9e\x6b\xe5\x4d\x14\xb5\x9e\x88\x57\x12\xa2\xba\x5c\x46\x9e\xf7\x57\x52\x8d\xb3\x13\x86\x92\xaa\x9c\x7b\x19\xf2\xa9\xca\x9f\x2d\x2b\xe9\xe4\x6b\x24\xf2\xfe\xdd\x65\x8c\xec\x01\xcb\x36\xa4\x0a\x87\x3d\x2c\x36\x35\x1f\x88\x09\x7e\x95\xa2\x0b\x34\x5d\x61\x08\x72\x8c\x8e\x34\xf2\x20\xb0\x6a\x13\xee\x1f\x0d\xba\x7f\xfc\xa0\x8b\xce\x8b\x70\x70\x96\x4e\xf3\x70\x70\x9c\x1a\xec\x85\x42\xac\x9c\xe0\x62\x65\xcb\xea\xa3\xf1\xd6\x2e\x09\x5f\x8f\x69\x9a\x72\xf8\x7a\x34\xde\xdc\x66\x4d\x3c\xea\x8b\x63\x75\x44\x2c\xf7\x50\x17\xfb\xc6\x60\x59\x9c\x7a\xcc\xd5\x95\xa3\x2a\x66\x0d\x88\xdd\xac\x98\x65\x3b\x6f\x34\x39\x7a\xc1\x6f\x03\x38\x17\x38\x17\x38\x17\x38\x17\x7e\x1b\xf0\xdb\x80\xdf\x06\xfc\x36\x90\x56\x40\x5a\x01\x69\x05\xa4\x15\x90\x56\x08\x24\xad\x00\xbf\x0d\xf8\x6d\xc0\x6f\x03\x7e\x1b\xc8\xda\x21\x6b\x17\xb8\xdf\x46\xa0\xb6\x1a\xbe\x68\x79\x23\x7e\x1b\x4d\x4e\x97\x05\x6f\xa9\xf1\xcf\x1e\xa4\x49\xbd\x4f\x0d\xaf\x27\xbc\xbc\x32\x4c\x2a\x51\x28\x09\x15\x7b\x3a\x2f\xe5\x56\x8d\x5d\xde\x32\xac\xf1\x9b\xc8\x7e\x3b\xcc\x7e\xbe\x9b\x76\xa6\x15\x95\xf3\xef\x11\x55\x96\x32\x11\xb1\xcd\xec\x03\xf6\xf0\x78\xce\x6a\x51\x5c\xed\xa4\xde\x62\x6c\x58\x3f\x66\x52\x51\xe5\x45\x87\xcb\x85\xeb\xae\xe2\xc1\x05\x8b\xc4\x53\x19\x9a\x11\xdd\x2a\x49\x67\x79\xb7\x1a\xa3\xe3\x74\xcc\x33\x59\xa1\x5f\xa9\xde\x89\x5c\x4f\xd0\xb7\x4f\xed\x77\xef\x53\xb7\xb1\x9e\xac\x5c\xa2\xeb\x4f\xf9\x77\xa3\x23\x6c\xc4\xe8\x46\xd1\xa8\x69\xce\xe2\x7a\x2a\xce\xfe\x13\x7e\xeb\x6e\xfb\x19\x1d\x55\xe5\x62\x5e\x4a\xcb\x1b\x7c\x4c\x23\xc6\x61\x5b\xf6\xa4\x92\xb3\x94\xa2\x0b\x15\xa9\xd7\x86\x1f\x15\x10\x1e\x92\xaf\x0d\x26\x5f\x7f\xb9\x2b\xc8\x90\x71\x59\xa4\x5f\xcf\xd3\x39\x3b\xfd\xda\xcc\x10\x54\x5f\x8c\x71\x49\x7d\xfa\xc4\x9b\x1a\xb1\xad\xb8\x56\xa2\xe4\x7b\xf7\xd8\x21\xe8\x74\x51\x52\x4b\x39\x9e\x90\x12\x53\xd9\x0d\xc6\xa2\x43\x45\x7d\x0c\xb2\x25\x91\xe8\xc1\xca\x86\x86\xf8\xb9\x1c\xd4\xff\x39\xb6\xcf\xb9\x71\x55\x56\xb3\xb2\x73\x6b\xaf\x73\xab\x3e\x34\x2f\xc9\xd9\x5c\x7a\xa8\x6a\xbf\xb2\x56\xf4\x7f\xdf\x34\xb6\xea\x67\x99\xbc\x4c\xb3\x94\xaa\x88\x82\x35\x94\x40\x35\xc6\x41\x73\x7c\x81\x0e\xe2\xa0\x4f\x1c\xfc\x48\x37\x7d\xb8\x9b\xbd\xd4\x1d\xfe\x80\x35\xfd\x7e\xb1\xbb\x73\xe2\x60\x05\x7c\xd4\xef\x33\x4f\xea\x72\x40\xae\x77\x4e\x7b\xa5\x5e\xbf\x47\xc7\x1d\xe0\x14\x41\x68\x00\xa4\x3c\x3f\xb2\xa0\x14\x86\xc4\xd1\x7c\x0f\x9e\xc1\xd0\x22\xfd\x29\x4d\x29\xcc\x89\x25\x6b\x97\xf4\xd7\xc2\xf8\xf7\x82\xf9\xb2\xd8\x7f\x1c\xf0\x0e\xd0\xc9\xd7\xba\xe8\xd5\x2e\xf6\x4a\x57\xf8\xb3\xd6\x54\xe6\x83\x5d\xd3\x8a\x3e\xf1\xcd\x69\x91\xac\xc2\x6f\xbb\x12\x89\xae\xe8\x7f\x8a\x46\x26\xca\xae\x82\xcf\x01\x45\x1e\x64\x4d\xb3\xb3\xb9\x43\x52\x9a\x5f\x38\xcf\x91\xe7\x73\x69\x03\x70\xc8\xf9\x8c\x16\x51\x6e\x18\xf7\x54\xe4\x90\x8b\xb2\x52\xcc\xcb\xf1\x88\xf8\x45\xbe\xc6\xd0\x7c\x96\x7c\x2e\xe6\x7a\x03\xac\x9f\x8f\xee\xe0\xa7\x55\x26\xfe\xcb\x78\x5b\x0d\x06\xf7\x25\xda\xd8\x07\x62\xe3\x83\xd0\xeb\x0f\xbb\x7f\x20\x76\xb1\xdb\xf8\x2d\xa0\x54\x92\xce\xb2\xd3\xd1\x93\xd6\x62\xfd\x47\xf8\x3b\x65\xbc\xe0\xae\x3f\x10\xed\xd1\x77\x71\x2e\xc7\xdf\x7e\x0b\xfe\xeb\x99\x8b\xe9\x63\x6f\xe3\xc5\x32\x9c\x1a\xf3\xb2\xba\xa9\xb9\xd8\xbc\xdd\xe2\xa4\xd5\xa2\xfb\x5c\xcc\x75\xd7\x26\xcd\xc5\x82\xed\xe7\xae\x67\xde\xd4\xb9\x98\xeb\x2f\x6e\x62\x2e\xe6\xfe\x98\xbc\xe6\x62\x2d\x7b\x52\x0d\xcf\xc5\x5c\xcf\x10\x63\x10\xcc\xc5\x1a\x9f\x8b\x35\x3e\x81\x72\x7f\x59\xdb\x22\x04\xe9\x53\xa6\xa6\x85\xa0\x06\xe7\x62\xee\xb1\xc8\x7d\x2e\xd6\x92\x48\x84\xb9\x58\xa7\xc5\x41\xcc\xc5\x30\x17\xdb\xf2\xb9\x58\x70\xdf\x01\x5f\x58\xe7\x37\x65\x6a\xda\x27\xa2\xf6\x5c\xcc\xf5\xf8\x5b\x62\x2e\xf6\x9d\x3e\x8a\x0a\x33\xa7\x65\xee\x23\x6f\x98\xda\x1b\xae\xf2\x69\x55\x29\x5c\x57\x96\x35\xf6\xb9\x3e\xf6\xeb\x3d\x74\x07\xdf\xc7\x2a\xc9\xaa\xd5\x67\x1a\x3f\xa9\x2a\x85\x94\xb2\x1c\x90\x6f\xfc\x20\x3f\x20\xa9\xff\x8f\x59\xc6\x55\xb4\x3f\x9b\xd3\x4a\xd3\x8a\x3a\x91\xcf\x5b\x5f\xe5\xe0\x3e\xbd\xb7\x90\x67\x7c\x3d\x76\xee\xd7\x1f\xf7\x7f\xcd\xe2\x6c\xd0\x78\xcd\x78\xaf\x30\xde\x34\xe3\x61\xb8\x54\x49\x80\x11\x16\x8c\xb0\xe0\x10\x8f\x95\x53\x58\x39\x85\x95\x53\x9d\xb3\x72\x0a\x0e\xf1\x70\x88\xc7\x8a\x15\xac\x58\xc1\x8a\x15\xac\x58\x69\x8b\x15\x2b\xf0\x6f\x87\x7f\xfb\x76\xd1\xe8\xc3\xbf\xbd\x19\xfe\xed\x7f\xd7\x47\x07\x3d\xfc\xdb\xcb\xd8\x9f\x96\x2b\x28\x19\x59\x63\xbf\xdb\xc7\x7e\xb5\x87\xee\xb4\x5d\x5f\x36\x46\xff\x16\x66\x2e\x2b\x99\xa0\xaa\x46\x3e\xc4\x0f\xb0\x7c\x64\x04\xff\x13\xbf\x80\x1a\x91\x9b\xe0\x7d\xcf\xfa\xf3\xbe\x51\x76\xb4\xd6\x7a\x0e\xe3\x29\x00\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x01\xfc\x6d\x1d\xf8\x7b\x5f\x8c\x9e\xac\x03\xfc\x79\x2c\xc9\x4a\xeb\x31\x98\x1f\x96\x96\x8a\x52\x3a\x57\xca\x99\x3b\xbc\x85\xbd\x32\xc0\x7e\x66\x47\x35\x22\xfc\x64\x97\xf1\x78\x1c\x60\xb0\x60\x06\x3c\xb3\xde\xe3\xe4\xc2\x8c\xc1\xf3\x26\x45\xbb\x37\x03\x61\x85\x83\xf6\x38\x87\x8f\xe5\x8c\xaf\xa2\x3e\x54\xb2\x07\x70\x7d\x65\x63\x66\x47\xdb\xf1\xd8\xb0\x0b\x69\xb4\xe5\xfe\xd5\x27\x0d\xf4\x58\x8d\x1e\x65\x7f\xaa\x98\x64\x67\xab\x88\xa1\x0f\x66\xac\xb8\xf1\xb5\xd6\x59\xde\x10\xeb\x2c\x41\x20\x41\x20\x41\x20\x41\x20\x41\x20\x41\x20\x41\x20\x41\x20\x41\x20\x41\x20\x41\x20\x41\x20\x41\x20\x5b\x4b\x20\xcf\xd0\x29\x36\x1e\x3d\x61\xad\x8f\x7c\xc8\xb9\xc6\xb2\x7a\x66\x77\x2b\x2c\xb0\x04\x24\x05\x24\x05\x24\xdd\x46\x90\xf4\x47\x97\x68\x54\x40\xd2\xb4\xac\x1a\xad\xc8\x9a\x4d\x4a\xcb\xfe\x9c\xcb\x16\x72\x85\xac\xf9\x29\x61\xaf\x3c\xcf\xfe\xaf\x5e\xba\xd3\xb9\xc7\xd2\x7a\x22\x3c\x2a\x06\xb4\xaa\xf1\x29\x36\x63\xb5\x05\x40\xed\xdd\x17\x44\x83\xf3\xa2\xc1\xd8\x41\xfd\x40\xc7\x66\x6d\x31\xe1\xb9\x73\x9b\xf3\xc7\x24\x18\x1c\x18\x1c\x0a\x27\x82\xc1\x81\xc1\x81\xc1\x75\x0e\x83\x6b\xa3\xba\x80\x6d\xc3\xe0\x50\xb0\x0e\x0c\x0e\x0c\x0e\x0c\x0e\x0c\x6e\x2b\x0a\xd6\x75\x34\x8f\x42\x45\xad\x4e\xae\xa8\x95\xdc\x86\x3c\x2a\x55\xa2\x67\x84\x6e\x6b\x9e\xe6\xb8\x6e\x2b\x45\x17\x68\xda\xdb\x7e\xd1\x09\xad\xd6\x13\x71\x4f\x5e\x34\x9b\xd3\xfc\x05\x5c\x79\x7f\x01\xd7\x0c\x3b\x6f\xe8\xb5\x5c\x78\x99\x29\xda\xf2\x3a\x89\x72\xbf\xfc\x87\xdc\x75\x5c\x3b\xd9\x0e\xbe\x48\x35\xfa\x63\x54\xcd\xd6\xa2\xe2\x83\x15\x91\x6a\x60\xb4\x21\xb1\x4f\xab\x41\x9a\xe0\x5e\x4f\xd3\x22\x3d\x51\x61\x99\x3b\x45\xc9\xcd\x3f\x40\x98\xe7\xc2\x44\xbc\x41\x13\xf1\x97\x42\xf4\x06\x3d\xa8\x8c\xb0\x27\x68\x9e\x76\x89\x1a\xa3\x72\x86\x4d\x53\x20\x3d\xd3\xdb\x51\xfc\x49\x11\xca\x2e\xd3\x2c\x0f\x65\x41\xfd\xde\xb3\xc2\x11\x7d\x81\x1e\xb7\x1d\xd1\x03\x6a\xdb\x8c\x84\xde\xb1\xa9\xa8\x68\x25\xaa\x33\x52\x6e\x24\x1c\xd6\x88\xaa\xb1\x77\x0e\x55\x47\xc2\xb8\x51\xc3\xd5\x51\x10\x57\x59\xa9\x11\x15\x47\xc5\xfe\x15\x51\xd1\x3a\xb8\x55\xf1\x51\xef\x81\x73\xce\xf8\x18\x4b\xd2\xd9\x06\x64\xc9\x53\xfc\x6a\xae\x70\x7c\xac\x01\x34\x03\x34\x03\x34\x03\x34\x77\x10\x68\xc6\x68\xd0\x67\x34\xd8\x3e\x24\xfe\x1b\x21\xfa\x7a\x88\x7d\x35\x14\xfe\x92\xf5\xa8\x3e\x1a\x7a\xc2\x39\xf7\xcd\x15\x22\x9a\x98\xbf\x46\x96\xe5\x15\x91\xb6\xb6\x18\x91\xfd\xc9\x32\xde\x12\x7e\xb3\x1c\xe3\xce\x82\x52\x18\x2a\xc8\x59\x89\x3f\x12\x63\xfa\xeb\x1c\x9f\x0a\x5a\x6c\x75\x06\x63\xdc\x90\x5b\x5d\x95\x33\xfa\x08\x38\x7f\xd3\xce\x27\xdb\xa1\x3d\x97\x1f\x34\x66\xc5\xa2\x40\x7d\x56\x95\xd2\xbc\x9f\xe4\x94\x8c\xf5\xe1\xb1\x3f\x0e\x3c\x55\x6f\x3e\x97\x35\x4d\x3f\x49\xe7\x8d\x92\xf4\x23\xcd\x0b\x32\x7e\x64\x45\xbc\x6f\x66\x13\x71\x71\x9e\xa2\x1a\x82\xcb\x39\x46\x19\x3f\x85\x39\x7e\x06\x6e\xb3\x7d\x24\x3c\x90\xf0\x40\xc2\x03\x09\x0f\x24\x3c\x3a\x3a\xe1\xf1\x85\x10\xbd\x16\x62\xaf\x86\xc2\xaf\x58\x5f\xdb\xf7\x86\xa6\x1c\x0b\x8c\x8b\x79\x59\xd2\x64\xeb\xd5\x9f\x53\x95\xa2\x94\xe5\xdf\xe1\x39\x25\x9f\x4b\xdf\x2c\x93\x3b\x99\x8f\xdb\x5e\xa1\xac\x3f\xf0\x44\x7c\x34\x1e\x59\x10\x71\x44\x7c\x24\x8b\x72\x41\xef\xa6\xf6\x57\x44\x8e\x28\x6a\xf1\x9a\x54\x30\xe5\x57\xea\x9a\x3c\xbc\x22\xe5\xcd\xd1\x7f\x54\x6c\x8d\x46\x56\x72\x05\x29\x9f\xfb\x21\x33\x7c\x2f\xcb\x11\x29\xc3\xb3\x07\xca\xb0\x80\xc9\x19\x7b\x68\x29\x1a\xef\xd3\xec\x83\xc4\x78\x3b\x1e\x39\x97\xe3\x21\xc9\x71\xe2\x8a\x5a\x7d\x65\x76\xc6\xa6\x24\x86\xfb\x7c\xf4\xa7\x94\xae\xc5\xa3\x7b\xc5\xf9\x4c\x99\x17\x52\xae\xe3\x7a\x47\x0f\xbd\xbd\x87\xbd\xad\x27\xfc\x03\x4b\xcc\xf7\xc5\xee\xa7\x8c\x38\xa8\x77\xd1\x6b\xca\x8d\x48\x56\x52\x97\xa5\x6c\x19\x90\xb0\x06\x6a\xb2\xba\xa2\xa8\xab\xfa\xbd\x70\x3d\xd3\x2b\x15\x3f\xee\x7d\xa2\x7c\x58\x63\x8e\x49\x8a\xe2\xaa\x72\xfa\x78\x21\x9d\xcb\xd8\x03\x6b\xfe\x6d\x14\x45\x93\xcc\xbb\xab\x7f\x9c\x8c\x2f\x87\xf9\xf5\x8b\x3b\x6e\xa3\x19\x37\xad\x34\x89\x25\xe1\x2b\xff\xb1\x78\x44\xd0\x33\x1e\x8b\x9d\xa3\xd5\x3e\x71\x0d\x7d\xfa\x9c\x87\xff\xab\xbc\x63\x68\xe3\x91\xbe\xa4\x94\x7e\x21\xab\x2a\x6b\x85\x8c\xbe\x17\xd7\xce\xf1\x9d\x2a\x6e\x9c\x18\xac\x18\x23\xa0\xf2\x46\xcc\x2b\x58\xb6\x5a\x1a\x8f\xf4\x4d\x2b\xaa\xec\x68\x36\x92\x96\xb4\xb4\x94\xd1\xaf\xde\xb8\x3f\x42\x2d\xc9\xdb\xd3\xc4\x70\xba\xaa\xc1\x15\xab\x8d\x78\xf4\xae\x62\x65\xbf\x71\x8e\x6d\x90\x4f\x44\x3e\xb1\x43\xf3\x89\xa9\xac\x37\xe9\x9e\x15\xa4\xfb\x1c\x4d\x72\xd2\x7d\x8a\xc6\xe9\x44\x03\x54\x53\x54\x90\x34\x21\x74\xcc\x1d\x42\xdf\xcd\xee\x12\x6f\xb3\x1d\x69\xeb\x05\xd2\x01\xa5\xee\x82\xaf\x4b\xf6\xaf\xaf\x52\xbf\x90\xe1\x17\x94\x4c\x95\x51\x89\xba\x56\xd0\x1f\x4b\x3a\x2f\x69\x9a\xac\xb1\x6f\x3e\xc7\x7e\xa6\x97\xf6\xe8\x7b\x5a\xde\x23\xb1\xda\xa2\xfb\x79\xd1\xc2\xa4\xde\x42\xec\x41\x7d\xdf\xcb\x4a\xc6\xf4\xf9\x70\x6e\x84\xae\x1e\xba\x7a\xe8\xea\x91\xee\x40\xba\x03\xe9\x0e\xa4\x3b\xda\x26\xdd\xd1\x3e\x34\x1f\x98\x19\x98\x19\x98\x19\x98\x19\x98\xb9\xa3\x31\x33\x38\x18\x38\x58\x87\x72\xb0\x6d\xa9\xab\xcf\xd0\x8c\x40\x74\x49\x3a\xcb\x11\xdd\x18\x1d\xa7\x63\x9e\x82\x51\x4e\xa1\x0c\xb6\x14\x77\xf2\xa1\xba\x74\xf4\x3e\xca\xf6\xeb\xcf\xf9\xc3\xba\x13\x6c\xd4\x80\x75\x0e\x20\x66\x40\x3a\xe7\xf9\x54\x17\x60\x8a\xbe\x6b\x77\x05\x1b\xbb\xd7\x12\xcd\x97\x61\xb0\xfd\xe2\xcf\xcd\x06\x61\x82\x5b\x5d\xa0\x69\x9a\xaa\xd0\xc5\x1f\xa1\x91\x8d\x3f\x00\x28\x9f\xa0\x83\x6f\x50\x07\xff\xbd\x2e\xba\x28\x74\xf0\x53\x94\x74\xe8\xe0\x8f\x51\x43\x3d\xd1\x3b\x1b\x70\x4e\x84\x9a\xd3\x74\x92\x87\x9a\x46\xdb\x4f\x09\x9d\xfb\x24\x4d\xd8\x3a\xf7\x06\xdb\x32\x23\x53\x53\x23\x8f\x9f\x6a\x3e\xf6\xd5\xc1\x8a\xc8\xf4\x88\xab\x88\xbd\x2c\x4a\xf5\x89\x5d\x1c\x51\xca\x16\xad\x37\x31\x5e\x41\xa7\x0e\x70\x0b\x70\x0b\x70\x0b\x70\x0b\x9d\x3a\x74\xea\xd0\xa9\x43\xa7\x8e\x04\x02\x12\x08\x48\x20\x20\x81\x80\x04\x02\x74\xea\xd0\xa9\x43\xa7\x0e\x9d\x3a\xf2\x73\xc8\xcf\xb5\x61\x7e\x2e\x95\x0d\x56\x8e\xee\x9b\xee\xda\x88\x4e\xbd\xa9\x00\x3a\x78\x5d\xfa\xbf\xef\xa7\xc3\x42\x97\xae\x2e\x4b\xe9\xb8\x79\xed\xfc\xd1\xb9\x97\xd3\x54\x95\xbc\xac\xb1\xbf\xee\x63\x5f\xeb\xa1\x07\xf4\x83\x26\x9c\xc7\x58\xe4\xbb\x68\x0c\x45\x0b\x99\xdc\x7a\x2e\xb3\x26\xe5\xcb\xaa\x66\x5a\xd3\xbe\x79\x45\x1f\xd5\x06\x50\x1f\x33\x1e\x3b\xca\x0f\x98\xaf\x3c\x23\x33\xf5\xa7\xe4\xe5\xd9\x9c\x56\x9a\x56\xd4\x89\x7c\xde\xaa\x7c\xd9\xee\x7a\xf8\x2d\xa9\x73\xb9\xec\xdf\x87\xcf\xb0\x53\x46\x1f\xf6\xec\x37\x66\x8f\x56\xf2\xb2\x4b\x2a\xe5\x80\xfb\x3b\xb5\x87\x11\xbf\x78\x9e\x47\x46\xa1\x4b\x2c\x06\x40\xa1\x4b\xe4\x94\x90\x53\x42\x4e\xa9\x83\x72\x4a\x28\x74\x89\x42\x97\x60\xf9\x60\xf9\x60\xf9\x60\xf9\x6d\xc1\xf2\x51\x45\x12\x55\x24\xb7\x0b\xbd\x44\x15\xc9\x66\x54\x91\xfc\x67\xdd\x74\xc0\x1f\x13\x0e\x33\xae\xaf\xa1\x7b\xdc\xb0\x60\xf8\xbe\xac\x5c\x2a\xff\xe8\x8a\xcb\x89\x45\xb3\x72\xc9\x05\xdb\x4d\xcc\xcd\x98\x53\xbd\x00\xc5\xaf\x55\x0d\x8d\x55\x35\x34\x56\x4f\x43\xa9\xe2\x86\xdc\xbf\x6b\x80\x39\xc7\x75\xd6\xb3\xf8\x82\xbd\x1a\xa3\x63\xe2\x59\x68\xa2\xbe\xb0\xfd\x00\xa4\x7c\xf1\x9a\x94\x18\x5e\x57\xf2\x6b\xab\xb2\x54\x2a\x49\xe9\x6b\xfa\x28\x48\x1b\xfe\xe1\x82\xb4\x2a\xbf\x85\xfd\x64\x8c\xbd\xb7\x9b\xf6\x1a\xc7\x2d\x99\x07\x84\x0f\xa8\xb2\x94\xa9\x40\x02\x8b\xbc\x91\x09\xab\x91\x18\xdf\xc9\x28\x69\xbc\x68\x1c\x59\xb9\x53\xb0\x22\xe5\xd4\x35\xba\x24\xee\xb1\x7e\x6f\xf5\x7b\x7c\x9a\x4e\xd2\x98\xa7\x3a\xdc\xbc\x1f\xe6\x75\xc5\x2b\x4f\xcf\x97\x7c\xee\x77\xa7\x92\xb7\xb1\x9e\xac\x5c\xa2\xeb\x19\x7f\x30\x3a\xc1\xce\x18\x60\xb4\xfc\xe9\x18\x34\xb4\xea\x8c\x1c\x64\x54\x9c\x34\x85\x7f\x6c\xb7\xcb\x23\xea\x55\xe5\x62\x5e\x4a\xcb\x7e\x4f\xc9\xdc\xaf\xa5\x0f\x2a\x39\x47\x97\x69\xb6\x62\xf5\xcb\xa6\x9e\x14\x74\x95\x58\x05\xd3\xe0\x2a\x98\x5f\xeb\xa2\x79\xb1\xb0\xe4\x22\xcd\xd8\x0b\x4b\x9a\x15\x3a\x02\x0e\x51\x66\x24\x6a\x49\xa8\xa9\x11\xef\x8a\x6b\x25\x8a\xbd\xbc\xd7\x25\x12\x3d\x60\x48\x22\xa4\xea\xe0\xf3\x98\xd8\xd4\xda\xd8\xd3\x9c\x95\x2c\x88\x3f\x3e\xf1\x07\x6a\xea\x96\xa8\xa9\x21\xa3\x83\x8c\x0e\x32\xba\x66\xc9\xe8\x52\xbf\xde\x45\x0b\x62\xc9\xec\x2c\xa5\x1c\x4b\x66\xb7\xd9\x68\x21\xe2\xfe\x1d\xdf\xcd\x76\x8a\x1b\xd5\xa2\xa9\x4b\xf2\x3d\x7b\x5c\x06\x0c\xc3\x45\x49\x2d\xe5\x78\x82\x58\x50\x09\xbf\x39\xcc\xa3\x45\xa9\x94\xbe\xd6\xb2\x51\xc4\x83\x95\x0d\x0d\xf1\xdf\x3f\xc8\xe9\xc0\x3e\xe7\xc6\x55\x59\xcd\xca\xce\xad\xbd\xce\xad\x5a\x49\x95\x4a\x72\x36\x97\x1e\xaa\xda\xaf\xac\x15\xfd\xdf\x37\x8d\xad\xfa\x59\x26\x2f\xd3\x2c\xa5\x2a\x66\x4f\x63\x74\xbc\x81\x31\xcc\x1c\x97\x51\x60\xec\xe2\x33\x76\xf9\x48\x37\x7d\xb8\x9b\xbd\xd4\x1d\xfe\x80\xf5\x01\x78\xb1\xbb\x73\xe6\x4e\x15\x99\x27\xfd\x3e\x73\x25\x05\xcf\x8e\xea\x9d\xd3\xd6\x53\xf5\x7b\x74\xdc\x01\xfe\x1d\x13\xc2\x1b\x29\xcf\x8f\xd4\x07\x6c\xe2\x68\xbe\x07\x1f\x3c\x69\x91\xfe\x94\xa6\x14\xe6\x84\xb0\xe8\x92\xfe\x5a\x18\xff\x5e\x30\x5f\x16\xfb\x8f\x03\xde\x93\xba\xe4\x6b\x5d\xf4\x6a\x17\x7b\xa5\x2b\xfc\x59\x0b\x9a\x7e\xb0\x6b\x5a\x51\xd3\x7c\x5c\x97\x55\xf8\x6d\x57\x22\xd1\x15\xfd\x4f\xd1\xc8\x44\xd9\x55\x70\x1c\x2e\x86\x60\x6b\x9a\x2d\xa1\x18\x92\xd2\xfc\xc2\xb9\x30\x25\x9f\x4b\x1b\x9f\x58\x39\x9f\xd1\x22\xca\x0d\xe3\x9e\x0a\xe1\x46\x51\x56\x8a\x79\x39\x1e\x11\xbf\xc8\x95\x60\xe6\xb3\xe4\x58\xda\xf5\x06\x58\x3f\x1f\xdd\xc1\x4f\xab\x4c\xd5\x74\xad\xd5\x9f\x88\x87\xdd\x3f\x11\xbb\xd8\x6d\xfc\x6c\xeb\xfd\x42\x54\x07\xfd\x0d\x7d\x33\x52\xa7\x68\x9c\x9d\x88\x8e\xee\xea\x62\x3d\x45\xa9\x74\x2d\xbc\x8f\xbf\x64\xc6\x1b\x5f\xb9\x7b\xb4\x47\xdf\x1a\x33\xfa\xc1\xbb\x9b\x90\x89\x62\x1f\x5b\xa2\x0b\x1e\x34\x55\xa8\x5e\x0b\x96\x54\x54\x50\x54\xfe\xef\xb7\x0c\xa7\xf5\x98\xc8\x0f\x48\x4b\x45\x29\x9d\x2b\xe5\x64\x8d\xfd\xdf\xcf\xb3\xdf\xeb\xa5\x3b\xed\x2f\xa0\xd0\xc2\x1e\xaa\xed\xdd\x3c\xb9\x30\x63\x7c\xeb\x26\x45\x53\x37\x63\x71\xfd\x08\xeb\x03\xc8\x5b\xb1\x24\xab\x99\xea\xfd\xdb\x5c\xc4\x0a\x53\x67\xe8\x38\x61\xea\x0c\x1d\x27\x74\x9c\xd0\x71\x76\x90\x8e\xb3\x8d\xac\x2f\xda\x46\xc7\x09\x4f\x06\xe8\x38\xa1\xe3\x84\x8e\x13\x3a\x4e\x98\x3a\x63\xd1\xf8\xad\x23\xbb\x6c\xfb\x45\xe3\xdb\xd2\xd4\x79\x55\x28\x59\x0e\x71\x25\x4b\xe8\xca\x45\x6e\x95\x7a\xa6\x0e\x16\x28\x0c\x52\xab\x41\x51\x5d\xee\xce\xb2\x3f\x08\x4c\xb2\xb3\xb5\xb0\x5f\xf5\x0f\x6f\xc8\x4c\x95\x2f\xfe\x8d\x7e\x6d\x77\x35\x49\x7b\xd0\x72\x7a\x76\x81\x66\x87\xc4\xc6\x2d\xc0\x66\x82\x72\x3d\x4e\x57\xe8\x52\x45\x1a\xe7\x14\x8d\x6f\xe2\x71\x21\x93\x03\x15\x5c\x83\x2a\xb8\x7f\x15\xa2\x27\x44\x62\xfb\x12\x5d\x74\x24\xb6\xcf\xd0\xe6\xba\xa4\x77\xda\xe2\xb2\x08\x55\xe7\xe9\x1c\x0f\x55\x9b\xfe\xa1\x05\x21\xe2\x9b\xa5\x94\x2d\xe2\xdb\x6c\xa3\xfe\x06\xf6\xdc\xc8\xb9\x45\x21\x30\xf6\xe2\x50\x75\x88\xeb\x73\xb5\x8c\x76\x09\x77\x63\x15\x62\xbb\x0a\xef\xe8\x16\x06\x3e\x78\x49\x83\x17\x83\x17\x83\x17\x83\x17\xc3\x4b\x1a\x5e\xd2\x50\x3f\xc3\x4b\x1a\x79\x0b\xe4\x2d\x90\xb7\x40\xde\x02\x79\x8b\x40\xf2\x16\x58\x04\x83\x45\x30\x58\x04\x03\x2f\x69\xa4\x05\x91\x16\xec\x20\x2f\xe9\xd6\x50\xe8\xd4\x1b\xe9\x79\xf6\x5c\xf4\x59\x4b\x92\x3f\x66\x7c\xd7\x45\xd2\xa4\x90\x89\xe8\x57\x11\xd1\xd2\x4a\x51\x1e\x8c\x68\x6b\xe9\x6b\xfa\xd8\x86\x3f\x3c\x59\x5a\x15\x61\xb6\xa8\x2a\xfc\x1b\x19\xdd\x6d\x49\xe4\x9b\xaa\xda\xff\x72\x1f\x3d\xa0\x77\xde\xe1\x75\xd3\x96\x9a\x77\x17\x95\xe7\x69\xd8\x6f\xf4\xb1\x5f\xea\xa1\x9d\x69\x45\x95\x97\xd6\x13\xe1\xf5\xfa\xac\xa8\x67\xf5\x16\xe6\xf5\x0d\x01\x19\x52\x0f\xf0\x03\x26\x15\x55\x5e\x4c\xd8\x8d\xc3\x84\xba\x3e\x13\xea\x59\xff\xce\x3f\xc0\xfa\x8c\xce\x1f\x8d\x1a\x1d\xde\xbe\xcf\xce\x8e\x0e\xbb\x69\x2c\x53\x80\xdd\x34\xd2\x4e\x48\x3b\x21\xed\x84\xb4\x13\xec\xa6\x61\x37\x0d\xdc\x0f\xdc\x0f\xdc\x0f\xdc\xdf\x8e\xb8\x1f\x76\xd3\xb0\x9b\xde\x2e\x80\x13\x76\xd3\xcd\xb0\x9b\x7e\xfb\x00\x9d\x13\xa6\x1c\x99\x9c\x96\x56\xf4\xa0\xe7\x70\x99\x16\xc0\xcf\xc3\x97\x43\x2e\x64\x8a\x4a\xae\x50\xd2\xf2\xb9\xb4\xac\xb1\x4f\xf5\xb3\xcf\xf7\xd0\x1e\xab\x99\xa5\xf5\x44\xf8\x66\x7d\x3c\xf0\x9c\xd1\xd2\x82\xde\x52\x40\x48\xf0\x20\x3f\x60\xca\x3c\x9b\x45\xc7\xf2\x84\xb2\x9f\x9b\xcd\x69\xc1\x19\x5c\xdd\x42\x50\xf0\xaa\x3f\x14\x1c\x63\xc7\x0d\x28\x58\xd9\x77\x0c\x44\x58\x76\xa3\x41\x09\x41\x09\x41\x09\x41\x09\x41\x09\x41\x09\x41\x09\x41\x09\x41\x09\x41\x09\x41\x09\x41\x09\x41\x09\xdb\x9e\x12\x6e\x3f\xd9\x12\x38\x24\x38\x24\x38\xe4\x36\xe2\x90\xdf\xb9\x4a\x71\xc1\x21\x0b\x72\xe9\x86\xa2\xbe\xa0\x8f\x07\x2b\xfc\x81\x73\x85\xac\x2a\x6b\x5a\x3a\x2f\x69\x9a\xac\xb1\x5f\xbf\xca\x3e\xda\x4b\xcc\xde\xdf\x5a\xd8\x1f\xab\xed\x02\x3c\x23\xda\x99\xd4\xdb\x89\x3d\xa2\xef\x7b\xd9\x6a\xc3\x58\xdc\xef\xdc\xa5\xcd\xe9\x20\x2c\x7f\x41\xc9\x60\xf9\x0b\x4a\x06\x4a\x06\x4a\xd6\x41\x94\xac\x8d\x1c\x0a\xda\x86\x92\x61\xe9\x3c\x28\x19\x28\x19\x28\x19\x28\x19\x2c\x7f\xb1\xb6\xf7\xd6\x41\x4e\x6d\xbf\xb6\x77\x5b\x5a\xfe\x5e\xa7\x2b\x42\x55\x75\x81\xa6\xb9\xaa\xea\x2c\x9d\xa6\x93\x9e\x96\x97\x0e\x2e\x65\xba\x5e\x3a\x29\x51\x5d\x7e\xbf\x3e\x46\xbc\xd7\x97\xfd\x45\x57\x67\xd8\x29\x43\x74\x55\x05\xca\x0c\xd5\x95\xf3\xac\xaa\xd7\x20\x47\x3f\xbd\xdb\x95\x99\xbd\xde\xf4\xfb\x2d\x94\xf3\xb1\x03\xe2\xef\xad\x21\x64\x02\x68\x6d\xb0\x48\xa3\xdf\x93\x81\xd9\x1b\xac\x7d\x1b\xb4\xf6\xfd\xf1\x10\x3d\x2e\xac\x7d\x53\x74\xc1\x61\xed\x7b\x92\x36\xd1\x1f\xbd\x7d\x7d\x2f\x8a\x78\x34\x45\x49\x1e\x8f\x36\xf7\x2b\x73\xc2\xd4\x77\x86\xce\xdb\xa6\xbe\x9b\x6a\xb1\x5e\x47\xdf\x16\x04\xb1\xd8\x77\x06\x5d\x83\xd8\x23\xae\x8e\xbe\x65\xf1\x6c\x48\xec\x52\x15\xcf\x6c\x3b\xdf\x26\x46\x36\xd8\xf7\x82\xfd\x82\xfd\x82\xfd\x82\xfd\xc2\xbe\x17\xf6\xbd\xb0\xef\x85\x7d\x2f\x72\x10\xc8\x41\x20\x07\x81\x1c\x04\x72\x10\x81\xe4\x20\x60\xdf\x0b\xfb\x5e\xd8\xf7\xc2\xbe\x17\x29\x3e\xa4\xf8\x02\xb7\xef\xf5\xe4\xd6\x81\xfa\xfa\x36\x62\xdf\xdb\x02\xe4\x1c\xbc\xb3\xee\xbb\x6e\xa7\x51\x21\x79\x37\x6f\x25\x7f\x76\x95\xaa\x77\x6d\x8d\x7f\xf8\xa4\xb4\x3e\xdb\x57\xe5\xf5\x9c\x7c\x43\x63\x5f\xa2\xe8\xe7\x77\xd0\xbd\x65\x07\x5a\x14\x7c\x9f\x55\xba\x73\x41\x1c\x3b\xc1\x8f\x9d\xe7\xc7\xc6\x86\xc4\xd6\x09\xe7\xa1\x06\x03\x77\xd9\x3d\x60\x00\xfe\x34\x2d\xd2\x13\x15\xa9\xbd\x29\x4a\x7a\xa6\x24\xca\xef\x8c\x99\x95\x70\x39\xcf\xd4\x4b\x21\x7a\x52\x74\xc3\xcb\x34\xcb\xbb\xe1\x34\x05\xd2\x32\x3d\x2b\x12\x29\x0b\xf4\xb8\x9d\x48\x09\xaa\xed\x37\x88\xec\xd2\x13\x34\xef\xc8\x2e\x05\xd5\x78\xe3\xd9\x68\x91\xc8\xc9\xfb\xbf\x55\x33\xec\xbc\xf1\x56\xb9\xf5\x61\xe3\xc5\x72\x3b\xb7\xea\xf7\x0b\x4c\xaf\x36\xd3\x4b\x21\x4b\xeb\x91\xa5\x0d\x3e\x32\x0f\xd0\xb4\x88\xcc\x62\x10\x69\xc5\xe2\x9a\x7e\x48\x45\x25\x93\xc9\x69\xea\x1a\xcf\xb5\x2d\xaf\x65\xb2\x72\x49\x63\x7f\xd0\xcf\xbe\xda\x43\xaf\x13\xed\x58\x11\xfa\x9f\xd4\xe7\x8b\x34\xa7\x64\xa6\xac\x16\x93\xbc\xc5\x80\xdc\x91\x0e\xf3\x03\xc4\x00\xb7\xaa\x7c\xb3\xcb\xcf\xc2\x25\xc9\x3d\x84\xd6\x63\x63\x74\xfd\x79\xff\x38\x3a\xce\x4e\x18\x71\x54\xf4\x14\x23\x72\xba\x3c\x09\x97\xc8\x89\x05\x60\x58\x00\x06\x9b\x24\x88\x00\x20\x02\x80\x08\xa0\x73\x44\x00\xb0\x49\x82\x4d\x12\x92\xaf\x48\xbe\x22\xf9\x8a\xe4\x6b\x5b\x24\x5f\x61\x93\xb4\xcd\x12\x5a\xb0\x49\x82\x4d\xd2\xf6\x5a\xb3\xc6\xfe\xb4\x8f\x8e\x0a\x32\xa9\x2e\x4b\xe9\xb8\x47\xe2\x48\xca\x17\xaf\x49\x89\x61\x55\xc9\xcb\xcb\xb9\x42\x26\x57\xc8\x6a\xec\xfd\x7d\xec\x67\x7a\x28\xac\x1f\x36\x51\x91\x35\x12\xbb\x87\x07\x6a\xbb\x26\xcd\x2b\x79\x39\x29\x5a\x8b\x1d\xd7\x77\x9d\xaf\x6c\x6a\xd1\x68\xc9\xb1\xe7\x76\x2b\xbf\x98\xa1\x19\xc1\x10\x93\x74\x96\x33\xc4\x31\x3a\x4e\xc7\x3c\x73\x31\xfc\x21\x98\x37\x30\xee\xb8\xee\x40\x56\x03\x5e\xf7\xe7\x86\xe7\xd9\x39\x83\x1b\x7a\xf6\x07\x03\x25\x3a\x4e\xce\x89\x10\xc5\xa9\x83\x21\x82\x21\x82\x21\x82\x21\x82\x21\x82\x21\x82\x21\x82\x21\x82\x21\x82\x21\x82\x21\x82\x21\x82\x21\xa2\x20\x23\x08\x1f\x08\x1f\x08\x5f\xcb\x08\xdf\x8f\x5f\xa5\x01\xfd\xd1\x0d\xaf\x27\xbc\x84\x86\x62\x76\xb7\x2a\x15\x35\xf6\x95\xe7\xd8\x3f\x3c\x46\x3b\xd3\x8a\x2a\x2f\xad\x27\xc2\x7d\xb5\x11\xde\x24\x3f\xf0\x92\x54\x8c\xed\xd7\x77\x9c\x54\x54\xd9\x59\x17\xd1\xda\xdc\xe6\x94\x0e\x8e\xe7\x80\x55\x70\x3c\x07\xac\x02\xac\x02\xac\xea\x20\x58\xd5\x46\xa6\x2e\x6d\x03\xab\xe0\x36\x02\x58\x05\x58\x05\x58\x05\x58\x05\xc7\x73\xd8\x21\xdc\x3a\x6c\xa9\xed\xed\x10\xb6\xa5\xe3\xf9\x73\x34\x21\xd4\x4d\x63\x74\x9c\xab\x9b\x46\xe8\x10\xc5\x3d\xd5\x4d\x69\x45\x95\xe3\xeb\x89\xb8\xc5\x85\x02\x51\x35\x5d\xf4\x57\x35\xf5\xb3\x5e\x43\xd5\x14\x8d\x1a\xf2\x25\xeb\x1c\x9c\xe2\x25\x8a\x7e\x6d\x97\x0d\xbf\x98\x65\x7b\x60\x73\xae\x87\xc5\xdf\x9a\x4f\xba\x04\x98\xe2\x0e\xf2\x15\xf6\x06\x83\x14\xab\xff\x0e\xc3\xd9\x12\x5e\xe5\x0d\xae\x82\xff\x7a\x17\x9d\x12\x6f\xf7\x31\x3a\xc2\xdf\xee\x38\x6d\xa8\xef\x51\x52\x18\x5d\x8c\xd3\x09\xdb\xe8\x62\xa3\x6d\x4c\x0a\x43\x8b\x93\x34\xe6\x30\xb4\xd8\x68\x23\x7e\x21\x26\xc8\x10\xe2\xe7\x82\x11\xfb\xbd\x41\x3b\xc4\x3c\xe4\xea\x2f\x6e\x87\x9b\x01\xb1\x5d\x84\x1b\xdb\x51\xbc\xf9\x81\x07\xc6\xe2\x40\xac\x40\xac\x40\xac\x40\xac\x30\x16\x87\xb1\x38\x8c\xc5\x61\x2c\x0e\xd4\x0f\xd4\x0f\xd4\x0f\xd4\x0f\xd4\x1f\x08\xea\x87\xb1\x38\x8c\xc5\x61\x2c\x0e\x63\x71\x64\xd2\x90\x49\x0b\xdc\x58\x3c\x50\xff\x70\x5f\x7a\xbc\x11\x63\xf1\x20\x49\xf3\x36\xf4\x87\x61\xaf\xf4\xd1\xfd\xa6\x1a\xbd\xd2\xfc\x96\x7d\xa8\x8f\xbd\xa7\xc7\x86\xe3\x6b\xf5\x99\xda\x5a\x30\x3c\x20\x2b\xdb\xfb\xf9\x01\x15\x19\x3e\xf8\xd5\x6e\xc2\xaf\xb6\xb1\x4e\x6f\xdd\xfb\xf2\x4e\x0f\xad\x3e\xb4\xfa\x30\x96\x40\x22\x09\x89\x24\x24\x92\x3a\x27\x91\x04\x63\x09\x18\x4b\x00\xe0\x03\xe0\x03\xe0\x03\xe0\xb7\x05\xc0\x87\xb1\x04\x8c\x25\xb6\x0b\xb2\x84\xb1\x44\x33\x8c\x25\xbe\x4d\x34\x52\xb3\xdc\xa0\x7b\xa5\xc1\x4f\x50\xf4\x3f\xee\xa0\xbd\x95\x95\x06\x7d\x8a\x0c\xf6\xbb\x16\x19\x6c\x7e\x7d\xc1\x05\x7a\x9c\xae\x54\x08\xf0\x6b\x40\xb5\xaa\x62\x7a\xae\xa5\x05\xff\x4d\x68\x43\xa4\xae\xae\x46\x45\xb1\xc2\x04\x2f\x56\x68\x89\xad\x03\x68\x76\x51\xe8\xaf\xaf\xd0\x25\x87\xfe\x3a\x80\x76\x37\x5b\x4b\x30\xeb\xcf\x14\xa7\x58\x72\xd3\xb5\x04\x51\x46\x10\x65\x04\xdb\xa6\x8c\xe0\x8f\x0c\xd0\x71\x11\x71\xb5\x92\xa2\x4a\x59\xb9\xb2\xb4\xab\xc8\xa8\x18\x1b\xd3\x79\x49\xd3\x4c\xa7\x9f\xb7\xb0\xcf\xf4\xb3\xef\xf7\xd0\x9d\xc6\x46\xab\x72\xe0\xc7\xba\x8c\x6f\x9e\x23\xb5\x52\x30\x47\x91\xa6\xcf\xcf\x82\x38\x88\x57\xb2\x0d\x24\xcb\x32\x68\x4f\x1b\xf9\xd4\xd8\x98\x64\xe8\x33\x4f\xbb\x63\xf4\x95\x21\x08\x47\xdb\xf1\xd8\xc3\xfc\xe7\x8c\xd3\x32\x8b\xcd\x3a\x4e\x12\xa9\x9a\xea\x88\xfa\xb0\x7b\x44\xdd\xc5\x6e\xe3\x27\x46\xd7\x97\xfc\x43\xea\x49\x36\x66\x84\xd4\xf2\x1e\x68\x06\x53\xc7\x23\x40\x5d\x41\xa4\x6e\x90\xba\x41\xea\x06\xa9\x1b\xa4\x6e\x90\xba\x41\xea\x06\xa9\x1b\xa4\x6e\x90\xba\x41\xea\x06\xa9\x9b\x2d\x4f\xdd\x9c\xa0\x51\x76\x34\x7a\xd8\xd2\x8d\xde\xcf\xd9\x8c\x71\x16\xce\x39\x5c\xb4\x47\xdf\x82\x82\x81\xc8\xfa\x20\xeb\x83\xac\x0f\xcf\xfa\x7c\xa9\x9f\x0e\x7b\x09\xb8\xcb\x4c\xc5\xcd\xc6\xde\xb4\xa6\x94\x24\x8d\xfd\x42\x3f\xfb\xb8\x43\xdb\x7d\xb3\x3e\x6d\xb7\x39\x39\x7c\x5c\x6f\x24\x20\x7d\x77\xaf\x9b\xbe\x3b\x53\xf6\x4b\x50\x7b\x6f\x42\xed\x7d\xc5\x1f\x23\x0e\xb2\x58\xa5\xda\xbb\xec\xfe\x43\xf1\x0d\x6c\x08\x6c\x08\x6c\x08\x6c\x08\x6c\x08\x6c\x08\x6c\x08\x6c\x08\x6c\x08\x6c\x08\x6c\x08\x6c\xb8\x95\xd8\x70\xfb\x2d\x37\x07\x5d\x04\x5d\x04\x5d\xdc\x46\x74\xf1\xa7\xdf\x48\xa3\x86\xa6\xbc\x98\x93\xdf\x5c\x92\x0b\xfc\x69\x39\x34\xe5\xe9\x35\xad\xa4\xac\x9a\x6d\x39\x60\x17\xfb\x93\x25\xf6\xdd\x5e\xda\x5b\x76\xe0\xd2\x7a\x22\x7c\xcc\xa7\x86\x21\x6f\xd0\x9c\x4e\x4e\x59\x0d\xc6\x0e\xea\xc7\x4d\x38\x5b\x5b\x4c\x78\xed\xdc\xe6\xb0\x10\x05\x0e\x81\xd0\x50\xe0\x10\x08\x0d\x08\x0d\x08\xad\x83\x10\x5a\x1b\x99\x4b\xb7\x0d\x42\x83\xeb\x31\x10\x1a\x10\x1a\x10\x1a\x10\x1a\x0a\x1c\xc2\x96\xf5\xd6\xe1\x51\x6d\x6f\xcb\xba\x2d\x0b\x1c\xfe\x8b\x2e\x5a\x17\x2a\x2b\x85\x56\xb9\xca\x2a\x4b\x32\xa5\xbd\x54\x56\x36\x2a\x1a\xb2\xe6\xeb\xb6\xe0\xaa\x1c\x69\xad\x27\xe2\x5e\x34\x29\x90\xb2\x88\x79\x7f\x19\xd6\x0c\x3b\x6f\x2e\x90\x77\xa1\x6d\xa6\xf7\xac\xc7\x49\x96\xd7\x4d\xfc\x47\x72\x21\x6f\x8f\xd8\x05\x14\xbd\x20\xdb\x90\xe1\xeb\xd0\x62\xcc\x26\xa8\xd8\x1a\x69\xf4\xa6\x0a\x73\x07\x89\x96\x9a\xfc\x74\x51\x13\x08\x25\x19\x1b\x74\x14\x78\x6b\x37\xa9\x22\x1c\xbd\x40\x39\x1e\x8e\xd2\xd4\xfc\x0e\x4b\x37\x84\xb5\x48\x91\x0a\xb6\xb5\x48\x4b\x7e\xf8\xcd\xc2\x7c\xe4\x4d\xa4\x38\xcc\x47\x5a\xf2\xcb\x9b\xb5\x27\x69\x69\xf4\x8d\xbd\x73\xc8\x25\xfa\x0e\xb9\xd7\x96\xf4\x8a\xc4\xa3\x62\xf7\xca\x48\x6c\x1d\xdc\xa2\x98\x8c\xc2\x93\x40\xdf\x40\xdf\x40\xdf\x40\xdf\x28\x3c\x89\xc2\x93\x28\x3c\x89\xc2\x93\x48\xc1\x20\x05\x83\x14\x0c\x52\x30\x48\xc1\x04\x92\x82\x41\xe1\x49\x14\x9e\x44\xe1\x49\x14\x9e\x44\x86\x13\x19\xce\x0e\x2a\x3c\xd9\x52\x20\x1d\xbc\xf5\xf1\xef\x0e\xd0\x49\x73\x61\x40\x51\xf3\x35\x1f\xc9\x48\xf2\xaa\x3e\x5f\x2a\x59\xf6\xc7\x6f\x1f\x60\x7f\xda\x43\x3b\xf5\xa3\x97\xd6\x13\xe1\xff\x54\x8f\xed\xf1\x14\x6f\x65\x41\x2e\xb5\x85\xe7\xf1\x43\xfc\xe7\x26\x8a\x45\xcd\xe9\x5b\x62\x9d\x63\x9b\x2f\x41\x68\x4f\xcb\xe3\x4b\xfe\x6f\x45\x8c\xf5\x3b\xbb\xb6\xf5\x86\x14\x35\xe3\x8d\xb0\x9e\x00\x9c\x4a\xb0\xcc\x02\x4e\x25\xc8\x35\x21\xd7\x84\x5c\x53\x27\xe5\x9a\xe0\x54\x02\xa7\x12\x30\x7e\x30\x7e\x30\x7e\x30\xfe\xb6\x60\xfc\xa9\x63\x74\x84\x8d\x44\x0f\x59\x4e\x25\xf7\x3a\x0d\x8e\xad\xf9\x5a\xb5\xbb\x31\x1c\x4e\xb6\x17\x6f\x85\xc3\x09\x1c\x4e\xb6\xd7\x8a\x12\xf6\x97\x07\x69\x52\x80\x4c\x75\x59\x4a\xc7\x3d\x4a\x67\x4a\xf9\xe2\x35\x29\x31\x9c\xce\xaf\x69\x25\x7d\x4a\x95\x97\x97\x73\x85\x4c\xae\x90\xb5\x78\xe6\x7b\x0e\xb2\xcf\x74\x53\x58\x6f\x64\xa2\xa2\x94\xa6\x38\x38\xfc\x98\x2a\x4b\x99\x8a\x79\xf3\xa4\x68\x70\x5e\xc9\xcb\x49\xd1\x60\x6c\x58\xdf\x6d\xbe\xb2\x99\x45\xa3\x95\xea\x03\x82\xd5\xfb\x6e\x90\x99\xc7\xf9\x4d\x33\x2f\x31\x5e\x7d\x76\xbe\x48\x70\xbf\x3b\x12\xbc\x8d\xf5\x64\xe5\x12\x5d\x7f\x93\x3f\x10\xbc\xcc\x66\x0d\x08\xe8\xf9\x04\x4d\x56\x5e\x7d\x7a\x0e\x94\x28\xae\x81\xc2\x2f\xed\xae\xf9\x18\xfb\x55\xb9\x98\x97\xd2\xb2\xff\x93\x1c\x31\xf6\xdc\xb2\x87\x99\xbc\x42\x97\xe8\x62\xc5\x82\x9a\xcd\x3c\x4d\xa8\x18\xb1\x54\xa6\xc1\xa5\x32\xbf\xda\x15\x70\x60\x79\x5c\x2c\x82\x49\xd1\x05\x7b\x11\xcc\x96\xc5\xaa\xe2\x5a\xdd\xb1\xaa\x3a\xe2\x34\x1e\xbd\x62\x5f\xd8\x5b\x33\x56\x3d\x68\xa8\x12\x24\xb7\xf0\x94\x10\x1b\xb7\x2e\x3a\x35\x67\x69\x09\x42\x94\x4f\x88\x82\xbc\xb9\x25\xf2\x66\xe8\xda\xa0\x6b\x83\xae\xad\x59\xba\xb6\xd4\xa7\x36\x36\x9e\xf0\x17\xf7\xcc\x8b\xb5\xad\x17\x69\xc6\xb1\xb6\xb5\xc9\x82\xa1\x88\xfb\x80\x62\x37\xdb\x29\x6e\xd3\x56\xcc\x7f\x92\xbf\xb3\xa7\xe6\x98\x22\x51\x94\xd4\x52\x8e\xa7\x6b\xc5\x4c\xdc\x7f\x22\x74\xa8\xa8\x4f\xbb\xb7\x64\xa0\xf1\x60\x65\x43\x43\xfc\x5c\x0e\xea\xff\x1c\xdb\xe7\xdc\xb8\x2a\xab\x59\xd9\xb9\xb5\xd7\xb9\x55\x2b\xa9\x52\x49\xce\xe6\xd2\x43\x55\xfb\x95\xb5\xa2\xff\xfb\xa6\xb1\x55\x3f\xcb\xe4\x65\x9a\xa5\x54\xc5\x14\x6c\x8c\x8e\x37\xd0\xa7\xe6\xb8\xc4\x01\xc3\x1b\x9f\xe1\xcd\x47\xba\xe9\xc3\xdd\xec\xa5\xee\xf0\x07\xac\x6f\xc4\x8b\xdd\x9d\x33\x03\xab\xc8\x0a\xe9\xf7\x99\xab\x1c\x78\xe6\x52\xef\x9c\xb6\xd6\xa9\xdf\xa3\xe3\x0e\xf0\x4f\x9d\x10\xc5\x48\x79\x7e\xa4\x3e\xa6\x13\x47\xf3\x3d\xf8\xf8\x4a\x8b\xf4\xa7\x34\xa5\x30\x27\x44\x3f\x97\xf4\xd7\xc2\xf8\xf7\x82\xf9\xb2\xd8\x7f\x1c\xf0\x9e\x1a\x26\x5f\xeb\xa2\x57\xbb\xd8\x2b\x5d\xe1\xcf\x5a\xd8\xf0\x83\x5d\xd3\x8a\x9a\xe6\x43\xbf\xac\xc2\x6f\xbb\x12\x89\xae\xe8\x7f\x8a\x46\x26\xca\xae\x82\x03\x61\x31\x4a\x5b\xd3\x6c\x79\xc3\x90\x94\xe6\x17\xce\x45\x23\xf9\x5c\xda\xf8\x0a\xcb\xf9\x8c\x16\x51\x6e\x18\xf7\x54\x88\x2a\x8a\xb2\x52\xcc\xcb\xf1\x88\xf8\x45\xae\xd2\x32\x9f\x25\x07\xb3\xae\x37\xc0\xfa\xf9\xe8\x0e\x7e\x5a\x65\x8a\xa3\x56\x33\x34\x6f\x59\x5d\x51\xc8\xea\x5a\xff\x15\x49\x9d\xa1\x53\x6c\x3c\x7a\xc2\x4a\xdd\x3c\xe4\x4c\xf9\x54\x37\xd1\xfc\xca\x96\xec\x93\xcf\xd3\x94\x3f\xe9\x5d\x96\x4b\x52\xc2\xb3\x86\x9e\x92\x97\x35\xf6\x9d\xab\xec\x43\xbd\xf4\x80\xdb\x37\x92\x1f\x1d\x8e\xd6\x76\xb8\xd6\x2f\x3b\x16\xd3\xf7\x71\xf9\x24\xf2\x16\x1c\x65\xf0\x94\xbc\xdc\xe6\x4a\x52\x98\x59\x43\x65\x09\x33\x6b\xa8\x2c\xa1\xb2\x84\xca\xb2\x83\x54\x96\x6d\x64\x58\xd1\x36\x2a\x4b\x38\x29\x40\x65\x09\x95\x25\x54\x96\x50\x59\xc2\xcc\x1a\x4b\xbd\x6f\x1d\xe9\x61\xdb\x2f\xf5\xde\x96\x66\xd6\xcf\xd1\x84\xc0\x84\x63\x74\x9c\x63\xc2\x11\x3a\x44\x71\x3f\x4c\xc8\x01\x51\x7c\x5e\xc9\xcb\x81\xd8\x52\x2f\xfb\xa3\xc1\x33\xec\x54\x9d\x68\x50\x3f\x2b\x27\x0c\xe4\xe7\x4a\xd1\x7f\xb1\xbb\x16\x2d\xbb\xc3\x72\xa5\xe6\x60\x6c\x50\xfc\x67\x8b\xd1\x98\x20\x59\x67\xe9\x34\x9d\xac\x48\xd6\x0c\x52\xac\xfe\x47\x82\xf4\x0c\x04\x72\x0d\x0a\xe4\xbe\xde\x45\xa7\x44\x38\x38\x46\x47\x78\x38\x88\xd3\x86\xfa\x1e\x25\x85\x22\x6e\x9c\x4e\xd8\x8a\xb8\x8d\xb6\x31\x29\xb2\xe0\x27\x69\xcc\x91\x05\xdf\x68\x23\x9b\x35\x6b\xae\x2f\x26\xd5\x0a\x39\xbe\xf1\x2a\xf6\xf7\x83\xb5\x62\xd2\x03\xae\x5e\xcd\x3c\x3e\x1d\xf3\x94\xcd\xf1\x43\x6d\x83\xe6\xa6\x46\x2a\xd8\x32\x03\xe2\x02\xe2\x02\xe2\x02\xe2\xc2\x96\x19\xb6\xcc\xd0\x2d\xc3\x96\x19\xc9\x04\x24\x13\x90\x4c\x40\x32\x01\xc9\x84\x40\x92\x09\x58\xbe\x82\xe5\x2b\x58\xbe\x02\x5b\x66\xe4\xea\x90\xab\xdb\xe6\xb6\xcc\x2d\x48\x71\x6d\xc4\xfa\x79\x1b\xba\x1a\xb1\xef\x77\xd1\xde\x61\xa5\x28\x17\x72\x99\xe1\xf5\xc4\xf0\xf5\x1b\x2f\x68\xc3\xec\x9b\x5d\xec\x2f\xba\xe8\x36\xf1\xe7\xf0\x73\x59\xb9\xc4\x83\x4e\x2e\x2d\x47\xa4\x74\x9a\x4f\x40\xf8\x68\x4f\x8d\x5c\x29\xca\x85\x99\xa9\x48\x6a\xe1\xca\xe5\xc8\x53\xf2\x72\xe4\xa2\x7c\x53\x9f\xd6\x44\xfa\x8d\x14\x8b\x16\x29\xae\x2d\xe7\x73\x69\x83\xcf\xad\xcb\xaa\x85\x58\x38\x7b\x1a\x88\x1d\xc8\xca\xa5\x05\xd1\xf8\x84\x68\x7b\x86\x37\x2d\x5a\xbe\x28\xdf\xd4\xe4\xd2\xc8\xfd\x65\x88\xfd\xc6\x0b\x43\x9a\x5c\xe2\x6b\xb4\x52\xa3\xb4\x4f\x74\xb9\x7b\xe9\x6e\xde\xe5\xee\xa0\xdb\x7f\xa9\x6b\x17\x19\x97\xe8\xd7\x85\xd8\x3b\xbb\xe9\x51\xc3\xee\x7a\x4d\xbf\x83\x25\xe3\x57\x2a\xd7\x0d\xb0\xbf\x08\xb1\x3f\x0b\xd1\xeb\xcb\xf7\xb2\xd2\x0a\xf7\xe9\xf7\xa8\x6c\x12\x22\x92\xcf\xb1\x47\xb3\x72\x69\xa2\xec\x18\x23\x9d\x30\x31\x37\x63\x42\x58\x2d\xb8\x14\x42\x55\x43\x63\x55\x0d\x8d\xd5\xd3\x50\xaa\x48\x4f\x8a\xfb\x7a\x99\x66\xf9\x7d\x9d\xa6\x29\x4a\x36\xf0\x2a\x3b\xae\xb3\x9e\xb4\x36\x7b\xfb\x00\x9d\x13\x0f\x24\xad\x28\x6a\x26\x57\x70\x7d\x1c\x35\x3d\xc9\xf9\xf8\x55\x63\x9f\xea\x67\x9f\xef\xa1\x7b\x9c\xcd\x58\xcf\xeb\x4d\xc6\x84\xac\x90\xc9\xad\xe7\x32\x6b\x52\xbe\xcc\x9f\xdc\x82\x1f\xb3\x7a\x4b\x81\x78\x92\xc7\x63\x07\xf9\x01\x93\x8e\xb3\xa9\x4a\x7c\xf3\x9f\xd3\xef\x52\x9b\x2f\x0c\xd9\x12\x8b\xf1\x03\xee\x81\x78\x0f\x23\x7e\x62\x42\xf4\x70\xd5\xff\x8b\x30\xc6\x8e\x7b\x65\x15\x5d\x7a\x9c\xf1\x71\xe0\x4f\x06\xb6\xe3\x58\x10\x03\xdb\x71\xe4\x52\x91\x4b\x45\x2e\xb5\x93\x72\xa9\xb0\x1d\x87\xed\x38\x72\x58\xc8\x61\x21\x87\x85\x1c\x56\x5b\xe4\xb0\xb6\x21\x68\x83\x7d\x38\xf2\x02\xb0\x0f\xdf\x3e\x6b\x78\xd8\x2f\x0f\xd4\x63\x1f\x6e\x80\xc8\x1a\xf6\xe1\x7f\xdd\xcf\xde\xb3\x83\xee\x71\x53\xa4\x87\x3f\x59\x4f\x6d\xc4\x6a\x4b\x9d\xb6\x28\x92\x18\xbb\xe1\x61\xfd\xd6\x44\xd3\xb7\x5b\x88\x66\xfa\x16\x4c\x7c\xc1\x9f\x64\x5e\x60\xd3\x81\x38\x3b\x81\x6b\x82\x6b\x82\x6b\x82\x6b\x82\x6b\x82\x6b\x82\x6b\x82\x6b\x82\x6b\x82\x6b\x82\x6b\x82\x6b\x82\x6b\xb6\x9a\x6b\xb6\x9d\xb7\x2e\xb0\x25\xb0\x25\xb0\xe5\x36\xc2\x96\x5f\xec\xa5\xd7\xe9\x8f\x6e\x78\x3d\x31\x2c\xe8\x0c\xfb\x4c\x2f\xfb\x44\x37\xed\x4c\x2b\xaa\xbc\xb4\x9e\x08\x1f\xa8\xed\x61\xcd\xf1\x55\xec\x61\x7d\xa7\x49\x45\x95\x17\x13\xfc\x0f\xd3\x8a\x3a\x91\xcf\x5b\x4a\xc5\xe0\x14\xab\x4d\x42\x7a\x4f\x6f\xcc\x72\x45\xbf\x37\xf1\xf5\x44\x9c\x5f\x6b\x20\xee\x4b\xe7\xfd\xf1\xdd\xa3\x2c\x2a\xe8\x9c\x20\x86\x4e\x20\x67\x60\xbd\x68\x14\x68\x0e\x68\x0e\x68\x0e\x68\x0e\x68\x0e\x68\x0e\x68\x0e\x68\x0e\x68\x0e\x68\x0e\x68\x0e\x68\x0e\x68\xae\xd5\x68\x0e\x64\x0d\x64\x0d\x64\xad\x83\xc9\xda\x6f\xf5\x11\x33\xc9\x9a\x50\xfd\x15\x95\x8c\xc6\x5e\xea\x63\xff\xae\xc7\xa6\x6b\x4a\x7d\x0b\x8b\xe7\x94\x4c\x40\xcb\x8a\xa3\xc6\xb2\x62\x55\x5e\x4c\xcc\x29\x99\xd9\x9c\xb6\xed\x60\xdd\x0b\x9e\xb4\x2d\x78\x61\xde\x86\x56\x13\x9f\xf3\x87\x78\x51\x16\xb1\x61\x9d\xc0\x79\x73\x4a\x06\xea\x3a\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\x3c\x20\xbc\x2d\x41\x78\x5f\xeb\xa3\x70\x15\xc2\x2b\xc9\xab\x45\x3e\x97\x60\xbf\xdd\xc7\x3e\xee\x40\x79\x37\xea\x46\x79\x4f\x18\x4d\x04\x84\xf4\x62\xe5\x48\xcf\x6c\x7d\x7b\xa2\xbd\xd6\x2f\xad\xbd\xe4\x4f\xed\x62\xac\xdf\x85\xda\x99\x37\xba\x8c\xde\xd5\x45\x0a\x81\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x80\xf8\x5a\x85\xf8\xbe\x35\x40\xd3\xc2\xb6\x4f\x7e\x73\x49\x2e\xf0\x47\x55\x5f\xd5\x90\x5c\x21\xab\xca\x9a\x26\x5b\xce\x7d\x3f\x37\xc0\xfe\xa1\x87\x98\xdd\x8e\x55\x3d\xe4\xe5\x7a\x7c\xfb\x66\x44\x7b\x6d\x61\xd6\x27\x7e\xee\x9c\x75\x25\x55\x95\x47\x8c\x93\x05\x4e\x6c\xc0\xa9\x6f\xd1\x9f\x37\x1e\x66\x09\x83\x37\xda\xbd\xc9\xe0\x8e\xc6\x9d\xaf\xae\x3c\x05\xa6\x08\xa6\x08\xa6\x08\xa6\x08\xa6\x08\xa6\x08\xa6\x08\xa6\x08\xa6\x08\xa6\x08\xa6\x08\xa6\x08\xa6\xd8\x62\xa6\x78\x84\x46\xd8\xa1\x68\xdc\x32\xe5\xbb\xdb\x69\xca\x67\x4c\xdf\xaa\x9d\xf8\x50\xa2\x04\xac\x13\xac\x13\xac\xb3\x89\xac\xf3\x0b\x21\xb1\x22\x59\x1b\x2e\x28\x19\xd9\x2c\x4a\xc2\x7e\x35\xc4\x7e\x25\x44\x3d\xfa\xdf\xc2\xe1\xac\x5c\x8a\xe4\x0a\x2b\x8a\xba\x6a\xdd\x3a\x49\xac\x58\x8d\xdd\x99\x95\x4b\x97\x95\x8c\x3c\x31\x37\x73\x5e\xff\x43\x1b\x56\xa1\xce\xd1\x65\xc1\xfb\xce\xd3\x39\xce\xfb\xce\xd0\x29\x1a\x6f\xac\x0a\x35\xbf\x46\xdf\xf2\xd3\x6f\xeb\xa6\x88\xb8\xa7\x5a\xfa\x9a\x9c\x59\xcb\xeb\x23\xf3\xca\x5a\xe0\x5f\x09\xb1\x3f\x09\x11\xb3\xf7\xf0\xaf\x03\x1e\xc9\xca\xa5\x05\x6b\x7f\xd4\x00\xaf\xf9\x10\xfe\x4b\x1f\xbd\xbe\x5c\xa7\x6b\x94\x9f\xd7\xd8\xc7\xfb\xd8\x4b\x0e\x8d\xae\x56\x9f\x46\xd7\x28\x30\x1f\x90\x3e\xb7\xd7\xa1\xcf\x35\x5a\x86\x36\xb7\x3e\x98\x3e\xe3\xcf\xca\x7b\xd9\xa3\x95\xda\x5c\xe3\x26\x43\x97\x0b\x86\x0e\x86\x0e\x86\x0e\x86\x0e\x86\x0e\x86\x0e\x86\x0e\x86\x0e\x86\x0e\x86\x0e\x86\x0e\x86\xde\xf6\x0c\x1d\xac\x1a\xac\x1a\xac\xba\x83\x59\xf5\x97\xfa\x69\x54\x70\x55\xa9\x58\xd4\x6c\xb0\xe7\x21\xc6\xd5\x4a\x52\x49\x5e\x59\xcb\xeb\x6f\x30\x7b\x4f\x3f\xfb\x68\x0f\xed\xd4\x0f\xdc\xc0\xba\xfc\x05\xa3\x89\x05\xb9\x14\x10\xf7\x7b\x94\x1f\x30\x51\x2c\x6a\x8b\x0e\xe9\xac\xe3\x77\x66\x73\x5a\x09\xd4\xaf\x9a\xfa\x5d\xf1\xa7\x7e\x83\x2c\x66\x50\x3f\xfd\x31\x9b\xdc\xcf\xbe\xb5\x60\x7f\x60\x7f\x60\x7f\x60\x7f\x60\x7f\x60\x7f\x60\x7f\x60\x7f\x60\x7f\x60\x7f\x60\x7f\x60\x7f\x60\x7f\x6d\xcf\xfe\xa0\x84\x05\x5d\x04\x5d\x04\x5d\x6c\x22\x5d\xfc\xd0\x3e\x9a\x15\x74\x31\x2d\xab\x46\x2b\xb2\x56\xa9\xdb\x74\x6e\xcb\x65\x0b\x7c\xc1\xbf\xf8\x1c\x18\x4b\xfe\x87\xa5\x62\x51\x55\xd6\xa5\x3c\xfb\x93\x07\xd9\x37\xbb\xe9\x1e\xe7\x11\x96\xc6\xf3\xb8\x2a\x4b\x99\x88\xb9\xab\xf9\x08\xec\x2f\xfe\xa4\x7d\xd0\x82\xf8\x99\x79\xf1\x33\x31\x7e\xa4\x63\xb3\xb9\x0e\xdf\xf3\x88\x09\xe3\x47\x82\x13\x87\x72\x06\xb8\x46\xcf\x0a\x06\xb8\x40\x8f\x73\x06\x78\x91\x66\xe8\xbc\x77\x75\x6c\xe7\x3d\x35\xee\x42\xdc\xf3\x9c\x7d\x69\xe0\x7e\x77\x78\x77\x1b\xeb\xc9\xca\x25\xba\xfe\x26\x7f\x58\x78\x99\xcd\x1a\xb0\xd0\xe5\x71\x1b\xec\xd0\xfb\xfc\xaa\x56\xda\x87\xbf\xb5\xdb\xe3\x51\x8f\xab\x72\x31\x2f\xa5\xe5\x86\x9e\xb6\x79\xf0\xd6\x3f\xf0\xe4\x55\x7a\x03\x3d\xc3\x7a\x96\x95\xcc\xcd\x30\xff\xdf\x48\x57\x2c\xb8\x27\x9e\xfc\xb9\x10\xfd\x6c\x88\xbd\x3b\x14\xfe\xd7\xd6\x07\xe3\xef\xbb\x9e\xd2\xbf\xbc\xc6\xa0\x62\x90\xd3\x7a\xde\x9c\x88\xf0\x65\x13\x59\x27\xdc\x5c\x96\x23\x45\xfd\xf9\xe8\xb3\x87\x78\x64\xa2\x10\xc9\x15\x04\x42\x52\xd4\xc8\x5a\xc1\xa2\x50\x99\x48\x46\xbd\x39\xbf\x56\x88\x64\x72\xaa\xac\x87\x35\xd9\x42\x1b\xfa\x08\x85\x0f\x01\x0d\xb6\x63\xce\xe4\x8c\xd9\x74\x64\x65\x4d\xe5\xb3\x85\xa2\xaa\xa4\x65\x8d\x8f\xd5\x8c\x87\x6a\x44\x83\x78\x64\x91\xff\x22\x9f\x85\xf1\xc1\xd5\x58\x64\x28\x32\x91\xcf\x8f\xf1\x91\x58\x46\xbd\x19\x51\xd7\x0a\xfa\x2c\x5f\x8f\x83\xe6\xf0\xd3\x68\x4e\xce\x44\x6f\x13\xa7\xe6\x08\xfa\xc9\x9f\x0e\xd1\xbf\x0c\xb1\x9f\x0c\x85\x7f\xc2\xba\x41\x7f\xd5\xc5\x07\xef\x97\xa4\x82\x94\x95\x55\x31\x0d\x15\x23\x22\x4d\x53\xd2\x39\x3e\xb2\xb2\x26\x7c\x12\x9f\x31\x2b\x6a\x44\x1f\x78\x97\x6e\x5a\x43\xcd\x55\xe9\x05\xfd\xfc\x4b\xd7\x64\x4d\x36\x23\xb3\xfe\xb5\x30\x51\x1c\xa7\x51\xcb\x72\x84\x7f\x13\xf8\xe4\x4e\x51\x23\x89\x91\xe3\xfa\xbe\xaa\x94\xe6\xcc\x30\xaf\x14\xb2\x22\x0e\xf3\x09\x98\x3e\x56\x96\x72\x05\x31\x3c\xe2\x13\x1c\x7b\x5f\xce\x51\x0c\xa2\xa9\x4f\xcb\xcd\x6f\x6b\x56\xc9\x4b\x85\x6c\x5c\x51\xb3\xc3\xc5\x17\xb2\xc3\x6b\x85\x5c\x5a\xc9\xc8\xc3\x07\x66\xb4\x39\xbd\x95\x78\x74\x8f\xf3\x5a\x9d\x5f\xc3\x3f\xee\xf2\xae\xfd\xd5\xcc\x18\xb5\xa4\xb7\x9d\x60\x4f\xd3\x22\xed\x9c\x14\x13\x90\x40\x7f\xc0\x3f\xd6\x15\xd7\xb6\x24\xd6\x25\xff\x72\x8f\x47\xac\x9b\x2a\x4a\x6a\x29\xc7\x49\xac\xf8\x38\x37\x14\xf4\x4e\x14\xb9\x36\x7e\x4b\x43\xde\x83\x95\x0d\x0d\xf1\x93\x3a\xc8\xd7\x42\xec\x73\x6e\x5c\x95\xd5\xac\xec\xdc\xda\xeb\xdc\xaa\x0f\xeb\x4b\x72\x36\x97\x1e\xaa\xda\xaf\xac\x15\xfd\xdf\x37\x8d\xad\xfa\x59\x26\x2f\xd3\x2c\xa5\x2a\xc2\xed\x18\x1d\x6f\x20\xc9\x36\xc7\x33\x1b\x88\xaf\x3e\xf1\xf5\x23\xdd\xf4\xe1\x6e\xf6\x52\x77\xf8\x03\x56\xaa\xef\xc5\xee\xce\x89\xaf\x15\x30\x48\xbf\xcf\x3c\xb9\xc1\x81\xa5\xde\x39\xed\x14\x67\xbf\x47\xc7\x1d\xe0\x94\x5f\xe4\xc2\xa4\x3c\x3f\xb2\xa0\x14\x86\xc4\xd1\x7c\x0f\x9e\x0b\xd5\x22\xfd\x29\x4d\x29\xcc\x89\x5c\xdf\x25\xfd\xb5\x30\xfe\xbd\x60\xbe\x2c\xf6\x1f\x07\xbc\x03\x7f\xf2\xb5\x2e\x7a\xb5\x8b\xbd\xd2\x15\xfe\xac\x35\xcb\xf8\x60\xd7\xb4\xa2\x4f\x9a\x73\x5a\x24\xab\xf0\xdb\xae\x44\xa2\x2b\xfa\x9f\xa2\x91\x89\xb2\xab\xe0\xf3\xc7\x55\x59\x2a\x68\x91\x35\xcd\xce\x6a\x0c\x49\x69\x7e\xe1\x3c\x57\x94\xcf\xa5\x45\x3e\x83\xe3\xeb\x88\x72\xc3\xb8\xa7\x22\x97\x52\x94\x95\x62\x5e\x8e\x47\xc4\x2f\xf2\xe4\xac\xf9\x2c\xf9\x3c\xce\xf5\x06\x58\x3f\x1f\xdd\xc1\x4f\xab\x2c\xd1\xb8\xb5\x63\xea\xd6\x7f\x48\x6a\xf8\x62\xf1\xbb\x45\xa9\x69\x9a\x62\xc9\xe8\x59\x8b\xfb\x3c\xe6\x5c\x37\xed\xf9\x4b\xd5\x2b\xa9\x83\xa6\x3b\xec\xc5\x7e\x1a\x36\xd6\x4d\xca\xa5\x1b\x8a\xfa\x42\xd9\x1a\x3f\x43\x98\x62\xd8\xc1\xa5\xf3\x92\xa6\xc9\x1a\xfb\xc3\x3e\xf6\x3b\x3d\x74\x87\x7d\xc0\xd2\x7a\x22\xfc\xe6\xfa\x94\x28\xc6\x1a\xf1\x49\xbd\xa9\x80\xa4\x28\x8f\xf0\x03\x2e\x5b\x67\xb3\x98\x70\xfe\x08\x74\x28\xee\x6f\xc9\x55\xff\xb7\x64\x8c\x1d\x37\xde\x92\xaa\xbe\x51\x6e\xd8\xc6\x6f\x34\x54\x29\x50\xa5\x40\x95\x02\x55\x0a\x54\x29\x50\xa5\x40\x95\x02\x55\x0a\x54\x29\x50\xa5\x40\x95\x02\x55\x0a\x54\x29\x6d\xaf\x4a\x81\x66\x04\x9a\x11\x68\x46\x3a\x58\x33\xf2\x83\x83\x74\xc5\x70\xfa\x2a\x29\xaa\x94\x95\x2b\xe5\x22\x1e\x4b\xd3\xd2\x7a\xf4\xe5\x07\xa4\xa5\xa2\x94\xce\x95\x72\x76\xc9\x88\x0f\x1d\x64\x2f\x77\xd3\x9d\xc6\x76\x2b\xb5\xf6\x18\x57\x8c\x54\xa4\xd0\x16\x66\x16\xc4\x6e\x93\xa2\x99\x9b\xb1\xb8\xbe\x9b\xf1\xc7\xaa\x0a\x0d\xd5\xfb\x07\x2c\x0a\xd9\x98\xd7\x5a\xdc\xbc\x69\x16\xbb\xae\x3a\xbf\xcd\x0a\x41\x64\x7f\x5a\x97\x64\x67\x0d\x5a\x57\xfe\x0c\x4d\x9c\x5d\x7d\x4e\xd5\xe2\x8f\x77\xed\xae\x7e\x60\xfd\xa6\xee\xc3\xf7\x99\x25\x8c\x3d\xb7\xea\xb1\x25\x1f\x27\xfd\x4b\x56\x9e\x6b\xdc\xdc\x73\x43\xba\x11\x72\x8e\x06\xe5\x1c\xbf\xd1\x15\x78\x10\x59\x10\x4a\x8d\x59\x4a\xd9\x4a\x8d\x2d\x8c\x4c\x5c\xb6\xd1\x9a\xc8\x14\xfb\xe4\xde\xea\xc8\xf4\xa0\x98\x82\x44\x24\xb7\x60\x74\x48\x6c\xdc\xb2\x58\xf4\x04\xcd\xd3\x9c\x33\x16\xc5\x92\x74\xb6\x81\x94\xce\x14\xbf\x8c\x2b\x1c\x81\x6b\x08\x47\x7e\xe1\xe8\x1b\x21\xfa\x7a\x88\x7d\x35\x14\xfe\x92\x75\x83\x3e\x1a\x7a\xc2\x39\xe4\xcb\xe9\x33\x0f\x3e\x6c\x8b\x2c\xcb\x2b\x22\xfd\x63\xcd\xb5\xec\x1c\x83\x31\xbd\xe5\xa7\xe8\x08\x37\x05\xa5\x30\x54\x90\xb3\x12\xbf\x11\xc6\xa8\xcf\x19\x96\x04\x75\xb1\x1e\x81\xd1\x43\x73\xab\xab\x72\x46\x0f\x7c\xf9\x9b\x76\x5e\xc6\x66\xf1\xb9\xfc\xa0\x31\x18\xe4\xc3\xe1\x48\x56\xd5\xbf\xb7\x45\x59\xcd\x29\x19\x6b\x50\x6b\x7f\x7a\x79\xca\xcb\xbc\x1b\x6b\x9a\x7e\x92\xce\x81\xb4\xa4\x1f\x69\x5e\x90\xf1\x23\x2b\x82\x3f\x98\x4d\xc4\xc5\x79\x0a\xd9\x80\xcb\x39\x46\x19\x3f\x85\x39\x7e\x06\x2e\x83\xdc\xe4\x17\x42\xf4\x5a\x88\xbd\x1a\x0a\xbf\x62\xdd\xe6\xf7\x86\xa6\x1c\xd9\xdc\x62\x5e\x96\x34\xd9\x82\x45\x73\xaa\x52\x94\xb2\xfc\x01\xcc\x29\xf9\x5c\xfa\x66\x59\xbe\xc8\xbc\x16\x3b\x1d\xac\x3f\xa5\x44\x7c\x34\x1e\x59\x10\x0f\x44\xdc\x9d\xa2\x3e\xc7\xd1\xe7\x89\x26\x77\x94\x23\x8a\x5a\xbc\x26\x15\xcc\xfc\x95\xba\x26\x0f\xaf\x48\x79\x93\xd3\x47\xc5\xd6\x68\x64\x25\x57\x90\xf2\xb9\x1f\x32\x81\xdf\xb2\xac\x0f\xa2\xf9\xac\x6a\x58\x0c\x9e\x33\x36\x04\x16\x8d\xf7\x69\xf6\x41\x82\x8c\xc7\x23\xe7\x72\xbc\x3b\x3b\x4e\x5c\x51\xab\xaf\xcc\x9e\xa1\x96\x04\x98\xe7\x2f\x9b\x52\xba\x16\x8f\xee\x15\xe7\x33\x65\x5e\x48\x59\x22\x2c\xf9\x8e\x1e\x7a\x7b\x0f\x7b\x5b\x4f\xf8\x07\x56\x36\xf4\x8b\xdd\x4f\x19\xe4\x4c\x7f\xa5\xf4\x29\x62\x56\x52\x97\xa5\xac\x1c\x49\x2b\xf9\xbc\xcc\x23\xb1\xfd\x5e\xc8\xea\x8a\xa2\xae\xea\xf7\xc2\xf5\x4c\xaf\x54\xfc\xb8\xf7\x89\xf2\xfe\x6c\x76\xc6\xa2\xb8\xaa\x9c\xde\x51\xd2\xb9\x8c\x8d\xc0\x39\x4d\x15\xb2\x12\xf3\xee\x6a\xdc\x61\x99\x6f\x35\x79\x69\xdc\x71\x1b\x4d\xd2\x66\x4d\x0b\xad\x1c\x68\xf9\x8f\xc5\x23\x13\x69\x7d\x06\xc9\xbf\xd1\xce\xe0\xd0\x27\xae\xa1\x2f\x32\x64\x3c\xf8\xf2\x8e\xa1\x8d\x47\xfa\x92\x52\xfa\x05\xfd\x6b\x53\xc8\xe8\x7b\xf1\xe4\x23\xdf\xa9\xe2\xc6\x09\xbc\x6d\x74\xfd\xf2\x46\xcc\x2b\x58\xb6\x5a\x1a\x8f\xf4\x4d\x2b\xaa\xec\x68\x36\x92\x96\xb4\xb4\x94\xd1\xaf\xde\xb8\x3f\x22\xdd\xcc\xdb\xd3\x44\xf4\xaa\x6a\x70\xc5\x6a\x23\x1e\xbd\xab\x58\xd9\x6f\x9c\x63\x87\x4f\x75\xd1\xac\x18\x3b\x9c\xa3\x49\x3e\x76\x38\x45\xe3\x74\xa2\x81\xcf\xc7\x42\x49\x2a\xad\x69\x34\xaf\xb7\x36\xc2\x75\x38\xbb\xc4\xbd\x95\x33\x9b\x6d\xd3\x6f\xe0\x50\xdf\xc8\xa0\xfe\x31\x80\xfb\x18\xe2\x7a\xc4\x7d\x7c\xb2\x9b\xed\x14\x4f\x83\x92\xbf\xb8\xa7\x7a\xec\x90\xa8\x52\x78\xfa\x4e\x6f\x86\xb9\x96\x67\x2b\x06\x14\x10\x71\x76\xda\x30\x06\x22\x4e\x88\x38\xb7\x58\xc4\xd9\x7a\x06\xe6\xa7\xa2\x6c\xd1\x5c\x33\x75\x86\x4e\xb1\xf1\xe8\x09\x4b\xac\xf9\x50\x99\x58\xb3\xaa\x85\x5b\xa1\xde\x0d\xfb\xa9\x3e\xba\xc7\x2c\x33\x50\x50\x32\x36\xc6\xfd\x5e\x2f\xfb\x9d\x90\x5d\x64\xe0\x3e\x17\x7c\x7b\x59\xc9\xc8\xb1\xd7\xf1\xf5\x7c\xbc\x0e\x80\xfe\xdf\x01\x03\xd9\x05\x3a\x2e\x3a\x63\x82\x86\x79\x67\x1c\xa0\x3e\x7a\xcc\x5b\x51\xac\xa8\x7a\x4f\x8c\xeb\x67\xb2\x59\xf4\x3a\xed\xdf\xe9\x0e\xb0\x47\x2a\x6d\xfa\xf9\x2f\x3b\x15\x91\xe1\xb7\xee\xb2\xef\x62\xd8\x9d\xa9\xf2\x1b\x79\x97\xb9\x54\xae\x49\xf7\x32\x39\x4e\x27\x68\xb4\xe2\x63\x5e\xef\xcd\xc4\x97\x1b\x3c\xb4\x41\x1e\xfa\x53\x5d\x9b\x78\x87\x4f\x09\xf2\x79\x8c\x8e\xd8\xe4\xb3\x25\x21\x80\x33\xce\x80\x42\x40\xec\x1b\x77\xda\x21\xe0\x0e\x0b\x5e\xf2\xb7\x7e\xaf\xf8\xcf\xa6\xbd\xf4\xc0\x91\xc0\x91\xc0\x91\xc0\x91\xc0\x91\xc0\x91\x9d\x89\x23\x7d\x39\x61\x50\x9f\xf9\xe4\xa7\x6f\xb7\x3f\xf3\x07\x7c\x38\x23\xff\xf8\xdf\x59\xb4\x8b\xa8\x05\xfb\xed\x07\x39\xec\xb4\x11\x07\xc8\x21\xc8\xe1\x16\x93\xc3\x66\xc2\x1a\x5f\x46\x18\x50\x10\x4f\x25\x68\x98\x0d\x45\x0f\x5a\x0c\x6f\xaf\x13\x02\xea\xbb\xb7\x60\x71\xf6\x37\xfb\x68\x5f\x79\xed\x4f\x73\xa8\xf2\xa6\x35\xa5\x24\x69\xec\xf7\xfa\xd8\xa7\x1c\x15\x40\x6f\xd6\xb7\x06\xdb\x5c\x61\xf7\xb8\xde\x48\x40\x8b\xb0\x07\x1d\x75\x40\xcb\xda\x47\x35\xd0\xfa\xd6\x63\xd7\xb3\x60\x7a\x63\xc5\x03\xac\xce\x5d\xf6\x3c\xca\x7b\x39\x56\x60\x63\x05\x36\x56\x60\x63\x05\x36\x56\x60\x63\x05\x36\x56\x60\x63\x05\x36\x56\x60\x63\x05\x36\x56\x60\x63\x05\x36\x56\x60\x63\x05\x36\x56\x60\x63\x05\x36\x56\x60\xb7\x68\x05\xf6\x8f\xdd\x4e\x47\x8d\x9a\xa0\x06\x1a\xe2\xad\x38\xac\x18\x35\x39\xbf\xa2\xad\xf1\x80\xa4\xae\xe5\x65\x4d\x9f\x33\xc8\x37\x34\xf6\x79\x8a\xfe\xe6\x0e\xda\x5b\x76\xd8\xd2\x7a\x22\xfc\xb0\xf8\x68\x44\xa4\xc8\x82\x9c\x5f\x59\x10\x47\xce\xeb\x47\xce\xf3\x23\x63\x07\xc5\x0e\x13\xce\x03\x17\x13\xee\x3b\x07\xac\x46\x59\xa4\x27\x68\xbe\x22\x2b\x54\x43\x8f\x12\x2f\xbf\x27\xeb\x89\xb8\xfb\x59\xa6\x7e\x21\xe4\x6d\xa1\xbd\x20\x90\xde\x2c\xa5\x38\xd2\x9b\xa2\x00\x7e\x90\x9e\x16\xba\xa4\xc7\xe9\x8a\xad\x4b\x0a\xa6\xe5\x67\x44\x8a\x74\x9e\xe6\x1c\x29\xd2\x40\x9a\x36\x89\xe3\x43\xee\xc4\x71\x27\xdb\x51\x54\xb4\x12\x5d\xbf\xee\x0f\x1b\xcf\xb3\x73\x66\xa5\x52\x97\x5e\x6b\x56\x2e\x75\xbf\xc0\x32\x0e\x89\xb4\x5e\xed\xb4\x5e\x0a\xb2\x42\x0f\x59\x61\xe0\x49\x97\x7f\xf7\x46\x9a\xb1\x22\xb1\xa2\xa5\xa5\x7c\xae\x90\x1d\x5e\x1f\x59\x96\x4b\xd2\x88\x97\x11\x06\xef\xfb\xfa\x75\xe7\x8b\x4a\xc6\x3c\x4e\x56\x35\xf6\x87\x4b\xec\x1b\xbd\x74\xb7\xa3\xa9\x25\xa3\xa9\xf0\x51\x31\x9b\x57\x8d\x79\x88\x39\x50\x55\x56\x22\xfa\x7b\x13\xb9\x60\x35\x39\xa7\x64\x26\xac\x26\x63\xa3\xfa\x61\x13\x76\x7b\x8b\xa2\x39\x7b\x25\x92\xc7\x81\x6d\x9e\x74\x49\x22\x15\x81\x54\x44\x12\xa9\x08\xa4\x22\x90\x8a\x40\x2a\xa2\x63\x52\x11\xc9\xb6\x49\x45\x04\x7e\x26\x0d\xa7\x22\x92\x48\x45\x20\x15\x81\x54\x04\x52\x11\x48\x45\xb4\x3e\x15\x91\xec\xe8\xcc\x41\x12\x99\x83\xe6\x65\x0e\x92\xed\x9e\x39\x48\x6e\xc3\xcc\x41\x6a\x9d\xde\x20\xc8\xf6\x13\x34\xcf\xc9\xf6\x2c\xa5\xe8\x42\x2d\x48\x6c\x92\xa3\xb8\x41\xa2\xe2\x1e\xc4\x68\x36\x57\x47\xb5\x2d\x6f\x8a\x2c\x24\xab\x59\x7f\x8a\x3c\xc5\x92\x36\x45\x36\x4f\xce\x80\xc7\x1e\xa7\xe6\xa0\xc7\xe2\x1a\x28\xfa\x6e\x72\xc7\x6c\x11\x2b\x0f\xe2\x45\xd4\x4e\x58\x89\x90\x2d\x63\x6a\x02\x81\x3d\x4b\x4f\xd3\x62\x45\x5a\x64\x9a\xa6\x82\x78\x96\x58\x38\x83\x85\xfb\x0d\x12\xf6\x8f\xd4\x48\xaa\x3d\x25\x42\xcf\x1c\x5d\xe6\xa1\xe7\x02\x05\xd4\x5d\xe9\x39\x91\x58\x7b\x92\x16\xec\xc4\x5a\x70\xad\x5f\x15\xc9\xb5\x45\x7a\xc2\x91\x5c\x0b\xac\x79\x33\x34\xd6\x17\xfa\xaa\x22\xd9\x86\x63\xa1\x5f\x26\x2f\xf6\xae\x21\xf7\xd0\x38\x68\x2c\x38\x75\xac\xde\x55\x56\x3c\xc3\xe4\xa4\xd8\xbb\x3a\x4c\x4e\x5a\x87\xb7\x3a\x60\x36\xc7\xd5\x00\x10\x1a\x10\x1a\x10\x1a\x10\xba\x73\x20\x34\x06\x87\x3e\x83\xc3\xf6\xa1\xf4\x70\x94\x69\x89\xa3\x0c\x92\x21\x48\x86\x20\x19\x82\x64\x08\x92\x21\x1d\x9d\x0c\x81\xb1\x18\x8c\xc5\x60\x2c\xd6\x2c\x63\x31\xe4\x1a\x91\x6b\xec\xd4\x5c\x63\x2a\x1b\xb0\xa7\x9e\x5f\xa2\xae\x3e\x1a\xbd\xc1\xac\x9b\x0b\xab\xbe\x1e\x73\xa7\xd1\x77\xb3\xbb\x44\xd8\xb0\x43\x3a\x6d\x47\xa7\xf4\xdf\x1a\xa0\x71\xb1\x3e\x60\x99\x5b\x32\x59\xde\x4c\x5e\x35\x32\x55\xa5\x70\x5d\x59\xb6\x0c\xd5\xdf\x3a\xc0\xbe\xdc\x43\xbb\xf8\xc1\x4b\xeb\x89\xf0\xcb\x5d\x46\x0f\x74\x58\x35\x15\xcc\x11\x8e\xb9\x18\x60\x52\x55\x0a\x29\x65\x39\x10\xb3\xa6\x41\x7b\x36\xc3\x67\x6c\xc6\xd8\x57\x9f\x10\xd9\xd3\xb4\xbe\x32\x00\xe1\x68\xfb\xff\x67\xef\xed\xc3\x1c\xb9\xea\x3b\xdf\xa7\xd5\x6d\xcf\xf8\x30\xc6\xe3\x33\x36\xc6\xf2\xd8\x2e\x6b\x3c\xd3\xdd\x9a\x6e\xf5\xa8\x3d\xaf\x3d\xaf\x52\xbf\xcc\x8c\xdc\x9e\x69\x77\x8f\x7b\xc0\xb1\x3d\x54\x4b\xd5\xea\x9a\x51\xab\xe4\x2a\xa9\xc7\xc3\x8d\xef\x4d\x20\x24\xce\xdd\xc0\xf2\x84\x0b\x9b\x0d\xe1\x25\x37\x40\x20\x61\x43\x20\xd9\xe5\xee\x92\x9b\x64\xef\x2e\x60\x02\x71\x08\x09\x90\x84\x04\x42\x96\xbc\x2c\x79\xf2\x9e\x6c\x80\xcd\xc2\x7d\xce\x4b\xbd\x49\x2a\x95\x5a\x23\xa9\xd5\xee\xef\x3f\x30\x6e\x55\x9d\x3a\x75\xce\xa9\xdf\xf9\x9d\xcf\xef\x2d\x11\xbf\x9f\x3f\x2e\xcd\xfe\x67\xd1\x5b\x00\x45\x74\xb1\xc7\xc3\x0c\x36\x24\xb7\x53\x70\xd2\xb2\xeb\x22\x69\xd9\x6c\xf8\xb7\x39\x4c\x07\xe5\xc7\xc6\x57\x8e\x5d\xcf\x40\x0c\x3a\x92\x3a\x21\x92\x02\x49\x9d\x60\xc4\x82\x11\x0b\x46\xac\xad\x6a\xc4\x42\x52\x27\x24\x75\x82\xf1\x00\xc6\x03\x18\x0f\x60\x3c\xe8\x09\xe3\x41\xe6\x20\x19\xa7\x07\x62\x09\x07\x6e\xec\xf2\xd5\x91\x13\x27\xb7\x97\x43\xf1\x38\x24\x9b\x02\xc6\x45\xb2\xa9\xcd\x13\x32\x42\x3f\x3e\x4c\xe6\x05\xc2\x34\x97\xd4\x6c\x22\x20\xe3\x94\x5a\x28\xad\xa8\x21\x70\xd3\x34\x0a\xda\x92\x5e\xcc\xe9\xc5\xbc\x45\xff\x78\x88\xfe\xfd\x00\x89\xb2\x36\x53\x55\xd9\xa8\x44\x5b\xd1\xeb\x4d\x26\xa8\x37\x0a\x5a\x5a\xb4\xda\xa6\xf4\xf4\x47\xf8\x0d\xf3\xd5\x3d\x5b\x94\x1d\x73\x29\xa6\xe7\xd1\xb3\xba\x55\x06\xcd\xac\xa5\x99\xeb\xca\x0b\x15\xb8\xc0\xec\xdc\xf4\xee\x78\x7b\x21\xa6\x98\x16\xd2\x54\x56\x7c\xf0\x4e\xf0\x4e\xf0\x4e\xf0\x4e\xf0\x4e\xf0\x4e\xf0\x4e\xf0\x4e\xf0\x4e\xf0\x4e\xf0\x4e\xf0\x4e\xf0\xce\x2e\xf3\x4e\x90\x4b\x90\x4b\x90\x4b\x90\xcb\x0e\x92\xcb\x37\xc5\xc9\xe3\xe1\xe4\x72\x49\x2b\x37\x03\x2e\x1d\x97\xcc\x8f\x0c\xd3\xb7\xdc\x42\xee\xad\x07\x2e\x79\x53\xd1\x9f\x6f\xc6\x47\x73\xde\x60\xdb\x75\x0f\x38\x68\xee\x0f\x82\x9d\xfc\x65\xfc\xac\x13\x80\xb3\x16\x70\x2e\x85\x03\xce\xd3\xf4\xe4\x3a\x00\xa7\x97\x6c\xf2\x39\x20\xa1\x2e\xa1\x80\x9a\x80\x9a\x80\x9a\x80\x9a\x80\x9a\x80\x9a\x80\x9a\x80\x9a\x80\x9a\x80\x9a\x80\x9a\x80\x9a\x80\x9a\x5d\x86\x9a\x49\x32\x46\x47\x63\xfb\x1d\xa8\xb9\xd3\xeb\xc4\xc9\x0e\x77\xf0\xe0\x04\x07\x05\x07\x05\x07\xed\x2a\x07\xfd\xd5\x61\x72\x98\x4d\x5d\x78\xf4\x39\x3f\x78\xae\xaa\x25\x07\x76\xbe\x71\x98\xfe\xd1\x00\xd9\x96\x35\x4c\xed\xca\x5a\x32\xfa\x8b\x4d\x85\x9f\xf3\x56\x1e\x53\x4b\x3d\xc1\x37\x1f\xe0\x8f\x9b\x34\x4c\xcd\x17\x7f\x6e\xf7\x11\x48\xb3\x16\x69\x3e\x1a\x8e\x34\x87\xe8\x3e\x89\x34\x63\x31\x3b\xba\xdc\x1e\x52\x5f\x7c\x39\xd8\x25\xd8\x25\xd8\x25\xd8\x25\xd8\x25\xd8\x25\xd8\x25\xd8\x25\xd8\x25\xd8\x25\xd8\x25\xd8\x25\xd8\x65\xaf\xb1\xcb\xc3\xe4\x20\x1d\x8f\x1d\x70\x40\xe4\xdd\xbe\x00\x74\xfb\x70\x07\x80\x09\x80\x09\x80\x09\x80\xd9\x55\x80\xf9\x8f\xc3\x64\x4e\x38\x72\xaa\x39\xa6\x64\xeb\x46\xd1\xd4\xf2\x3a\xfb\x2e\xfd\xbe\x9c\x12\x6f\xae\x56\xca\x2a\xd3\xa0\xae\x6b\x4b\x2b\x86\x71\xcd\x77\x26\x75\xd0\xe6\x7b\x86\xe9\x8b\xb7\x90\x57\xd7\x6d\xf1\xca\x5a\x32\xfa\x5f\x9a\x61\x9d\x8f\xc9\x27\x5d\x16\x4f\x9a\xf4\x3e\xa9\x27\xf0\xe7\x51\xfe\xb8\x54\xbd\x97\x5c\x4c\x36\xea\x3d\xc0\x68\x2d\x18\x7d\x2e\x1c\x8c\x3e\x41\x17\xec\x34\xb7\x0d\x96\xaa\x44\xa6\x8d\xc6\x1f\x14\x15\x14\x15\x14\x15\x14\x15\x14\x15\x14\x15\x14\x15\x14\x15\x14\x15\x14\x15\x14\x15\x14\x15\x14\xb5\xa7\x29\xea\x79\x72\x96\x4e\xc7\x26\x1d\x1a\x3a\xe4\xa5\xa8\x8d\xce\x7b\xb5\x60\x15\xd8\x13\xd8\x13\xd8\x73\x0b\x63\xcf\x0f\x0e\x93\x8c\xc4\x9e\x6e\xc9\xa4\x50\x27\xce\x15\xa7\x1c\x53\xc9\xc8\xa9\x4e\x39\x26\x8b\xfe\xfe\x10\xfd\xcb\x01\xf2\x4a\x5f\x6d\xff\x64\xf4\x8d\x7d\xcd\xa5\xd9\x0c\xa8\xf2\xd4\xd6\x94\x9b\x29\xb7\x6b\x5e\x67\xcd\x80\x47\x6f\x8e\x94\x9b\x41\x4c\xb1\xfd\xf8\xd2\xa6\x94\xcd\xa4\xc1\x5c\x5f\xd8\xba\xb7\x62\x57\xb3\x35\xbf\x50\x5a\x08\x4c\x12\x4c\x12\x4c\x12\x4c\x12\x4c\x12\x4c\x12\x4c\x12\x4c\x12\x4c\x12\x4c\x12\x4c\x12\x4c\x12\xa9\x36\x81\x2a\x81\x2a\x81\x2a\x5f\x4e\xa8\xf2\x97\x07\x49\x5c\xa0\xca\xa2\x56\xbe\x6e\x98\xd7\x98\x3e\xe8\xba\x65\xca\x3f\x96\x8c\x82\x9e\xd5\x35\x8b\xbe\x69\x90\x7e\xbb\x9f\xdc\xee\x5e\x7b\x65\x2d\x19\xdd\x2f\x14\x50\x53\x6e\x9d\xb6\x6c\xb5\x5d\x2d\x2f\x88\x8b\xe7\x58\x1b\x37\xe2\xa3\xec\xe2\x0b\xce\xfd\x8b\x49\xdf\xcf\x33\x86\x99\x2a\x14\x1c\x82\x68\xf5\x3a\x26\x5c\x26\x8f\x0a\x1a\x38\x45\xd2\x9c\x06\x9e\x20\x13\xe4\x68\x10\x0d\x4c\x78\xc6\x78\x2d\x99\xf0\xbd\xf9\xac\x6e\x85\xfb\x31\x3e\x50\x9f\x10\x6e\xa3\xb7\x08\x38\xf8\x4c\x38\x1c\x3c\x4e\x8f\x49\x38\x58\x33\xe1\x12\x11\xfa\xba\x05\x30\x08\x30\x08\x30\x08\x30\x08\x30\x08\x30\x08\x30\x08\x30\x08\x30\x08\x30\x08\x30\x08\x30\x08\x30\xb8\x91\x60\x10\xd8\x0e\xd8\x0e\xd8\x6e\x0b\x63\xbb\x1f\x8d\x92\xe3\x76\x66\xc8\xa0\xda\x37\xb2\x99\x67\x2b\x46\x59\xb5\x83\xa7\xc7\xac\xb2\x5a\xae\x58\xf4\x33\xf7\xd2\x1f\xec\x77\xd3\x43\xc6\x4d\x4d\xcd\x29\xe2\x37\x7b\x88\xdd\xfd\xd6\x3e\xe0\x3d\xce\x5a\x8a\x0f\xb2\x6b\xab\xd3\x32\xfa\x2e\x59\xe0\xed\xb4\x0d\xdd\x09\xd2\xf6\x14\x49\x09\xd2\x36\x41\x8e\x72\xd2\x36\x4e\x0e\x90\x44\x20\x69\x63\x6f\x96\x58\x4b\x26\x7c\x1d\x0b\xe5\x6b\x17\xc3\xf9\xd9\x08\x8d\x57\x27\x50\xf4\x3f\xc3\x17\xfe\x7b\x7f\x7d\x60\x77\x2b\x1d\xc8\x6b\x65\x12\xfd\xfc\x76\x77\x0e\x46\x4d\xad\x54\x50\xb3\x5a\x93\xd3\x10\x97\x97\x77\x7d\x26\xd2\x53\x24\x4d\xce\xd0\x81\x25\x23\x77\x23\xca\xff\x57\xe9\x8b\xaf\x7b\x2a\xd2\xef\x8e\x90\x77\x46\xe8\x4f\x44\xa2\x6f\x77\x64\xee\xb7\xfa\x2e\xb3\xcd\x4b\xee\x9a\x23\xdc\xb3\x35\xcb\xce\xc6\x42\x48\xfa\x4e\x6a\x5e\x7a\xb7\xa4\x29\x25\x36\xe8\x4c\x3d\x4e\x28\xa9\xa2\xa2\x17\x05\x23\x31\x4c\xa5\x52\x74\x30\x4b\x4e\xc9\x99\x37\xe6\x2b\x45\x25\xa7\x9b\x1a\x93\x0c\x9a\x73\x76\x67\x5b\x30\xd7\x71\x24\xbc\xb0\x8f\x2a\xf2\xb8\xa8\x2c\x57\x4c\xae\x0e\x97\x4c\x23\xab\x59\x5c\x19\x91\xd3\x23\x77\xb9\x84\xb2\xc8\x9f\xc8\x8f\x19\x5c\x7b\x98\x50\x46\x95\x54\xa1\x30\xc1\x55\x8d\x9c\x79\x43\x31\x2b\x45\x36\xb5\x4c\x94\xd8\xfa\x95\x6c\x4e\xcb\xc5\x6e\x15\x5d\xf3\xc8\xcd\xf4\x3b\x22\xe4\x6d\x11\xfa\xd6\x48\xf4\xcd\xce\x00\x7d\xb3\x8f\x6b\xa7\x8f\xa9\x45\x35\xaf\x99\xe2\x9c\x25\x6c\x81\x96\x65\x64\x75\xae\x3a\x38\x27\x1a\x95\x1f\x09\x0d\x53\x61\x9a\x65\xf9\x86\xa3\x4b\xad\xaa\xd7\x58\xff\xcb\x2b\x9a\xa5\xd9\xc2\x8d\x09\x5c\x9b\x35\x71\xdc\xb2\xa4\x29\x5c\xac\xf2\xd3\x8b\x61\x2a\xc9\xf1\xa3\xec\x5a\x53\xcd\x72\x28\xc6\x0e\xfe\x42\x94\xf1\x13\x06\x53\x06\x55\xbd\x28\x34\x0c\xae\xc1\xbb\xd7\x72\x50\x20\x91\x1d\x3b\x77\xda\xdb\x53\xde\x28\xa8\xc5\x7c\xc2\x30\xf3\x63\xa5\x6b\xf9\xb1\x4a\x51\xcf\x1a\x39\x6d\x6c\xcf\x79\x6b\x8e\xb5\x92\x88\xed\xf0\xbe\xab\x77\x43\x79\x5f\x5f\x3b\x44\xc1\x0c\x6b\x22\x49\x4f\x93\x93\x64\xdb\xa4\xd0\x97\x3b\x22\x52\x82\x25\x40\xa9\x52\x26\x6d\x97\x38\xe9\x1f\xd8\xe1\x8a\x94\xc3\x25\xd5\x64\x07\x5a\x76\x08\xe4\xdb\x4f\x93\xb2\x65\xa8\x54\x2f\xf5\x6e\x47\x25\xcb\x7d\xd5\x0d\x8d\xf2\x3e\xec\x67\xff\x9c\xd8\xed\xfd\x71\x55\x33\xf3\x9a\xf7\xd7\x7d\xde\x5f\x79\xbe\x06\x2d\xaf\x67\x47\x6b\xae\xf3\xb5\xc2\xfe\x7d\x43\xfe\xca\x7a\x99\xbe\x40\x66\x49\xa6\x4a\xaa\x35\x30\xe5\x34\x70\xec\x9e\xe3\xe8\x1c\xf2\x2d\x44\xbe\x7d\xa4\x9f\x7c\xb8\x9f\x7e\xa8\x3f\xfa\x01\xc7\x96\xf4\xc6\xfe\xad\x23\xdf\xaa\x68\x03\x1b\x67\x4e\xcf\x39\x11\x63\x8b\xd3\xb5\xa1\x0d\x05\x2c\xdc\x61\x8e\x91\x85\xb1\x45\x2d\xf0\x3b\x8b\x46\x71\x54\xdc\xcd\xaf\xe0\xc6\x36\x4b\x19\xca\x58\x46\x71\x4e\x18\x93\x1e\x63\x9f\x85\xfc\xf7\x82\xfd\xb1\xb8\x7f\x1c\x0e\x16\xbc\xe9\x97\xfa\xc8\x67\xfb\xe8\x8b\x7d\xd1\x4f\x3a\x8a\xf2\x07\xfb\x66\x0c\x76\xee\xd3\x2d\x25\x6f\xf0\x61\x37\x94\xd8\x32\xfb\x53\x4c\x49\xf9\xde\x82\x1f\x81\x56\x35\xb5\xc8\x4e\xf3\x2e\x36\x1f\x55\xb3\xfc\xc5\xb9\x31\xa2\xa0\x67\x05\x30\xe7\x7c\x54\x31\xae\xcb\x31\x15\xb0\xbe\xa4\x19\xa5\x82\x96\x50\xc4\x13\xb9\xf5\xcf\x9e\x4b\x7e\x14\xa9\x3b\x00\xce\xe3\x63\xb7\xf0\x6e\xf9\x2c\x59\x5d\xd1\x29\x83\x33\xc0\xf0\x1e\xb6\x7f\x0b\xc8\x4c\x90\xa3\xf4\x70\xec\xa0\xe3\x36\x74\xaf\xaf\x98\x85\xf7\xbe\x97\x43\x52\x38\xfa\x67\x43\x44\xb1\xcf\x42\xb6\x9c\x2c\x96\xd7\x8c\x42\x65\xd5\x2d\xfe\xf9\x9f\x87\xe8\x3f\x44\xdc\x9d\x71\x0f\x3f\xf0\xf8\xf7\xc0\x39\xe7\xde\x45\x7e\x6f\x3c\xea\x9e\x74\xaa\x7f\x6b\xf3\xe1\xe6\x0a\x99\x12\x0b\xf1\x24\x39\xce\x17\xe2\x21\xf2\x08\x49\x86\x2e\xc4\xea\x5e\xdd\x84\x32\xc2\x8e\x23\x57\xe7\xc3\x57\xe2\x18\x1d\xad\x5e\x89\x35\xbd\xf0\x2e\xc6\xe8\x8b\x9e\x23\xce\x3e\xfb\x88\x13\x32\xf0\xf7\xfb\xce\x36\x9d\x1d\xfb\xf4\x59\x32\x4d\x26\xab\x36\xfe\x56\x06\x1f\x3b\x3e\x4e\x34\x2d\x9e\x68\x7e\xae\xaf\x4d\xdf\xff\x79\x71\xa8\x49\x93\x33\xee\xa1\xa6\xeb\xa2\x84\x9f\x6b\x3a\x20\x4a\xe2\xdf\xba\xc3\x15\x25\xf7\x0a\x6b\x86\xa2\xd6\x4a\x8f\xdd\xe2\xa7\xae\x08\x8f\x4b\x64\x9e\xcc\x79\x85\x47\x3c\x4d\xce\xb4\x70\x66\x98\xe2\x5d\xbe\xc8\x55\x39\x0b\x92\x24\x4c\x92\x7c\x23\x42\xbe\x1e\xa1\x5f\x8d\x44\xbf\xe2\x0c\xd0\x47\x23\x97\xbc\x9c\x58\x2f\x2a\x96\x60\xbd\xca\x92\xb6\x2c\x7c\xc6\x1c\x03\x8d\xeb\x98\x24\x6d\x62\xbc\x8b\x1e\x49\xc1\xb4\xc8\xa2\x96\x57\xf9\x40\x48\x54\xec\x95\x28\xc2\x54\xeb\x4c\x81\x5c\x8b\xfa\xea\xaa\x96\x63\x32\xab\x70\xc3\x75\xe6\x72\x1d\x78\xf4\xc2\x88\x24\xc8\x9c\xa1\x2b\x79\x93\x6d\x85\x25\xcd\xd4\x8d\x9c\x43\xc2\xdd\x5d\x91\xfb\xc9\xd9\xa3\x51\xb1\x58\x27\xbd\xf4\x5d\x65\x77\xda\x2f\x24\x1f\xb2\x2c\x8c\x96\x76\x13\x09\xd1\x4f\xa1\x74\xd7\xe9\x63\x8c\xf2\x2e\xcc\xf1\x1e\xd4\x21\xe3\xe9\xdf\x8e\x90\x97\x22\xf4\xb3\x91\xe8\x8b\xce\x30\xbf\x37\x32\xe5\x09\x1b\x2f\x15\x34\xd5\xd2\x1c\x0b\xf3\x9c\x69\x94\xd4\x3c\x9f\x00\xe1\x3d\xe8\x73\x32\xb3\xdf\xc5\x8d\x3b\x67\xb3\x94\x4c\x1c\x49\x28\x0b\x62\x42\xc4\xe8\x94\xb4\x62\x4e\x2b\x96\x5d\x67\x05\x4d\x31\xcc\xd2\x8a\x5a\xb4\x9d\xde\xcc\x8a\x36\xb6\xac\x16\x6c\xe7\x9e\x98\xf8\x35\xa6\x2c\xeb\x45\xb5\xa0\xbf\xde\x3e\x5c\x2c\x69\x8a\x9a\xe3\x26\x16\x63\x4c\x10\xf7\x9c\xeb\x39\x22\x1a\x1f\xb4\xdc\x9b\x84\x3b\x4d\x42\x99\xd6\xf9\x72\xf6\x74\xdc\x30\x6b\xdf\xcc\x35\x6b\x95\x85\x37\x0f\xff\xd8\x8c\xf2\x4a\x22\xb6\x53\xf4\x67\xca\x7e\x11\x9f\xf7\x5c\xfa\x85\x01\xf2\xa6\x01\xfa\x86\x81\xe8\xf7\x9c\x63\xef\x97\xfb\x2f\x4b\x73\x3b\xfb\xa4\x56\x8c\xeb\x4a\x5e\x35\x97\xd4\x3c\x3b\x14\x15\x0a\x1a\x17\xac\xee\x77\xa1\x99\xcb\x86\xb9\xca\xc6\xa2\x6e\x4f\x2f\x56\x3d\x3c\xb8\xa3\x7c\x3d\xdb\x8b\xb1\x24\xde\x4a\x67\x0b\x25\xab\xe7\x5c\xbf\x19\xee\x82\x21\x0e\x65\xf6\xe8\xb2\xb3\x96\x74\x50\xb0\x9d\x2c\x12\x9e\x61\xb4\xcd\xf3\x8e\x2d\xc9\x71\x9c\xf4\x3f\x2c\xa1\xa4\xb2\x59\xad\x24\xb6\x57\xaf\x70\x18\x14\xef\x30\xa8\x8c\xca\x89\xf7\x2f\x0c\xeb\xb8\x32\x98\x56\xb3\xd7\xd8\xe6\x51\xcc\xb1\xab\xb8\xc7\x22\xbf\xa8\x6a\xe0\x84\x4f\x8c\x5c\xfa\xfe\x46\xec\x37\x58\x72\x5a\x3a\xae\x0c\xce\x18\xa6\xe6\x69\x56\xc9\xaa\x56\x56\xcd\xb1\xb7\x97\xe3\x23\x7c\x54\x79\x7b\x96\x90\x5e\x35\x0d\x2e\x3b\x6d\x24\x62\x77\x96\xaa\xd7\x8d\x77\xdb\xff\xf9\x76\x6d\xfb\x19\xd6\xca\x38\x9d\x24\x29\xb2\x5d\x8c\x69\xe7\xf6\x7d\xa5\xfe\xbe\x7f\x1b\xdd\x26\x86\xa5\x23\x5b\x7f\xfa\xef\x5f\xe1\x6e\xfd\x63\x35\x54\x33\xe4\x38\x71\x9f\x07\x67\x76\x4e\x1f\x00\xc1\xdc\x6a\x5a\x08\x08\x26\x08\xe6\x06\x13\xcc\x6e\x81\xa3\x50\x88\xd9\x01\xa1\x9f\x39\x49\x8e\xd3\x63\xb1\x23\x0e\x8b\xdc\xed\xe5\x98\xd5\xb7\x76\x3e\x0d\x1b\xfd\xc8\xfd\x4e\x5a\xa7\x92\xae\x3d\x57\xd6\x8a\xdc\x45\xc6\x0d\x97\x5a\xd2\xca\x6a\x72\x2c\x5b\xb1\xca\xc6\xaa\xad\xfd\x78\x67\xc2\xef\x83\xf1\xc7\xbb\xe9\x1b\x06\xc8\xdd\xbe\xb6\xae\xc8\x46\xa2\x87\x1a\x7a\x64\x4c\xf2\x47\xd8\x28\x77\xca\x79\x44\xfc\x30\xbb\x2d\xe5\x6d\x71\x51\x34\x18\x74\x47\x47\x7c\x35\x7e\xbc\x8f\x5c\x17\xcb\xb2\x44\x8a\x7c\x59\xae\x90\x65\x92\x0b\x5a\x96\x6e\x67\x47\x9d\xf0\x14\x77\x53\xf2\x8f\xb5\x1c\x9f\x44\xd0\xfb\xdc\x2c\x02\x7d\x36\x7c\x1d\x5f\xa0\xb3\x9e\x65\xca\xbb\x43\xec\x7c\x4b\x75\xd6\x85\x5d\x65\x33\xa8\xc3\xd1\x5f\x21\x41\x8b\xe0\x68\x98\x4b\x48\xe0\x3a\x38\x26\xef\xdc\xe8\xa5\x90\x7e\x3d\x79\x8e\xac\x55\x29\x25\x5d\x5a\x0a\x50\x60\x00\x64\x5b\x04\xb2\x6f\x8d\x04\xa7\x7f\xdb\x30\xc9\xf6\xfd\x02\xee\x56\x88\xe5\xc2\xdd\xae\x3d\xbd\x49\xec\xdb\x9c\xf8\xbc\x09\x69\x59\x23\x79\xd3\x3f\x78\x7b\x90\xf8\x4c\x35\xed\xfe\x12\x28\x47\x8f\x70\xf5\x66\x23\xa5\x28\x8e\x95\x5b\x4d\x2a\xe3\x58\x89\x63\xe5\x06\x1f\x2b\x7b\x59\x81\xef\xfe\x16\x13\x7a\xfa\xcd\x4c\x93\x49\x9a\x8a\x9d\x76\x4e\xaa\x0f\xfb\x4a\x30\x06\x3c\xa8\x0b\x27\xd6\x4f\xc7\xc9\x11\x71\x62\xb5\xb2\x2b\x5a\xae\x52\xf0\x65\xf7\x50\x0b\xa5\x15\x35\x39\x56\x32\x75\xc3\xd4\xcb\x37\xb2\x05\xd5\xb2\x5c\x8f\x99\x7f\x15\xa7\xef\xed\x27\xbb\xdc\x1b\xaf\xd8\x77\x44\x95\x7a\xde\x33\xb2\x95\x49\xd6\x4a\x9c\xfb\xd7\x2c\x38\xb7\x2e\xca\x3b\x7d\x17\xb5\xf9\xd0\xb9\x42\x1e\x13\x4b\x76\x86\x4c\xf1\x25\x7b\x8a\x9c\x20\x13\x81\x28\xc4\x33\x20\xf6\x7b\x25\x7c\xdd\x0b\x5d\x88\xb9\xf0\x85\x98\xa2\xa7\x25\xe8\xf0\xb5\xec\x59\x61\xe2\xc9\xf6\xf9\xb1\x66\x96\x42\x23\x08\x7e\xe4\xb6\xfa\x53\xb4\x27\xc0\xd5\xc6\x37\x4b\xb6\x3f\x4e\x57\x27\x2a\x3d\x47\x2e\x90\xd9\x2a\x85\xe2\xa6\x66\x0a\x2a\x05\x0e\x7a\x2d\x1e\xf4\x7e\xa5\xaf\xdd\x52\x63\x5e\x9c\xd2\x1e\x25\xe7\xdd\x53\x5a\xa7\x25\x51\xc8\xa1\xac\x39\x41\x15\x28\x82\x9a\x93\x60\xf1\x0f\xef\xac\x2f\x89\x5e\xe5\x7a\xea\xf8\x84\xcf\x5e\xf1\xf7\xee\xca\x1e\xf8\xeb\xc0\x5f\x07\xfe\x3a\xf0\xd7\x81\xbf\x0e\xfc\x75\xd6\xed\xaf\xf3\x89\x3e\xb1\xbb\x8f\xf3\xdd\xdd\xf5\xb4\x39\x49\x8e\x93\x63\x2d\x6c\x22\x02\x15\x06\x93\xe6\x59\xa1\x99\x4c\x93\x49\xae\x99\xdc\xdc\x63\xd6\x77\x6a\xb9\x49\x65\x20\xdc\x4b\x28\xfd\x9e\x1d\xf5\xd5\x85\x91\x30\xef\x1e\x9f\x12\xf1\x30\x3f\x80\x77\x4d\x87\x00\x8c\xdd\x6a\x9a\x0b\x60\x2c\x60\xec\x06\xc3\xd8\x1e\x05\x5b\x37\xbb\x45\x84\x42\xd5\x86\x61\x8c\xbe\xe6\xbb\x40\x52\xdf\xb5\xdb\xf6\xfd\xc9\x6a\xa6\x4c\xdb\xa2\xd5\xba\xfe\x78\x7e\xd3\xf3\x45\xbd\x98\xb7\x67\xb6\xca\xf7\xe7\xa5\xfb\xe8\x37\xfa\xc9\x5d\xde\xeb\x1d\xb3\xe5\xe1\xc6\xae\x3f\xee\x2d\x0b\xe2\x11\xf3\xe2\x11\xc2\xf7\xc7\xf3\xb3\x63\xa9\x0c\xba\xa3\x23\xbe\x3f\x15\xf2\xa4\x58\xad\x0b\xe4\x71\xbe\x5a\x99\xae\x74\x36\xd8\x23\xcd\x3b\x9a\x8e\x6d\x20\xa8\xc7\xdd\xf1\xee\x91\x2b\xbb\xce\x44\xdb\xa6\x83\xc0\xfe\xd5\xd8\x0e\xa2\x7f\x7a\x5b\xc0\x34\x1f\x0b\x75\xee\x09\x9c\x69\xfb\xd6\x8d\x9e\xec\xf4\xd3\xe4\xfb\xc8\x6b\xab\xd4\x91\xf6\xcd\x36\xb4\x13\x70\xdd\x16\xb9\xee\x97\xfa\x3a\x2a\x86\xae\x08\xc8\xfb\x1a\xb2\xe8\x42\xde\x1e\x91\x73\xeb\x77\xc3\x69\x8b\x9c\x4b\xff\xb7\x1d\x01\x72\x2e\xdd\xbc\x17\x4e\xa0\xc0\x13\x6e\x38\x1b\x29\xee\x70\xf2\xdb\x6a\xb2\x15\x27\x3f\x9c\xfc\x36\xf8\xe4\xb7\xb1\xba\x74\x68\xcc\x47\x73\xbb\xcc\xba\xb7\x92\x06\xdb\x52\x66\x86\x4c\xd1\x74\xec\x8c\x73\x26\xdc\xeb\x73\xb4\x09\x7a\x46\x17\xce\x87\x6f\x8d\x93\xc7\xc5\xf9\x30\xa7\x5b\x59\x63\x8d\x49\xde\xaa\xc3\x61\xc3\xe2\xdf\x5a\x31\x57\x32\xf4\x62\xd9\x2a\xe8\x59\xd7\x07\xe7\x3f\x0d\xd3\xb7\xde\x42\xee\x74\x9a\x74\x36\xd5\x5f\x96\xc5\xbf\xbd\x15\xbf\x8b\xb6\x75\xc9\x2e\xbc\x33\x2d\xdb\x5c\x60\x6d\xb6\xa5\xde\xf7\x88\x9b\x71\x9c\x9b\xb4\x64\x7e\x6a\xbd\xac\xad\xba\x82\x6f\xd0\x97\xbd\xde\xd3\x76\x22\x3e\xc2\x1f\x37\x65\xbf\x8e\xdc\xc4\xdd\x14\x73\xbe\x1e\xf7\x7a\xed\x9f\x8d\x28\x11\x1e\xfc\x4d\x5e\x17\xdf\xe4\xba\xca\x83\x57\x2f\x55\xa9\xf6\xf9\x66\xa1\xf6\xfb\x44\x15\x20\x54\x01\x42\x15\x20\x54\x01\x42\x15\x20\x54\x01\x42\x15\x20\x54\x01\x42\x15\x20\x54\x01\x42\x15\x20\x54\x01\x42\x15\xa0\x2e\x57\x01\x6a\x68\x20\xf7\x1d\xe2\x5e\x0e\x79\x7e\x51\xa3\x08\x35\x8a\x50\xa3\x68\x13\xd5\x28\xfa\x7c\x5c\xd4\x28\xb2\xc6\xcc\x25\x35\x9b\xb0\xf1\x18\x6f\xaa\xc6\x71\xa6\x50\xb1\xca\xec\x54\x55\x70\xe1\xe7\x5b\xe3\xf4\x7d\xfd\xe4\x5e\x76\x73\xca\x7b\xaf\x03\x41\x1f\xa8\x13\x86\x38\x29\x1a\x9a\x37\x0a\x9a\xa8\x54\x34\x5f\x7d\xbb\x6d\x39\x74\x2f\xdc\xd8\x64\xde\x7c\x70\x1c\x5a\xef\xf6\x2a\x94\xcf\xeb\xe1\xa8\x6f\x86\x4e\x49\xd4\x17\x38\x05\xb6\xa9\xd7\xf3\xe0\xda\x00\xd8\x90\x20\xc4\x6f\x6f\x6f\x34\x4d\x0f\xd5\x0f\x45\xf4\xce\x94\x5d\xcc\xa8\xeb\x93\xb5\xee\xec\xdf\x41\xb3\x05\x7b\x2a\x7c\x55\xba\x94\xfd\x3b\x50\x60\xac\x3f\xfb\x77\x87\x65\x4f\x13\xa2\x25\x54\x3c\x85\xb8\xba\xc4\xff\xe3\xce\x46\xb2\xe7\x2e\x27\xf8\xd0\x2b\x6e\x86\xc5\x5f\xbb\x2f\x6d\x10\x7e\x88\xf0\x43\x84\x1f\x22\xfc\x10\xe1\x87\x08\x3f\x6c\x25\xfc\xb0\xad\x11\x81\x5d\x0d\x66\x6c\x3e\x7d\x78\xf7\x8e\x35\xe9\x9f\xd9\xd1\x48\x77\x88\x87\x44\x22\x7a\x35\x0a\x51\x31\xb1\xab\x0a\x05\x3c\x52\xb7\x9a\x1a\x03\x8f\x54\x78\xa4\x6e\xae\x7c\xe3\x9b\x81\x6d\x85\xc6\x21\x1e\x25\x87\xe9\xc1\xd8\xb8\x63\x2a\xb9\xc7\xe7\x73\xea\xb6\xdd\x8d\x0c\xe4\x83\x64\x58\x20\xd5\xa2\x56\xbe\x6e\x98\xd7\x7c\xf9\xdc\x04\x4a\xe5\x41\x87\x96\xa5\x59\xf4\x07\x07\xe9\x3f\xf5\x13\xea\x5e\xea\x6c\x6d\x7b\x85\x4f\x80\x29\xad\x99\xb6\xea\x6c\x3b\x8e\x9e\x17\x4d\xc4\x47\xd8\x65\x17\x9c\xdb\xe5\x6e\x26\x7f\x9d\x31\xcc\x54\xa1\xe0\xf8\x6e\xb6\x2f\xd6\xa2\x43\xee\x9a\xb2\x4c\xca\x01\x5e\x26\x85\x2d\xdd\xe3\xe4\x18\x39\x12\xb8\x74\x3d\x03\x6c\x2f\x60\xf9\xe2\xb3\x7a\x13\xce\xd3\x0f\xd4\x5f\x55\xdb\xe8\x2d\x6c\x4c\xc9\xd5\xa7\xc3\x17\xf8\x04\x3d\x1a\x84\x4b\x6a\x66\x5f\xae\x74\xd9\x43\xb8\x68\xc2\x45\x13\x2e\x9a\x70\xd1\x84\x8b\x26\x5c\x34\xe1\xa2\x09\x17\x4d\xb8\x68\xc2\x45\x13\x2e\x9a\x70\xd1\x84\x8b\x66\xb7\x5d\x34\xe1\x04\x09\x27\x48\x38\x41\x6e\x61\x27\xc8\x1f\x1e\x26\x33\x61\xc4\xae\x61\x60\xb8\x8b\xf3\x3e\x31\x44\x7f\x73\xa0\x2e\xce\xb3\xe4\x8e\x57\xcc\xe9\x6b\x7a\xae\xa2\x16\x7c\x71\xe1\x8e\x76\x29\xe9\x50\x5b\x22\xc1\x13\xf1\xfd\xfc\x86\x1a\x3a\xe8\x06\x73\x7b\x70\x59\xaf\xb3\xc1\x8d\x08\xe5\xde\x53\x9f\x10\xee\xa0\x84\x77\x6c\x3d\x98\xb0\x49\x2a\x88\x48\x6e\x60\x42\x60\x42\x60\x42\x60\x42\x60\x42\x60\x42\x60\x42\x60\x42\x60\x42\x60\x42\x60\x42\x60\xc2\x8d\xc6\x84\x88\xc6\x06\x88\x04\x88\x04\x88\xec\x20\x88\xfc\xc2\x15\x32\x25\x40\xa4\x5a\x29\x1b\x56\x56\x2d\xe8\xc5\xfc\xd8\x5a\x32\x88\x3b\x72\xfe\x65\x14\xcb\x6a\xa1\x64\xe4\xec\x5b\x34\xd3\xa2\x3f\x7a\x85\x7e\x7e\x1f\x79\xa5\xa7\x95\x2b\x6b\xc9\xe8\xa1\xc6\x1e\x85\xe7\x9c\xd6\xe6\x8c\x5c\xca\x69\x2d\x3e\xce\x6e\x4b\xb9\x4d\x2d\x7a\xf8\x61\xc0\x3d\x3d\xce\x12\xd3\x60\x6a\x60\x6a\x69\x30\x35\x30\x35\x30\x35\x30\xb5\x2d\xc3\xd4\xd2\x3d\xc3\xd4\xda\xde\x93\x96\x99\x5a\x1a\x4c\x0d\x4c\x0d\x4c\x0d\x4c\x0d\x4c\xad\xfb\x4c\x2d\xbd\xa5\x01\x55\x1a\x80\xaa\x73\x80\x2a\xdd\xeb\x80\x2a\xbd\x09\x01\x55\xe6\x59\xb2\x28\x5c\xad\x2e\x92\xc7\xb8\xab\x15\x4f\xcd\x16\x18\x9f\xe9\xe1\x4f\x89\xb5\x64\x22\x00\x16\x35\x15\xab\xb9\xae\x9a\x19\x9e\xe7\x4a\xf7\xaa\x80\x47\x7b\xdd\xad\x48\x58\x3c\x68\xec\x9f\x6e\xab\x41\x6a\x72\x8b\x52\xd4\x40\x7a\x76\x50\x5c\xb1\x41\xfc\x4c\xe0\xae\x27\xc8\x02\x79\xbc\x2a\x0b\x44\x8a\x9c\xbe\xc9\x79\x43\x32\x08\xa4\xd3\x6b\x31\x9d\xde\x7b\x23\x22\xb1\xcd\x01\x9e\xd8\x86\x09\x92\x49\x72\xf3\x0b\x92\x5c\x16\xc9\xf5\xe6\xc8\x05\x37\xb9\x5e\x5b\x1a\x7e\x8d\xc8\xc2\xf3\x38\xb9\xe8\xc9\xc2\xd3\x96\x96\x5b\x8f\x51\x2f\x19\x56\xb9\xd9\x5a\x42\xcd\x0b\xc1\x3a\x12\x34\xfe\xc2\x68\x8d\xdc\x1b\x91\x09\x98\x3c\xd9\xac\x8c\xe5\x40\x19\x78\x4a\x5c\xed\x93\x81\x93\xce\x9d\xdd\x96\x86\x9d\x49\xf0\x07\x9a\x0c\x9a\x0c\x9a\x0c\x9a\xbc\x75\x68\x32\xd4\xbf\x10\xf5\xaf\x77\x70\x3b\x92\xab\x76\x25\xb9\x2a\xac\x1a\xb0\x6a\xc0\xaa\x01\xab\x06\xac\x1a\x5b\xda\xaa\x81\x1c\xdb\xc8\xb1\x8d\x1c\xdb\x9d\xca\xb1\x0d\xa3\x21\x8c\x86\x5b\xd5\x68\x98\xc9\xb7\x39\xbd\x7c\x18\x7e\x8e\xd7\xc7\xcf\xbb\xe8\x9d\xe2\x6b\x76\x25\xed\x3a\xcb\xda\xb7\x66\xa2\xdb\x84\x41\x38\xf4\x6f\x9e\x26\x13\xc2\xa9\x3f\x6b\x18\x66\x4e\x2f\x56\x15\x57\x0b\x72\xee\xe7\x3a\x82\x45\x7f\xf1\x69\xfa\xb6\x7d\xe4\x0e\xef\xbd\x57\xd6\x92\xd1\x3d\x8d\x7d\xf9\x67\xd9\xcd\xf1\x87\xd8\x45\x93\x9e\x3b\xbd\xa6\x47\x7e\x09\x1c\xf5\xe1\xa8\x0f\x47\x7d\x98\x56\x60\x5a\x81\x69\x05\xa6\x95\x9e\x31\xad\xf4\x8e\xe5\x00\x48\x1b\x48\x1b\x48\x1b\x48\x1b\x48\x7b\x4b\x23\x6d\x30\x37\x30\xb7\x2d\xca\xdc\x36\xa5\xa3\xfe\xeb\xc8\xb4\xe0\x84\xa7\xc8\x09\xce\x09\x0f\x93\x83\x64\x3c\xd0\x59\xd5\x47\xa6\xd6\x92\x09\xce\x86\xda\x52\x43\xe9\x35\xe1\x50\xf0\x10\x7d\x44\x42\xc1\x3a\x80\x4c\xc2\x41\xde\x21\x1f\x0a\x8c\xbd\xe9\xb6\x5a\x2a\xf6\x4a\xc7\x1d\x5f\x00\xb0\x3d\xe2\xbf\xbb\x83\xc0\x04\xb1\x9a\x22\x69\x72\xa6\xca\xd7\xfe\x00\x49\xac\x6f\xe8\xe1\x5b\x05\xd7\xfa\x16\x5d\xeb\xff\xaa\x8f\xa4\xc4\xa7\x3f\x41\x8e\xf2\x4f\x7f\x9c\xac\x7b\xfd\x91\x19\xe1\x49\x7f\x9a\x9c\x74\x3d\xe9\x5b\x69\xe7\xac\x70\x9c\x3f\x43\x4e\x79\x1c\xe7\x5b\x69\xe8\x66\xfd\xe4\x9b\x93\x43\x75\x3c\xe1\xc3\x64\x52\xfc\x0f\x47\x6a\xe5\x50\xb4\xae\x7b\xbc\x90\x49\xa3\xe2\x37\xbf\x4c\xaa\xe7\x0d\xdf\x09\xe9\x04\xdf\x77\x00\x5a\x00\x5a\x00\x5a\x00\x5a\xf8\xbe\xc3\xf7\x1d\xbe\xef\xf0\x7d\x87\xa1\x00\x86\x02\x18\x0a\x60\x28\x80\xa1\x00\xbe\xef\xf0\x7d\x87\xef\x3b\x7c\xdf\x61\x87\x83\x1d\xae\x07\xed\x70\x3d\xed\xfb\xde\x31\xbc\xbc\x19\x3d\xde\xbf\x33\x48\x86\x84\xc7\xbb\x70\xc3\xae\x5f\x4b\x53\xfc\x46\x7f\x73\x90\xfe\xe7\x01\xf2\x4a\xf1\x5f\x4e\xb5\xcc\x67\x9b\xab\x96\xc9\x8b\x35\xb6\xb5\x56\x26\x6f\xd1\x92\x75\x32\xf9\x7f\xcc\xea\x56\x79\xc6\x30\x53\x85\x82\x83\xe6\xad\x1e\x77\x9b\xcf\x5c\x6b\x7f\x49\xcc\xd0\xcf\xa5\xa9\x5a\x99\x97\xc3\xbf\x93\x83\x74\x5c\x7e\x1b\xbe\xd5\x23\xbf\x0a\xd1\x17\x54\xc9\x44\xa0\x00\xaa\x64\xc2\x0e\x05\x3b\x14\xec\x50\x5b\xd9\x0e\x85\x2a\x99\xa8\x92\x09\xfe\x0f\xfe\x0f\xfe\x0f\xfe\xdf\x13\xfc\x1f\x35\x2c\x51\xc3\x72\xb3\x10\x4f\xd4\xb0\xec\x44\x0d\xcb\x1f\x18\x26\x87\x05\xfc\xb3\xca\x86\xa9\xe6\x35\x4f\xa6\x0b\x01\xfe\xd6\x8c\x42\x65\x55\x53\xcb\x65\x35\xbb\xc2\x76\x5e\x99\xf6\xe2\x79\xfa\xc9\x21\xfa\x9d\x01\x42\xe4\x7d\x57\xd6\x92\xd1\x8f\xf7\xc9\xa1\xf7\xc0\xbf\xa2\x2d\xcc\xec\x5c\x17\x8b\xbc\xbd\x94\xd3\x5e\x5b\x78\xe0\x88\xab\xc1\x70\x2d\x4d\xee\x77\x4c\x09\x72\x55\xb3\x41\x9f\x36\xec\x69\x3b\x11\x7f\x80\x3f\x6e\x41\xbc\xca\x62\xb2\xba\x8f\x00\x88\xb5\x00\xf1\x99\x70\x36\x78\x9c\x1e\x93\x6c\xd0\xbf\xb8\x24\x1c\xac\x1e\x65\x7f\x79\x87\x07\xeb\x03\xca\xed\xf4\x56\xfe\xe2\x60\x88\x60\x88\x60\x88\x60\x88\x60\x88\x60\x88\x60\x88\x60\x88\x60\x88\x60\x88\x60\x88\x60\x88\x60\x88\xdd\x66\x88\x27\xc9\x71\x7a\x2c\x76\xc4\x71\x79\xda\xcd\x7d\x9d\x64\x2f\xaa\xcf\x78\xb1\x01\xf6\x6b\x27\xfd\x99\x80\x20\x81\x20\x81\x20\x37\x11\x82\xfc\xee\x20\x19\x0d\x40\x90\x5e\x07\xc4\xac\xa5\xe7\x4c\x9d\xcd\x25\xfd\xdc\x20\xfd\xf5\x01\x72\x87\x4b\x1e\x85\x17\x62\xa5\x39\x2f\xc4\xc9\x85\xf3\x53\xbc\xa1\x36\x79\x22\x2a\x7e\x76\xc8\xfb\xe2\x3c\x63\x56\xb7\x40\x0f\x5b\x75\x3f\x7c\x2a\x1c\x31\x1e\xa3\x47\x6a\xbc\x0b\x1b\x31\x47\x67\x62\xc0\x0f\xc1\x0f\xc1\x0f\xc1\x0f\xc1\x0f\xc1\x0f\xc1\x0f\xc1\x0f\xc1\x0f\xc1\x0f\xc1\x0f\xc1\x0f\xc1\x0f\xe1\x83\x08\x00\x08\x00\x08\x00\xd8\x35\x00\xf8\x17\x83\x44\x11\x00\x50\x2d\x95\x2c\xd7\xf3\xd0\x2a\xab\x65\x6d\xb9\x52\x60\x9f\x2a\xfd\x2f\x83\xf4\xe3\x03\x64\x1b\xbb\xe2\xca\x5a\x32\x7a\xbd\x39\xd6\xb7\x20\x9b\x58\xd0\xda\x15\x77\x1c\xe7\x37\xa4\x4a\x25\x6b\x31\xe9\x69\x1d\x61\xc7\x6d\xe4\x7e\x17\xc3\xb9\xdf\x08\x8d\x0b\xa0\xe7\x99\x03\x52\x27\x60\x9f\xad\x17\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\x3e\xa0\xbe\xae\xa1\xbe\x9f\xe8\xb7\x73\x0d\x9a\x4b\x6a\x36\x61\xf3\xa1\xaa\x1a\xfb\xc2\xed\x8f\xfe\x65\x84\xfe\x45\x84\xdc\xcb\xae\x4c\x79\x2f\x74\x1c\xfe\xee\xc9\x6b\x65\xff\xf6\x2b\x5e\x2c\x3e\x98\xd7\xca\xf3\xd5\xb7\x49\xd7\xbc\xd4\xdc\x79\xfb\xe4\xd7\x3e\x42\x37\x51\xd3\xd0\x44\x4d\x43\x13\xcd\x34\x94\x29\x91\x27\x04\x94\xbb\x40\x66\x39\x94\x9b\x21\x53\x24\xdd\x02\x94\xf3\xbc\x67\x33\xa5\xe1\xe8\xfb\x87\x49\xaa\xd9\xa9\x91\x1e\x99\x85\x8a\x55\x66\x07\xcb\x82\xe6\x04\x85\x7f\x6d\x88\xfe\xdb\x5b\x1a\xcd\xd9\xc7\x9a\x89\x11\x9f\x14\x2d\xcf\x1b\x4c\xbd\xe9\x81\xf0\xf0\x21\xfe\xb8\xa0\x15\xe5\xe9\x2d\x90\x6f\x2d\xf2\xd5\xc3\x69\xee\x0c\x9d\x92\xbc\x36\x70\xed\xd9\xfe\x9b\xee\x58\xd7\xa6\x95\x44\xcc\x38\x40\x30\x40\x30\x40\x30\x40\x30\x40\x30\x40\x30\x40\x30\x40\x30\x40\x30\x40\x30\x40\x30\x40\x70\xaf\x81\xe0\xa3\xe4\x30\x3d\x18\x1b\x77\x62\xc6\xef\xf1\xc6\x8c\x7b\xce\x78\x08\x17\x07\x42\x06\x42\x06\x42\xf6\x20\xe4\x5f\xbe\x8b\x1c\x64\x53\x37\xb6\x96\x1c\x73\x0a\xe4\x48\xfe\xc8\xff\xfd\xfc\x18\xfb\xe0\x74\xe7\x8f\xcf\x8f\x95\x4c\xe3\xb9\x1b\xf4\x7f\xee\xa2\xef\x89\x90\x6d\x59\xc3\xe4\xc9\x2a\x87\xb2\x46\xb1\xc8\xa4\xdd\xd9\xe9\x4b\x2e\xee\x29\x1b\x0a\xbf\x9a\x3b\x8f\x8a\x66\xe2\xfb\xe4\x95\x93\x86\xa9\x2d\x26\xcf\x6a\x65\xb7\xe8\xbb\xbc\x64\x8e\xdd\x32\xde\x1f\x1f\x8b\x0b\xcc\x76\x84\xec\x16\x98\xed\x6e\xb2\x8b\x63\xb6\xdb\xc9\x2b\x3e\xd6\xb7\x9d\xc8\xb5\x11\x8a\xcc\x1e\xaa\xcf\xb1\x08\xdd\x2e\xbb\x42\xae\x3e\x11\x4e\xd5\xc6\xe9\x01\x49\xd5\x62\x31\x89\xcf\xbc\xfd\x95\xe5\xe0\x7d\x5e\x93\xd1\xba\x23\x34\xf7\xc4\xba\x46\x68\xae\xd2\xf9\x11\xea\xcc\xeb\x37\x31\xf0\xb1\x9f\xf6\x8c\xd0\xb0\x33\x42\x17\x17\x42\x86\x68\xd0\x3f\x44\x86\xb5\x89\x56\x51\x73\x83\xe7\x0e\x76\xfc\xfd\x9e\x31\xda\x6f\x8f\xd1\xd4\xf4\xec\xf4\xa5\xe9\xc6\xa3\x34\xec\x1b\xa5\x29\xae\xf0\x6d\x9e\x71\x5a\xef\x72\x1b\xff\x59\xcf\x38\x8d\xd8\xe3\x74\x71\xee\xd2\xf9\x8b\x17\x16\x1a\x0f\x54\xdc\x37\x50\xb2\xf1\x97\xef\x48\x4d\xd4\xfd\xea\xce\x4d\xa7\xa6\xd6\xf3\xd5\x9d\xd3\xd4\xdc\xcb\x77\x8c\xd2\x3f\xe3\x19\xa3\xb8\x23\x99\x52\x97\x26\xcf\x35\x1e\xa4\x21\xbf\x68\x62\x3b\xee\xcb\x57\x7e\x67\xce\x90\x53\xf4\x44\x6c\xc2\x39\x7a\x3c\xe8\x3d\x7a\xd4\x79\x40\xed\x11\xa4\xf3\x35\xfe\x3e\x1f\x21\xbf\x19\xa1\xbf\x11\x89\x7e\xda\xd1\xca\x3f\x1c\x99\x53\xcb\xe2\xf4\xbe\xa2\x29\x25\xd5\xe4\xfc\xe5\x89\xf9\x59\x79\xe4\x94\x47\x5d\x45\xea\x3e\x8a\x56\xcc\x95\x0c\xbd\x58\xb6\x58\x17\x96\x97\xf5\xe7\x34\x4b\x68\x60\x1e\xd3\x00\xd3\x64\x2d\xcd\x51\x45\xb3\x15\xd3\x64\xa7\x3d\xb1\x40\xec\x43\x4c\xd9\xb0\xdb\x4c\x28\x33\x86\xa9\x68\xcf\xa9\xab\xa5\x82\xe4\xd2\xd7\x57\x8c\x82\x43\x86\x58\x6f\xb8\xaa\x5f\x2e\x97\x26\xc6\xc6\x0a\x46\x56\x2d\xac\x18\x56\xb9\x8e\xb6\xc6\xa6\x68\xd4\xba\x61\x95\xb5\x55\x57\x5b\xd3\x0a\xaa\x55\xd6\xb3\x96\xa6\x9a\xd9\x95\xd1\x82\x91\xcf\xeb\xc5\xfc\xd8\x15\xf1\xdf\xa7\x9f\x3d\x59\xb1\x34\x73\xe2\x9a\xbe\x9a\x5d\xb9\x91\x50\xec\xd1\xa8\xff\x73\x8c\xcf\x8c\xb7\xca\xe1\xe7\x9e\x22\x71\x61\xde\x5e\x12\x69\xcd\x03\xb5\xc7\xab\xc6\x92\x45\xdf\xf5\x14\xfd\x8b\xbd\x64\x3b\xbf\x96\x7d\x4f\x0f\x09\x14\x69\x4a\x88\x62\x9f\xb2\x6d\x83\x75\xc6\x58\x8a\xbf\x9a\x5d\x92\x66\x3f\x2f\x26\xdd\xef\x27\x63\x2c\xf5\xb8\x51\x38\x0d\xa3\x28\x8c\xa2\x69\x18\x45\x61\x14\x85\x51\x14\x46\xd1\x2d\x63\x14\x4d\xf7\x8c\x51\xb4\xed\x3d\x69\xd9\x28\x9a\x86\x51\x14\x46\x51\x18\x45\x61\x14\x85\x51\xb4\xfb\x46\xd1\xf4\x96\xb6\x44\xa6\x61\x89\xec\x9c\x25\x32\xdd\xeb\x96\xc8\xf4\x26\xb4\x44\x66\x2e\x93\x13\x82\x81\x1e\x22\x8f\x70\x06\x3a\x4a\xf6\x93\xe1\x20\x67\xfa\x04\x67\x49\x89\xb5\x64\x22\x63\x2c\x35\x13\x91\x71\xf5\x81\xfa\x30\x73\x1b\xbd\x45\xa4\x49\x39\x17\xce\x50\xf7\xd2\x3d\x92\xa1\xf2\xa7\x4b\x8c\x9a\x31\x96\x7c\xd8\x34\xf6\x6b\xdb\x3d\xa8\x6b\x87\xd8\x68\x14\x95\x53\xad\xa8\xf8\xaf\x8e\x72\x2d\x81\xa1\x8e\x93\x63\xe4\x08\x1d\x58\x32\x72\x37\xa2\xfc\x7f\x95\xbe\xf8\x20\xd9\xdb\xd4\x78\xa6\xdf\x1d\x21\xef\x8c\xd0\x9f\x88\x44\xdf\xee\x48\x8f\x6f\xf5\x5d\x66\x7b\xb3\x14\xd7\x23\x3c\x57\x50\x96\x1d\xca\xc4\xe7\xee\x3b\x22\x78\xb1\xd1\x92\xa6\x94\xd8\xe0\x30\xbd\x2c\xa1\xa4\x8a\x8a\x5e\x14\x87\x73\xc3\x54\x2a\x45\xe7\x7c\x9f\x53\x72\xe6\x8d\xf9\x4a\x51\xc9\xe9\xa6\xc6\xd6\xb8\xe6\x1c\x1a\x99\xec\xe7\x9b\xab\x3c\x35\xdb\x3a\xb2\x3c\xa7\x28\xcb\x15\x93\xeb\x61\x25\xd3\xc8\x6a\x16\xdf\x05\xe5\x27\x25\xe5\x75\x42\x59\xe4\x4f\xe4\xfa\x2d\xdf\xb6\x26\x94\x51\x25\x55\x28\x4c\xf0\x3d\x2e\x67\xde\x50\xcc\x4a\x91\x9d\x9f\xd8\x47\x61\x6f\xec\xb2\x39\x2d\x17\xbb\x55\x74\xcd\x2b\x01\xde\x11\x21\x6f\x8b\xd0\xb7\x46\xa2\x6f\x76\x06\xe8\x9b\x7d\x5c\x2d\x7a\x4c\x2d\xaa\x79\xcd\x14\x0a\xbe\x60\xd8\x96\x65\x64\x75\xbe\x67\x39\xaa\xb4\xca\xcf\x22\x86\xa9\x30\x95\xa6\x7c\xc3\xd9\xc4\x57\xd5\x6b\xac\xff\xe5\x15\xcd\xd2\xec\xcf\x94\x89\x0e\x1b\x72\xf0\x73\xfe\x92\xa6\x70\x01\xc1\xd5\x66\xc3\x54\x92\xe3\x47\xd9\xb5\xa6\x9a\xe5\x34\x86\x9d\x38\xc5\x47\xc9\x55\x5b\xa6\x85\xa8\x7a\x51\x78\xed\x70\xd5\xd1\xbd\x96\x9f\x50\x25\x2b\x62\x07\x1e\x5b\xd0\xe6\x8d\x82\x5a\xcc\x27\x0c\x33\x3f\x56\xba\x96\x1f\xab\x14\xf5\xac\x91\xd3\xc6\xf6\x9c\xb7\xe6\x58\x2b\x89\xd8\x0e\xef\xbb\x7a\x9d\x34\xbe\xd0\x47\x8e\x8a\xcf\x38\x49\xc6\xf8\x67\x3c\x4c\x9a\x5d\x76\xe4\x24\xbb\x33\x49\x0f\x93\x83\x64\xdb\xa4\xd0\xcf\xd6\x73\xfb\x29\x76\xfb\x38\x3d\x42\x0e\x91\xed\xa9\x2c\x13\xff\xeb\xbb\xbf\x75\x09\x52\x32\xda\x2a\x41\xe2\xff\x69\xc4\x23\x41\x5e\x2d\x94\x52\x25\x6b\x14\xd8\x11\x53\x6e\x19\x4c\x9a\x3c\x2c\x7e\x91\xd2\x64\xd2\xf9\xbd\x93\x72\xe5\x12\x99\x27\x73\x5e\xb9\x12\x4f\x93\x33\x2d\x84\x3c\x09\x6b\xb4\xb4\x0a\x81\x97\x82\x97\x82\x97\x82\x97\x6e\x21\x5e\x0a\x15\x2b\x44\xc5\xea\x1d\xa0\xfc\x8d\x08\xf9\x7a\x84\x7e\x35\x12\xfd\x8a\x33\x55\x1f\x8d\x5c\xf2\x1e\xe1\xf4\xa2\x62\x89\x63\x98\xb2\xa4\x2d\x0b\xeb\xab\x83\x3a\xdc\x2d\x4b\x7e\x25\x7c\xb0\x3c\xca\x5c\xd1\x28\x8e\x16\xb5\xbc\xca\xa7\x44\x9e\xe2\xbc\x4a\x9f\x80\x9e\xce\x62\x90\xea\x80\xbe\xba\xaa\xe5\x98\x5a\x59\xb8\xe1\x9a\x45\x5d\xd1\xae\x17\x46\xe4\xe1\x8e\xbf\xae\x92\x37\xd5\x2c\x5f\x27\xba\x91\x73\x36\x1e\x77\x73\xe0\x16\x67\x7b\x5e\x2a\x16\xeb\xa4\x77\xa0\x54\x76\xa7\xfd\x42\xf2\x21\xcb\xe2\x7b\xb3\x9b\x48\x88\x7e\xae\x6a\x6a\xb1\x6e\x1f\x63\x94\x77\x61\x8e\xf7\xa0\xde\xa1\x15\xdc\x1e\xdc\x1e\xdc\x1e\xdc\x1e\xdc\x7e\x4b\x73\xfb\xdf\x8e\x90\x97\x22\xf4\xb3\x91\xe8\x8b\xce\x6e\xfb\xde\xc8\x94\x27\x6b\x49\xa9\xa0\xa9\x96\xe6\x7c\xfa\x73\xa6\x51\x52\xf3\x7c\x1f\x9e\x33\x0a\x7a\xf6\x86\xcf\x6b\xc7\x9e\x6e\x37\xed\x09\x9b\xf0\x64\xe2\x48\x42\x59\x10\x72\x44\x6c\x92\x25\xad\xc8\x96\xa9\xbb\x8b\x68\x8a\x61\x96\x56\xd4\xa2\xed\x45\x64\x56\xb4\xb1\x65\xb5\x60\x6b\xff\x31\xf1\x6b\x4c\x59\xd6\x8b\x6a\x41\x7f\xbd\x2d\xbe\x97\x34\x45\xcd\x71\x08\x6e\x8c\x09\x26\x9a\x73\x55\x4b\xd1\xf8\xa0\xe5\xde\x24\xf4\xed\x84\x32\xad\x73\x91\xe4\xe9\xb8\x61\xd6\xbe\x99\x6b\x78\x28\x0b\x75\x9f\x6b\x7f\x46\x79\x25\x11\xdb\x29\xfa\x33\x65\xbf\x88\xdf\x1d\xe9\x85\x01\xf2\xa6\x01\xfa\x86\x81\xe8\xf7\x1c\x9f\xb4\x2f\xf7\x5f\x96\x72\x90\x2d\xd1\x15\xe3\xba\x92\x57\xcd\x25\x35\xef\xe3\x0c\x8e\xa2\xa6\x99\xcb\x86\xb9\xca\xc6\xa2\x6e\x4f\x2f\x56\x3d\x3c\xb8\xa3\x5c\xad\xb1\x75\x92\x92\x78\x2b\x9d\xe9\x0b\x59\x3d\xe7\x2a\xd6\x7c\x6f\xe4\xc7\x1c\x67\x74\xd9\xe6\x24\x77\x0e\x7b\xf7\x4b\x78\x86\xd1\x96\x9b\x0e\xed\x77\x3c\xd1\xfc\x0f\x4b\x28\x82\x0c\x71\x59\xec\xd5\x56\x07\xc5\x3b\x0c\xb2\x33\x0f\xff\x97\x7f\x61\x58\xc7\x95\xc1\xb4\x9a\xbd\x96\x37\x8d\x4a\x31\xc7\xae\xe2\x2e\x60\xfc\xa2\xaa\x81\x13\xca\x8a\xd4\x80\xfc\x8d\xd8\x6f\xb0\xe4\xb4\x74\x5c\x19\x9c\x31\x4c\xcd\xd3\xac\x92\x55\xad\xac\x9a\x63\x6f\x2f\xc7\x47\x38\xfd\xf1\xf6\x2c\xa1\x4e\xd7\x34\xb8\xec\xb4\x91\x88\xdd\x59\xaa\x5e\x37\x5e\xdd\x06\x66\x31\x98\xc5\xb6\xa8\x59\x2c\x93\x27\xb3\x82\x4d\x4f\x93\x49\xce\xa6\x4f\x92\xe3\xe4\x58\x0b\xf0\x72\xa1\xac\x96\x2b\x56\x28\x30\x6e\x1b\x10\xbe\x1a\xaf\x8f\x9e\x77\xd1\x3b\x85\x5c\x70\x65\x36\xe9\x82\x43\x7d\xbb\xa3\x86\xe9\x9f\x0d\x92\x3d\xc2\x9d\x5c\x78\x41\xbb\x19\xd2\x64\x72\x34\xf1\x67\xfa\xab\x83\xf4\x63\x03\xe4\x36\xf1\x5f\x57\xd6\x92\xd1\x67\x9b\x2b\x5c\xc1\x53\x6b\xb5\xa9\x64\xc5\xbe\xeb\x4e\xb2\x2e\x6b\x31\xc9\xff\x1f\xe5\x2a\x9a\xcb\x5d\x36\x1f\xfe\x3d\x8c\xd1\x51\xf9\x3d\xf8\x56\x82\xfc\x2e\xc4\x63\x7c\x5f\x46\x33\x25\x30\x90\xa8\x0c\x3e\xf9\x48\x54\x06\x1b\x13\x6c\x4c\xb0\x31\x6d\x21\x1b\x13\x12\x95\x21\x51\x19\xd8\x3e\xd8\x3e\xd8\x3e\xd8\x7e\x4f\xb0\x7d\xa4\x1b\x43\xba\xb1\xcd\x42\x33\x91\x6e\xac\x13\xe9\xc6\xfe\x25\x42\x1e\x90\xc5\x69\xeb\x57\x44\x18\xa3\xbf\x1f\xa1\x5f\x8a\x90\x9d\x6a\x55\xbd\x83\xe0\xf2\x14\x0f\xe4\xb5\x72\x55\x21\x01\x54\xa5\xa8\x5f\x95\xe2\x6b\x11\x42\x9d\xe1\x37\xac\xac\x5a\xd0\x8b\xf9\x31\xfa\x62\x84\x7e\x32\x42\x5e\xe1\xf9\x5b\x34\x9a\xe7\xf6\xb6\x65\xc3\x5c\x75\x16\xb0\xaa\x70\x34\x17\x7f\x95\x18\x70\xfb\xda\xd4\xdc\xf9\xb3\xec\xef\x3d\x38\xd0\x3a\xb9\x20\x06\xfa\x2c\x99\xe6\x03\x7d\x9a\x9c\x24\xc7\x5b\x1b\x68\xfe\x8e\xa1\x23\xfc\x4f\x43\xe4\x90\x18\xe1\xa2\x91\xd3\xea\x57\xfa\x30\x2b\x45\xf6\x59\x67\x0b\xaa\x65\xb9\xb5\x3e\x3e\x31\x44\xff\x71\x80\xec\x60\xb7\x39\xe5\x3d\x7e\xa9\x99\xf2\x1e\xf3\xa2\xb9\x49\xd6\x5c\x4f\xd4\xf7\xd8\xcd\x1f\x77\xc1\xc8\x69\xb2\xa4\x87\xb7\x87\xe0\xe2\xb5\x5c\x3c\xac\xd0\xc6\xd5\xa7\xc2\xc1\xf9\x31\x7a\x44\x82\x73\xcf\xc2\x93\xd8\xdc\x3b\xfe\xb5\x75\x3e\x40\xc7\x41\xc7\x41\xc7\x41\xc7\x41\xc7\x41\xc7\x41\xc7\x41\xc7\x41\xc7\x41\xc7\x41\xc7\x41\xc7\x41\xc7\xbb\x4c\xc7\x8f\x91\x23\xf4\x50\xec\x11\xc7\x71\xef\xd5\xde\x5c\xba\xde\x33\x1c\xea\x78\x00\xac\x03\xac\x03\xac\x7b\xc0\xfa\xf7\x22\xe4\x41\x17\xac\x8b\x6d\xa7\x9a\xac\x7f\x25\x42\x7f\x2f\x42\xee\xf4\x5f\xd0\x10\xad\x3f\x28\xd1\xba\x7b\x39\xd8\x7a\x10\xf9\xfd\x29\x87\xfc\x36\xaa\xf8\x5c\xa7\xd8\x33\xfd\x93\x41\xfa\xa5\x01\x72\x57\xbd\x2a\xcf\xd1\xeb\xcd\x39\x38\xb7\xbb\xc4\x73\x22\x3e\x18\x54\xa4\xd9\xf3\x28\x36\x2e\xe0\xb9\xb5\x3c\xb7\x19\x9f\xe4\xab\xb9\x70\xa6\x9b\xa2\xa7\x6f\xae\x90\x33\xd8\x2e\xd8\x2e\xd8\x2e\xd8\x2e\xd8\x2e\xd8\x2e\xd8\x2e\xd8\x2e\xd8\x2e\xd8\x2e\xd8\x2e\xd8\x2e\xd8\x2e\x3c\x9f\x01\x68\x01\x68\x01\x68\xbb\x06\x68\xdf\xd9\x4f\x86\xc3\xf1\xa0\x5a\x28\xad\xa8\xc9\x31\xfa\x57\x11\xfa\xcd\x08\x89\xd6\x43\x82\xe2\x92\x60\x66\x3b\x94\xd7\xca\x75\xb0\x9d\xb8\x0d\xf0\xb6\x3e\xbc\xfd\xbb\x41\x72\x6f\x50\x19\xec\xe7\xe9\xef\x0c\xd2\x2f\x7b\xaa\x81\xee\x36\x35\x35\x57\x75\xfc\x77\x12\x3f\xc4\x77\xb1\x5f\x45\xf1\x4f\xe7\x8f\xed\xcd\xc1\x9c\x79\x8d\xc8\x94\x7d\x80\x67\xca\x66\xc3\x94\x20\x23\x24\x1e\x98\xe4\x9a\xf5\x9b\x0d\x8a\xd3\x9d\x50\x80\x79\x7f\x7d\x80\x79\x2b\x1d\xc8\x6b\x65\x72\xf5\xd1\x70\x74\x39\x44\xf7\x55\x97\x1b\x75\x1f\xef\xab\x91\xfd\xee\xed\xee\xc8\x3e\x68\x6a\xa5\x82\x9a\xd5\x02\x07\xf7\x55\xf2\x82\x8e\x8e\x6f\xfa\x0c\x39\x45\x4e\x54\xe5\xce\x5f\xd7\x00\x23\xbb\x2b\x12\xe8\xb7\x98\x40\xff\xa7\xfa\x48\x5a\xa4\xc1\x3f\x4e\x8e\xb9\x69\xf0\xdb\xf5\x85\xdf\xa4\xe4\x08\x17\x10\xa5\x4a\xd3\x02\xa2\x7e\xb9\xf3\x6a\x61\x11\xff\x87\x3b\x5c\x01\x41\x65\x5a\x35\xd5\x23\x13\xee\x16\x7f\xeb\xac\x48\xe8\x4c\xda\x7b\x88\x89\x10\x31\x81\xd4\xcb\x5d\x49\xbd\x8c\x9c\x9b\xc8\xb9\x89\x9c\x9b\x9d\xca\xb9\x99\xf9\x44\x5f\xf0\x7e\xdc\xde\x8c\x84\xf3\xa2\x04\xce\xa3\xe4\xbc\xa7\x04\xce\xcd\xb5\x69\x6f\xf9\x4a\xfd\x2d\xff\x36\xba\x4d\x0c\x53\x7b\x77\xfd\xf4\x97\x5e\xe1\xee\xfa\x43\x25\xd5\x2c\xeb\xdc\x3e\x2a\x0e\xe5\x81\xe7\x83\xbb\x4a\xec\xe0\xdd\x31\x55\xe0\xbe\xea\x86\x46\xf9\xf3\xf6\xf3\x33\xef\x6e\xef\x8f\xab\x9a\x99\xd7\xbc\xbf\xee\xf3\xfe\x6a\x95\x4d\xb5\xac\xe5\xf5\xec\x68\xcd\x75\xbe\x56\xd8\xbf\x6f\xc8\x5f\x59\x2f\xd3\xec\x5c\x9c\xa9\x3a\x99\x4c\x90\xa3\x2d\x4c\xee\x1c\x77\x17\x80\x02\x12\xa2\x80\x7c\xa4\x9f\x7c\xb8\x9f\x7e\xa8\x3f\xfa\x01\x47\x8a\xbf\xb1\x7f\xeb\x9c\x53\xaa\x2c\x2c\x6c\x9c\xb9\xc7\x00\xb7\x02\xb2\xc5\xe9\xfa\x0d\x0d\x05\x2c\xdc\x61\xbe\x19\x09\x07\x13\xb5\xc0\xef\x64\x5a\x97\xb8\x9b\x5f\xc1\x35\x20\x4b\x19\xca\x58\x46\x71\x4e\x38\xd0\x3c\xc6\x3e\x0b\xf9\xef\x05\xfb\x63\x71\xff\x38\x1c\x7c\x80\x4a\xbf\xd4\x47\x3e\xdb\x47\x5f\xec\x8b\x7e\xd2\x81\x83\x1f\xec\x9b\x31\xcc\x2c\x57\xce\xf2\x06\x1f\x76\x43\x89\x2d\xb3\x3f\xc5\x94\x94\xef\x2d\x38\xf6\x15\x7a\x54\xc5\x72\x5d\x05\x46\xd5\x2c\x7f\x71\xee\x80\x51\xd0\xb3\x72\x9f\xd4\x0a\x39\x4b\x31\xae\xcb\x31\x15\x0e\x0a\x25\xcd\x28\x15\xb4\x84\x22\x9e\xc8\x3d\x9e\xec\xb9\xe4\xf8\xb5\xee\x00\x38\x8f\x8f\xdd\xc2\xbb\xe5\xf3\xde\xe9\x38\xed\x09\x0e\x3f\x2e\x89\xf0\xe3\x76\x0a\xf6\xcc\x61\x72\x90\x8e\xc7\x0e\x38\x5e\xee\x77\x7b\xbd\xdc\x9d\xeb\x3a\xef\xe2\x4e\x7f\x3c\x4e\x2e\x4b\x97\xd9\xdc\xaa\xce\x3d\xba\x4c\x2d\xaf\x73\xd9\xec\x83\xb2\xde\xd8\x7d\x2e\xd2\x54\x36\xff\xd7\xb5\xa5\x15\xc3\xb8\xe6\x73\xc9\x71\x88\xe1\x7f\x18\xa6\x7f\x74\x0b\xb9\xbf\x6e\xc3\x4e\x74\xff\x27\x9b\x89\xee\x5f\x74\x1e\x78\x59\x3c\x70\xd2\xfb\xc0\x9e\x88\xf7\x3f\xcd\x1f\x97\xaa\xf7\xae\x32\x01\x40\xe3\x97\x80\x0b\x69\x0b\x29\x01\xfe\x8f\xf0\x6f\xf2\x29\xfa\xa4\xf8\xfa\x1a\x0f\x7f\x6d\x46\x00\xf9\xf5\x36\xfa\x2c\xe0\x59\x0a\xcf\x52\x78\x96\xc2\xb3\x14\x9e\xa5\xf0\x2c\x85\x67\x29\x3c\x4b\xe1\x59\x0a\xcf\x52\x78\x96\xc2\xb3\x14\x9e\xa5\xdd\xf6\x2c\x7d\x94\x9c\xa7\x67\x63\xd3\x0e\x4f\x89\x7b\x79\x4a\xe3\x93\x1f\xf2\x08\xc0\x4d\x15\x6e\xaa\x70\x53\xf5\xb8\xa9\xbe\x65\x88\x24\x25\x14\x65\x27\xb8\x7a\x38\x54\x92\x50\x49\x0f\xf4\xac\x66\xd1\xdf\x1b\xa4\x9f\x1b\x20\xb4\xea\x96\x2b\x6b\xc9\xe8\x5a\x73\xf1\xeb\xa9\xb9\xf3\x0b\xa2\xb1\x36\x85\xaf\x3f\x2c\x98\xa4\xbf\x43\x3c\x79\x81\x7c\x0e\x62\xd7\x6f\x22\x76\xfd\x75\xe1\xf0\xf1\x24\x3d\x6e\x63\xc4\xba\x0b\xc9\xe7\x04\x2a\x30\xa5\x3b\x39\xa0\x8b\xa0\x8b\xa0\x8b\xa0\x8b\xa0\x8b\xa0\x8b\xa0\x8b\xa0\x8b\xa0\x8b\xa0\x8b\xa0\x8b\xa0\x8b\xa0\x8b\x88\x5b\x07\x10\x04\x10\x04\x10\xec\x1a\x10\xfc\xb7\x09\x72\x71\x1d\x5e\x92\xab\x95\x72\xb8\x77\xe4\x27\x47\xe9\x9b\x06\xc2\xbc\x23\xc7\xea\x44\x59\x3f\x26\x5b\xaf\x67\xcc\x88\x9f\x60\x37\x34\xf2\x42\x6c\x74\x77\x9b\x23\xb4\x7f\xb0\x8f\x2c\x0b\x74\x77\x85\x3c\xcd\xd1\xdd\x65\xf2\x04\x59\x08\x74\xda\xad\x3f\xb6\x72\x28\x12\x8d\x3a\x1e\x0a\xf4\x9e\x0f\x67\x75\x4f\xd2\xd7\xb4\xe4\x03\x28\xb0\x5d\xc3\xde\x85\x84\x92\x47\xdf\x45\xc2\xd6\xc1\x78\xfd\x98\xf0\x86\x4b\xe1\xb4\xbc\xa7\x37\x56\x43\x5a\x27\x79\xa2\x55\x45\x6d\x74\x66\x35\x20\xa0\x03\x81\xe7\x2d\x06\x9e\xff\x75\xf7\x44\xd6\x35\x11\xe0\x9e\x23\x4b\x6e\x80\x7b\x8f\xcb\xc7\x36\x89\xc3\x1a\x31\x1b\x12\x49\x1f\xff\xe7\x9d\x61\xf2\x71\xaf\x13\x12\xdf\x50\x24\x9e\x12\x97\xf5\x88\x44\x44\x38\x3d\xc2\xe9\x11\x4e\x8f\x70\x7a\x84\xd3\x23\x9c\xbe\x95\x70\xfa\x0e\xc4\xb9\x77\x29\x44\xbf\xf9\x70\xfa\xe6\x14\x93\x56\x94\x8e\x66\x94\x99\xf4\x0f\xdd\x1e\xa6\x79\x1c\x0f\x09\xcb\x6f\xa8\x8f\x9c\x2c\x85\x05\x0d\x76\x47\x1d\x41\x48\xff\x56\x53\x82\x10\xd2\x8f\x90\xfe\x0d\x0e\xe9\xdf\x74\x78\xb0\x63\xc7\xdf\xb0\xdc\x03\x99\xf3\xe4\x2c\x9d\x8e\x4d\x3a\xee\xed\x43\x5e\xf7\xf6\x46\x0f\xeb\x42\x06\x81\x37\xf4\x93\x3d\x82\x8d\x2f\x17\x8c\xeb\xec\x63\x35\x8d\x42\xc2\x71\x7c\xb3\xd9\x38\xfd\x83\x08\xfd\x72\x84\xdc\xe5\xb9\x28\x65\x5f\x13\x8d\xe6\xb9\x56\xc8\x74\x53\xc7\xee\xa0\x2a\x7c\xbc\x79\xf9\xad\x99\x3a\x37\xa5\xe6\xce\x9f\x65\x17\xf4\x60\x06\x57\x9d\x5c\x10\x0b\xfb\x2c\x99\xe6\x0b\xfb\x34\x39\x49\x8e\xb7\x96\xc1\x95\xbf\x63\x68\xea\xd6\x8f\x13\xb2\x3f\xa4\xf2\x19\x77\xb3\x32\xb5\x35\x5d\xbb\x6e\xd1\x1f\x21\xb1\x6f\x0f\xd4\xab\x82\x76\x97\x30\x66\x2b\xaa\x72\x89\x5d\x3f\xcf\xaf\x8f\x3f\x24\xfe\x5a\x5d\x05\xcd\x73\x49\x9b\xd1\xc8\x2c\xc9\x90\x73\x55\xfa\xc0\x51\x72\x38\x58\x36\xf8\xdf\x7a\x2d\x99\xf0\xf4\x2d\xf3\xa6\x08\x39\x2f\x26\x24\x4d\xce\xf0\x09\x99\x20\x2d\xb7\x26\xe6\x36\xc9\xe7\xd6\x01\x77\x37\xd3\xde\x45\xa1\xc6\x9f\x23\x33\x1e\x35\xfe\x66\x1a\x0c\x93\x76\xeb\x73\x5c\xae\xb7\x9e\xa4\x98\xf3\x3e\xd4\xeb\xc9\x7c\xf5\x81\xfa\x02\x6d\x1b\xbd\xa5\x64\x58\x65\x92\x81\x7a\xd6\x58\x3d\xcb\x00\xd0\x07\x00\xfa\xb6\x6f\x5f\xdf\x8c\x93\x19\x21\x39\x73\xba\x95\x35\xd6\x98\x1c\x76\x85\x66\x75\x1a\x6c\xfe\xef\xe7\xc7\xb4\x62\xae\x64\xe8\xc5\xb2\x55\xd0\x3d\x19\xb2\xdf\x13\xa7\x6f\xe9\x27\x3b\x9c\x76\x98\x3c\x55\xea\x18\x70\xa7\xe5\xdd\x0b\xec\xee\xf8\x3e\x76\xc5\x94\x7d\x8f\x27\x63\x5b\xce\x77\x5d\x9b\x6d\xb3\x6a\xf0\x49\x7f\x46\x88\x4a\xb6\x67\x31\x51\x79\x84\x1c\x22\x8f\x04\x4a\x22\x77\xd0\xd6\x92\x09\x5f\x87\x9b\x4c\xa3\xfd\x74\xb8\x30\x9a\xa0\x47\xa5\x30\xaa\x9e\x22\x29\x87\x7c\xcf\xf5\x27\xd6\xfe\xf3\xed\x55\x13\xb2\xa7\xbe\x25\xd5\x3f\x27\xc3\xf2\xa2\x6e\x4f\x4b\xfa\x3c\x39\x4b\xa6\xab\xf6\xbd\xd6\x86\x1f\x47\x60\x18\x41\x5b\x94\xb1\xbf\xd0\x20\x53\x67\x9b\x84\x03\x79\x54\x28\x51\x53\x24\xed\x2a\x51\x9d\x93\x34\x3c\x1f\x77\x67\x25\x4d\xfc\xff\xde\x59\x25\x69\xee\xb1\x6d\x92\xc5\x2a\xe9\x32\x24\x7e\xe8\xba\x70\x81\xbd\x11\xf6\x46\xd8\x1b\x61\x6f\x84\xbd\x11\xf6\xc6\x56\xec\x8d\x3d\x9f\xa5\x3b\x94\x7c\x34\xa7\x02\x84\x6d\xf5\x41\x2a\x42\xb8\x39\x33\xfd\xe6\x1d\x55\x4a\xc2\x48\x88\xf9\xd0\xaf\x39\x0c\x72\x1e\xdc\x4d\xc5\x01\x96\xc1\xad\xa6\xae\xc0\x32\x08\xcb\xe0\x06\x5b\x06\xd5\xb6\x1d\x33\x6f\x3a\xeb\x77\x67\x0f\x8d\x99\x09\x72\x94\x1e\x8e\x1d\x74\x0c\x7b\xf7\x7a\x0d\x7b\xbe\xfb\x6a\x2d\x79\xaf\x23\xcf\xd0\xa7\x62\x4f\x3a\xf7\x4e\x48\xfd\x5a\x7c\x99\xc5\x1c\x47\xf7\x8a\x95\x35\x4a\xda\x88\x62\x55\xb2\x2b\xec\x8b\xe0\xaa\xbb\xa6\xae\x0a\xcd\xa7\x64\x1a\x5c\x6d\x8d\xdd\xe6\xc0\xcd\x8e\xda\x0a\xdf\x38\x42\x16\x9a\xae\xff\x18\xc0\x5e\x4d\xa3\xa0\x2d\x31\x11\x5d\xcc\x3b\xe4\xf5\xe7\xf7\xd3\x8f\xf5\x37\xac\x14\xf9\x40\x1d\x0e\x3b\x6f\x14\xb4\xb4\x68\x29\x3e\xce\x7e\x0f\xac\x18\xe9\x6e\xb3\x9e\x7b\xda\x4c\x64\x5f\x47\xa6\xc5\xa2\x3f\x45\x4e\xf0\x45\x7f\x98\x1c\x24\xe3\x81\x8b\x9e\x0f\xa0\xfd\x7a\x09\x4f\xb7\x42\xd7\xfc\xd5\xf0\x25\x7d\x96\x4e\x7b\x96\xa9\x78\x86\xad\xf6\x04\xce\x9c\x5c\xed\xde\xae\x84\x05\xbe\xfc\xe8\x6d\x0d\x27\xed\xa1\xfa\xac\xd6\x3b\x6f\x87\xe4\x25\x1b\x39\x75\xe9\x73\x64\x86\x4c\x55\xe9\x28\x2d\xcd\x1d\xb4\x13\x40\xdb\x16\xa1\xed\x87\x1b\x40\xdb\x36\x09\x96\x8c\x60\xb6\x93\x24\xe5\x32\xdb\x16\xdb\x5a\x9f\x2c\x6a\x41\xf2\xd4\x8a\xaf\xb0\x20\x93\x4f\xed\x6c\x28\x8b\xee\x72\x22\x4c\xbc\xe2\xe7\xa0\xf8\xeb\x86\x4a\x1f\x60\x5d\x60\x5d\x60\x5d\x60\x5d\x60\x5d\x60\xdd\xad\x89\x75\x9b\xd3\x22\x9a\x51\x12\x42\x35\x8d\x26\x18\xef\x47\x77\x34\x54\x24\xe2\x21\xc4\xd7\xab\x5e\x3c\xc2\x29\xc4\x46\x69\x17\x60\xbf\x5b\x4d\xa7\x01\xfb\x05\xfb\xdd\x60\xf6\xdb\x35\x0c\x16\x8a\x7e\xbb\xb8\xab\x64\x8e\x92\xc3\xf4\x60\x6c\xdc\x61\xb9\xf7\x78\x39\xb0\xa7\xf1\x97\x05\x05\xfe\xee\x10\x39\x22\x28\xb0\x95\x5d\xd1\x72\x95\x82\x5e\xcc\xd7\x64\x56\x2f\x99\xba\x61\xea\xe5\x1b\xd9\x82\x6a\x59\xae\x8f\xed\xff\x37\x44\xbf\x33\x40\x6e\x77\x6f\xbc\xb2\x96\x8c\xfe\x72\x33\x35\x24\xe7\x64\x83\x93\xac\xc1\x9e\x28\x19\xf9\x00\x7f\xdc\x82\xf3\x2a\x8b\x49\x5f\x1f\x7b\x3f\x31\x7b\x20\x70\x6a\x7b\xc6\x76\xfb\xa3\x7d\x26\xfc\x9b\x3c\x4e\x8f\xc9\xef\xad\x66\x75\x49\x4e\xe4\x1b\x65\x7f\xe0\x42\x58\xc5\x49\xa4\x64\x47\x4a\x76\xa4\x64\x47\x4a\x76\xa4\x64\x0f\x19\x16\xa4\x64\x47\x4a\x76\xa4\x64\x47\x4a\x76\xa4\x64\x47\x4a\x76\xa4\x64\x47\x4a\xf6\x76\xa7\x64\x6f\xe8\x38\xe7\x3b\xe0\xa1\xbe\x23\xd2\xb9\x23\x9d\xbb\x93\x56\xa5\x8c\x74\xee\xf4\x9f\x07\xc9\x88\x04\x90\x65\xc3\x54\xf3\x5a\x0d\x7d\x94\x7f\x97\xf0\x91\x7e\x6a\x90\xfe\xa7\x01\x42\xe4\x5f\xaf\xac\x25\xa3\xcf\x35\x57\xd2\x71\x41\xdc\xd1\x3e\xe6\xe8\x50\x43\xd1\xf0\x62\xd2\xfb\x04\x94\x73\xbc\x89\x72\x8e\x4f\x86\xa3\xc5\x23\xf4\x90\x8d\x16\x7d\xeb\x46\x72\x45\xef\x54\xf8\xdd\xbc\x41\x0d\x41\x0d\x41\x0d\x41\x0d\x41\x0d\x41\x0d\x41\x0d\x41\x0d\x41\x0d\x41\x0d\x41\x0d\x41\x0d\x41\x0d\xbb\x4b\x0d\x41\xfe\x40\xfe\x40\xfe\xb6\x30\xf9\xfb\xc9\x21\x72\x30\x80\xfc\x89\xd2\x8d\x02\xff\xad\x19\x85\xca\xaa\xa6\x96\xcb\x6a\x76\x85\x6d\xbf\x16\xfd\xfa\x20\xfd\xe2\x00\xb9\xc3\x25\x80\xa2\xfa\xc3\xf7\x37\x87\x01\x17\x79\x7b\x29\xa7\xbd\x36\xa1\xc0\x41\x3f\x0a\xe4\x5d\xaa\x7e\xd4\xe6\x60\x82\xdd\xf7\x24\xcc\x86\xe3\xbe\x33\xf4\x54\x23\xdc\x57\x3d\xd2\x75\x12\xbb\x37\x03\x1e\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\x01\x07\xbb\x05\x07\x7f\xa6\xdf\x29\xa2\xd6\xa0\xc4\x9f\x83\x0a\xe9\x3f\x44\xe8\xdf\x46\xc2\xea\xc3\xde\x93\xd7\xca\xfe\x5d\x58\xbc\x5f\x7c\x7f\x5e\x2b\x37\xaa\xfc\x9a\x9a\x3b\x6f\x1f\x02\xdb\x17\x0a\xdc\xbe\x1a\x77\x25\xf2\x84\x40\x73\x17\xc8\x2c\x47\x73\x33\x64\x8a\xa4\x5b\xab\x71\x67\xbf\xe7\xac\x6e\x85\x3a\xf3\xd1\x5f\x1b\x22\x27\xe5\x2c\x95\x74\xed\xb9\xb2\x56\xe4\xdf\x54\x8d\x0b\x67\xb6\x62\x95\x8d\x55\x7b\xbc\x3d\xdd\xa2\xff\x6b\x90\xfe\xdd\x00\xd9\xe9\xbb\xfd\xca\x5a\x32\xfa\x43\x7d\xcd\xd1\xdc\x49\xde\xb2\xdd\xe9\x29\xa7\xe5\x36\x51\xdd\x03\xfc\x86\x94\xb7\x77\x8b\xc9\xa0\x67\x6e\x0e\xbc\xdb\x7d\x97\xcf\x42\x38\xde\x3d\x4f\xcf\xda\x35\xee\xea\x2c\x24\x09\x79\x83\xc6\xdd\x1f\x36\x0e\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\x0b\xce\xdb\x4b\x9c\xf7\xbb\x11\x12\x95\x04\xb1\x52\x36\xac\xac\x5a\xd0\x8b\xf9\xb1\xb5\x71\x89\x75\xbf\x16\xa1\x7f\x18\x21\xbb\x3c\xbf\x5d\x91\xbf\x05\xc3\xdc\x87\xf2\x5a\x39\xe5\xde\xb0\x38\x0e\x84\xdb\x00\xe1\x7e\x37\x4e\x66\xdb\x51\x06\xca\xc9\x0a\xfa\xef\xe2\xf4\x1d\x8d\xeb\x3f\xdd\x13\x50\xff\x29\xbe\x7f\x1d\x85\x9f\xda\x5c\xf1\xe9\xb5\xe4\x94\x18\xff\x23\xe4\x10\x1f\xff\x31\x32\x4a\xf6\xaf\x23\xd5\x6d\x28\x05\x0d\xa9\xbd\xbf\x2e\x1f\xd8\x66\xaa\xaf\xd4\xc9\x7d\x1b\xfd\xda\xf6\x86\x13\x13\x0d\xae\xf1\x14\x4f\xac\xaf\xb8\x53\x9b\xeb\xaa\x70\x4a\x5d\x95\x7d\x7c\x7d\xf3\x83\x84\xe3\x28\xe7\xd4\x62\x39\xa7\x77\xf7\xdd\xb4\x70\x98\x14\xe5\x9a\x4e\x90\x09\xb7\x5c\x53\x17\x25\x0c\xaf\xb9\xdf\x0d\x09\x13\xff\x68\xe3\xca\x4d\xb7\xfb\x2a\x37\xc5\x47\xd7\x55\xb2\x09\xb5\x9a\x5e\x0e\x62\x06\xb5\x9a\x50\xab\x09\xb5\x9a\x50\xab\x09\xb5\x9a\x36\xbc\x56\x53\x68\xfd\xa4\x26\x75\x86\x86\x2a\x41\xa8\x42\x91\x7e\x7b\xe3\x22\x4d\x7b\x9a\x28\xd2\x14\x1f\x59\x4f\x75\x26\x94\x65\x42\x59\x26\x94\x65\x42\x59\xa6\x4d\x5a\x96\xe9\xb5\xc1\x21\xda\x37\x79\x4e\x6d\xba\x1e\x53\x37\xce\x92\x99\x24\x19\xa3\xa3\xb1\xfd\x4e\x5e\xe1\x9d\xd5\x85\x98\x5e\x16\x15\x98\xde\x31\x6c\xfb\xd0\xd6\xab\xc0\x24\xc1\x6b\xc3\x3a\x4c\xbf\x3b\x44\x7f\xec\x16\xb2\xcb\x57\x87\x49\xee\x9d\x9b\xb4\x1a\xd3\xc3\x35\xd5\x98\xc4\xfb\x6c\xb2\x9a\x4c\xdd\x77\xb5\x0d\xab\x99\x74\x35\x17\xfe\xe1\xa6\xe8\xe9\x56\x8b\x36\xd9\x5f\x2e\xdc\x6b\xe1\x5e\x0b\xf7\x5a\xb8\xd7\xc2\xbd\x16\xee\xb5\x70\xaf\x85\x7b\x2d\xdc\x6b\xe1\x5e\x0b\xf7\x5a\xb8\xd7\xc2\xbd\xb6\xbb\xee\xb5\xa8\xcc\x04\xd7\x5c\xb8\xe6\xc2\x35\xb7\x25\xd7\xdc\x9f\xbb\x9b\x1c\x67\x53\x37\xb6\x16\xe8\xf8\xc9\x3e\x38\xdd\xf9\xe3\xf3\x63\x25\xd3\x78\xee\xc6\xd8\xff\xc6\x64\xcd\xf3\xf4\x9b\x77\xd1\x9f\x8d\x90\x6d\x59\xc3\xe4\x55\x9a\x86\xb2\x46\xb1\xc8\xc4\xde\xd9\xe9\x4b\x2e\xf7\x29\x1b\x0a\xbf\x89\x17\x68\x12\xad\xc5\x13\xf2\xca\x49\xc3\xd4\x16\x93\x67\xb5\xb2\x6b\xbd\x93\x97\xcc\xb1\x5b\x2e\xeb\xe5\x95\x39\xb5\xbc\x32\xde\x1f\x1f\x8b\x0b\xe4\x76\x24\x98\x8c\xef\x16\x2c\xee\x6e\xb2\x8b\xb3\xb8\xdb\xc9\x2b\x3e\xd6\xb7\x9d\xc8\x35\x64\xe3\xb3\x87\xea\xe3\x33\x42\xb7\xcb\x2e\x91\xab\x4f\x84\x03\xb4\x71\x7a\x40\x02\xb4\x58\xcc\x2e\x47\xe4\xe9\xb7\xf4\x14\xf2\x45\xad\x47\xeb\x8e\xd4\xdc\x13\xeb\x1a\xa9\xb9\xca\x7a\x46\xaa\xe1\x80\x84\x82\xc6\xb6\x8d\x54\x73\xe3\xe3\x8e\x67\xec\x43\x9e\x91\x1a\x76\x46\xea\xe2\x42\xc8\x50\x8d\xf9\x87\xca\xb0\xba\x37\x56\x9d\x59\x32\x4d\x4c\x41\xfc\xdf\x79\xc6\x6a\xbf\x3d\x56\x53\xd3\xb3\xd3\x97\xa6\x1b\x8f\x56\xd2\x37\x5a\xc2\xc3\x6d\xf3\xad\xad\xf5\x0e\xe9\xf8\x47\x3c\xe3\x35\x62\x8f\xd7\xc5\xb9\x4b\xe7\x2f\x5e\x58\x68\x3c\x60\xe3\xbe\x01\x93\x8d\xbf\xfc\x57\xd8\x44\xdd\xaf\xf1\xdc\x74\x6a\x6a\x3d\x5f\xe3\x39\x4d\xcd\x6d\xbe\xd5\x55\x5f\x3e\x05\x0f\x6d\xfa\xe7\x3d\x63\x15\x77\x24\x57\xea\xd2\xe4\xb9\xc6\x83\x75\xc0\x2f\xba\xd8\x46\xfd\xf2\x5f\x59\x99\x33\xe4\x14\x3d\x11\x9b\x70\xce\x2e\x0f\x7a\xcf\x2e\x75\x1e\xb0\x11\xc6\xe0\x43\xe4\x11\x9a\x8c\x8d\x39\x4f\xb8\x8b\xfd\xaf\xad\xc5\xd9\x3a\x56\x8c\xff\xe6\xbd\xed\xf3\x11\xf2\x9b\x11\xfa\x1b\x91\xe8\xa7\x9d\xb3\xc0\x87\x23\x6c\xe2\x38\x35\x58\xd1\x94\x92\x6a\x72\xee\xf3\xc4\xfc\xac\x3c\xea\xca\x23\xb6\x22\x35\x2e\x45\x2b\xe6\x4a\x86\x5e\x2c\x5b\xac\xe7\xcb\xcb\xfa\x73\x9a\x25\xf4\x3e\x8f\x49\x82\xe9\xcf\x96\xe6\x28\xc0\xd9\x8a\x69\xb2\x53\xa6\x58\x5f\xf6\xd1\xa9\x6c\xd8\x6d\x72\x17\x05\x45\x7b\x4e\x5d\x2d\x15\x24\x0f\xbf\xbe\x62\x14\x1c\x22\xc5\x7a\xc3\x0f\x18\xe5\x72\x69\x62\x6c\xac\x60\x64\xd5\xc2\x8a\x61\x95\xeb\xe8\x88\x6c\x66\x47\xad\x1b\x56\x59\x5b\x75\x75\x44\xad\xa0\x5a\x65\x3d\x6b\x69\xaa\x99\x5d\x19\x2d\x18\xf9\xbc\x5e\xcc\x8f\x5d\x11\xff\x7d\xfa\xd9\x93\x15\x4b\x33\x27\xae\xe9\xab\xd9\x95\x1b\x09\xc5\x1e\x8d\xfa\x3f\x8b\x21\xf5\x5a\xd1\xbf\x30\x4c\x26\xec\x8e\x08\x63\x79\x50\xac\x92\x9c\x95\x67\x2b\x46\x59\x75\x4c\xe8\x6f\x1b\xa6\xff\x7d\xc0\xfd\x3a\x9b\x32\x9b\xdb\xf6\x8c\xc7\x59\x4b\x3d\x61\x36\x8f\xf1\xc7\x09\x31\xe1\xf1\x78\xf3\xf6\xb3\xf7\x8d\xe6\xdd\x2f\x3f\x10\x6a\x34\xbf\x18\x2e\x04\x47\x68\x5c\x3a\xb3\x78\x47\x3b\x40\x87\x85\x7d\x1c\xf6\x71\xd8\xc7\x61\x1f\x87\x7d\x1c\xf6\x71\xd8\xc7\x61\x1f\x87\x7d\x1c\xf6\x71\xd8\xc7\x61\x1f\x87\x7d\xbc\x97\xec\xe3\xbe\x93\xdc\xcb\x21\xd4\x00\x16\x78\x58\xe0\x61\x81\xdf\x44\x16\xf8\xcf\x0c\x91\xa3\xc1\xc9\xb1\x04\xe6\xe4\x74\xcc\x28\x96\xd5\x42\xc9\xc8\xd9\x97\x69\xa6\x45\x7f\x6c\x88\xfe\xc0\x2d\xf5\x53\x67\xbd\xb1\xc9\xe4\xfa\xe7\x9c\xb6\xe7\x8c\x5c\xca\x69\xbb\x4d\xb9\xf5\xd3\x22\xb7\x7e\x4d\xa6\xae\x80\xa7\xce\xea\x56\x79\xc6\x30\x53\x85\x82\x83\x36\x11\x02\x54\xc7\x62\xd3\x4c\xfe\xfb\xab\xf9\x70\xa2\x39\x45\xd3\x76\x4a\x7e\x77\x8a\xa4\x7d\x27\x60\x8a\x3c\xb8\x53\x4c\x25\x48\x27\x48\x27\x48\x27\x48\x27\x48\x27\x48\x27\x48\x27\x48\x27\x48\x27\x48\x27\x48\x27\x48\x27\x48\x27\x12\xed\x83\x25\x82\x25\x82\x25\x76\x8d\x25\x7e\x3b\x42\xee\x17\x2c\x31\xab\x99\xb2\x15\xcd\x5b\xa9\x93\xf2\x05\x4d\xee\xf0\xfe\x7c\x65\xad\x41\x9e\xfd\xfb\xf3\x5a\x79\xd2\x73\xf1\x22\x72\xec\x07\xe4\xd8\xff\xad\x2b\xe4\x44\xa3\xb1\x17\x3c\xd7\xfb\x9b\x9e\x2f\xea\xc5\xbc\xbd\x51\xd2\xb7\x5c\xa1\x7f\xb5\x8f\xdc\x55\x35\x35\x02\xe6\x1e\x11\x3a\xbb\x29\xb5\x0d\x7b\x3b\xb2\xbd\x54\x3d\x33\xb4\x20\x5a\x9d\x17\xad\xc6\x0f\xb0\x1b\xfd\x13\xc8\x5b\x0c\xbc\xa3\xc7\x69\x6b\x1a\xac\x11\xac\x31\x0d\xd6\x08\xd6\x08\xd6\x08\xd6\xb8\x65\x58\x63\xba\x67\x58\x63\xdb\x7b\xd2\x32\x6b\x4c\x83\x35\x82\x35\x82\x35\x82\x35\x82\x35\x76\x9f\x35\xa6\xb7\x34\x1a\x4c\x03\x0d\x76\x0e\x0d\xa6\x7b\x1d\x0d\xa6\x37\x21\x1a\xcc\xdc\x20\xcf\x08\x2e\x76\x99\x3c\xc1\xb9\xd8\x45\xf2\x18\x79\x34\x30\x6d\xbc\x8f\x61\x49\x0a\x95\x08\x84\x46\xcd\x00\xb2\xab\xcf\x86\xbb\xa3\x5d\xa0\xb3\xd2\x1d\xad\x0e\x43\x93\x6e\x69\x81\x9d\xf0\xc6\xe1\x0a\xc7\xb4\xab\x0f\xd4\x77\x93\xdb\x46\x6f\xe1\x1e\x72\xb1\x9f\x23\x01\xbc\x2d\x26\xf6\x2f\x45\x6d\x80\xd6\xc6\xc5\x35\x1b\x02\xd7\x04\x0b\x7b\x9a\x7c\x1f\x79\x6d\x55\x5d\x90\xf3\xe4\x6c\x9b\x26\x15\x65\x42\x50\x4c\xb1\xc5\x62\x8a\xff\x4f\x84\x3c\x29\xa4\xcd\x02\x79\x9c\x4b\x9b\x47\x49\xfb\x16\x26\xb9\x22\x0a\x2d\xbe\x86\x2c\xba\x85\x16\xdb\xfa\x80\xd7\x89\x3a\x4d\xaf\x25\x97\x3d\x75\x9a\xda\xfa\x84\x30\x61\x19\x2c\xb9\x4a\x86\x55\x26\x1b\x20\x4c\xe3\xef\x1a\x0d\x10\x96\x09\x59\xbf\xcb\x53\x0c\xcd\x58\x6e\x20\x38\x4f\x88\xeb\xeb\x09\x4e\xa7\x85\x6e\x89\xd0\xce\xd4\x87\x04\x9f\x06\x9f\x06\x9f\x06\x9f\xde\x3a\x7c\x1a\xba\x62\x88\xae\xd8\x3b\x00\x1f\xb5\x79\xbb\x52\x9b\x17\x76\x12\xd8\x49\x60\x27\x81\x9d\x04\x76\x92\x2d\x6d\x27\x41\x89\x76\x94\x68\x47\x89\xf6\x4e\x95\x68\x87\x19\x12\x66\xc8\xad\x6a\x86\xcc\xe4\xc9\xac\x80\xec\xd3\x64\x92\x43\xf6\x93\xe4\x38\x39\xd6\x02\xbc\x5c\x28\xab\xe5\x8a\xd5\x8b\x06\xbc\x78\x7d\x0c\xbe\x8b\xde\x29\x04\x88\x2b\xdc\x49\xfb\x8b\x36\xbf\x67\x88\x1c\x6e\xad\x68\x33\xfd\xc6\x20\xfd\xbd\x81\xfa\xd5\x9a\x6f\x34\x97\x96\xa5\xfd\xf5\x9a\x13\xf1\xa1\x66\x2a\x2e\xcf\xea\x3d\x1f\x04\xd0\xbb\x29\x57\x9a\xab\xbc\x5c\x5b\x4c\x79\x5d\xb5\x98\x91\x6f\x05\x31\x10\xc8\xb7\x02\x1b\x13\x6c\x4c\xb0\x31\x6d\x21\x1b\x13\xf2\xad\x20\xdf\x0a\xd8\x3e\xd8\x3e\xd8\x3e\xd8\x7e\x4f\xb0\x7d\xe4\x5b\x41\xbe\x95\xcd\x42\x33\x91\x6f\xa5\x13\xf9\x56\xfe\x7c\x88\x8c\x4b\x42\x58\x36\x4c\x35\xaf\x55\xa7\xfb\x10\x74\x30\x6b\xe9\x45\x23\xe7\x54\x50\xa6\xbf\x38\x44\xff\x7a\x80\xdc\x21\xef\x71\xfc\x68\x7f\xa1\x99\x82\x74\x93\x0b\xe7\x2f\x18\x39\xad\x27\x4a\xd1\x45\x05\x4f\x14\xaf\x61\xbb\xf0\x8a\xfe\x81\x20\xd6\x12\xc4\xd0\x12\x74\x4f\x86\xd3\xc3\x23\xf4\x50\x0d\x25\xb7\xe1\xa1\x6f\x09\xda\xb0\x5d\x4c\x07\x98\x21\x98\x21\x98\x21\x98\x21\x98\x21\x98\x21\x98\x21\x98\x21\x98\x21\x98\x21\x98\x21\x98\x21\x98\x61\xb7\x99\xe1\x41\x32\x4e\x0f\xc4\x12\x4e\x45\xb9\x5d\xde\x6a\x74\xf2\xb4\x56\x5b\x87\x0e\xa4\x11\xa4\x11\xa4\x71\x0b\x93\xc6\xbf\x19\x22\xe7\x65\x95\xb8\x1c\x53\x80\x75\xa3\x68\x6a\x79\x9d\x7d\x97\x1c\x8d\xb8\x29\x9e\x05\x72\x5c\xad\x94\x55\xa6\xdd\x5c\xd7\x96\x56\x0c\xe3\x9a\xef\xbc\x68\xd1\x9f\x1e\xa2\x6f\xbf\x85\xbc\xba\x6e\x53\x57\xd6\x92\xd1\x17\x9a\xac\x1d\xf7\x98\x7c\xca\x65\xf1\x94\x49\xef\x53\xda\xe4\xb3\x78\x42\x14\x90\xab\xd7\xd3\xc5\x64\xa3\xe7\xc3\x8f\xf1\x26\xfc\x18\x9f\x0b\x27\x91\x4f\xd0\x05\x81\x18\x1b\x4d\x82\xd7\xa5\xd7\xe6\x94\x8d\x16\x30\x38\x25\x38\x25\x38\x25\x38\x25\x38\x25\x38\x25\x38\x25\x38\x25\x38\x25\x38\x25\x38\x25\x38\x25\x38\x25\x7c\x1b\x41\x1c\x41\x1c\x41\x1c\xbb\x47\x1c\x23\xe4\x6e\x49\x1c\x65\xed\x7f\xbd\x98\xe7\x35\xe4\xbe\x18\xa1\x5f\x88\x90\x57\x7a\xfe\xdc\xb0\x84\xdc\xee\xbc\x56\x4e\xb9\xd7\xa2\x82\x5c\x50\x05\xb9\x5f\x19\x26\x17\xeb\x8c\xf8\xf8\x92\x56\x56\xc7\x25\xd7\x2d\xaa\xab\x9a\x55\x52\xb3\xb6\x33\x29\xff\xf7\xf3\x63\xbc\x25\xa3\x58\x56\x0b\x25\x23\x67\xdf\xad\x99\x16\xfd\x8b\x21\xfa\x9d\x01\xb2\xcb\x37\x57\xa2\xc1\xe8\x1b\x9b\x84\xbc\xe7\x9c\xb6\xe7\x8c\x5c\xca\x69\xbb\xbd\x7c\xd7\xb3\x3e\x44\xf7\x2e\xd8\x2f\x97\x0b\x78\x3e\xf8\x6e\x7d\xbe\x9b\x0f\x47\xb7\x53\x34\x6d\xb3\x58\x77\xdc\xa5\xc3\x68\xc0\x68\x7b\x40\xae\x98\x1f\xd2\x14\x48\x06\xce\x05\xce\x05\xce\x05\xce\x05\xce\x05\xce\x05\xce\x05\xce\x05\xce\x05\xce\x05\xce\x05\xce\x05\xce\xed\x32\xce\x7d\x1d\x79\x86\x3e\x15\x7b\xd2\x71\x3b\x9d\x90\x4f\x16\xb5\x89\x98\x82\x53\x29\xaf\x28\x56\xd6\x28\x69\x23\x8a\x55\xc9\xae\xb0\xd1\xe7\x1a\xac\xa6\xae\x0a\xfc\x54\x32\x0d\xfe\xa6\xb1\xdb\x1c\xf0\x00\x17\x55\x00\x63\x00\x63\x00\x63\x0e\x8c\xff\x7a\x1f\xb9\x47\xe0\xcb\x25\x8e\x2a\xd7\x92\x63\x59\xd3\x28\x5e\x35\x96\x2c\xfa\x85\x7d\xf4\x53\xfd\x64\x3b\xff\xe1\xca\x5a\x32\xba\x57\x28\x9a\xa6\xdc\x22\x6d\x19\xea\x04\xb9\x9b\x46\x31\x63\x2c\xc5\x63\xec\xb2\x34\xbb\x64\x31\x29\xff\x36\x63\x98\xa9\x42\xc1\xa1\x83\xed\x03\xc8\x1d\x42\x80\xdf\x47\xce\x08\x04\x78\x8c\x1c\xe1\x08\x30\x49\xc6\xc8\x68\x60\x19\x31\x3e\x42\x89\xb5\x64\x42\xbe\x6e\x53\x95\x15\x43\xca\x1c\x5e\x9d\x0d\x47\x82\xc3\x74\x50\x22\x41\xde\x03\x3b\x7a\x5c\x74\xc2\xe7\xc5\x09\xa4\x07\xa4\x07\xa4\x07\xa4\x07\xa4\x07\xa4\x07\xa4\x07\xa4\x07\xa4\x07\xa4\x07\xa4\x07\xa4\x07\xa4\x07\x0f\x4d\x00\x37\x00\x37\x00\xb7\x6e\x01\xb7\x0f\x0d\x93\xb4\x00\x6e\xe6\x92\x9a\x4d\xd8\x5c\xa8\x2a\x20\xdc\x57\xa7\x26\x5b\xa8\x58\x65\x76\x7c\x29\xb8\xd9\x28\xff\x64\x88\xfe\xd4\x2d\x24\xca\xda\x48\x79\x9b\x70\x4b\xd6\x7c\xac\xa9\xc4\x94\xa2\xe9\x79\xa3\xd0\x1b\xc9\x29\x87\xf9\xe3\xe6\xab\xdf\xca\xae\x79\xe3\xe9\x6e\xaf\x23\xc4\x9e\xcc\x55\x79\x35\x9c\x29\x9e\xa5\xd3\x92\x29\x06\xae\x4f\x9b\x33\xba\x93\x41\x6a\x8b\xe3\x80\x38\x82\x38\x82\x38\x82\x38\x82\x38\x82\x38\x82\x38\x82\x38\x82\x38\x82\x38\x82\x38\x82\x38\x82\x38\x76\x99\x38\x1e\x25\x87\xe9\xc1\xd8\xb8\xe3\x44\x78\x8f\x2f\x77\xa5\x7b\x86\x43\xfe\x4a\xb0\x4a\xb0\x4a\xb0\x4a\x0f\xab\xfc\x8b\x3b\xc9\x01\x36\x75\x63\x6b\xc9\xa0\x18\xe6\x92\x91\xb3\x99\xe4\x58\xc9\x34\x9e\xbb\x41\x7f\xe9\x4e\xfa\xb6\x08\xd9\x96\x35\x4c\xed\xca\x5a\x32\xfa\x70\xd6\x28\x16\x99\xa4\x3b\x3b\x7d\xc9\x45\x3d\x65\x43\xe1\x57\xf3\xa2\xd9\x46\x2e\x1e\x93\x57\x4d\x1a\xa6\xb6\x98\x3c\xab\x95\xdd\x48\xe2\x39\x23\x37\xc7\x2e\x1d\xef\x8f\x8f\xc5\x05\x5b\x3b\x42\x76\x0b\xb6\x76\x37\xd9\xc5\xd9\xda\xed\xe4\x15\x1f\xeb\xdb\x4e\xe4\x7a\x08\xe5\x64\x8f\x87\x63\xb0\x04\x1d\x91\x18\x2c\x16\xb3\xeb\x39\xcb\x8e\x5c\xe4\xc4\xc2\xf2\xf9\xd7\x5d\x7d\xa8\x3e\x7a\x23\x74\xbb\x7c\x33\x12\xad\x3b\x2a\x73\x4f\x34\x3d\x2a\x73\x95\x97\xe1\xa8\xc4\xde\xee\x19\x95\xbd\xce\xa8\x5c\x5c\x68\x30\x2c\x7b\xfc\xc3\x62\x58\xbd\x30\x2e\x75\x72\x66\x06\x8e\x51\x13\xe3\x12\xff\xb7\x9e\x71\x19\xb4\xc7\x65\x6a\x7a\x76\xfa\xd2\x74\xf0\xc8\xec\xf5\x8d\xcc\x14\x57\xe2\x3a\x3a\x36\xe1\x2f\xd2\x81\x65\x35\xfe\x4e\xcf\xd8\x0c\xd9\x63\x73\x71\xee\xd2\xf9\x8b\x17\x16\x82\x07\x67\x9f\x6f\x70\x64\xc3\x9b\x63\x74\xd6\xb3\xb8\x26\xea\x7e\x51\xe7\xa6\x53\x53\xcd\x7e\x51\xe7\x34\x35\xb7\x39\xc6\x65\x3d\xab\x26\xfd\x6f\x3c\xe3\xb2\xcf\x91\x34\xa9\x4b\x93\xe7\x82\x07\xe6\x61\xbf\xa8\x61\x3b\xe4\xe6\x18\x99\xf0\xf1\x70\xc7\x2e\x73\x82\x4c\xd0\xa3\xb1\xc3\xce\x11\xe1\x3e\xef\x11\xa1\xaa\x8d\xda\x63\x42\xe7\xa3\x94\x54\x72\x85\x3e\x1d\xfd\x3e\x5b\x6f\x4a\xcd\xa9\x65\x71\xb8\x5e\xd1\x94\x27\xe6\x67\x15\xf6\x58\xae\x2b\x5a\x9a\xa3\xec\x65\x2b\xa6\xc9\xce\x53\x62\x3a\xed\x63\x02\x9b\x5f\x23\x97\x88\xf1\x9e\x7a\xf4\x47\xfa\xcb\xc3\xe4\xa0\xad\xea\x34\x4c\xda\xc2\x4e\x18\x7a\xd6\x35\xc4\xfe\xcf\x21\xfa\xe5\x01\x77\x61\x35\x55\x0e\x70\x41\xb4\xd1\x13\x16\xd7\xdd\xfc\x71\x62\x7d\xbb\x4b\x5b\xf6\x10\x46\xd6\x16\x8c\xac\xe7\xc3\x3f\xd0\x7d\xf4\xe1\x6a\xd1\x25\x47\x1c\x51\x1b\xb0\xa1\xc2\x86\x0a\x1b\x2a\x6c\xa8\xb0\xa1\xc2\x86\x0a\x1b\x2a\x6c\xa8\xb0\xa1\xc2\x86\x0a\x1b\x2a\x6c\xa8\x1b\x69\x43\x6d\x58\xff\x4f\x9e\xdc\x36\x02\x8c\xc0\x42\x0b\x0b\x2d\x2c\xb4\x5b\xd8\x42\xfb\xaf\xa3\x24\xe5\x4f\xdf\xb2\xa4\x95\xd5\x40\x6b\xad\x9d\xda\xc5\xb6\xd8\x5a\x65\xb5\x5c\xb1\xe8\x67\xee\xa5\x6f\xec\x27\xb7\xdb\x89\x5e\x78\x13\xd1\x87\x4d\x4d\xcd\x29\xe2\x0a\x7b\xb8\x5d\x9d\xc0\x4e\xf6\x32\xc8\xae\x92\xc9\x5e\xf8\x7d\x2e\x43\x94\x97\x2c\xf0\x16\xda\x97\x32\x9c\x83\xbf\xa7\x48\x4a\x80\xbf\x09\x72\x94\x83\xbf\x71\x72\x80\x24\x42\x13\xb4\xf0\x1e\xda\x59\x5a\xda\x6b\x10\x0d\xc9\xc0\xc2\x9f\x4c\xae\xde\x5f\x1f\x1e\xde\x4a\x07\xf2\x5a\x99\x44\xbf\xb0\xbd\x7a\x16\x06\x4d\xad\x54\x50\xb3\x5a\xe8\x44\xc4\xe5\x85\x5d\x9f\x8b\xf4\x14\x49\x93\x33\x74\x60\xc9\xc8\xdd\x88\xf2\xff\x55\xfa\xe2\xeb\x9e\x8c\xf4\xbb\x23\xe4\x9d\x11\xfa\x13\x91\xe8\xdb\x1d\xd9\xfb\xad\xbe\xcb\x6c\x13\x93\xbb\xfa\x08\xcf\x79\x9e\x65\x67\x77\x21\x2c\x7d\x27\x49\x2f\x5d\x5c\xd2\x94\x12\x1b\x79\xa6\xbe\x27\x94\x54\x51\xd1\x8b\x82\xe1\x18\xa6\x52\x29\x3a\x18\x28\xa7\xe4\xcc\x1b\xf3\x95\xa2\x92\xd3\x4d\x8d\x49\x08\xcd\x61\x0b\x4c\x45\xe0\x3a\x98\x84\x2b\xf6\x51\x4a\x1e\x67\x95\xe5\x8a\xc9\xd5\xf5\x92\x69\x64\x35\x8b\x2b\x4b\x72\x62\xe4\x6e\x97\x50\x16\xf9\x13\xf9\x31\x88\x6b\x37\x13\xca\xa8\x92\x2a\x14\x26\xb8\x2a\x94\x33\x6f\x28\x66\xa5\xc8\x26\x95\x89\x14\x5b\xff\x93\xcd\x69\xb9\xd8\xad\xa2\x6b\x1e\xf9\x99\x7e\x47\x84\xbc\x2d\x42\xdf\x1a\x89\xbe\xd9\x19\xa0\x6f\xf6\x71\xed\xf9\x31\xb5\xa8\xe6\x35\x53\x9c\x03\x85\x72\x61\x59\x46\x56\xe7\xaa\x8d\x73\xe2\x52\xf9\x91\xd5\x30\x15\xa6\xf9\x96\x6f\x38\xba\xde\xaa\x7a\x8d\xf5\xbf\xbc\xa2\x59\x9a\x2d\xe4\x98\xe0\xb5\x59\x18\xc7\x41\x4b\x9a\xc2\xc5\x2b\x3f\x5d\x19\xa6\x92\x1c\x3f\xca\xae\x35\xd5\x2c\x87\x76\x05\xa3\x98\x17\x22\x8d\x9f\x80\x98\xb2\xaa\xea\x45\xa1\x69\xf0\x13\x86\x7b\x2d\x07\x19\x12\x29\xb2\x73\xb1\xbd\x4d\xe5\x8d\x82\x5a\xcc\x27\x0c\x33\x3f\x56\xba\x96\x1f\xab\x14\xf5\xac\x91\xd3\xc6\xf6\x9c\xb7\xe6\x58\x2b\x89\xd8\x0e\xef\xbb\x7a\x37\x96\xf7\xf5\xb5\x43\x18\xcc\xb0\x26\x92\xf4\x34\x39\x49\xb6\x4d\x0a\x7d\xbe\x23\x42\x25\x58\x02\x94\x2a\xeb\xb4\xee\x05\x8a\x19\x9f\x48\x4a\xbf\x61\x47\xb5\x50\x39\x50\x52\x4d\x76\xf0\x66\x87\x55\xbe\x1d\x85\x4a\x97\xa1\x12\xe7\xd3\xdd\x94\x2d\xf7\x55\x37\x34\xca\xfb\xb0\x9f\x57\x89\xd8\xed\xfd\x71\x55\x33\xf3\x9a\xf7\xd7\x7d\xde\x5f\x79\xb1\x52\x2d\xaf\x67\x47\x6b\xae\xf3\xb5\xc2\xfe\x7d\x43\xfe\xca\x7a\x99\xbe\x40\x66\x49\xa6\x4a\xae\x4d\x90\xa3\x2d\x58\x97\xb8\xdd\x18\x12\x2e\x4c\xc2\x7d\xa4\x9f\x7c\xb8\x9f\x7e\xa8\x3f\xfa\x01\xc7\xda\xf5\xc6\xfe\xad\x23\xe1\xaa\x78\x08\x1b\x67\xce\xf7\x39\xb3\x63\x8b\xd3\xb5\xf2\x0d\x05\x2c\xdc\x61\x0e\xba\x85\x39\x48\x2d\xf0\x3b\x8b\x46\x71\x54\xdc\xcd\xaf\xe0\xe6\x40\x4b\x19\xca\x58\x46\x71\x4e\x98\xbb\x1e\x63\x9f\x85\xfc\xf7\x82\xfd\xb1\xb8\x7f\x1c\x0e\x16\xbd\xe9\x97\xfa\xc8\x67\xfb\xe8\x8b\x7d\xd1\x4f\x3a\x2a\xf3\x07\xfb\x66\x0c\x76\x02\xd4\x2d\x25\x6f\xf0\x61\x37\x94\xd8\x32\xfb\x53\x4c\x49\xf9\xde\x82\x1f\x86\x56\x35\xb5\x68\x29\x15\xcb\x05\xfb\xa3\x6a\x96\xbf\x38\x37\x97\x14\xf4\xac\x40\xfa\x9c\xe0\x2a\xc6\x75\x39\xa6\xc2\x9c\x50\xd2\x8c\x52\x41\x4b\x28\xe2\x89\xdc\x3e\x69\xcf\x25\x3f\x94\xd4\x1d\x00\xe7\xf1\xb1\x5b\x78\xb7\x7c\xb6\xb6\xae\xe8\x95\xc1\x16\xe4\x92\xb0\x20\xb7\x5f\xf1\x6c\x4c\x30\xe4\x6d\x2f\x07\x82\x41\x5f\x1c\x24\xc3\xe2\x44\x54\x32\x0a\x7a\xf6\x86\x73\x24\x2a\x19\xb9\x9c\x6e\x99\x15\xfe\x71\x2c\x55\x72\x79\xad\x6c\xd1\x9f\x1c\xa4\x6f\x19\x20\xaf\x14\x97\x3a\xfb\x63\xb2\x71\xa2\xcb\x39\x23\x37\xe5\xb4\x94\xe6\x2d\xc5\x0f\xb2\x5b\xe6\x78\x33\x72\x83\xac\x73\xd5\x66\x4b\x83\xb9\x4a\xe6\xc5\xd7\xf0\x28\x39\xcf\xbf\x86\x49\x92\x22\xa7\x03\xbf\x06\x31\x8a\xce\xe7\x50\x67\x00\x9a\x4a\x8c\xf9\x4c\xf8\xea\x3f\x4e\x8f\xc9\xd5\x2f\x9e\xe9\xba\x7f\x55\x3f\xb1\xce\x19\x2c\x24\xf1\x26\x9c\x2e\xe0\x74\x01\xa7\x0b\x38\x5d\xc0\xe9\x02\x4e\x17\x70\xba\x80\xd3\x05\x9c\x2e\xe0\x74\x01\xa7\x0b\x38\x5d\xc0\xe9\x02\xa9\x32\xe1\xdc\x00\xe7\x06\x38\x37\x74\xcb\xb9\xe1\x03\x03\x44\xb1\x63\xb2\xb2\xc6\x6a\xc9\x28\xb2\x0d\x8f\x9b\x99\xdc\xf8\xab\x1f\x1c\xa0\x7f\xe3\x09\xec\x8b\x71\xaf\x85\x2a\x23\x96\x7d\xaf\x30\x51\xc5\xef\x65\xd7\x88\x88\xa7\xaa\x9f\xda\xec\xa5\xf0\x0c\x99\x14\xfc\xec\x04\x99\xe0\xfc\xec\x20\x19\x27\x07\x02\xf9\x19\x7b\x07\x5e\x45\xc6\xdf\xa9\x9b\x30\x29\xe6\xb5\x96\x43\x29\xab\x3b\xe1\x8b\x4b\x6a\x18\x30\x58\x75\x67\xe7\xf3\x8a\xd0\x7f\xfd\x0a\x72\xd8\xa9\xc1\x5e\x2f\x9d\xea\x98\xa5\x15\x96\xad\x0a\xdf\xb9\xd4\x6c\x56\xb3\x2c\x76\xba\xd4\xae\x5b\xf4\x77\x49\xec\x53\xb7\x90\x9d\x6a\x55\x0e\xd5\xa8\x54\x2f\x14\x55\x59\xd0\x0a\xcb\x0b\xe2\xd6\x14\xbf\x75\x9e\xdf\x1a\x1f\x11\x57\x54\xe5\x29\x0d\xb8\xba\xcd\x2e\x17\x97\xc9\x13\x64\xa1\xca\x34\x39\x49\x52\x81\x2b\xcb\x3f\x2c\x6b\xc9\x44\x40\x37\x33\x1f\x88\x90\xd7\x0a\x43\xf8\x3c\x99\x73\x0d\xe1\xd3\xa4\x1d\xad\x93\x27\x59\xd3\xe3\x74\x81\x3c\x4e\xb6\xb3\x1f\x4a\x6d\x6c\x3b\xe8\x23\x21\x97\xc4\x27\xf8\x18\x79\x94\x7f\x82\xed\x79\x5c\x78\x11\xa7\x92\x61\x95\xc9\xd5\x6b\xe1\xdf\xde\x39\x3a\xe3\xd6\x75\x0f\xca\xb5\x1a\xf4\xd6\xbe\xaf\x12\x06\xe6\xc6\x06\xe6\x0c\x5c\x68\x02\x5c\x68\xda\x2e\x91\x7f\x6d\x48\x64\x8e\xf1\x94\x95\x6b\x18\x55\xcd\xeb\xcd\xfd\x9f\x43\xf4\xa7\x06\x3c\xf5\xe6\x0c\x79\x18\x2d\xe6\xf4\x35\x3d\x57\x51\x0b\xbe\xa8\x6a\x07\xfc\x64\x8c\xa5\xb6\x44\x52\x27\xe2\xf7\x5f\xf7\x78\xb9\xb8\x0e\x2e\xb2\xa2\x5b\xaf\x5b\xeb\x36\x22\x18\x7a\x4f\x7d\xf9\xb7\x83\x12\xde\x31\x51\xc9\xee\x5c\xb8\x10\xdc\x4b\xf7\xd4\x31\x67\xa3\x8a\x1d\x4c\x73\x30\xcd\xc1\x34\x07\xd3\x1c\x4c\x73\x30\xcd\xc1\x34\x07\xd3\x1c\x4c\x73\x30\xcd\xc1\x34\x07\xd3\xdc\x06\x9b\xe6\x36\x9f\x5f\x30\x8c\x7f\x30\xfe\xc1\xf8\xb7\x89\x8c\x7f\xef\x7f\xda\xf6\xe3\x2f\x6a\xe5\xeb\x86\x79\x8d\xe9\x83\xae\x41\x47\x2f\xe6\x4d\xcd\xb2\xb2\x05\xd5\xb2\x34\x8b\xfe\xf3\x53\xf4\x5d\xfb\xc8\xed\xee\xa5\x57\xd6\x92\xd1\x78\x63\x37\xfe\xf3\xa2\x89\x49\xd6\x44\x7c\x37\xbb\xf6\x82\x73\xfb\x62\xd2\xfb\x6b\x8f\x93\xbf\x34\xb0\x18\xb0\x58\x1a\x58\x0c\x58\x0c\x58\x0c\x58\x6c\xcb\x60\xb1\x74\xcf\x60\xb1\xb6\xf7\xa4\x65\x2c\x96\x06\x16\x03\x16\x03\x16\x03\x16\x03\x16\xeb\x3e\x16\x4b\x6f\x69\xc6\x94\x06\x63\xea\x1c\x63\x4a\xf7\x3a\x63\x4a\x6f\x42\xc6\x94\xd1\x48\x46\x78\x4c\x4d\x92\x14\xf7\x98\x3a\x4e\x8e\x91\x23\x81\xce\xa1\x1e\x10\xb5\x96\x4c\x78\x01\x51\x53\x79\x0d\x9e\x0e\x77\x83\x9a\xa0\x47\x85\xe7\x93\xb7\xf1\x7a\x55\x5b\x6a\x98\x58\x68\x5a\x83\xd8\x7b\x6e\xab\xe6\x63\xaf\xb2\x7d\x9c\x8b\x7e\x16\xf6\x80\xf8\x7b\xc7\x69\x98\x80\x57\xe7\xc9\x59\x32\x5d\xe5\xcb\x7c\x88\x3c\xd2\xc2\x2c\x20\xc3\x12\x72\xc8\xb5\xe8\x00\xfb\x2f\x7d\x22\x01\xdc\x01\x9e\x00\x8e\x89\x82\x23\xa4\xb5\x45\x48\x1e\x15\xfe\xf3\x53\x24\xed\xfa\xcf\xb7\xdc\xd8\xac\xf0\x98\x9f\x26\x93\x1e\x8f\xf9\x96\x5b\x6b\x8f\x84\x0a\x14\x41\x21\xa2\x2b\xcc\x59\x3e\xfe\xf5\x91\x6a\x09\xf5\x90\x50\x8e\x95\xac\x51\x60\x47\x5d\xb9\x75\xf9\x84\xd5\x90\xb8\xc4\x2b\xac\x26\x9d\xab\x3b\x28\xb6\x2e\x91\x79\x32\xe7\x15\x5b\xf1\x34\x39\xd3\x82\xb3\xad\x28\xd2\x27\x8b\x6b\x01\xe2\x02\xe2\x02\xe2\x02\xe2\x6e\x21\x88\x0b\x9d\x2d\x44\x67\xeb\x1d\xca\xfd\x8d\x08\xf9\x7a\x84\x7e\x35\x12\xfd\x8a\x33\x55\x1f\x8d\x5c\xf2\x9e\x2b\xf5\xa2\x62\x89\xb3\xa1\xb2\xa4\x2d\x0b\x93\xb0\xc3\x5f\xdc\x2d\x4b\x7e\x25\x7c\xb0\x3c\xda\x61\xd1\x28\x8e\x16\xb5\xbc\xca\xa7\x44\x1e\x2d\xbd\x5a\xa4\x20\xb1\xce\x62\x90\xba\x81\xbe\xba\xaa\xe5\x98\x9e\x5a\xb8\xe1\xda\x6a\x5d\xd1\xae\x17\x46\xe4\x89\x93\xbf\xae\x92\x37\xd5\x2c\x5f\x27\xba\x91\x73\x36\x1e\x77\x73\xe0\x66\x70\x7b\x5e\x2a\x16\xeb\xa4\x77\xa0\x54\x76\xa7\xfd\x42\xf2\x21\xcb\xe2\x7b\xb3\x9b\x48\x88\x7e\x8a\xc4\x96\x75\xfa\x18\xa3\xbc\x0b\x73\xbc\x07\xf5\x4e\xd2\x30\x26\xc0\x98\x00\x63\x02\x8c\x09\x30\x26\x6c\x69\x63\xc2\x6f\x47\xc8\x4b\x11\xfa\xd9\x48\xf4\x45\x67\xb7\x7d\x6f\x64\xca\x13\xe6\x5a\x2a\x68\xaa\xa5\x39\x9f\xfe\x9c\x69\x94\xd4\x3c\xdf\x87\x45\x1e\x5a\x9f\x2b\x91\x3d\xdd\x6e\x9c\x2c\x9b\xf0\x64\xe2\x48\x42\x59\x10\x72\x44\x6c\x92\x25\xad\xc8\x96\xa9\xbb\x8b\x68\x8a\x61\x96\x56\xd4\xa2\xed\xda\x64\x56\xb4\xb1\x65\xb5\x60\x6b\xff\x31\xf1\x6b\x4c\x59\xd6\x8b\x6a\x41\x7f\xbd\x2d\xbe\x97\x34\x45\xcd\x71\x32\x6f\x8c\x09\x50\x9b\x73\x55\x4b\xd1\xf8\xa0\xe5\xde\x24\xf4\xed\x84\x32\xad\x73\x91\xe4\xe9\xb8\x61\xd6\xbe\x99\x6b\x0d\x29\x0b\x75\x9f\x6b\x7f\x46\x79\x25\x11\xdb\x29\xfa\x33\x65\xbf\x88\xdf\x47\xea\x85\x01\xf2\xa6\x01\xfa\x86\x81\xe8\xf7\x1c\x47\xb9\x2f\xf7\x5f\x96\x72\x90\x2d\xd1\x15\xe3\xba\x92\x57\xcd\x25\x35\xef\x83\x0e\x8e\xa2\xa6\x99\xcb\x86\xb9\xca\xc6\xa2\x6e\x4f\x2f\x56\x3d\x3c\xb8\xa3\x5c\xad\xb1\x75\x12\x91\xc4\x96\xad\x88\x9c\x96\xd5\x73\xae\x62\xcd\xf7\x46\x91\xff\xda\x1e\x5d\xb6\x39\xc9\x9d\xc3\xde\xfd\x12\x9e\x61\xb4\xe5\xa6\x63\x82\x70\xdc\xe3\xfc\x0f\x4b\x28\x02\x27\x71\x59\xec\xd5\x56\x07\xc5\x3b\x0c\xb2\x33\x0f\xff\x97\x7f\x61\x58\xc7\x95\xc1\xb4\x9a\xbd\x96\x37\x8d\x4a\x31\xc7\xae\xe2\x7e\x69\xfc\xa2\xaa\x81\x13\xca\x8a\xd4\x80\xfc\x8d\xd8\x6f\xb0\xe4\xb4\x74\x5c\x19\x9c\x31\x4c\xcd\xd3\xac\x92\x55\xad\xac\x9a\x63\x6f\x2f\xc7\x47\x78\x22\xf2\xf6\x2c\xa1\x4e\xd7\x34\xb8\xec\xb4\x91\x88\xdd\x59\xaa\x5e\x37\x5e\xdd\x06\xb6\x3a\xd8\xea\xb6\xa8\xad\x2e\x93\x17\x5c\xf9\x00\xe7\xca\x91\x8b\x8f\xd2\x93\xe4\x38\x39\xd6\x02\xbc\x6c\x32\x41\x51\xbc\x3e\xf8\xdd\x45\xef\x14\x5f\xb3\x2b\x69\x49\x87\x19\x74\xfb\x33\x5d\x7c\xf4\x0a\x99\x15\x7e\xea\xe6\x92\x9a\x4d\x04\x24\x20\x52\x0b\xa5\x95\xe0\xb2\x5c\xa6\x51\xd0\x96\xd8\xc1\xb6\x98\xb7\xe8\x1f\x3f\x43\x3f\xbb\x8f\x44\x59\x6b\xa9\xaa\xac\x44\xa2\x95\xe8\x70\x63\xbf\xf6\x79\xa3\xa0\xa5\x45\x6b\xf1\x71\x76\xe9\x7c\x75\x53\x8b\xb2\x25\x37\xc5\x85\xe7\x1e\x38\xbb\xc3\xd9\x1d\xce\xee\xb0\x93\xc0\x4e\x02\x3b\x09\xec\x24\x3d\x63\x27\xe9\x1d\x33\x00\xf8\x34\xf8\x34\xf8\x34\xf8\x34\xf8\xf4\x96\xe6\xd3\x00\x68\x00\x68\x5b\x14\xa0\x6d\x4a\x67\xf7\x1c\x39\x2f\xa0\x5f\x9a\x9c\xe1\xd0\x6f\x82\x1c\x25\x87\x03\xdd\x48\x39\xcd\xb2\x91\x53\xc2\xc3\x87\x9a\xf2\x75\x0f\x71\x46\xbf\x7a\x35\x9c\xf2\x9d\xa5\xd3\x92\xf2\x05\x82\x35\x49\xfb\x3c\x9d\xf3\xc2\x3e\xd1\x75\x12\xfb\xcc\x6d\x0d\x69\xda\x5d\x4e\xa6\x6f\x2f\x38\x3b\x28\xfe\xba\x41\xe8\x4c\x90\xae\x73\x64\x86\x4c\x55\x79\xc6\x1f\x24\xe3\xeb\x9f\x32\x38\x59\xc1\x31\xbe\x45\xc7\xf8\x6f\xf7\x91\x69\x21\x36\x4e\x91\x13\x5c\x6c\x1c\x26\x2d\xad\x41\x11\x6a\x93\xe4\xa1\x36\x8e\x5f\x7c\xab\x6d\x3d\x2a\xdc\xe2\xa7\x48\xda\xe3\x16\xdf\x6a\x63\xad\xcb\x32\x91\xe3\xbd\x8b\xb2\x2c\xfe\xd6\xd1\x86\xb2\x4c\xa9\xeb\x2f\xef\x95\x6b\xa7\xc4\x15\x81\x72\xcd\xf5\x9d\xef\x86\x84\x83\x13\x3d\xe0\x30\xe0\x30\xe0\x30\xe0\x30\x9c\xe8\xe1\x44\x0f\x27\x7a\x38\xd1\xc3\x48\x01\x23\x05\x8c\x14\x30\x52\xc0\x48\x01\x27\x7a\x38\xd1\xc3\x89\x1e\x4e\xf4\xb0\x01\xc2\x06\xd8\x83\x36\xc0\x4c\x30\x38\x6e\xaf\x77\xbd\x8d\xa1\xbb\x88\x99\xd7\xe3\xb0\xbf\x09\x6b\x41\xd0\x37\xf5\x93\x87\x84\xcf\xbe\x95\x5d\xd1\x72\x95\x82\x2f\xb7\xbc\xf4\xd5\xa7\x5f\x8b\xd0\x3f\x8c\x90\x5d\xee\x25\x2e\x67\xbf\x27\xaf\x95\xfd\x6a\xb8\x30\xeb\xc6\x1f\xca\x6b\xe5\x05\xe7\x06\x1b\xaa\xa7\xe6\xce\xdb\x0c\xb2\x8d\x69\x68\x6a\x1a\x9a\xa8\x69\x68\xa2\x99\x86\x32\x25\xf2\x84\x58\xb0\x17\xc8\x2c\x5f\xb0\x33\x64\x8a\xa4\x5b\x58\xb0\x9e\xf7\x6c\xc6\x4a\x4c\x7f\xf2\x69\x12\xb7\x0b\x7c\x07\x84\x46\xf0\x8f\xd9\xe4\x76\x33\xfa\x97\x4f\xd1\xef\xee\x75\x4b\x7d\x0f\x35\x0e\x83\x98\x65\x77\xce\xb3\x3b\xe3\x0f\xb0\x2b\x45\xc1\x6f\xd7\xaa\xe1\xfe\x8e\x88\x07\x44\x3c\x20\xe2\x01\x46\x2d\x18\xb5\x60\xd4\x82\x51\xab\x67\x8c\x5a\xbd\x63\xb3\x81\x31\x01\xc6\x04\x18\x13\x60\x4c\x80\x31\x61\x4b\x1b\x13\x40\x3b\x41\x3b\xb7\x28\xed\xdc\x94\x11\x0f\x4f\x93\xb4\xe0\x5a\xc7\xc9\x31\xce\xb5\x1e\x21\x49\x32\x16\xe8\x21\x9c\x35\x4c\x2d\xb1\x96\x4c\xb8\x60\xa8\xa9\x50\x87\xd9\x70\x2e\x3b\x4c\x07\x25\x97\x8d\xc5\x24\x80\x75\x1f\xd2\x6c\x8e\x6c\x91\xc5\xff\xcf\xb7\xbb\x00\x6c\x97\x13\xb9\xe0\x61\x5d\x72\x1b\xea\x02\xed\x12\x70\x2a\x45\x4e\x93\x93\x55\x41\x0a\xa3\x64\xff\x3a\x46\x19\xde\x6b\x88\x4e\x68\x31\x3a\xe1\x1b\x7d\xe4\x94\xf8\xc4\x8f\x90\x43\xfc\x13\x1f\x23\xeb\x5b\x7c\x64\x52\x84\x25\x9c\x20\x13\x6e\x58\xc2\xba\x1b\x99\x12\xf1\x08\x27\xc9\x71\x4f\x3c\xc2\xba\x5b\xe9\x15\x49\x23\xb2\xf1\xff\xc6\x88\x2b\x69\x1e\xac\x1b\x57\xe0\x91\x3a\x71\x71\x81\x90\x3a\xf5\x62\x08\x3a\x26\x7f\x10\x42\x00\xda\x0a\xda\x0a\xda\x0a\xda\x8a\x10\x02\x84\x10\x20\x84\x00\x21\x04\xa0\xfe\xa0\xfe\xa0\xfe\xa0\xfe\xa0\xfe\x08\x21\x40\x08\x01\x42\x08\x10\x42\x00\xa3\x1a\x8c\x6a\x3d\x68\x54\xeb\xe9\x3c\xfc\xcd\xc1\xe6\x86\x88\xd9\x25\xd1\x9b\x31\x48\xe0\x8b\xc3\xe4\xbc\x08\x12\xc8\x6a\xa6\xb4\x41\x6a\x96\x1b\x26\xb0\xa4\x95\xd5\xa4\x58\x3a\xbe\x2b\xf4\x7c\x51\x2f\xe6\x6d\x4d\x4d\x38\xb3\x3f\x4f\x7f\x64\x98\xfe\xd2\x2d\xe4\x2e\xef\x85\x57\x64\x1b\xd1\x5f\xef\x93\x0b\xd0\x35\xa2\xaa\x45\x5b\xc1\xb1\xdd\xd9\x27\xdd\x3b\x17\xc4\x23\xe6\x6d\xd4\x91\xf3\x28\x23\xb6\x16\x32\xc8\x9b\x1c\x74\x29\xaf\x0f\xdb\x19\x25\xcd\x21\x05\x56\x59\x53\x73\x23\xee\xf1\x86\x1f\xe1\xa4\x32\xcc\x4e\x48\xee\xb9\x6d\xd0\x47\x24\x3c\x6d\x27\xe2\x49\xfe\x38\x4f\x1f\xad\x45\xf1\x72\x81\xdd\xee\x71\xa7\xfb\xcc\x35\x32\x27\xbe\xcd\xf3\xe4\x2c\xff\x36\xb9\xa1\xb3\x85\x6f\x93\x1b\xc9\xa7\xd9\xe1\x32\xf4\xfb\x7c\xb0\xfe\xf7\xb9\x9d\xde\xca\x3b\x46\xae\x3e\x1b\xfe\x51\x5e\xa0\xb3\xf2\xbb\xab\xb3\x6c\xa5\x49\x28\x70\x52\xbc\x9f\x2f\x9f\x3e\x92\x41\xf0\x01\x82\x0f\x32\x30\x87\xc1\x1c\x06\x73\x18\xcc\x61\x5b\xc6\x1c\x96\xe9\x19\x6b\x4f\xdb\x7b\xd2\xb2\x19\x22\x03\x33\x04\xcc\x10\x30\x43\xc0\x0c\x01\x33\x44\xf7\xcd\x10\x99\x19\x32\x45\xd3\xb1\x33\x0e\x41\xd9\xcb\xd1\x89\xec\x45\xe0\x81\x2e\x36\xc0\x2e\xeb\x24\x27\xc9\x6c\x69\x80\x9b\x01\xc0\xed\x1c\xc0\xcd\xf4\x3c\xc0\xdd\x84\x51\x11\xf4\x7d\x4f\x93\x61\xc1\x35\x8b\x46\x4e\xab\x49\x7b\x62\x56\x8a\xec\x85\xb3\x05\xd5\xb2\x34\x8b\xfe\x8f\xa7\xe8\xbb\xf6\x91\xdb\xd9\xa5\x6e\xfa\x93\x78\x48\x01\x52\xd1\x04\xaf\xbe\x1a\xdf\xcd\xae\xbd\x60\xe4\x34\x3b\x19\x8a\xf7\xd7\x1e\x87\x80\xc8\xbc\x01\xf8\x85\xcc\x1b\x80\x5f\x80\x5f\x80\x5f\x5b\x08\x7e\xf5\x90\xab\x73\xcf\xc0\x2f\xf8\xe0\x02\x7e\x01\x7e\x01\x7e\x01\x7e\x21\xf3\x06\x9c\x04\x5f\x3e\x8c\xa9\xe7\x9d\x04\x37\x65\xe6\x0d\x4d\x54\xfb\x3b\xc0\xab\xfd\x45\x2e\x3e\xca\x33\x70\x1c\x09\x8c\x85\xe7\x20\xca\xad\xcd\xe7\x01\x44\x6d\x29\x36\xfa\x74\xb8\xd7\xd4\x04\x3d\x2a\xbd\xa6\x3c\x50\xcc\xce\x95\xec\xe9\x4f\xbd\xfa\xa2\xef\xbe\xad\x9a\x8f\xdd\xed\x96\x14\xf5\xa2\xb0\x07\xc4\x9f\x3b\x0e\xc3\x04\xbb\x3a\x4f\xce\x92\xe9\xaa\xc4\x1c\x87\xc8\x23\x2d\x4c\x02\x62\x43\x91\xa0\xa3\xc5\x04\x1d\xff\xd2\x47\x66\x84\x24\x38\x4d\x4e\x72\x49\x70\x84\xb4\xb6\x08\x45\xcd\xcf\x24\xaf\xf9\xe9\x24\xea\x68\xb9\xb1\x59\x91\xb0\x63\x9a\x4c\x7a\x12\x76\xb4\xdc\xda\xcd\x56\x10\xed\xac\x80\x8a\x7f\x7d\xa4\x5a\x40\x3d\x54\xbf\x4e\xa8\x57\x58\x0d\x89\x4b\xbc\xc2\xca\xcd\xeb\xd1\x41\xb1\x85\x7c\x1e\x60\xb8\x60\xb8\x60\xb8\x60\xb8\xc8\xe7\x81\x7c\x1e\xc8\xe7\x81\x7c\x1e\xb0\x25\xc0\x96\x00\x5b\x02\x6c\x09\xb0\x25\xb4\xc5\x96\x80\x7c\x1e\xc8\xe7\x81\x7c\x1e\xc8\xe7\x01\x53\x1d\x4c\x75\x9b\x3c\x9f\x47\x73\xdc\xb8\x96\x08\x37\x47\x92\xd7\x55\x05\xb4\xed\xe9\x37\xfe\xfb\x6e\x72\x59\xb8\xa9\xab\x95\xb2\x61\x65\xd5\x82\x5e\xcc\x8f\xad\x8d\x8b\xb4\x1b\x01\xd5\x22\xf9\xf8\x18\xc5\xb2\x5a\x28\x19\x39\xfb\x3e\xcd\xb4\xb3\x70\x8c\x59\x7c\x5c\xe9\x9b\x77\xd3\xaf\xf4\x93\x5d\x9e\x86\xaf\xc8\x86\xa3\x07\x4d\x4d\xcd\x29\xe2\x3a\x7b\x89\xb8\xda\xf3\x39\xa7\xfd\x39\x23\x97\x72\xda\x8f\x9f\x64\x77\xa5\xdc\xe6\x16\x45\x6b\x6e\xfa\xeb\x80\x1b\xc5\x3c\xb7\x97\xa0\x67\x4c\x72\x59\xac\xc2\x39\x72\x81\xaf\xc2\x73\x64\x86\x4c\x05\xda\x35\x3c\xa3\x90\x90\xa3\x90\x08\xe8\x6e\xe8\x82\xbc\xbf\xfe\x8a\xb9\x95\x0e\xe4\xb5\x32\xb9\x9a\x0f\x5f\xaf\x53\x34\x2d\x57\xa7\xa7\x5f\x72\x75\x06\xf5\xca\x5d\xe0\xa2\xfb\x24\xfa\xa5\xdb\xea\xcf\xee\x11\x53\x2b\x15\xd4\xac\xb6\xee\x09\x3e\x23\x6f\xec\x91\x39\x4e\x3f\x49\x5e\x43\x16\xab\x8c\xbb\x6d\x9a\x64\x90\x43\x58\x7b\x5b\xb4\xf6\x7e\xbe\xaf\x73\xa2\xe7\x29\x61\xfe\x7d\x82\x2c\xb8\xe6\xdf\xee\x09\xb6\x6e\x49\xae\x06\x12\xb4\x54\x29\x93\xf4\x1f\xec\xa8\x2f\xd8\xce\x94\x54\xb3\xac\x73\xfb\x99\x38\x79\xaf\x5b\xc2\x9d\x2a\x31\xa5\xa9\x07\xe4\xdb\x7d\xd5\x0d\x8d\xf2\x9e\xed\xe7\x15\xae\x77\x7b\x7f\x5c\xd5\xcc\xbc\xe6\xfd\x75\x9f\xf7\x57\x76\xb2\x28\x6b\x79\x3d\x3b\x5a\x73\x9d\xaf\x15\xf6\xef\x1b\xf2\x57\xd6\xcb\xf4\x05\x32\x4b\x32\x55\xb2\x75\x82\x1c\x6d\x41\x8d\x9b\xe3\x41\x45\x90\xa7\x21\xf2\xf4\x23\xfd\xe4\xc3\xfd\xf4\x43\xfd\xd1\x0f\x38\xf4\xe0\x8d\xfd\x5b\x47\x9e\x56\xb1\x53\x36\xce\xdc\x26\xcd\xf9\x3e\x5b\x9c\x6e\x74\xe1\x50\xc0\xc2\x1d\xe6\x10\x44\xb8\x30\xa8\x05\x7e\x67\xd1\x28\x8e\x8a\xbb\xf9\x15\xdc\x00\x63\x29\x43\x19\xcb\x28\xce\x89\x30\xbb\xc7\xd8\x67\x21\xff\xbd\x60\x7f\x2c\xee\x1f\x87\x83\x05\x7d\xfa\xa5\x3e\xf2\xd9\x3e\xfa\x62\x5f\xf4\x93\xce\x49\xec\x83\x7d\x33\x06\x3b\xb7\xeb\x96\x92\x37\xf8\xb0\x1b\x4a\x6c\x99\xfd\x29\xa6\xa4\x7c\x6f\xc1\x8f\xb0\xc2\x8c\x53\xb1\x5c\x63\xf4\xa8\x9a\xe5\x2f\xce\x4d\xfc\x05\x3d\x2b\xf9\x8c\x56\xc8\x59\x8a\x71\x5d\x8e\xa9\x30\x81\x97\x34\xa3\x54\xd0\x12\x8a\x78\x22\x8f\x8b\xb4\xe7\x92\x1f\x25\xeb\x0e\x80\xf3\xf8\xd8\x2d\xbc\x5b\x3e\x87\xc5\x0d\xd4\x99\x9b\xdb\x5a\xd6\xb9\x8f\xd4\xd9\x89\x1a\x64\x97\xe3\x03\x44\x32\x53\x24\x4d\xcf\xc4\x4e\x39\x29\x06\xf6\x78\x53\x0c\x04\x3c\xba\x36\xc1\xc0\x26\x4c\xf5\xf8\x27\xfb\xc9\xa9\x46\xa9\x1e\x9b\xc8\xef\xf8\x9e\xfd\xf4\xd7\xfb\xc9\x1d\x55\xf9\x1d\xa3\x23\xfc\x38\xe9\xdf\x81\x03\x93\x35\xc4\xf7\xb3\xab\xfd\x49\x14\x3b\x9f\x3f\x51\x1c\x1a\x4b\xe4\x09\xf1\x01\xb0\xdd\x8f\x7d\x00\x33\x64\x8a\xa4\x83\xab\x57\x79\xc7\x69\x2d\x99\x08\xce\x28\x18\xb6\xfc\x0b\xe1\xcb\xff\x3c\x3d\xdb\x9e\x94\x86\x8d\xd4\x2b\x76\x40\x8d\x7e\xfc\xb6\xda\x29\x1c\xb3\xcf\x8c\xcd\xce\x62\x42\xde\xb0\x21\x13\x99\x7e\x0d\x59\x24\x97\xaa\xb4\x97\xb6\xcc\x24\xf4\x18\x9c\x0b\x5b\x3c\x17\x7e\xae\x8f\x3c\x29\x8e\x6f\x0b\xe4\x71\xf7\xf8\xd6\x69\x11\xd3\x21\x91\x16\x0e\xbb\xd8\x51\xad\x49\xc1\xb6\x1e\xe9\xd5\x40\x08\xc6\xff\xeb\xce\x5a\xc9\x15\x93\x36\x22\xb5\x81\xb0\x1a\x95\x85\xfb\x36\x44\x56\x75\xc6\xd7\x17\x72\x2a\x44\x4e\xc1\xdf\xac\x2b\xfe\x66\x70\x34\x80\xa3\x01\x1c\x0d\x3a\xe5\x68\x90\xf9\x44\x5f\xf0\xc6\xdf\x5e\x33\xec\xbc\x08\x16\x7a\x94\x9c\xf7\x04\x0b\xdd\x5c\x9b\xb6\x0e\xa1\xd4\xd7\x21\x6e\xa3\xdb\xc4\x30\x35\xab\x46\xb4\xe9\x7c\x94\xfe\xb5\x1d\xb5\x6a\xc4\xd1\x1a\xb6\xdc\xec\x49\x68\xa4\x54\x5b\x15\xa0\x0b\xba\x05\x08\xf2\x56\xd3\x68\x40\x90\x41\x90\x37\x98\x20\x97\x36\xea\x18\x1a\x86\x75\xbb\xbb\x83\xf4\x6c\x9e\x5a\xfa\xff\x3e\x43\x0e\x0b\xc8\xbb\x5c\x30\xae\xb3\xcf\xd0\x34\x0a\x09\x27\x3f\x60\x75\x61\x1f\x76\x91\x95\x5d\xd1\x56\x55\x8b\xbe\xe1\x19\xfa\x99\x7d\x64\xb7\xe7\xbe\x94\x7d\x9b\x53\xc4\x67\xa8\x71\x4e\xcc\x99\x82\x71\x7d\x81\x37\x17\x1f\x66\x57\xce\xd4\x69\x4b\x96\xcc\x71\x2f\x45\x7a\x4c\xa4\xc7\x44\x7a\x4c\x84\x56\x23\xb4\x1a\xa1\xd5\x08\xad\xee\x99\xd0\xea\xde\x89\x1c\x46\x48\x2b\x42\x5a\x11\xd2\x8a\x90\x56\x84\xb4\x6e\xe9\x90\x56\xc4\xdc\x21\xe6\x6e\x8b\xc6\xdc\x6d\xca\xf4\x98\x3a\xb9\x20\x90\xe0\x59\x32\xcd\x91\xe0\x69\x72\x92\x1c\x0f\x44\x82\x5e\x5e\x25\x71\x53\xc2\x85\x44\x6d\x49\x91\x79\x2d\x9c\x11\x9e\xa3\x33\x35\xd5\x81\x25\x34\x6c\x04\xd4\x24\x3d\x74\xfb\x4b\x62\x5f\xba\x2d\x84\xa5\xed\x72\xf2\x67\x7a\xb0\xd9\x7e\xf1\xc7\xee\x82\x33\xc1\xb9\x1e\x23\x8f\x92\xf3\x55\xf6\x9c\x46\xf9\x4c\x1b\x4f\x18\xcc\x39\x70\xa4\x6b\xd1\x91\xee\x85\x88\xa8\x4a\x3e\xce\xab\x92\xbb\xc6\xe8\xc6\xe9\x75\x1b\x2f\xc7\x60\xbb\xc5\xba\x72\xf8\x86\x3c\xe4\xa2\xf0\xff\x3b\x47\x66\x5c\xff\xbf\x9b\x69\xd0\x16\x6c\xcd\x09\xae\x96\xe4\x54\x8d\xb4\x0b\xcb\xe3\x19\xff\xd1\xd1\x10\xc1\xf6\x60\xdd\xbc\x9b\x1e\x21\x77\x48\x5c\xd0\x40\xc8\xb9\x49\x38\x3b\x26\xee\x90\x82\x13\x9c\x18\x9c\x18\x9c\x18\x9c\x18\x29\x38\x91\x82\x13\x2e\xd1\x48\xc1\x09\x7b\x05\xec\x15\xb0\x57\xc0\x5e\x01\x7b\x45\x5b\xec\x15\x88\x8c\x41\x64\x0c\x22\x63\x90\x82\x13\xe6\x40\x98\x03\x37\x79\x0a\xce\x75\xe4\xc8\xec\x2a\xab\x6e\xbf\xff\xfc\x8f\x0c\x92\xdd\xc2\x7f\x7e\x89\xcd\xad\xe3\x28\x9f\x35\x8d\xe2\x55\x63\xc9\xa2\x7f\xb6\x8f\xfe\x41\x3f\xb9\x9d\xff\xea\x10\xef\xbd\x8d\xdd\xe2\x27\x4d\xa3\x98\x31\x96\xe2\x83\xec\xb2\x34\xbb\xc4\xc6\xdc\xe2\x87\x19\xc3\x4c\x15\x0a\x4e\x0e\xb2\xf6\xa5\x19\xeb\x8c\x47\x7c\xe6\x75\x64\x5a\x2c\xbf\x53\xe4\x04\x5f\x7e\x87\xc9\x41\x32\x1e\x68\xe3\xe0\x63\xe5\x58\x37\xe4\x3b\xb7\xc5\xa0\xfb\x78\xf8\x5a\x4b\xd0\x11\x19\xd9\x21\x9e\x5b\xbb\x88\xe4\x52\x5c\x12\xe9\x81\xe0\xed\x0f\x6f\xff\x0c\xac\x38\xb0\xe2\xc0\x8a\x03\x2b\xce\x96\xb1\xe2\x64\x7a\xc6\x48\xd1\xf6\x9e\xb4\x4c\xcf\x33\xa0\xe7\xa0\xe7\xa0\xe7\xa0\xe7\xa0\xe7\xdd\xa7\xe7\x6d\x3f\xd9\x67\xb6\x34\x2f\xcc\x80\x17\x76\x8e\x17\x66\x7a\x9e\x17\x6e\xc2\xf0\x01\xfa\x77\x43\xe4\x8c\x4c\x57\x6c\x18\x66\x4e\x2f\xf2\x46\x3c\xe9\x8a\xf9\x2d\x41\x35\x72\xb8\x69\xcd\xa2\x1f\x1e\xa2\xbf\x3a\x40\xee\xf0\xb6\x70\x65\x2d\x19\x7d\x56\x6e\x74\xc5\x9c\xbe\xa6\xe7\x2a\x6a\xc1\x3b\x04\xaa\xa3\x54\xce\xb2\x46\x12\x1e\x93\xdb\x84\xa3\x69\x0c\xf2\x16\x06\xdd\x63\xb4\xef\x5c\x64\x94\x34\xc7\xa1\xc6\x2a\x6b\x6a\x2e\x11\xdf\xc7\x6f\x98\xf4\x74\x64\xd1\x53\x75\x80\x3f\x69\x56\x6f\x63\x7e\xa8\x0e\xa1\xbf\x6b\xc2\x35\xfb\x00\x77\xcd\x8e\x5c\x7c\x94\xa6\xc8\x69\x72\xb2\x05\xf2\xcc\x57\xdf\x34\x53\xfe\x42\x29\xe0\x9e\xfa\x14\x70\x07\x25\xbc\x63\x02\x05\xbe\x26\x1c\x05\x1e\xa2\x8f\xd8\xf9\x5f\x6a\x57\x94\xa4\xcd\x7c\x22\xfc\xb9\x5e\x40\x04\x41\x04\x41\x04\x41\x04\x41\x04\x41\x04\x41\x04\x41\x04\x41\x04\x41\x04\x41\x04\x41\x04\x41\x04\xbb\x4b\x04\x37\x5f\xc9\x25\x30\x47\x30\x47\x30\xc7\x4d\xc4\x1c\xff\x36\x42\xa2\x82\x39\x7a\xaa\x86\x3b\x3e\x80\xf4\xb7\x23\xf4\xa5\x08\xd9\xc1\x7e\x73\x5c\xff\xee\xc9\x6b\x65\xff\x2e\x2e\x7a\x1f\x8f\xe6\xb5\xf2\x05\x23\xa7\x49\x57\xbf\xd4\xdc\x79\xfb\xcc\xd8\xc6\x32\xa2\x35\x0d\x4d\xd4\x34\x34\xd1\x4c\x43\xed\x4a\xec\xdc\x00\xf8\x79\x06\x60\x56\x77\x12\x3b\xd3\x3f\x89\x93\x13\x62\xc8\xcd\x25\x35\x9b\xb0\x9f\x5b\x05\x7b\x45\x49\xf7\xb1\x6c\xa1\x62\x95\xd9\x69\xb4\xa0\x39\x35\xe9\x7e\x3a\x4e\x3f\xd8\x4f\xa2\xec\xee\x94\xf7\xe6\x2b\xf6\x5d\xd1\x07\xea\x95\xa7\x13\x2d\xcd\x1b\x05\x2d\x3e\xc4\x7e\x9f\xaf\xbe\x7f\x51\xde\xee\xb9\xb2\xcd\xd5\xe8\xd6\xe9\x46\xc9\xc7\xc7\x7e\xa9\x84\xa7\x5b\x37\x5b\xb0\xfc\x6a\x38\x3a\x3d\x4b\xa7\x25\x3a\x0d\x9c\x25\x3b\x81\xb6\xa7\x5f\xb5\x35\xf9\xa3\xdf\xdb\xde\x70\xaa\x1e\x0a\x28\x43\xe7\x99\xad\xfd\xf2\x92\xee\x4f\x58\x9a\x97\xcb\xac\xca\x90\xd3\xd2\x8c\x21\x68\x1a\xc9\x71\x5a\x4c\x8e\xf3\xe1\xbe\x76\x49\x8d\x8c\x48\x56\x33\x49\x52\x6e\xb2\x9a\xee\x4b\x20\x5e\x45\xae\x39\x09\x54\x2b\x4e\x5a\x90\x49\xf1\x5f\xd9\xd9\x50\x02\xdd\xe5\x96\x93\xf3\x08\x9d\xb8\xf8\xeb\x06\xc8\x1c\x54\x8f\x43\xf5\xb8\x97\x6f\xaa\x04\xc4\xc8\x22\x46\x16\x31\xb2\x9d\xac\x1e\xd7\xf3\x45\xe2\x42\x75\x87\xf0\xea\x71\x5d\x3c\xc0\xa4\x7f\x76\x47\x43\xf5\x21\x1e\x56\x46\xce\xa3\x54\x0c\xf3\xd2\x45\xdd\xd5\x29\x50\x35\x6e\xab\x69\x32\xa8\x1a\x87\xaa\x71\x1b\x5c\x35\xae\x6b\xa0\x2b\xb4\x4a\x5c\x17\x77\x8a\xcc\x51\x72\x98\x1e\x8c\x8d\x3b\xf6\xaa\x7b\x7c\x35\xe2\xdc\x7b\xbb\x50\x15\xee\x2b\xc3\x24\x29\x20\xab\x95\x5d\xd1\x72\x95\x82\x5e\xcc\x7b\x3c\x69\x4b\xa6\x6e\x98\x7a\xf9\x46\xb6\xa0\x5a\x96\x4b\x56\xdf\x3f\x4c\x5f\xe8\x27\xb7\xbb\xb7\x5c\x59\x4b\x46\x95\x3a\x30\x75\x4e\xde\x3f\xc9\xee\x8f\xdf\xcf\xae\x58\x70\x6e\x5a\x4c\xfa\x7e\x6e\x33\x43\x5d\x22\x67\xc5\xd2\x3a\x43\x4e\xf1\xa5\x75\x94\x1c\x26\x07\x03\x97\x96\xe7\xf5\xd9\x0e\xe2\xed\xd8\xcd\x52\xd4\x67\xc2\x97\xd6\x71\x7a\x4c\x2e\xad\x9a\x69\x90\x4b\xca\xdf\x23\xaf\x1b\x6a\xf4\xbf\x6d\xaf\x9e\x8a\x3d\xf5\x61\xa9\x7f\x36\x14\x79\x51\x97\x26\x24\x9d\x21\xe7\xc8\x4c\xd5\xfe\xde\xe2\x8c\x60\x6f\x07\x25\x6d\x91\x92\xfe\x62\x5f\xfb\xe4\xc2\xac\xe0\xa4\xec\x04\xe5\x70\xd2\x8d\x90\x32\x9c\x94\x36\x27\x65\xc2\x84\x49\xa0\x14\x8a\xff\xe4\xce\x6a\x29\xf3\x2a\x07\x88\xfa\x05\x8b\xcc\xf2\xdd\x2d\xb9\x02\x0e\x0a\x0e\x0a\x0e\x0a\x0e\x0a\x0e\x0a\x0e\xda\x0a\x07\x0d\x74\x6f\xe9\x79\x40\x6a\x6b\x06\x1d\xde\xfa\xc3\x39\x6b\xfa\x47\x76\x54\x2b\x07\x23\x21\xb8\xd3\xaf\x32\x3c\xc0\x4f\xe1\x5d\xd0\x18\x40\x39\xb7\x9a\x9e\x02\xca\x09\xca\xb9\xc1\x94\xb3\x8b\x28\x2a\x94\x73\x76\x18\x46\x65\x26\xc8\x51\x7a\x38\x76\xd0\x61\x9b\xf7\x7a\xd9\xa6\xef\xbe\x2e\xd0\xcd\xf7\x4b\xba\x39\xb6\x96\x0c\x4c\x07\xa0\xaf\xea\x65\x93\x7f\xbd\x36\xdd\xfc\x9b\x21\xfa\xa7\x11\xb2\x2d\x6b\x98\x1a\xdb\xc9\xee\xaf\xc3\x35\x67\xd9\x5d\xf3\xec\xae\x38\xf7\x21\x9d\x34\x4c\xcd\x17\xb5\xef\xfc\xde\x66\xaa\xf9\x5a\x72\x4a\x2c\xa5\x23\xe4\x10\x5f\x4a\x63\x64\x94\xec\x0f\x5c\x4a\xec\x1d\xd8\x22\x72\xfb\x73\xb3\x30\x73\x36\x7c\xfd\x0c\xd3\x41\xb9\x7e\x62\x31\x3b\x78\xde\x7d\xbe\x0f\x5d\xfe\xc2\x76\x77\x9c\x95\xfa\xd0\xd2\x33\xd4\xb6\x0f\x68\xb7\x46\x3b\xcd\x53\x18\x54\x6d\xd6\xeb\x1b\x6e\xec\xcf\x20\x95\x2d\x92\xca\x77\xf7\x91\x49\x01\x18\x4f\x90\x09\x17\x30\xb6\xed\x83\xbf\x59\x49\x62\x0b\x8c\xb6\x4a\x84\x10\xca\x19\xff\x81\x9d\xae\xc0\xd8\xe5\xf0\x47\x8f\x8c\x90\x27\xc3\xae\x89\x08\xd0\x47\xd0\x47\xd0\x47\xd0\x47\xd0\x47\xd0\x47\x78\x61\xd6\xf7\xc2\x6c\xab\x86\x90\xfe\xc6\x2b\x5c\x15\x60\x38\x84\x32\x7a\x14\x83\x07\x4b\x22\xcd\x5a\xe7\xf5\x02\x30\xc6\xad\xa6\x8d\x80\x31\x82\x31\x6e\x30\x63\xec\x3c\x18\x0a\x45\x8b\xcd\x89\xf9\x86\xc2\xdd\xdd\x03\x32\x47\xc8\x21\xfa\x48\x2c\xe9\x80\xc4\x57\x79\x41\xa2\x7b\x7b\x2d\x45\xdc\x7c\xd9\x40\xe8\x2f\x0d\x93\x23\xc2\x0b\x53\x2d\x95\xac\x06\xb4\x32\xa7\x95\x0a\xc6\x8d\x55\xa6\x6d\xd8\xb4\xf2\x9f\x87\xe8\x9f\x47\xc8\x36\x76\x63\x10\xad\x9c\x72\xee\x12\xb4\x32\x55\x2a\x59\xde\x4d\xd0\xfd\x7d\x63\x69\x25\x7b\x07\x71\x16\xb6\xfb\x73\xb3\xb4\xf2\x42\xf8\x92\xdc\x4f\x87\xe5\xaa\x63\x8f\x97\xba\x87\xa7\x07\x3e\x5e\xf9\x8b\xdb\xdd\x91\x0e\xe0\x95\x9e\xc1\xb6\x79\x65\xb7\xc6\x7b\xdd\xbc\xb2\x76\xc0\xb1\xd7\x83\x57\xb6\xce\x2b\x6f\xf6\x6b\x5f\x3f\xef\x6c\x41\x64\xb4\x59\x26\x84\x11\xcb\x37\xec\x74\x45\x86\x4b\x2c\x3d\x52\x42\x9e\x26\xbb\x26\x24\x40\x2c\x41\x2c\x41\x2c\x41\x2c\x41\x2c\x41\x2c\x5b\x21\x96\xdd\x64\x8c\xed\xc5\xa3\xcd\x13\xcb\xe6\x74\x84\x3a\x27\xd7\xfa\xfa\x42\xfa\xcf\x5e\xe1\x2a\x01\x61\xcc\xd2\xa3\x1a\x08\x66\xd9\x0d\xcd\x00\xcc\x72\xab\xe9\x23\x60\x96\x60\x96\x9b\x8b\x59\xb6\x70\xd6\x0b\x65\x96\x6d\x3e\x0c\x36\xa6\x96\xee\x4d\x2f\x0b\x6a\xf9\x42\x3f\x89\xc9\x3a\x4c\x9a\x29\x33\xab\x6a\x56\x4d\x6e\x54\x7e\xea\x21\x77\x79\xaf\x09\xcf\x91\x1a\xcb\x6b\xe5\x49\xcf\x1d\x9b\x25\x57\x6a\x67\x52\xa2\x86\xad\x73\xfa\xdd\x61\x32\x2f\x01\x72\x6e\x55\xe7\x05\x74\x4c\x2d\xaf\xf3\xdd\xb8\x5e\x6d\x2c\xbe\x7f\xa9\xec\x63\xbf\xae\x2d\xad\x18\xc6\x35\x5f\xf1\x13\x87\x2d\xff\xec\x30\x7d\xe9\x16\xf2\xea\xba\x6d\x32\x55\xe6\x93\x7d\x32\x87\xb0\xa7\x46\x56\xd1\x3e\xe0\xd9\x35\xee\x17\x9d\x67\x5d\x16\xcf\x9a\xf4\x3e\xab\x2d\x45\xb4\x46\xdc\xd4\xff\xfc\x98\x29\x13\xc5\xeb\x65\x6d\xd5\xdd\xb0\x06\x7d\x65\x24\x3c\x6d\x27\xe2\x13\xfc\x71\xa9\x7a\xaf\xb9\x98\x6c\xdc\x7f\x94\xe5\x5a\x8f\xd4\xbd\x2e\xa4\xee\xeb\xc3\xa5\xee\x65\xfa\x84\x90\xb4\x8d\x87\xbf\x9e\xf5\xa8\xd1\x27\x80\xa2\x5d\x28\xda\x85\xa2\x5d\x28\xda\x85\xa2\x5d\x61\xc3\x82\xa2\x5d\x28\xda\x85\xa2\x5d\x28\xda\x85\xa2\x5d\x28\xda\x85\xa2\x5d\x28\xda\xd5\xee\xa2\x5d\x8f\x92\xf3\xf4\x6c\x6c\xda\x01\x5e\x71\x2f\x29\x6b\x7c\xe8\xeb\x7c\xe4\x30\xea\x73\xa1\x3e\x17\xea\x73\x6d\xa2\xfa\x5c\x7f\x1a\x27\xe3\xb6\x07\xad\x1e\x80\x3e\x25\x37\xd0\xb3\x6e\xa8\xff\x2f\xc4\xe9\xfb\xfb\x09\xad\xba\x27\xc8\x8f\x36\x35\x77\x7e\x41\x34\x10\x7f\x50\xf8\xd1\xea\x7e\x54\xe8\x5e\xd0\x66\x47\xda\x1b\xe4\x19\x41\xf1\x2e\x93\x27\x38\xc5\xbb\x48\x1e\x23\x8f\xd6\xa5\x78\xac\x8d\x51\x35\x9f\x67\x6b\xa1\x6c\x98\x2e\xc8\xab\x1e\x18\x81\x99\x65\x7f\x6f\xd6\xd1\xf6\x75\xe1\x44\xef\x24\x3d\xee\x85\x75\x82\xee\x79\x7a\xe0\x18\x59\xea\xcd\x1f\x89\xfe\xc2\x6d\x75\xe7\x29\xc0\x0b\xd7\x33\x55\x31\xc7\x0b\xb7\x4b\xb3\x95\x56\xc9\x15\xf2\x74\x95\x2d\xbb\xbd\xd3\x05\xf3\x36\xdc\x74\x5b\x74\xd3\xfd\x6a\x5f\xc7\x65\x49\x56\xb8\xf1\x3e\x45\x9e\x74\xdd\x78\x7b\x48\x60\xf1\x74\xa9\xcd\x09\xac\x75\x0a\x29\xaf\x7c\x8b\xff\xf4\xce\xba\x02\xcb\x29\x23\x55\xf4\x0a\xa9\x87\x6c\x27\xe0\x6e\xc9\x28\x78\x01\xc3\x0b\x18\x5e\xc0\xf0\x02\x86\x17\x30\xbc\x80\x91\xb7\xa0\xbe\x17\x70\x73\x3a\x42\xf3\x2a\x41\x8d\x36\x91\x7e\xdf\x8e\xba\x3a\x42\x98\x8b\xb0\x47\x71\x50\xa4\x8b\x70\x17\xf4\x06\xf8\x08\x6f\x35\x6d\x05\x3e\xc2\xf0\x11\xde\x60\x1f\xe1\x8d\x27\x5f\xa1\x3e\xc4\x1d\xdf\x26\x1a\x7b\x15\xbb\x17\x76\x21\xa3\xea\x1f\xdf\x47\xce\x36\xf2\xf9\xf5\xfd\x59\xcf\x17\xf5\x62\xde\x9e\x5e\xc9\x5c\xd9\xd7\x61\x1a\x6b\x6a\x81\xfe\x5f\xf7\xd1\xdf\xed\x27\x77\x54\x39\x06\x47\x8f\x72\xf2\x6a\x5f\x65\xbf\xa5\xa7\x50\xa2\x7b\xfd\x82\x78\xc2\xbc\x78\x42\xfc\x11\x9e\x8a\xd5\xe7\x35\x1c\x78\x71\x4a\xb6\xdf\x66\x50\xbb\x3e\x0f\xe0\x84\x6f\x10\xd7\x92\x89\xc0\xee\xde\x2c\x9f\x2d\x84\xaf\xd1\xf3\xf4\xac\x5c\xa3\x75\xa6\xd6\x2e\x6c\x16\xd8\x3f\x5f\x9a\x84\xcf\xde\x56\x3b\xad\xc7\x6d\x50\xdb\xca\xcc\x1e\xb6\x33\xbf\x6e\xe4\xe4\xa6\x5f\x43\x16\xc9\xa5\x2a\xfd\xa3\x2d\xb3\x0b\x4d\x04\x38\xb7\x45\x9c\xfb\xb9\xbe\x4e\x49\x9c\x27\x05\xc5\x5d\x20\x8f\xbb\x14\x77\xe3\xa5\x19\x87\xb7\x5d\x95\x66\xe9\xdf\xd9\x51\x2b\xcd\xa6\x6a\x4e\x68\xad\x88\xb5\x83\x22\x27\xdd\x46\x09\x35\x1c\xe8\xb6\x9a\x18\xc5\x81\x0e\x07\xba\x0d\x3e\xd0\x6d\x98\x86\x1c\x7a\x8e\xeb\xea\xae\x92\x99\x21\x53\x34\x1d\x3b\xe3\x9c\xe9\xf6\xfa\x8a\x00\x07\xb5\xd1\x85\x23\xde\x9b\x87\x48\x42\x1c\xf1\x04\x3a\x76\x22\x39\x45\xe8\x60\xc9\xc8\x59\x5a\xb6\x62\xea\xe5\x1b\xfc\x77\x5d\xb3\xe8\x1f\x0c\xd2\x97\x06\xc8\x2b\xc5\xf5\x4e\x70\xe7\xf3\xd2\xdb\xb4\x98\xd3\xd7\xf4\x5c\x45\x2d\xf8\xe2\x04\x1d\xcf\xee\x39\x6e\xc2\xe1\x0d\xce\x49\xbc\xde\x86\x90\xc0\x44\x5c\xdc\x20\x9a\x94\xe1\xa3\x35\x8f\x9a\xd5\xad\xf6\x25\x51\x78\x19\x45\xf0\xed\xa9\xff\xad\xec\xa0\x84\x77\x8c\x0d\x39\xb9\xfa\x54\xf8\xf7\x72\x8c\x1e\x91\x15\x63\xaa\x47\xde\xfb\x31\xf0\xb9\xb1\x4d\xeb\x62\x11\x21\x4e\x0f\x71\x7a\x88\xd3\x43\x9c\x1e\xe2\xf4\x10\xa7\x87\x38\x3d\xc4\xe9\x21\x4e\x0f\x71\x7a\x88\xd3\x43\x9c\x1e\xe2\xf4\xba\x1d\xa7\x87\xd0\x3a\x84\xd6\x21\xb4\x6e\x0b\x87\xd6\xbd\x34\x4a\x26\x9d\xd0\x3a\xed\xb9\xb2\x56\xe4\xb3\x55\x9d\xe7\x2d\x5b\xb1\xca\xc6\xaa\xdd\xa0\x17\x4e\xc9\x58\xbb\x1f\x1e\xa5\x7f\xdf\x4f\xee\xf6\x35\xe2\xb0\xc2\xfd\x75\xc2\xed\x26\x79\x8b\xf6\x91\x6f\xca\x69\x31\x7e\x40\x06\xdf\xb9\xed\x48\xbe\x17\x74\x47\x9b\x9d\x3c\x7e\xbc\x8f\x5c\x17\x48\xae\x44\x8a\x1c\xc9\xad\x90\x65\x92\x0b\x42\x72\x6e\x37\x47\x1d\x24\xe2\x73\x4e\xf2\x0c\xaa\x1c\x8f\x44\xd0\x9b\xdc\xac\x1f\xc8\xb3\xe1\xcc\xee\x02\x9d\x75\x7d\x95\x6a\xe6\xdb\x86\xdc\x41\xfd\xab\xc1\x7a\xd1\x0f\x93\xa0\x49\x4f\xd4\x8f\xdd\x0b\x9c\xf7\x47\xdc\x48\xbe\x0d\x9a\xfa\xf4\xeb\xc9\x73\x64\xad\xca\x62\xd9\xa5\xa9\x87\x75\x13\x4e\x22\x2d\x3a\x89\xbc\x35\xb2\x71\x02\xeb\xfb\x85\x1b\x49\x85\x58\xae\x1b\xc9\x66\x10\x97\xdc\xd1\xa4\x39\x71\x19\x64\xca\x68\x45\x7e\xc6\x7f\x67\x67\x90\xb8\x7c\xc8\xa9\x1e\x12\x28\x21\xc7\x9d\x30\xc2\x8d\x12\x90\x88\x2b\x44\x5c\x21\xe2\x0a\x11\x57\x88\xb8\x42\xc4\x15\x22\xae\xb0\x7e\x5c\x61\xf7\xb5\x8a\xf4\xdf\xed\x08\xd2\x2a\x8e\x84\xc4\x1a\x06\xea\x1a\x49\x3b\xf2\x70\x03\x54\x0d\x78\xae\x6e\x35\x05\x07\x9e\xab\xf0\x5c\xdd\x60\xcf\xd5\x1f\xef\x0b\xae\x53\xb5\x51\xc7\xeb\xa6\x9d\x5b\xbb\x0f\xfe\x32\xd3\x64\x92\xa6\x62\xa7\x1d\x0f\xd7\x87\x7d\x1e\xae\x01\xed\x74\xc1\xc1\xf5\xc7\x86\xc9\x21\x01\xb4\x97\x44\x31\x8c\xc0\x72\xcb\x59\xd3\x28\x5e\x35\x96\x1c\x84\xfd\x85\x21\xfa\xb5\x08\xd9\xce\x6f\xbb\xb2\x96\x8c\x46\xeb\x51\x6b\xd3\x28\x66\x8c\xa5\xf8\x6e\xf6\x5b\x9a\x5d\xe9\xad\xdd\x25\x7f\x6d\x33\x90\xbe\x4c\x4e\x88\xf5\x77\x88\x3c\xc2\xd7\xdf\x28\xd9\x4f\x86\x03\x7d\xaa\x79\xff\xb9\x33\xb5\xe8\xcd\xcd\x42\xe5\xe6\x0a\x7f\xcb\xb5\xc5\x1f\x6e\x2f\x26\xf9\x7c\x5f\xf0\xe0\xfb\xb6\x7b\x46\xf8\xfe\x00\x44\x2c\x07\xf9\x41\xf9\x73\x77\xc6\x39\x7d\x9a\x9c\x24\xc7\xab\x76\xfd\xf5\x0c\x34\xb6\x79\x20\xdc\x16\x11\xee\x4f\xf6\xdd\xe4\x37\x9e\x12\x1c\x76\x82\x1c\x75\x39\x6c\xd7\xc4\x04\x87\xa9\x6d\x15\x13\xf1\x7f\xb9\xc3\x23\x26\x76\xba\x68\x54\x4a\x86\x07\xc4\x5f\xba\x24\x18\x40\x3d\x41\x3d\x41\x3d\x41\x3d\x41\x3d\x41\x3d\x41\x3d\xeb\x53\xcf\xb6\x6e\xff\xe9\xaf\xbe\xc2\xb3\xfd\xef\x0b\x63\x98\x52\x29\xb8\x9f\x1f\x86\x3b\xaf\x13\x00\x4f\x6e\x35\x4d\x04\x78\x12\x78\x72\x83\xf1\x64\xa7\x21\x50\x73\xf2\x3b\x58\x64\xfb\x24\x7b\x28\xb0\xcc\x1c\x24\xe3\xf4\x40\x2c\xe1\xd0\xc3\x5d\x3e\x7a\x28\xda\x7f\x59\x94\x51\x7e\xe7\x90\x8d\x23\xad\xec\x8a\x96\xab\x14\xf4\x62\xbe\xda\xb9\x56\x86\xde\x9b\xba\x61\xea\xe5\x1b\xd9\x82\x6a\x59\x9a\x45\xbf\x3e\x48\xbf\x38\x40\xa8\x7b\x9b\x63\xd4\xbb\xd1\x64\xe8\xbd\x6c\x70\x92\x35\xd8\xd6\xb0\xfb\x05\xa7\x4f\x76\xe8\xbd\xf7\x51\x08\xbb\xaf\xff\x89\x65\xc3\x3f\xb1\x33\xf4\x94\x8c\xa8\xf7\x0e\x68\x60\x34\x7d\xcd\x92\x22\x4d\xc5\xf6\x23\xfa\x1e\xd1\xf7\x88\xbe\x47\xf4\x3d\xa2\xef\x11\x7d\x8f\xe8\x7b\x44\xdf\x23\xfa\x1e\xd1\xf7\x88\xbe\x47\xf4\x3d\xa2\xef\x11\x7d\x8f\xe8\x7b\x44\xdf\x23\xfa\xbe\x5b\xd1\xf7\xff\xeb\x69\x3b\x1b\xa7\x55\x36\x4c\x35\xaf\x55\xa3\xc1\x35\xa3\x50\x59\xd5\xd4\x72\x59\xcd\xae\xb0\x8d\xd7\xa2\xbf\xf1\x34\xfd\xf7\xfb\xc8\x1d\xf2\x7a\x37\xda\x5a\x28\x89\xa6\xdc\xde\x6c\xf9\x67\x2c\x2b\xd7\xf4\x62\x4e\x59\xe4\xed\xa4\x9c\x76\xe2\x31\x76\xfd\x82\x68\x44\x42\xbc\xea\x6b\x7a\x9c\xe1\xa5\x41\xb1\x40\xb1\xd2\xa0\x58\xa0\x58\xa0\x58\xa0\x58\x5b\x86\x62\xa5\x7b\x86\x62\xb5\xbd\x27\x2d\x53\xac\x34\x28\x16\x28\x16\x28\x16\x28\x16\x28\x56\xf7\x29\x56\x7a\x4b\x43\xa7\x34\xa0\x53\xe7\xa0\x53\xba\xd7\xa1\x53\x7a\x13\x42\xa7\x75\xfa\x3e\x25\x6c\x32\x65\x07\x2b\x57\x63\xa2\x59\xbd\x89\xf2\x3c\x0f\xd4\x77\x4b\xda\x46\x6f\x11\xd5\x46\x9a\xf3\x8d\xb2\xdd\x9e\x7c\xac\x4c\xfa\x91\x57\x77\xab\xd6\x69\x2a\xf6\xe2\x6d\xb5\xdc\xec\x5e\xb1\x3d\x29\x6a\x2d\x22\x7b\x58\xfc\xd4\x25\x48\x26\x98\x16\xaf\x7f\x5b\xe5\xda\xdd\xc0\xb3\x3f\x74\x72\xe0\xdb\x8d\x98\xd4\x16\x63\x52\xdf\x12\x21\x8f\x8b\xa8\xd2\x0c\x39\xe7\x46\x95\x36\x8c\x34\x09\x5d\x8f\x2d\x44\xaf\x84\xb7\x19\x98\xb7\x61\x3d\x81\x37\xa1\x8f\x09\x17\x65\x25\xa3\x79\x51\xd6\xac\xd0\xaa\x2f\xf2\xe2\xff\x30\x52\x2b\xca\xf6\xca\x10\x28\x4f\x3c\x99\xb1\x5c\x2b\xd6\x12\xe2\x32\xbf\x58\x9b\x74\xee\xe9\xb0\x80\xeb\x4c\x2c\x2d\x28\x30\x28\x30\x28\x30\x28\xf0\xd6\xa1\xc0\xd0\xeb\x42\xf4\xba\xde\xc1\xe4\xc8\x63\xd0\x95\x3c\x06\xb0\x46\xc0\x1a\x01\x6b\x04\xac\x11\xb0\x46\x6c\x69\x6b\x04\xd2\xd9\x20\x9d\x0d\xd2\xd9\x74\x2a\x9d\x0d\x8c\x7d\x30\xf6\x6d\x55\x63\x5f\x26\xdf\x1e\xd2\x1c\x9a\x8e\xc9\x26\xcd\xf1\xfa\xa4\x79\x17\xbd\x53\x7c\xcd\xae\xa4\x6d\x96\x3a\x37\x89\x97\x03\xe0\x74\xfb\xb3\x63\x9c\x23\xb7\x8e\x15\x8c\xbc\x35\x46\x4f\xd1\x13\x64\x80\xfd\x33\x4e\x0b\x46\x7e\x46\x2f\x68\xb3\xba\x55\x3e\xa7\x16\x73\x05\xcd\xcc\xdc\x1b\x66\x60\xa4\x2f\x3c\x4d\x86\xd8\x12\x6d\x90\xef\x57\x2b\xe6\x4a\x86\x5e\x2c\x5b\xf4\x2b\x4f\xd1\xef\xec\x25\xdb\xb2\x86\xa9\x5d\x59\x4b\x46\x07\x1b\xfb\xce\x4f\xdb\xf7\xc5\xef\x67\x17\x4e\x1a\xa6\xe6\xcd\x2f\xe5\xfc\x0c\x7f\x79\xf8\xcb\xc3\x5f\x1e\x96\x12\x58\x4a\x60\x29\x81\xa5\xa4\x67\x2c\x25\xbd\x63\x08\x00\xa1\x06\xa1\x06\xa1\x06\xa1\x06\xa1\xde\xd2\x84\x1a\x08\x0d\x08\x6d\x8b\x22\xb4\x4d\xe9\x2f\xff\x94\xa8\xae\x72\x80\x57\x57\x89\x5c\x7c\x94\x8e\x93\x03\x24\x11\xe8\x47\x9a\x35\x4c\x2d\xb1\x96\x4c\x38\x5c\xa8\x2d\x0e\xf2\x8f\x86\xf3\xbd\x21\xba\x4f\xe2\xbc\x58\x4c\x22\x3c\xa7\x0f\xbe\x5c\xbd\xb1\xaf\x6e\x77\xe1\xd7\x4e\xe9\x00\xef\x52\xae\x07\xc5\x5f\x3a\xcf\xb9\x04\x96\x3a\x43\x4e\x91\x13\x55\x2e\xef\x23\x24\xde\xfc\xf8\xc2\x17\x0a\x3e\xee\x2d\xfa\xb8\x7f\xbd\x41\xd1\xbf\x93\xe2\xa3\x3f\x4c\x0e\xf2\x8f\x3e\x41\xd6\xb5\x28\x49\x5a\xf8\xce\x1f\x27\xc7\x5c\xdf\xf9\xf5\xb6\x31\x29\x9c\xe5\x4f\x90\x09\x8f\xb3\xfc\x3a\x1b\x69\xd6\x6d\xbd\x39\x01\xd3\x48\xac\xb8\xc2\x27\xfe\xe9\x11\x57\xc0\x3c\x50\xd7\x2d\xdd\x15\x37\xc3\xe2\x77\x21\x6e\x5c\x3f\xf4\xce\x0b\x1e\xb8\xa2\x03\xb0\x02\xb0\x02\xb0\x02\xb0\xc2\x15\x1d\xae\xe8\x70\x45\x87\x2b\x3a\x40\x3f\x40\x3f\x40\x3f\x40\x3f\x40\x3f\x5c\xd1\xe1\x8a\x0e\x57\x74\xb8\xa2\xc3\x8e\x06\x3b\x5a\x0f\xda\xd1\x32\xf9\x36\x17\x15\x0e\x33\x4f\xad\xc7\x15\xbd\x9d\xa6\xaa\xcd\x58\xf2\xf1\x0b\xf7\x91\x69\x91\xd4\x3d\xab\x99\xd2\xea\xa8\x59\x6e\x66\x77\xdf\x9f\xf5\x7c\x51\x2f\xe6\x6d\xed\x4c\xf8\xab\x3f\x3f\x66\xf1\x59\xa1\x2f\xdc\x47\x3f\xdf\x4f\xee\xf0\x5e\x7f\x65\x2d\x19\x3d\x6c\x6a\x6a\x4e\x11\xd7\xd8\x8b\xcb\x53\x0e\xd9\xbd\x7a\x41\xb4\x3e\x2f\x5a\x8f\x27\xd9\x7d\x9e\x9f\xad\xc5\x64\xe0\xc5\x62\x5d\xb4\x97\xb8\x67\x4a\xe4\x09\xb1\x6a\x2f\x90\x59\xbe\x6a\x67\xc8\x14\x49\x07\xdb\x32\xbc\xc3\xb7\x96\x4c\x04\x76\x36\x74\xf9\xde\x5f\x7f\xf9\xde\x4a\x07\xf2\x5a\x99\x5c\x2d\x84\xaf\xd8\xf3\xf4\xac\x5c\xb1\x75\x26\xd5\x2e\x65\x1d\xd8\x3f\xef\x92\x8e\x7e\xfa\xb6\xda\x29\x3d\x66\x6a\xa5\x82\x9a\xd5\x5a\x98\xd5\x83\xf2\xd6\x0d\x9c\xd8\xf4\x6b\xc8\x22\xb9\x54\x65\xc3\x6d\xcb\xcc\x02\x2e\xc2\xb6\xdb\xa2\x6d\xf7\x73\x7d\x9d\x92\x36\x4f\x0a\xd3\xee\x02\x79\xdc\x35\xed\x76\x4b\x92\x75\x55\x54\x35\x90\x9b\xa5\x4a\x99\xa4\x7f\x6b\x47\xad\x24\x4b\xd7\x54\xeb\x5f\xbf\x48\x1b\xe7\x55\xa2\x37\x48\xa0\xa1\xbc\xff\x56\x13\xa1\x28\xef\x8f\xf2\xfe\x1b\x5c\xde\x7f\xc3\x34\xe3\xb0\x4a\xfd\xdd\xdd\x70\x32\x33\x64\x8a\xa6\x63\x67\x9c\xe3\xde\x5e\xfe\xd1\x49\x09\x10\xd8\x46\x6c\x80\x5d\xd6\xd1\x43\xdd\xff\x18\x26\x87\xc5\xa1\xce\x5c\x52\xb3\x09\x7b\x20\xf9\x97\xe0\x3d\xda\x15\x2a\x56\x99\x49\xb6\x82\x1d\x7c\xfc\x3c\xfd\xc4\x30\x7d\x6b\x3f\xb9\x8b\xdd\x97\xf2\xde\xc6\x9d\xa3\xf8\x51\xae\x6a\x5f\x14\x6d\xcc\x1b\x05\x2d\x1e\x63\xbf\xcf\x57\xdf\xb9\x98\xf4\x5c\xd3\xe6\x33\xda\x93\xe4\xb4\x58\x89\x47\xc9\x61\xbe\x12\x0f\x90\x04\x19\x09\x5c\x89\x7c\x34\xd8\x0a\x74\x3b\x14\xba\xe6\x72\xe1\x4b\x2a\x45\x4f\xcb\x25\x15\x38\xdc\xf6\xc2\xf2\x3c\xb8\x49\xdd\x85\x9d\xf9\xa2\x5f\xd9\x1e\x30\x25\x0f\xd9\x47\xb1\xe0\x59\xd9\x2b\x2f\xe9\xe6\xc4\xa4\xd3\xe4\x0c\x39\x55\xa5\x16\xac\x73\x66\xa0\x0a\xe0\x34\xd5\xe2\x69\xea\xbd\x7d\x37\x2f\x17\xa6\xc4\xb9\xe9\x24\x39\xee\x9e\x9b\xda\x2f\x5d\x1a\x9f\x59\xba\x23\x7c\xe2\x3f\xb7\x33\x40\xba\xdc\x25\xad\x29\xaa\x4f\xa0\x3c\x2c\xfe\xda\x55\x79\xd2\x19\xf7\x57\x48\x98\x10\x09\x03\x17\xac\xae\xb8\x60\xc1\xf6\x0e\xdb\x3b\x6c\xef\x9d\xb2\xbd\x67\x3e\xd1\xd7\x42\x25\x87\xd6\xcd\x90\x9d\xc9\xaf\xa5\xd4\xd7\x14\x6e\xa3\xdb\xc4\x30\x35\xab\x2c\xd4\x09\x82\x59\x8f\xe2\x90\xfe\xd7\x3b\x02\x94\x85\x78\x0d\x4b\x0d\x3e\x93\xec\xe1\xe7\xf5\x6e\x69\x10\x80\xa4\x5b\x4d\x6f\x01\x24\x05\x24\xdd\x60\x48\xfa\xb2\x41\x53\x61\xd0\x35\x73\x94\x1c\xa6\x07\x63\xe3\x0e\x06\xbd\xc7\x87\x41\xdd\x66\xbb\x00\x3e\xff\x6e\x1f\xb9\xd7\x4e\xac\x98\x35\x56\x4b\x46\x91\x69\x0c\x7c\x1f\xd5\x2c\xfa\x3b\xfb\xe8\xa7\xfb\xdd\x58\xcf\x87\x45\x2c\x43\x55\x02\xc5\x49\xfb\x36\xb1\xfd\xc6\xef\x75\xd3\x28\x56\xfd\xd4\xe3\x29\x14\x33\x4b\xe4\xac\x58\x81\x67\xc8\x29\xbe\x02\xd9\x4a\x3c\x18\x1a\x8c\x5b\xf5\x96\x4d\x25\x04\x78\x3c\x7c\x25\x26\xe8\x48\xb5\x17\x55\xd5\x93\xfc\xcb\x2e\x24\xc7\x40\x06\x09\x22\x91\x20\x32\x83\xf8\x65\xc4\x2f\x23\x7e\x19\xf1\xcb\x5b\x26\x7e\x39\xd3\x33\xe1\xb9\x6d\xef\x49\xcb\x71\xa3\x19\xc4\x8d\x22\x6e\x14\x71\xa3\x88\x1b\x45\xdc\x68\xf7\xe3\x46\xdb\x7e\x86\xcf\x6c\xe9\x48\xb9\x0c\x22\xe5\x3a\x17\x29\x97\xe9\xf9\x48\xb9\x4d\x98\x71\x92\xfe\x51\x84\xdc\x21\x9c\x0d\x97\xd8\x6f\x63\x6b\xc9\x31\xfa\x99\x08\xfd\x54\x84\x6c\xe7\x7f\xb8\xb2\x96\x8c\xde\x93\xd7\xca\xfe\x4d\x55\x74\x37\xfe\xaa\xbc\x56\x4e\xb3\xab\x16\x93\xa9\xb9\xf3\xf6\xf1\xad\x8d\x0e\xf2\x35\x0d\x4d\xd4\x34\x34\xd1\x4c\x43\xeb\x74\x7a\x6d\x60\xc2\xf1\xbc\x67\x33\x6c\x8d\x7e\x7c\x90\x8c\x86\x3b\x73\xf2\x0a\x39\x63\xdc\x95\x93\xbe\x69\x90\x7e\xbb\x9f\xdc\x5b\xcf\x4a\x27\x8a\xaf\xc7\x1a\xd7\x90\xe1\x26\xba\x03\xec\x9a\x3a\x16\x3a\xde\x02\xbb\x62\xc6\x30\x53\x85\x82\x93\xf9\xae\xe7\x71\xe8\x53\xc1\x06\xdb\x75\xa5\x4c\x95\xa4\x5e\xd4\xdd\x67\x03\xc1\x66\xb1\xd9\xcc\xa8\x4b\xe1\xa0\xf4\x34\x3d\xd9\x24\xb2\xaf\x66\xf5\xa2\x4a\x12\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x28\xc8\x68\xb7\xc8\xe8\xef\x0f\x09\x72\xd7\xa0\xcc\xb3\xa5\x65\x4d\xcd\x49\xa5\x45\x7f\x76\x88\x7e\x31\xe2\x7a\x28\xde\x5b\x27\xe0\x7a\x81\xdf\x11\x8f\xf2\xf4\x58\x55\x55\x6f\xc4\x6f\x6d\x8e\xb1\x7e\x82\x4c\x08\x3c\xf6\x08\x49\x72\x3c\xb6\x9f\x0c\x93\xc1\x50\x37\x42\xd1\x97\x50\xcf\xc1\x73\xe1\x40\x6c\x2f\xdd\x53\xbf\x72\x87\xa0\x60\xf2\x41\x61\x21\xd4\xef\xf0\x94\x11\xda\x5d\x3f\x6a\x5a\x0e\xed\xfd\x76\x8e\xaa\x2e\x8c\x6e\x9a\x07\x87\x54\x85\x06\x34\x3f\xbc\x88\x04\x40\x8c\x74\x8b\x31\xd2\xef\xe8\xbb\xa9\xef\xfa\xb4\x08\x8f\x3e\x4a\x0e\xbb\xe1\xd1\x6d\x15\x0c\x21\x91\xd1\xcd\xc9\x8d\x00\x59\xe1\x8b\x7e\xfe\xc7\x3b\x5c\xc1\x70\x87\x13\xf0\x2c\x65\xc1\x6e\x6f\xbd\x9f\x0e\x8b\x02\xc4\x38\x23\xc6\x19\x31\xce\x88\x71\x46\x8c\x33\x62\x9c\x5b\x89\x71\x6e\x6f\x92\xe5\x6e\x46\x4c\x37\x1f\xe3\xdc\xb6\x6d\x3f\xfd\xbb\xaf\x70\xb7\xfd\xbd\x21\xa1\xcb\x52\x19\xb8\x4f\x64\x7a\xec\xb0\x2e\x80\x68\xe5\xad\xa6\x81\x20\x5a\x19\xd1\xca\x1b\x1c\xad\xdc\x0b\x90\xa7\x09\xa9\x1d\x1e\x8c\xfc\x08\x49\xd2\xb1\xd8\xa8\x13\x8c\x4c\xbd\xc1\xc8\xa2\xc5\xda\x38\xe4\x4d\x98\xb7\xff\xf7\x06\xc9\xab\x6d\xb6\xc8\xc9\xe3\x98\x70\x14\x59\x55\x4b\x16\xfd\xc4\x20\xfd\xc8\x80\xbb\xbd\x55\xa4\x51\xac\x98\xd3\xd7\xf4\x5c\x45\x2d\x78\x71\xa9\xea\x18\xa0\x27\x79\x03\x8f\xa9\xa5\x84\x47\xad\x9e\x70\x14\xf2\x41\xde\xca\xa0\xeb\x76\xe3\xf3\xa3\x30\x4a\x9a\x73\x5a\xb2\xca\x9a\x9a\x4b\xc4\x87\xae\xbb\xdb\xa5\xd3\xf6\xac\x6e\x95\x37\x9b\xe7\xe0\x35\x32\x27\x3e\x8e\xf3\xe4\x2c\xff\x38\x52\xe4\x34\x39\xd9\xc2\x7e\xc8\x79\xf5\xf4\x9a\x56\x0c\xff\x64\xf6\xd4\x5f\xe8\x3b\x28\xe1\x1d\xbb\x99\x3a\xeb\xce\x5c\xf8\xb3\x99\xc2\x6d\x10\x6e\x83\x70\x1b\x84\xdb\x20\xdc\x06\xe1\x36\x08\xb7\x41\xb8\x0d\xc2\x6d\x10\x6e\x83\x70\x1b\x84\xdb\x20\xdc\x06\xe1\x36\x08\xb7\x41\xb8\x0d\xc2\x6d\xb0\x4b\x6e\x83\xbf\x33\x44\xd2\x22\xe0\x57\x2d\xe9\xda\x73\x65\xad\xc8\x67\xab\x3a\xd6\x57\x52\xbf\x8a\x55\x36\x56\xed\x66\x3d\x44\x8a\xfe\xd8\x10\xfd\x81\x5b\xc8\xdd\xbe\x36\x9c\x08\xe0\x1f\xea\x6b\x92\x09\xf2\xe6\xed\x53\xe0\x94\xd3\x7c\x9b\x10\xe1\x21\x7e\x43\xca\xdb\x45\x19\x61\x1c\xf4\xe0\x59\xdd\x6a\x9f\xad\x6d\xab\xf1\xc2\x67\xc3\x79\xe1\x05\x3a\x2b\x79\x61\xbd\xc5\x67\x13\xc4\x80\xc9\x41\x30\x32\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\x22\xa8\xe2\xc6\x51\xc5\x4f\x0c\x91\xfd\x7e\x87\xc1\x80\x90\x64\x41\x5e\xe8\xbf\x1a\xa2\xef\xf2\xf8\x10\x3e\xdb\x1c\x2f\xe4\xb0\xaa\x4d\x70\xf0\x81\xeb\xf5\xdc\xed\xf9\x13\x40\x01\x6f\x82\x02\x9e\x0d\xa7\x80\x0f\xd3\x58\xa3\x90\x6b\xd1\x19\xb0\x3d\xb0\x3d\xb0\x3d\xb0\x3d\xb0\x3d\xb0\x3d\xb0\x3d\xb0\x3d\xb0\x3d\xb0\x3d\xb0\x3d\xb0\x3d\xb0\xbd\x2e\xb3\xbd\xcd\x17\xbe\x08\x7a\x08\x7a\x08\x7a\xb8\x89\xe8\xe1\xd7\x23\xe4\x6e\xe1\x93\x58\x34\x72\x9a\xeb\x8a\x38\x46\x3f\x1d\xa1\xff\x35\x42\xb6\xb1\x3f\x37\xac\xf4\x72\x77\x5e\x2b\x5f\x30\x72\xda\x26\x28\xf4\x12\x58\x27\xa4\x33\x15\x60\xec\x42\x2f\x7f\xb8\x4f\x14\xd2\x61\xc3\x2a\xf3\x42\xd2\x17\xf7\xd1\x5f\xa9\x2d\x59\x1d\x54\xb8\x45\xe6\x29\x51\xdc\x92\xd5\xe2\x2f\x9b\x2d\xe0\xfa\xb5\xe4\x94\x18\xe9\x23\xe4\x10\x1f\xe9\x31\x32\x4a\xf6\x37\x99\x8d\xa0\xa9\x82\xd5\x61\x75\x5a\xda\x96\xb1\x00\x90\x14\x90\x14\x90\x14\x90\x14\x90\x14\x90\x14\x90\x14\x90\x14\x90\x14\x90\x14\x90\x14\x90\x14\x90\x14\x0e\x90\x40\x98\x40\x98\x40\x98\xdd\x42\x98\x2f\x0e\x92\xbb\xfc\x0e\x90\xd2\xd3\xf1\x23\x83\xf4\x67\x36\xd6\xd3\xf1\x61\x8f\xa7\xa3\xe3\xdf\xb8\xd9\xa0\xdd\x26\xf7\x77\xac\xef\xe3\x08\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\x07\x94\xb7\x11\x28\xef\xb3\x43\x64\xac\xa9\x58\x66\x4f\x4d\x94\x7f\x33\x44\x3f\xb4\xf1\x35\x51\x62\x75\x63\x9a\x7d\xd5\x51\xc0\xf9\x6a\x39\x5f\x3b\x0b\x9d\x34\x05\x0d\xc1\xfa\xc0\xfa\xc0\xfa\xc0\xfa\xc0\xfa\xc0\xfa\xc0\xfa\xc0\xfa\xc0\xfa\xc0\xfa\xc0\xfa\xc0\xfa\xc0\xfa\x10\xdb\x0c\x9a\x08\x9a\x08\x9a\xf8\xf2\xa1\x89\x7f\x38\x48\x46\x65\xbd\x95\x4a\xd9\xb0\xb2\x6a\x41\x2f\xe6\xc7\xd6\x92\x63\x1c\x42\x19\xc5\xb2\x5a\x28\x19\x39\xfb\x37\xcd\xb4\xe8\xcf\x0d\xd2\x77\x0f\x90\x57\x7a\x2e\xbf\xb2\x96\x8c\x1e\x6a\x1c\x9c\x7b\xce\x69\x6d\xce\xc8\xa5\x9c\xd6\xe2\x47\xd9\x6d\x29\xb7\xa9\xc5\x64\xc0\x95\x9b\xcd\x21\xf0\x59\xb2\x28\x40\xe1\x45\xf2\x18\x07\x85\x67\xc9\x34\x99\x0c\x8c\xe2\xf5\x8c\x66\x62\x2d\x99\x08\x18\x84\xa6\xa2\x7b\x97\xc2\x71\xe1\x69\x7a\x52\x40\xc2\x80\xe7\x90\x3a\xf9\x0f\x3d\x3d\x24\x61\x11\xc4\x00\x88\x00\x88\x00\x88\x00\x88\x00\x88\x00\x88\x00\x88\x00\x88\x00\x88\x00\x88\x00\x88\x00\x88\x00\x88\x70\x16\x04\xde\x03\xde\x03\xde\xeb\x16\xde\xfb\xdc\x10\x49\x09\xbc\x67\x2e\xa9\xd9\x84\x4d\x8b\x78\x53\x01\x35\x95\x0b\x15\xab\xcc\x4e\x2f\x05\x6d\x49\x2f\xe6\xf4\x62\xde\xa2\x3f\x3c\x44\xbf\x33\x40\xee\x65\x4d\xa4\xbc\x2d\x38\x15\x95\xff\xf7\x26\x1d\x0a\x45\xdb\xf3\x46\x41\x4b\x8b\xb6\xdb\xe4\x59\xf8\x08\xbf\x61\xbe\xba\x7f\x76\x39\xe5\x9a\xc7\xc2\xd5\xb0\x3e\x3b\x2c\x85\xb3\xc3\xc7\xe8\xa3\xd2\xc1\xb0\x66\x54\x6b\x2b\x20\x4b\x76\x18\xb8\xf6\xe0\x8f\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\x08\x9c\xd8\x5b\x38\xf1\x6f\xf7\x91\x5d\x76\xec\x31\x1f\x26\x93\x77\x92\xfe\xde\x3e\xfa\x39\x4f\xa5\x8e\xa1\xc6\xce\x80\xb3\xec\xce\x79\x76\x67\xfc\x61\xb7\x5a\x87\xfb\xd7\xcd\xe6\xeb\xf7\x34\x49\x0b\x52\x77\x9c\x1c\xe3\xa4\xee\x11\x92\x24\x63\xa1\x15\x3b\xdc\x17\x6e\x4b\xd5\x8e\xd9\x70\x76\x37\x4c\x07\xab\xc3\x84\xdd\x4e\x20\xdd\x1f\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\x1b\x90\xdb\x86\x20\xb7\x8f\x3e\x45\xf6\xd8\xc8\x2d\x20\xd1\x5f\xc9\xc8\x59\xf4\x47\x9f\xa2\x7f\xb2\xd7\x45\x70\x0f\x35\x46\x70\x73\x46\x2e\x7e\x8f\xcb\xde\xdc\x6c\x7c\x73\x46\xae\xc7\x71\x5b\x1a\x68\x0a\x68\x2a\x0d\x34\x05\x34\x05\x34\x05\x34\xb5\x65\xd0\x54\xba\x67\xd0\x54\xdb\x7b\xd2\x32\x9a\x4a\x03\x4d\x01\x4d\x01\x4d\x01\x4d\x01\x4d\x75\x1f\x4d\xa5\xb7\x34\x49\x4a\x83\x24\x75\x8e\x24\xa5\x7b\x9d\x24\xa5\x37\x21\x49\xca\x2c\x06\xba\x18\x91\xe3\xc2\x7f\xe9\x20\x19\xe7\xfe\x4b\x23\x24\x4e\x86\x42\xfd\x97\xe6\x8c\xdc\xac\x6e\x95\x9b\xf5\x4f\x9a\x0e\xf7\x4f\x8a\x51\xa5\xda\x3f\x69\xce\xc8\xf9\x1c\x93\x62\xff\x61\xbb\x0b\xb9\x76\x88\x3d\x46\x51\x39\xcf\xba\x57\xfc\x57\x27\x89\x96\x00\x50\x13\xe4\x28\x39\x4c\x07\x96\x8c\xdc\x8d\x28\xff\x5f\xa5\x2f\xbe\x8f\x3c\xdc\xcc\x80\xa5\xdf\x1d\x21\xef\x8c\xd0\x9f\x88\x44\xdf\xee\x88\x8d\x6f\xf5\x5d\x66\x9b\xb2\x94\xd3\x23\x3c\x8a\x36\xcb\x4e\x63\xe2\x3b\xf7\x9d\x0d\xbc\xbc\x68\x49\x53\x4a\x6c\x64\x98\x42\x96\x50\x52\x45\x45\x2f\x8a\x53\xb9\x61\x2a\x95\xa2\x73\xb0\xcf\x29\x39\xf3\xc6\x7c\xa5\xa8\xe4\x74\x53\x63\x8b\x5b\x73\x4e\x8b\x4c\xe8\xf3\x5d\x55\x1e\x97\x6d\xe5\x58\x1e\x50\x94\xe5\x8a\xc9\x15\xb0\x92\x69\x64\x35\x8b\x6f\x7f\xf2\x5b\x92\x82\x3a\xa1\x2c\xf2\x27\x72\xc5\x96\xef\x57\x13\xca\xa8\x92\x2a\x14\x26\xf8\xe6\x96\x33\x6f\x28\x66\xa5\xc8\x0e\x4e\xec\x6b\xb0\x77\x74\xd9\x9c\x96\x8b\xdd\x2a\xba\xe6\xfd\xf4\xdf\x11\x21\x6f\x8b\xd0\xb7\x46\xa2\x6f\x76\x06\xe8\x9b\x7d\x5c\x1f\x7a\x4c\x2d\xaa\x79\xcd\x14\x9a\xbd\x48\x81\x6a\x59\x46\x56\xe7\x9b\x95\xa3\x43\xab\xfc\x10\x62\x98\x0a\xd3\x65\xca\x37\x9c\xdd\x7b\x55\xbd\xc6\xfa\x5f\x5e\xd1\x2c\xcd\xfe\x3e\x99\xcc\xb0\xe9\x06\x3f\xe0\x2f\x69\x0a\x97\x0c\x5c\x5f\x36\x4c\x25\x39\x7e\x94\x5d\x6b\xaa\x59\x8e\x61\xd8\x51\x53\x7c\x8d\x5c\xa7\x65\xea\x87\xaa\x17\x85\xb9\x85\xeb\x8c\xee\xb5\xfc\x68\x2a\x21\x11\x3b\xe9\xd8\x12\x36\x6f\x14\xd4\x62\x3e\x61\x98\xf9\xb1\xd2\xb5\xfc\x58\xa5\xa8\x67\x8d\x9c\x36\xb6\xe7\xbc\x35\xc7\x5a\x49\xc4\x76\x78\xdf\xd5\x4b\xd7\x7f\xab\x8f\x9c\x60\x9f\x69\x92\x1e\x22\x8f\x90\x6d\x93\x42\xbd\xa2\x43\xa4\xc9\xa5\x47\x4e\xb2\xbb\xc7\xe9\x61\x72\x90\x6c\x4f\x65\x99\xf0\x5e\xd7\xed\x81\xc2\xe3\x88\x10\x1e\x07\x48\x82\x0b\x8f\xa6\x5b\x0c\x17\x1c\x25\xa3\x7d\x82\x23\xfe\xef\x47\x5c\xc1\xf1\x6a\xa1\x86\x2a\x59\xa3\xc0\x0e\x95\x72\x93\x60\x42\x64\x8f\xf8\x45\x08\x91\x49\xe7\xe7\x4e\x8a\x93\x4b\x64\x9e\xcc\x79\xc5\x49\x3c\x4d\xce\xb4\x10\xe7\x3d\xc5\x7b\x7e\x91\x63\x4f\x0b\x80\x14\x80\x14\x80\x14\x80\x74\x0b\x01\x52\xa8\x56\x21\xaa\x55\xef\x10\xe4\x6f\x44\xc8\xd7\x23\xf4\xab\x91\xe8\x57\x9c\xa9\xfa\x68\xe4\x92\xf7\xcc\xa6\x17\x15\x4b\x9c\xbb\x94\x25\x6d\x59\x98\x5b\x1d\xb6\xe1\x6e\x59\xf2\x2b\xe1\x83\xe5\x51\xe2\x8a\x46\x71\xb4\xa8\xe5\x55\x3e\x25\xf2\xd8\xe6\x55\xf6\x04\xe5\x74\x16\x83\xd4\x06\xf4\xd5\x55\x2d\xc7\xd4\xc9\xc2\x0d\xd7\x0e\xea\x8a\x76\xbd\x30\x22\x4f\x73\xfc\x75\x95\xbc\xa9\x66\xf9\x3a\xd1\x8d\x9c\xb3\xf1\xb8\x9b\x03\x37\x31\xdb\xf3\x52\xb1\x58\x27\xbd\x03\xa5\xb2\x3b\xed\x17\x92\x0f\x59\x16\xdf\x9b\xdd\x44\x42\xf4\x73\x55\x53\x8b\x75\xfb\x18\xa3\xbc\x0b\x73\xbc\x07\xf5\x4e\xa9\x00\xf5\x00\xf5\x00\xf5\x00\xf5\x00\xf5\x5b\x1a\xd4\xff\x76\x84\xbc\x14\xa1\x9f\x8d\x44\x5f\x74\x76\xdb\xf7\x46\xa6\x3c\x79\xd7\x4a\x05\x4d\xb5\x34\xe7\xd3\x9f\x33\x8d\x92\x9a\xe7\xfb\xf0\x9c\x51\xd0\xb3\x37\x7c\x6e\x3a\xf6\x74\xbb\x89\xdb\xd8\x84\x27\x13\x47\x12\xca\x82\x90\x23\x62\x93\x2c\x69\x45\xb6\x4c\xdd\x5d\x44\x53\x0c\xb3\xb4\xa2\x16\x6d\xb7\x21\xb3\xa2\x8d\x2d\xab\x05\x5b\xfb\x8f\x89\x5f\x63\xca\xb2\x5e\x54\x0b\xfa\xeb\x6d\xf1\xbd\xa4\x29\x6a\x8e\x53\x6f\x63\x4c\x40\xd0\x9c\xab\x5a\x8a\xc6\x07\x2d\xf7\x26\xa1\x6f\x27\x94\x69\x9d\x8b\x24\x4f\xc7\x0d\xb3\xf6\xcd\x5c\x4b\x43\x59\xa8\xfb\x5c\xfb\x33\xca\x2b\x89\xd8\x4e\xd1\x9f\x29\xfb\x45\xfc\xfe\x47\x2f\x0c\x90\x37\x0d\xd0\x37\x0c\x44\xbf\xe7\x38\xa1\x7d\xb9\xff\xb2\x94\x83\x6c\x89\xae\x18\xd7\x95\xbc\x6a\x2e\xa9\x79\x1f\x66\x70\x14\x35\xcd\x5c\x36\xcc\x55\x36\x16\x75\x7b\x7a\xb1\xea\xe1\xc1\x1d\xe5\x6a\x8d\xad\x93\x94\xc4\x5b\xe9\x4c\x5f\xc8\xea\x39\x57\xb1\xe6\x7b\x23\x3f\xe6\x38\xa3\xcb\x36\x27\xb9\x73\xd8\xbb\x5f\xc2\x33\x8c\xb6\xdc\x74\xf0\xbe\xe3\x7a\xe6\x7f\x58\x42\x11\x30\x89\xcb\x62\xaf\xb6\x3a\x28\xde\x61\x90\x9d\x79\xf8\xbf\xfc\x0b\xc3\x3a\xae\x0c\xa6\xd5\xec\xb5\xbc\x69\x54\x8a\x39\x76\x15\xf7\xf9\xe2\x17\x55\x0d\x9c\x50\x56\xa4\x06\xe4\x6f\xc4\x7e\x83\x25\xa7\xa5\xe3\xca\xe0\x8c\x61\x6a\x9e\x66\x95\xac\x6a\x65\xd5\x1c\x7b\x7b\x39\x3e\xc2\xcb\x8f\xb7\x67\x09\x75\xba\xa6\xc1\x65\xa7\x8d\x44\xec\xce\x52\xf5\xba\xf1\xea\x36\xb0\x83\xc1\x0e\xb6\x45\xed\x60\x99\x7c\x30\x16\x9e\x15\x58\x78\x9a\x4c\x72\x2c\x7c\x92\x1c\x27\xc7\x5a\xa0\x9a\x0b\x65\xb5\x5c\xb1\x6c\x56\xdc\x1e\x16\x7c\x35\x5e\x1f\x39\xef\xa2\x77\x0a\xa1\xe0\x0a\x6c\xb2\x09\x8b\xb0\xd1\x7f\xff\x34\x49\xca\xa2\x4e\xa5\x92\xd5\xc0\x73\xdc\x2a\xab\x65\x6d\xb9\x52\x60\xd2\x89\x7e\xef\x29\xfa\x43\xfb\xc8\x36\x76\xcb\x95\xb5\x64\x74\xb8\xb1\x07\xf9\x82\xbc\x75\x41\x2b\xc7\x1f\xe4\x55\x9c\x4a\x25\xcb\x6b\x77\xf3\x5c\x00\x8f\x72\x78\x94\xc3\xa3\x1c\x06\x13\x18\x4c\x60\x30\x81\xc1\xa4\x67\x0c\x26\xbd\x63\x0f\x00\xa8\x06\xa8\x06\xa8\x06\xa8\x06\xa8\xde\xd2\xa0\x1a\x24\x0d\x24\x6d\x8b\x92\xb4\x4d\xe9\x51\xfe\x4c\x30\xfd\x9b\x14\xf4\xef\x04\x99\xe0\xf4\xef\x20\x19\x27\x07\x82\xab\x5f\x97\x4a\x96\xcd\xfa\x24\x32\x5a\x8f\x67\xf9\xc5\x70\x28\x38\x42\xe3\x76\x1d\xeb\x52\xc9\x92\x58\xd0\xf3\x38\xbf\x8f\xf9\xdf\x6e\x77\x31\xd8\x5d\x8e\x8f\xb9\x97\x78\x3d\x24\xfe\xda\x0d\xe6\x25\x10\x55\x9a\x9c\x21\xa7\xaa\x7c\xce\x13\x64\x64\x3d\x43\x0a\x07\x29\xf8\x9e\xb7\xe8\x7b\xfe\xe7\x7d\xe4\xb4\xf8\xa0\x8f\x92\xc3\xfc\x83\x3e\x40\xd6\xb9\xfa\xc8\x94\x70\x5e\x3f\x49\x8e\xbb\xce\xeb\xeb\x6f\x65\x5a\x38\xb1\x9f\x22\x27\x3c\x4e\xec\xeb\x6f\xa6\xf5\x64\xbb\xc2\x27\xbd\xdd\x22\x27\xfe\x5b\x23\xae\xc8\x51\xea\x7a\xa7\x7b\xc5\xcf\x7e\x71\x85\x10\x3f\xf5\xbc\xd4\x3b\x27\x88\xe0\xad\x0e\xf8\x0a\xf8\x0a\xf8\x0a\xf8\x0a\x6f\x75\x78\xab\xc3\x5b\x1d\xde\xea\x30\x02\xc0\x08\x00\x23\x00\x8c\x00\x30\x02\xc0\x5b\x1d\xde\xea\xf0\x56\x87\xb7\x3a\x6c\x6c\xb0\xb1\xf5\xa0\x8d\x2d\x93\x6f\xaf\x53\x7a\x28\x45\x5e\x87\x9b\x79\x93\x44\xb9\x31\x45\xf6\xf2\xe6\xcd\xe8\xb7\xfe\xc3\x43\x64\x4c\xf8\xad\x5b\x65\xc3\x54\xf3\x1a\x9f\x0a\xdd\x18\x5b\x4b\x8a\x35\x33\xb6\x66\x14\x2a\xab\x9a\x5a\x2e\xab\xd9\x15\xa6\x73\x5b\xf4\x0b\x83\xf4\x53\x03\x84\xc8\x1b\xae\xac\x25\xa3\xdf\x2f\x95\xd9\x62\x4e\x5f\xd3\x73\x15\xb5\xe0\x35\x9e\xaa\xce\xc1\x71\x91\x37\x95\x72\x9a\x4a\x78\x74\x84\x09\x47\xbb\x18\xe4\x8d\x0d\xba\xf4\xd6\x87\xe3\x8c\x92\xe6\x10\x00\xab\xac\xa9\xb9\x44\x3c\xc6\x6f\x58\x10\xdd\x59\x4c\x56\x3f\x65\x56\xb7\x7a\xdd\x1d\x3e\x73\x2d\xd8\xac\x3b\x27\xbe\x9f\xf3\xe4\x2c\xff\x7e\x52\xe4\x34\x39\xd9\xc2\xf7\xc3\xed\xda\xd3\xec\x00\x68\x7f\x2a\x7b\xea\x7f\x2a\x3b\x28\xe1\x1d\x13\x86\xde\x67\xc2\xbf\x91\xe3\xf4\x98\xfc\x0a\xfc\x4b\x48\xda\x5f\xaa\xa7\x03\x45\x0f\x11\x07\x80\xa2\x87\x30\x45\xc1\x14\x05\x53\xd4\x56\x35\x45\xa1\xe8\x21\x8a\x1e\xc2\x04\x00\x13\x00\x4c\x00\x30\x01\xf4\x84\x09\x00\x45\x0f\x51\xf4\x70\xb3\x40\x4f\x14\x3d\xec\x44\xd1\xc3\x7f\x18\x26\xd3\xfe\x04\x16\x02\xff\x05\xa4\xb1\x60\xd2\xda\x34\x98\xac\x64\x47\x07\x3e\xb1\xe2\xf7\xe7\xe9\x87\x86\xe9\x77\x06\x5c\xd7\xda\xff\xd8\x27\xa7\xc1\x43\x04\x8b\xb6\x60\xb3\x53\x5b\x4c\x3a\xcd\xcd\xcb\xe6\xda\xc2\x06\x47\x5c\x7d\x86\xeb\x6c\x72\xf7\x63\x2a\x91\xab\xa8\x0d\xfa\x74\x63\x4f\xdb\x89\xb8\x78\x5c\x75\xc8\x41\x6d\x67\x7b\x1f\x2f\xb6\x9d\x22\x86\x92\xf8\xc5\x70\x72\xf8\x08\x4d\xd6\xfa\x6b\xd7\x8e\xae\x3f\x91\xcc\x83\xf5\xb1\xe5\x76\x7a\x2b\x7f\x61\x20\x45\x20\x45\x20\x45\x20\x45\x20\x45\x20\x45\x20\x45\x20\x45\x20\x45\x20\x45\x20\x45\x20\x45\x20\xc5\x6e\x23\xc5\xd3\xe4\x24\x3d\x1e\x3b\xe6\x78\x43\x3d\xc0\xdd\xa0\x64\x2f\x6a\x4f\x79\xb1\x01\xf6\xbb\xd7\xd9\x69\xf3\xb9\x53\x81\x7a\x82\x7a\x82\x7a\x6e\x22\xea\xf9\xc2\xd3\x24\x21\xa8\xe7\x92\x70\x76\x0c\xcc\xdb\x9b\x35\x8d\xe2\x55\x63\xc9\xa2\x5f\x7c\x8a\x7e\x6b\x2f\xd9\xce\xaf\xbf\xb2\x96\x8c\xee\x6d\x9c\xb4\x77\xd2\x34\x8a\x19\x63\x29\xbe\x9b\x5d\x96\x66\x97\xf8\x50\xa2\xf8\xb5\xc7\xf9\x21\xb2\xf5\x02\xa9\x21\x5b\x2f\x90\x1a\x90\x1a\x90\xda\x16\x42\x6a\x3d\x94\x0f\xa1\x67\x90\x1a\x02\xf5\x81\xd4\x80\xd4\x80\xd4\x80\xd4\x90\xad\x17\x91\xc4\x2f\x1f\xbc\xd4\xf3\x91\xc4\x9b\x32\x5b\xef\xf7\x91\x33\xc2\xef\xea\x18\x39\xc2\xfd\xae\x92\x64\x8c\x8c\x06\xa6\xcd\xe4\x4c\x29\xb1\x96\x4c\x48\x2c\x34\xab\x5b\x37\x93\x37\x53\x44\x70\xce\x86\xfb\x61\x0d\xd3\x41\xe9\x87\xc5\x7b\x60\x3b\x62\x89\x4e\xf8\xf3\xf4\x7e\x65\xbb\x07\x7d\xed\x74\x12\xf5\xda\x94\xeb\x01\xf1\x97\x8e\x73\x2e\x81\xa5\x4e\x93\x93\xe4\x78\x55\x86\xde\xfd\x64\xb8\xe9\xf1\x45\x46\x38\xa4\xe7\x6d\x31\x3d\xef\x57\xfb\x48\x5a\xe4\xc5\x3d\x4e\x8e\x79\xf2\xe2\x8e\x92\xf5\x2c\xc0\xe0\xa8\xef\x13\x42\x6e\x1c\x22\x8f\x70\xb9\xb1\xce\x66\x53\x22\xf1\xef\x04\x39\xea\x26\xfe\x5d\x5f\x13\xcd\x66\xe5\x6d\xab\x74\x89\x7f\x6a\xc4\x23\x5d\x76\xd7\xcd\xc9\xfb\xff\xb3\xf7\xf6\x71\x8e\x5c\x67\x9d\xef\x47\xea\xb6\x67\xe6\xf1\x24\x1e\x9f\x71\xb0\x2d\x8f\x6d\x59\x63\xf7\x8b\xa6\x47\xdd\xea\x79\xef\x79\x95\xfa\x65\xa6\x35\xed\x71\xa7\xdb\x6e\x3b\xc6\x9e\x4e\xb5\x54\xad\xd1\x8c\x5a\x25\xaa\xd4\x3d\xf1\xb2\x66\x37\x6f\x6c\xb2\x6c\x2e\x04\xd8\x04\x96\x10\xc2\x92\x1b\x12\x70\x5e\xc9\x85\xcb\x4d\x16\xb8\x7b\x6f\x12\x83\xc1\x9b\x37\x48\x78\xcb\x26\x10\x08\x09\x9b\x7c\x02\x2c\x04\xd8\x70\x73\x3f\x75\x4e\xbd\x49\xaa\x52\xa9\x35\x25\xb5\x7a\xf4\xfb\x67\x3e\x3d\xaa\xaa\x53\xa7\xce\x39\xf5\xd4\x39\xdf\xe7\x77\x9e\xc7\xb4\x34\x43\xe2\xa8\x61\x69\xdc\x02\xf2\xb6\xc7\xe6\x20\x18\x2f\xd8\x2a\xd8\x2a\xd8\x2a\xd8\x2a\x82\xf1\x22\x18\x2f\x82\xf1\x22\x18\x2f\x18\x3f\x18\x3f\x18\x3f\x18\x3f\x18\x7f\x20\x8c\x1f\xc1\x78\x11\x8c\x17\xc1\x78\x11\x8c\x17\x2e\x34\xb8\xd0\xb6\x79\x30\xde\x40\xe1\xf0\x66\x42\xfb\x6e\xc3\xad\x23\xec\x9f\xc2\x14\x15\x52\x74\x75\x45\xca\x26\xcc\xd6\xe4\x83\xc1\x0c\xca\xcb\x3e\x1f\x66\x9f\x09\xd3\x1d\xfa\x19\x29\xe7\x09\x91\x48\x9e\x7f\x1f\xf4\xaf\x94\x35\x7c\xa4\x28\x6f\xda\xf8\xbe\xbc\x5c\x59\xa8\xbd\x22\x35\x3f\x7b\x5e\x3f\x1a\x1c\x1e\xaf\x2b\x68\xa2\xae\xa0\x89\x66\x0a\xca\x14\xe8\x92\x18\xa6\xe7\x69\x9a\x0f\x53\xee\xe7\x6b\x61\x98\x9a\xcf\xe8\x37\x50\xd9\x47\x47\x89\xe9\x6d\x5f\xad\xff\x67\x3f\x3b\xca\xbe\xfd\x30\xed\xc8\x2a\x2a\x8f\x72\x3c\xd8\x58\xe9\x6f\x79\x1e\xe2\x7b\xf5\x13\x27\x15\x55\x76\xb8\x40\x21\xf1\x87\xc4\x1f\x12\x7f\xb8\xa1\xe0\x86\x82\x1b\x0a\x6e\xa8\xae\x71\x43\x75\x8f\x97\x05\xf8\x1f\xf8\x1f\xf8\x1f\xf8\x1f\xf8\xbf\xa7\xf1\x3f\xf8\x24\xf8\x64\x8f\xf2\xc9\x6d\x29\xf1\x7f\x5a\x88\x6d\xc7\xb8\xd8\x36\xfc\xe8\x45\x36\x4e\x63\x94\xf0\xd4\xd9\x66\x15\x55\x4e\x6c\x24\x13\x16\x17\x0a\x44\xe3\x7f\xd1\x1f\xb4\x0e\xb1\x01\x03\xb4\xc6\x62\x06\x65\xb5\xea\x50\x2d\xf1\xff\x83\x9d\x36\xf2\x62\x96\xc2\xdf\xa6\x5b\xaf\x10\xbf\xb5\x8b\x6f\x09\x1c\x75\x8e\xce\xd0\xa9\x1a\x69\xff\x08\xc5\x9b\x6f\x57\x08\xcc\xa0\xed\x6f\x51\xdb\xff\x95\x10\x9d\x16\xef\xf4\x51\x3a\xcc\xdf\xe9\x04\x6d\x6a\xec\x89\xad\x01\x49\xbe\x35\xc0\xd2\xdf\x6f\xb6\x8c\x49\xb1\xbd\xe0\x14\x4d\x38\xb6\x17\x6c\xb6\x10\x3f\xc3\xd2\x9c\xe1\x70\x49\x78\xe8\x62\x44\xfc\xf6\x0a\x04\xef\x32\x79\xdf\x33\x74\xa0\x1e\xdb\x57\x85\xed\x29\x2b\xb9\x8a\xbc\x56\xe6\x1c\x86\xfd\xd3\xd3\xec\x75\x03\xb6\x71\x1b\x6e\xcc\xf3\xe7\x95\xdc\x63\xc6\xa5\xf1\x07\x5c\x88\x7e\xce\x71\x02\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\x3e\xe8\xfe\xf6\xa4\xfb\x97\x05\x86\x1b\xe3\x18\x2e\xfc\xe8\x45\x76\x98\xc6\x69\xcc\x17\xc0\x39\xc8\x50\x20\x7c\xff\x11\x7f\x4c\x17\x67\x43\xb5\x68\xce\x51\x8b\x6a\xc2\xff\x2d\x07\xe1\xbf\xd3\x22\xfc\x4e\xde\xf5\xa0\x2b\xe3\x6f\x0b\xf1\x12\x80\x2a\x4d\xe7\xe8\x4c\x0d\xef\x4f\xd0\xc8\x66\x5a\x1a\xc4\x1f\xc4\xbf\x45\xe2\xff\xb5\x10\x9d\x15\xef\xf9\x71\x3a\xca\xdf\xf3\x31\xda\xe4\xe8\xa3\x29\xc1\xfc\x4f\xd3\x49\x9b\xf9\x6f\xbe\x94\x69\x41\xfd\xcf\xd0\x29\x07\xf5\xdf\x7c\x31\xad\x1b\x1c\x11\xd6\x27\x58\x83\x13\xff\xbd\x11\xdb\xe0\x44\x5d\xc3\xfa\x38\x8d\xcf\x01\x71\x86\x30\x3e\x6e\x91\x7d\xda\x67\x86\x10\xdd\x07\xe0\x15\xe0\x15\xe0\x15\xe0\x15\xd1\x7d\x10\xdd\x07\xd1\x7d\x10\xdd\x07\x0e\x00\x38\x00\xe0\x00\x80\x03\x00\x0e\x80\x40\x1c\x00\x88\xee\x83\xe8\x3e\x88\xee\x83\xe8\x3e\xf0\xaf\xc1\xbf\xb6\xcd\xa3\xfb\x6c\x22\x1e\x4f\xc0\x3c\x79\x3b\x86\xf7\xf9\xa3\x01\xda\x5b\x93\x69\x96\xa7\x93\xfd\xaf\x03\xec\x57\xfb\x1c\x51\xef\x1f\x6c\x2c\x4a\xe7\x49\x36\x1c\xa9\x64\x33\xca\xca\x8c\xa2\xa6\x8a\x45\x8b\x8e\x6b\x5d\xae\x45\xcf\x3c\xd1\x62\x72\x83\x66\x13\xa2\x5c\xf0\x1f\x6b\x0f\xb3\xfd\x2e\x7b\x1a\x9c\x11\xa8\x32\xca\x4a\xa3\x0d\x0d\xdc\x2d\x9b\x81\xaa\x1e\xaa\xfa\x0c\x9c\x3b\x70\xee\xc0\xb9\x03\xe7\x4e\xcf\x38\x77\x32\x5d\xe3\xbb\x08\xbc\x26\x2d\x43\xf5\x0c\xa0\x3a\xa0\x3a\xa0\x3a\xa0\x3a\xa0\x7a\xe7\xa1\x7a\xe0\x8b\xf5\x4c\x4f\x63\xc4\x0c\x30\x62\xfb\x30\x62\xa6\xeb\x31\xe2\x36\x94\xe9\xb3\x9f\x1f\xa4\x98\x80\x6b\xf2\x6b\x2a\x72\x89\x77\xd5\xe8\x46\x72\x45\xae\x48\xc9\xd1\x42\x29\xaf\xca\x9a\x26\x6b\xec\x9f\x07\xd8\xb7\xfa\x88\xd9\xe7\x2c\x1b\xe7\x44\x1e\x6e\x4c\xdd\x66\x45\x11\xf1\x11\xfd\xb4\x69\xeb\xf2\x25\x71\xb5\x71\x74\xbb\x71\x38\x99\x32\x82\xc3\x4d\x52\x8a\x73\xb8\x93\x74\x82\x8e\x79\x72\x38\xbb\xd5\x12\x46\xab\x25\x8c\x07\x6f\x8a\xca\x2d\xf9\x53\xb9\x43\x2c\x69\x90\x38\xfb\x5e\x06\x8e\x33\xee\xe4\xa4\xc0\xbc\x0a\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x60\x74\x5d\xc3\xe8\xde\x38\x44\x43\x9e\x8c\x8e\x9f\xee\x20\x75\x5f\x1c\x64\xbf\xdb\xef\x4a\xea\x34\xe3\x9b\x56\xca\x15\x36\x0a\xb9\x75\xa9\xe8\x7c\x5a\xc9\x9a\x3f\x1a\xc0\x28\xe1\x90\xc6\x4f\x58\xd3\x8a\x41\x5e\xc6\xa0\xbd\x66\xae\x5a\x04\x29\x65\xd9\xda\xf8\xa6\x55\x64\x29\x97\x88\x27\xf9\x05\x5e\xe0\x6f\xae\xa0\x55\xb6\x1b\xfc\xbb\x46\xf3\x02\xfe\xcd\xd2\x79\x0e\xff\x52\x74\x96\x4e\xb7\x20\x16\xe5\xa3\x6e\x5a\x9f\xf4\xf9\x22\xc0\xfd\xee\xa8\x6e\x37\x23\x5e\x31\x11\xea\xa4\x39\x4e\xe8\x43\x05\xeb\x31\x22\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x20\x38\x60\xa7\x38\xe0\xbf\x3b\x40\xa7\x05\x07\x5c\x2d\x2a\xd7\x75\x63\xac\x2a\xc5\x84\xb5\xb8\xe7\xc8\xa9\xa0\x58\x64\x50\x3f\x49\xcb\x5e\x91\xd7\x24\x23\xb1\xd3\x73\xec\x13\x71\xf6\xa1\x3e\xda\xe7\xb8\x3c\x65\x5e\x6d\x61\xc2\xfb\x54\x59\xca\xd5\xac\x4c\x67\x8a\xca\xf5\x45\x5e\x54\x7c\x58\x3f\x3c\xe3\x52\x80\x41\xf6\xec\x53\x83\x0d\x30\xb9\x59\xd1\x9d\xb3\x89\x4c\xd5\x9d\x5d\x37\x5f\xe2\x76\x9f\x3b\x71\xbb\x95\xf5\xe7\xe5\x0a\x5d\xbd\xe6\xcf\xda\x2e\xb0\x19\x03\xa6\x35\xea\x2d\x43\xa5\xe7\xa8\x59\x1d\x92\x8b\xbc\x75\x97\x4f\x97\x45\x55\xb9\x5c\x94\xb2\xb2\x77\xaf\x8d\x18\x67\x6c\x41\xc7\xa5\x1f\xa1\x8b\x34\x5b\x13\xa0\xb8\xf5\x9e\x43\x80\x3c\xc4\x2a\x6e\x31\x56\xf1\xaf\x86\x02\x35\x21\x8f\x8a\xb0\xc5\x17\x68\xc6\x0e\x5b\xbc\x45\x36\xa9\xbc\xde\x61\x9b\x14\xff\xcd\x3d\x3e\x36\x69\xaf\x11\xe8\x46\x72\x9a\x21\x23\x3e\xf1\x56\x58\xa1\xf6\xc4\x27\x86\x31\xf2\x31\x46\x88\x91\xd9\x91\x18\x99\x08\x8e\x86\xe0\x68\x08\x8e\xd6\xae\xe0\x68\x99\x8f\x85\x3c\x3f\xce\x01\x87\x8e\x5a\x10\x59\x0c\x2e\xd2\xac\x23\x8b\xc1\x8d\x95\x69\x4e\x1f\x3a\x39\x3f\xb8\x1a\x75\x9f\xab\xec\x62\x3b\x44\x9f\x50\xfa\x83\xbb\x7d\x66\x10\xc3\x65\x49\xad\x14\xb8\x4b\x53\xac\xa3\xbd\x97\x37\xf1\xb2\xbe\x58\xee\xf0\xb4\xe2\xde\xda\x82\x0e\xf2\x5a\x1c\xd0\xff\x9c\xd8\xe7\x3c\xb8\x26\xab\x79\xd9\x79\x74\xc0\x79\x54\xab\xa8\x52\x45\xce\x17\xb2\x07\xeb\xce\xab\x2a\x45\xff\xfb\x59\xe3\xa8\x5e\xcb\xf4\x25\x9a\xa3\x4c\xcd\xc2\x6a\x82\x8e\xb7\x30\x50\xe6\xb9\xe3\x1f\x93\x19\x9f\xc9\xcc\x07\xfb\xe8\xf9\x3e\xf6\xbe\xbe\xc8\x7b\xac\x2f\xc2\xeb\xfb\x7a\x67\x65\x55\xe3\x2b\xd1\xdb\x99\xfb\xfe\xb9\x3f\x4f\x1f\x9c\xb6\x02\x68\xc8\x63\xe0\x0e\xf3\x0f\x9b\x90\x8a\x48\x45\x7e\xa5\x3e\x83\x13\x57\xf3\x33\xf8\x6c\x4a\x8b\x0e\x65\x34\xa5\x34\x2f\xa4\x30\x8f\xe8\xaf\x85\xf1\xf7\xa2\xf9\xb2\xd8\x3f\x0e\x7b\x2f\xf9\xd2\x2f\x85\xe8\xc5\x10\x7b\x21\x14\xf9\x84\x85\xf9\xde\x1b\x9a\x51\xd4\x2c\x9f\xe8\xe5\x15\xde\xec\x4a\x34\xb6\xaa\xff\x14\x8b\xa6\xaa\x9e\x82\x03\x5c\x31\x27\x5b\xd7\x6c\xa7\xff\x41\x29\xcb\x1f\x9c\x4b\x29\x8a\x85\xac\xf1\xcd\x95\x8b\x39\x2d\xaa\x5c\x37\xda\x54\x48\x0d\xca\xb2\x52\x2e\xca\x89\xa8\xb8\x23\xd7\x2e\x99\x7d\xc9\x41\xaa\x6b\x03\x58\xb7\x8f\xdd\xc2\xab\x55\xa5\xc3\xe9\x2c\x05\x7b\xc0\xdd\x8a\xef\x64\xb7\xf2\xaa\x76\x76\xcd\x99\x39\x46\x47\xd8\xa1\x58\xd2\x8a\x5d\xf8\x7d\xfc\x45\x33\xde\x7a\xfb\xca\x58\xbf\xfe\x7b\x5b\x43\x12\xbe\x7d\x88\xc6\x04\x89\x2d\xc9\x95\xeb\x8a\xaa\xbf\xbe\x36\x7e\x35\x34\x99\xc6\x21\x3e\x1f\x29\xc8\x1a\xfb\xb3\x41\xf6\x07\xfd\xf4\x32\xfb\x8a\xe5\x8d\x64\xe4\xd9\xe6\x44\x99\x97\xc4\x45\xf3\xc6\x74\x2c\x10\x69\xe6\x38\xbf\xe0\x92\x55\x9d\xa5\x64\xd5\x5d\xa0\xcd\x0c\x50\x9b\x79\xd9\xff\x3d\x39\xc9\x4e\x18\xef\x49\xdd\x98\x32\x5e\x8e\xaa\xee\xa9\x0e\xeb\x09\x8d\x26\x34\x9a\xd0\x68\x42\xa3\x09\x8d\x26\x34\x9a\xd0\x68\x42\xa3\x09\x8d\x26\x34\x9a\xd0\x68\x42\xa3\x09\x8d\x26\x34\x9a\xd0\x68\x42\xa3\x09\x8d\x66\x87\x34\x9a\xdf\x1b\xa4\x84\x41\x06\x95\x9c\x5c\x2b\xc9\x14\x60\x50\x5d\x2f\xe9\x4f\x9d\x2d\x4a\x7c\xc7\xf6\xef\x0e\xb2\xdf\xea\xa7\xdd\xfa\xf9\x96\xef\xeb\x35\xcd\x61\xc1\x05\x51\xd2\xa4\x5e\x52\x40\x54\x50\x7c\x4d\x2f\x29\x39\xd9\x70\x9d\x39\xef\x31\x57\xd0\x2a\x60\x80\x2d\x32\xc0\xa7\xfd\x19\xe0\x09\x76\xcc\x64\x80\xf6\xe8\x31\xe8\x9f\xb3\x1f\x5c\xe0\x38\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x20\x08\x60\x87\x08\xe0\xaf\xdd\x46\x27\x05\x01\x34\x39\x11\x2f\xa5\x16\x05\x6a\x72\x71\x55\x5b\xe7\x56\x49\xca\x66\x65\x4d\xd3\x57\x0e\xf2\x75\x8d\x7d\x87\x62\x5f\xbf\x85\x5e\x51\x75\xb1\xbd\xd3\x57\x7c\x3f\xa2\x52\x74\x51\x2e\xae\x2e\x8a\xeb\x53\xfc\xfa\x05\x7e\x7d\x3c\x29\xce\x48\x39\x2f\x37\x48\x9e\xc7\x25\x01\x6f\xb4\x7b\x9a\x9e\xa2\x27\x6b\x54\xe9\x17\x68\xc6\x53\xa2\x5a\xdd\x4a\xa6\x48\xd5\xa3\xae\x99\xff\x23\x4c\xcb\x62\x8b\xc4\x93\xb4\xe4\xd8\x22\x91\xa1\xc0\xee\xe1\xbd\xd5\xe3\x55\x02\x2c\x2e\xd0\x3c\x07\x8b\x41\xde\xf3\xb2\xd8\x4c\xfa\x04\x3d\x6e\x6f\x26\x0d\xb0\x7c\x13\x54\x7a\xe7\x7c\x29\x2b\x5a\x85\xae\x96\xfd\x19\xe5\x23\xec\xa2\x57\xd4\x48\xb7\x01\x6f\xd0\x4b\xaf\xe7\xce\x60\xd3\x41\xe3\x4d\x07\x19\x6c\xe7\xf6\xd8\xce\x1d\xb8\xaa\xfb\xef\x07\x69\xdc\xb2\xdc\x8a\x96\x95\x8a\x85\x52\x7e\x74\x63\x5c\x18\x6c\x3e\xb2\xf5\x07\x2c\x96\x95\x9c\x79\x82\xac\x6a\xec\x37\x06\xd9\x47\xfa\x69\xaf\xe3\x9a\x65\xe3\x9a\xc8\x91\xc6\xc9\xb1\x2e\x58\x45\xce\x2b\xb9\x94\x55\x64\xfc\xb4\x7e\x59\xca\x2e\x6f\x49\x14\xe7\x71\xfa\x76\x13\x69\x6f\x78\x1b\xd8\xef\x17\x06\xf6\x31\x5a\xe0\x06\x76\x8e\x32\x74\xa1\x91\x01\x34\x1b\x28\x61\x34\x78\xc2\xa3\x89\xe6\x0a\x5a\xc5\xdf\x04\x0a\x37\x4d\xde\xdf\x04\x4e\xb1\xb4\x6d\xf1\xcc\x3a\x18\x86\xce\xa3\x06\x0e\x8f\xcd\x38\x3c\x36\xf0\xd8\xc0\x63\x03\x8f\x0d\x3c\x36\xf0\xd8\xc0\x63\x03\x8f\x0d\x3c\x36\xf0\xd8\xc0\x63\x03\x8f\x0d\x3c\x36\xf0\xd8\xc0\x63\x03\x8f\x0d\x3c\x36\x9d\xf5\xd8\xfc\x98\x9d\x03\x9f\xa3\x95\x5a\x57\x8d\xf8\x95\x7d\x7d\x80\xfd\x69\x1f\xbd\x5c\xfc\xcf\xf2\xc8\xec\x6f\x8c\xf8\xb8\x7e\x38\x3e\xc0\xb3\xdf\xf3\x0b\x0d\x5f\x0c\xff\xcf\x76\x23\x77\xcb\x34\x25\x00\xdd\x69\x3a\xc9\x01\xdd\x11\x3a\x44\x49\xef\xbc\xf7\xa2\x35\x4d\xd7\x04\x7f\xe4\xa6\x32\xde\x3f\xe1\x8f\xe0\x0e\xb3\x71\x33\x55\x95\xb3\xcf\x0c\x08\x27\x54\xdb\x48\x79\x0f\x24\x07\x24\x07\x24\x07\x24\x07\x24\x07\x24\x07\x24\x07\x24\x07\x24\x07\x24\x07\x24\x07\x24\x07\x24\x07\x24\x07\x24\x07\x24\xd7\xb5\x48\xee\x4f\x2c\x29\x9e\x56\x51\x54\x29\xef\x88\xa4\x20\x15\xcb\x57\xa4\xe4\x68\x56\xb7\xb3\xfc\x50\x56\x2a\x4b\xd9\x42\xa5\x20\x6b\xec\x7f\x1f\x64\x3f\xdd\x4f\x7b\x8c\x03\xcb\xe6\xc9\x91\xb1\xc6\x90\x6e\x72\x71\x76\x51\x5c\x32\x29\xca\x7a\x36\xce\x95\x7b\xc6\x8f\x4b\x46\x31\xf5\xa7\x6d\x37\x80\x57\xf2\x96\xde\x2d\x0a\xb2\x37\x47\x19\x4e\xf6\xa6\xa8\x41\x7a\x94\x84\xd9\x29\x66\x03\x27\xea\x9b\x66\x33\x92\xbb\x55\x7f\xde\x37\xc9\x52\x02\xed\xd5\xdf\xc9\xc9\xf9\x44\x75\x4c\x3d\x72\xf5\xd8\x01\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\x03\xde\xeb\x18\xde\x7b\xfb\x01\x7a\x44\xe0\x3d\x75\x45\xca\x26\x3c\x02\x25\x8c\x96\x2c\xb0\x26\x12\xd8\xf3\xbf\x9f\x1b\x55\x95\xa2\xbc\x52\x28\xe5\x0a\xa5\xbc\x33\xb3\xfd\x7f\xea\xa3\x3b\xf5\xe2\x52\x35\x91\x13\x22\xf7\xbb\x64\xb4\x5f\x50\x8a\x72\x5a\x94\x11\x1f\xd1\x8f\x2f\xd4\x5e\xb9\x94\xb4\xb8\x5e\xce\x71\x76\xc0\x59\xed\x9f\xa2\xb3\x02\xbc\x1d\xa7\xa3\x1c\xbc\x8d\x51\x82\x46\x3c\xc1\x1b\x6f\xae\x8d\x64\xc2\x51\x21\x5f\x35\x5d\xce\x9f\xae\xa5\xd8\x59\x03\x99\x79\xf6\x87\x19\x85\xd4\x71\x63\x67\x06\x22\x9f\x84\xf9\x91\xbf\xd8\xe9\xd1\x39\x0f\xba\xe7\xae\x77\xf6\xcf\xa8\x71\xca\xd6\x74\x51\x3a\x4d\xe7\xe8\x4c\x4d\x40\x8b\x4d\xf6\x11\x52\x2b\x22\x69\x7d\x8b\x51\x0e\xde\x15\xba\x71\x0b\x31\x25\x82\x8b\x9c\xa6\x93\x76\x70\x91\xe0\xed\x8c\x4f\x7a\xfa\x8e\x98\xa1\xf8\x47\xf7\x78\xd8\x99\x3b\xad\x7c\xf4\x4e\xd3\x92\x10\xbf\x6e\x91\x65\x41\x4e\x7a\xe4\xa4\x47\x4e\x7a\xe4\xa4\x47\x4e\x7a\xe4\xa4\xef\xcd\x9c\xf4\xbe\x69\xe2\x3b\x33\x6d\x48\xff\xf4\x6e\x8f\x69\x43\xdc\x27\x09\xbd\x73\x32\x21\x52\x5c\x77\x7e\x2e\x81\x44\xf4\xbd\x36\x83\x41\x22\x7a\x24\xa2\xdf\xe2\x44\xf4\x1d\x00\x57\xbe\xd9\xe7\x3b\xf2\x6d\xc8\x1c\xa7\xa3\xec\x70\x6c\xdc\x4a\x3b\x7f\x97\x33\xed\xbc\xe3\xaa\xfa\xbc\xf3\xaf\xa6\xcb\xec\xe9\xd8\x53\xd6\x95\x13\xc6\x84\x5b\xbc\x97\xa5\x1c\x0f\x98\x19\xd5\xb2\x4a\x59\x1e\x89\x6a\xeb\xd9\x2b\xfa\xfb\xc0\xe7\xf2\xb2\xb4\x26\xa6\x42\x65\x55\xe1\xf3\xd8\xd8\x2e\x0b\x80\xb6\x35\xb3\xfd\xf3\x71\x7a\x95\x3f\x99\x35\x34\x98\x46\x9e\xfb\xe6\x29\xed\x4b\xc3\xec\x3d\xb7\x50\xc4\xed\x4b\x6b\x28\x35\x3f\x12\x32\x38\xba\x23\xdd\x55\xc9\x5c\xa8\x98\x7a\x4d\x47\xa3\x07\x92\xf5\x6a\xc4\xf6\x44\xf3\xb5\x91\xe1\xb7\x2c\x54\xe4\x35\xdb\x66\x0e\x56\xa9\x1a\x1c\x65\x27\xe2\x87\xae\x7b\x7c\xf8\xc5\x43\xb5\xf7\xf3\x7f\x13\xa5\xd1\xf2\x7e\xe1\xaf\x8b\x17\xfe\xaa\xff\x0b\x7f\x9e\x4d\xdf\xd8\x0b\x6f\x48\x48\x21\x16\x85\x58\x14\x62\x51\x88\x45\x21\x16\x85\x58\x14\x62\x51\x88\x45\x21\x16\x85\x58\x14\x62\x51\x88\x45\x21\x16\xed\xb0\x58\xb4\x97\xf0\x0b\x84\xac\x10\xb2\x42\xc8\xba\x8d\x84\xac\x9f\x7a\x86\x0e\xea\x5d\xd7\x48\xad\x6a\x14\xf3\x03\xeb\x4a\x45\xd2\xd8\x7f\x7c\x86\xfd\xfb\x01\xda\x91\x55\x54\x79\x79\x23\x19\x39\xd0\x78\x67\xba\xb9\xde\x7c\xa5\x7e\x71\xfc\x41\xfd\xe4\x49\x45\x95\xab\x5c\x8a\xce\x53\xba\x9c\x2a\xa6\x01\xd5\x00\xd5\xd2\x80\x6a\x80\x6a\x80\x6a\x80\x6a\x3d\x03\xd5\xd2\x5d\x03\xd5\x02\xaf\x49\xcb\x50\x2d\x0d\xa8\x06\xa8\x06\xa8\x06\xa8\x06\xa8\xd6\x79\xa8\x96\xee\x69\xce\x94\x06\x67\x6a\x1f\x67\x4a\x77\x3b\x67\x4a\x6f\x43\xce\x94\x79\x35\x4d\x0b\x35\xd6\x19\x3a\xc5\xd5\x58\x47\xe9\x30\x8d\x7b\xaa\x2d\xb3\x8a\x2a\x73\xb5\xa5\x93\x0d\x35\x95\x7a\xc3\x2f\x54\xdf\xa3\xfe\x0a\xac\x11\x16\x37\x14\x58\xb1\x98\x29\xb5\x72\xd6\xa3\x4a\x5d\x19\xfb\xee\x4e\x1b\x86\x7d\x9f\x95\xdd\xbe\x9a\x7b\xed\x17\xbf\x77\x86\x7c\x09\x50\xc5\xe3\x1f\xd6\x48\xda\xc7\x28\xb1\xb9\x16\x87\x90\x1d\xdb\x7e\x5b\xdc\xf6\xfb\xcd\x10\xa5\xc4\x1b\x3f\x41\xc7\xf9\x1b\x3f\x4e\x9b\x1e\x7f\x34\x23\x36\xfe\x9e\xa5\xd3\xf6\xc6\xdf\x56\xca\x39\x2f\x76\x00\x9d\xa3\x33\x8e\x1d\x40\xad\x14\xd4\xba\xf9\x29\x2b\xed\x30\x3f\xf1\xcf\x8d\xd8\xe6\x27\x66\x6c\xf5\x72\xec\x9b\x53\x56\x6b\x4c\xd1\x41\x71\x8e\x30\x45\x93\xd6\x89\x9d\x31\x4a\xed\xd9\x2f\x0c\x1c\x0b\x1c\x0b\x1c\x0b\x1c\xdb\x3b\x38\x16\xd3\x32\x9f\x69\x59\xf7\xf0\x6a\xc4\x6a\xe8\x48\xac\x06\xb8\x05\xe0\x16\x80\x5b\x00\x6e\x01\xb8\x05\x7a\xda\x2d\x80\x90\x3d\x08\xd9\x83\x90\x3d\xed\x0a\xd9\x03\xaf\x1b\xbc\x6e\xbd\xea\x75\xcb\xe4\x03\x0e\x4a\xe5\x47\x92\x83\x26\xc5\x57\xe3\xee\x68\x7a\x2f\xbb\x43\x98\x07\xdb\x74\xd3\x36\xdc\x79\xc2\x5e\x77\x90\xe6\x45\xe0\x0f\x69\xbd\xa2\x68\x59\xa9\x58\x28\xe5\x47\x37\xc6\x57\xe4\x8a\x34\xee\xa5\x6d\xe7\x6d\xae\x94\x2a\x52\xb1\xac\xe4\xcc\xeb\x64\xd5\x8a\xf7\xf1\xfe\x11\xf6\x62\x1f\xed\x75\x94\xb8\x6c\x94\x18\x89\xbb\x04\x65\xbe\x60\x15\x37\xaf\xe4\x52\x56\x71\xf1\x63\xfa\xb9\x29\xbb\x90\x25\x51\x86\x0d\xdd\x3d\x2e\x0c\x38\x56\xb3\x4a\x4f\x88\x21\x3c\x4f\x97\xf8\x10\xbe\x40\x33\x34\xe5\xe9\x01\x71\x3c\x75\xc2\x78\xea\x84\x47\x45\x6f\x20\xb6\x6a\x5e\xae\xd0\xd5\xbc\xff\x60\x9f\x62\x69\x63\xb0\x3b\xea\x65\x8c\x7a\xaf\x5a\xd9\xe3\x5f\x54\x9f\x22\x9f\xdc\xe5\xde\x9b\x07\xdd\xa3\x38\x7b\x75\xe8\x84\x71\xfa\x96\xf7\x69\xfa\x29\x7a\x92\x96\x6a\xfc\xbc\x01\x75\x2a\x30\x23\xbc\xbf\x2d\x7a\x7f\x3f\x1d\x6a\x9f\xa9\x79\x5a\xf8\x84\x1f\xa7\x45\xdb\x27\xdc\x0d\x86\x8c\x07\x89\xee\x94\x21\x8b\xff\xde\x1e\x77\x43\x16\xb5\xc2\x44\x7b\xd9\xae\x13\xe2\x8c\xad\x37\x5d\x88\x1e\x8d\xe8\xd1\x37\xaf\x47\x02\x28\x0a\x28\x0a\x28\xaa\x9d\xd1\xa3\xbb\x3e\x48\xb4\xef\x64\xc2\x3f\x7a\x74\xa7\xe6\x13\xe9\xdf\xd9\xed\x3e\x9f\x38\xea\x13\x3f\xda\x6b\x96\x71\x9c\x87\x38\xdd\xd2\x49\x06\xc2\x4a\xf7\xda\xd4\x06\x61\xa5\x11\x56\x7a\x8b\xc3\x4a\x6f\x21\x63\xf3\x0d\x37\xdd\xa9\x8f\x49\x66\x8a\xd2\xec\x5c\xec\x8c\x85\x8f\xf7\x3b\x43\x1e\x79\x14\x73\x33\x84\x3f\x62\xff\x2b\x4e\xa7\x9b\xc8\x0b\x98\x2d\xae\x6b\x15\xdd\x6c\xd6\x47\x98\xfe\xf5\x38\x7b\xde\x2b\x0f\xe0\xc3\x2e\xc8\x79\x52\x14\xe5\x4c\xe3\x30\xec\x91\x0e\xb0\xfe\xd4\x80\xf9\xb2\xa1\xd7\x1f\xe3\x7a\x7d\x7d\xec\x1f\xa3\x23\x74\xc8\x37\xa4\x7a\x7d\xbd\x7c\x87\xfa\x35\xff\x91\x7c\x81\xcd\x34\x19\x47\xd9\xe5\xfe\x9b\xc9\x0c\xf8\xc6\x5d\x1e\xdd\x35\xe4\xce\x94\x5d\x7a\x6c\xc4\x3b\x41\x60\xbb\x3b\x2d\x3d\x4b\xe7\x69\xba\x66\x92\xd2\x5a\xaf\x61\x7e\x02\x5e\xdc\x22\x2f\xfe\x40\x83\x5c\x40\x41\xd9\x94\x8b\x82\x1b\x4f\x51\xda\xe6\xc6\xad\x16\xd6\x24\x0d\x6e\xce\x4c\x39\x8d\x4d\xeb\x26\x2b\xfe\x9b\x5e\x99\x03\xef\xb5\x90\xb0\x8b\xe9\x39\xe0\x99\x40\xb0\xed\x96\x07\xfc\x17\xfc\x17\xfc\x17\xfc\x17\xfc\x17\xfc\xb7\x37\xb3\x07\x76\x72\x7e\xe0\x0f\x9b\xd3\xbf\xec\x95\x44\x30\xe9\x03\x81\x5d\xe6\x15\x71\xaf\x5c\x82\xed\x9c\x56\x80\xf8\xf6\xda\x64\x06\xc4\x17\xc4\x77\x8b\x89\x6f\xe7\xa8\x97\x2f\xe0\xed\x24\x16\xcb\x9c\xa5\xd3\xec\x64\xec\x84\x85\x67\xef\x77\x42\xde\xfa\x8b\xeb\xf9\x6e\xf0\xb9\xff\x86\x69\x52\xd0\xd7\xd5\xa2\x72\x5d\x7f\xdf\x54\xa5\x98\xb0\x02\xfe\xda\x00\x76\x45\xae\x58\xd9\xff\xf4\x53\xb5\xec\x15\x79\x4d\xb2\x18\xec\x57\x87\xd8\xcf\xdd\x42\xfb\x1c\x85\xa4\xcc\x32\x96\x8d\x8b\x23\x1f\x6e\x26\xcf\xdf\x4c\x51\xb9\xbe\xc8\xcb\xee\x8a\x34\x7f\x71\x7e\xbb\x19\x97\xc7\x5a\x12\x4f\x65\xd7\xb7\xcb\xe3\x70\x67\xae\x79\xcf\xfe\x02\x4f\xfb\xd7\x12\x74\x6e\x34\x02\x8d\x17\xcc\x6e\x6d\xe7\x8b\xc5\x3b\x82\x7c\x53\x09\x22\xbd\x1f\x22\x91\x23\xbd\x1f\x42\xdf\x20\xf4\x0d\x42\xdf\xf4\x50\xe8\x1b\xa4\xf7\x43\x7a\x3f\x84\x1c\x41\xc8\x11\x84\x1c\x41\xc8\x91\xae\x08\x39\x92\x39\x46\x47\xd8\xa1\x58\xd2\xc2\x20\xdf\xe7\xc4\x20\xf6\x12\xaf\xfd\xf8\x03\xb9\xf7\x10\x9d\x01\xb9\xf7\xb6\x4f\x4c\x74\xf6\xee\x61\x4a\x08\x5c\xa9\x55\x14\x55\xca\xcb\xb5\x80\x32\xab\x15\x72\x6a\x61\xc3\x11\x8f\xe0\x6f\x86\xd8\xbf\xed\xa3\xdb\x8d\xf3\x2d\x18\xb9\xcf\x4d\x18\xba\x38\x3b\xc5\x2f\x8e\xdf\xab\x1f\x5d\x14\x97\x18\xa0\xcf\x3a\x18\xb0\x02\x74\x93\x61\xde\xcd\xe7\x36\x9e\x23\x61\x55\xeb\x46\xe3\x09\x3c\xed\x8f\xea\x4e\xb0\x63\x06\xaa\xab\x6e\x7d\x93\x7e\x5b\x55\xa9\x63\x73\x91\x2f\xec\xac\xef\x82\x07\x3c\xc4\x9e\x56\x2f\xdc\x6f\x9c\xd0\x91\x8e\x48\x73\xd5\x79\x8d\x23\xb2\xa5\x9e\x80\x0b\x12\xa2\xce\x16\x45\x9d\xcf\x87\x82\xb2\x06\x19\x21\xdd\x9c\xa4\x94\x2d\xdd\xec\xbc\x65\xe1\x92\xce\xe6\x2c\x8b\xaf\x0d\x71\x37\x3d\xf1\x1f\xde\x53\x6f\x59\x98\x2d\xdf\xb4\x8c\xc9\x7d\xe2\xb7\xce\xd8\x12\xe8\x34\xa1\xd3\x84\x4e\x13\x3a\x4d\xe8\x34\xa1\xd3\xdc\xb4\x4e\xf3\xfd\x81\x4d\x02\x2e\x0a\x1d\xe6\x14\xa5\x1d\x3a\xcc\x76\xcd\x02\xda\xba\x80\x68\x42\x8a\xf9\xbd\xdb\xea\x27\x02\x43\x7e\x2a\x4c\x6b\x7a\xb0\x8f\xeb\x81\xda\x3e\x3b\x80\xdc\xb2\xd7\xe6\x24\x90\x5b\x42\x6e\xb9\xc5\x72\xcb\x57\x7b\x2b\xbf\x82\xf9\xd0\x34\xad\xb6\x6c\xee\x1b\xd1\xe4\xd2\xaf\xf6\xa3\x91\x39\x4a\x87\xd9\x78\x6c\xcc\xf2\x2b\xbc\xa2\x4a\x5e\x69\x9e\xd7\x01\x55\xe5\x97\x18\x1d\x1b\x95\xca\x85\xd1\x8d\xa4\x57\x18\xd5\xb2\x92\x33\x11\xe5\x68\x59\x55\x5e\xf3\xec\xe8\x0f\xea\x75\x7e\x8e\xfd\x67\xc6\x7e\x26\x6c\x27\x28\x7b\x28\xab\x94\x4a\xfa\x5c\xfe\xfc\xf4\x63\xf6\xab\x52\x51\xa2\xfc\x22\xfd\xe1\xe6\x95\x5c\x3c\x6e\x9c\x25\x72\x94\x9d\x97\x2b\x76\xcc\x98\x79\x25\x37\xaf\x9f\xfa\x44\xa1\x72\x65\x5e\xaa\x5c\x19\xd7\x17\xa8\x02\x3d\x1e\xa3\x7d\xa2\xfb\x5f\x41\x7b\x79\xf7\xbf\x8c\x6e\xfb\x48\x68\x27\x19\x4f\xe2\xfb\xc5\x7f\xd0\xbd\xbb\x89\xed\x34\xaa\x43\x57\x5f\xe9\xdf\xe1\x09\x36\x52\x1b\x92\xd7\xac\xb3\xb1\xf0\xad\x12\xd1\x46\x5c\x5b\x67\xfe\xf1\xa6\x5b\x67\x7e\x7d\x9b\xb5\x8e\x7f\x9b\xd8\xed\x17\xfb\x59\x47\xeb\x3c\x6c\xb5\xce\xa3\x8b\x0d\x9a\xe7\x40\x75\xf3\x28\xda\x36\x6b\x9f\xcd\x8c\x9e\xf8\xcf\x3b\xda\x67\xd0\x6c\x9f\xa9\xe9\xb9\xe9\xc7\xa6\xbd\x5b\xe8\x60\x55\x0b\x09\x28\x73\xf3\xb6\xd1\xf8\x2f\x38\xda\x68\xc8\x6c\xa3\x47\xe7\x1f\x9b\x7d\xf4\xd2\xa2\x77\x23\x25\xaa\x1a\xc9\x28\xf8\xe6\x6d\xa5\x09\xd7\x37\xed\xc2\x74\x6a\xaa\xd9\x37\xed\x82\x2c\xe5\x9a\x6c\x1f\xcf\xef\x77\xc3\x86\x33\xdb\x27\x78\x33\xd3\x44\x93\xa7\x7f\xce\xd1\x3e\x03\x96\x25\x4a\x3d\x36\x79\xc1\xbb\x81\x46\xaa\x4d\x91\x3e\x69\xb8\x79\x47\x50\xe6\x14\x4d\xb0\xe3\xb1\xa3\xd6\x7c\xe5\x5e\xe7\x7c\xa5\xe6\xca\xad\x88\xf5\x73\x84\x0e\xb1\x64\x6c\xd4\xba\xc3\x9d\xfa\xbf\xa6\x43\xd8\xc4\x38\x31\x7e\xcc\x79\x99\x44\xcb\xec\x99\xc8\xf7\x9b\xd3\xa9\x94\xde\x57\x5c\x78\x74\x45\x8e\x3e\xbe\x30\x17\x35\x4b\x59\xd7\x64\x8b\x6f\x66\xd7\x55\x55\x2e\x55\x8c\xd1\x60\x6a\x28\xf4\xe1\xa1\xe4\x12\xe2\x16\xce\x09\xd6\xaf\x0c\x8b\x09\x96\xa6\xaf\x13\xb4\x06\xd3\x2c\x55\xe6\x4b\x0a\x4d\xae\x58\x0e\xe1\xef\x0c\xb1\xaf\x85\x69\x87\x7e\xa1\x3e\x34\xef\x73\x71\x04\x2f\x88\xab\x16\xe5\x4a\xfc\x7e\x1e\x87\xbe\x5c\xd6\xaa\xb3\x50\x9b\xc7\x03\x76\x06\xbf\x8a\xce\x88\x71\x7c\x8c\x8e\xf0\x71\x3c\x4a\x07\xe9\x80\x77\x28\xac\x72\x59\x13\x09\x77\xcd\xfa\xf8\x8e\xf4\x4b\xfe\xc3\xf8\x00\x1b\x76\x79\xeb\xf5\x7b\x59\x19\x13\xac\xdb\xf9\x45\xfa\xf9\xd0\x4e\xbb\xa5\xa3\xee\xfe\x5e\x47\x63\x3f\x68\xc6\x88\xef\x50\x7b\xa7\xf9\x4e\x97\x1a\x1a\xb2\xb9\x06\x07\x00\x81\xb3\xb7\x45\x67\xef\x3b\x43\x37\xfc\xb6\x4f\x0a\x2f\xef\x29\x9a\xb0\xbd\xbc\x81\x9b\x0c\x1f\xf7\x6e\xc0\x16\x25\xfe\xba\x3d\xb6\xc9\xd8\x6b\x39\x72\x1d\x56\xc2\x00\xed\x1d\x33\x12\x70\xe6\xc2\x99\x0b\x67\x2e\x9c\xb9\x70\xe6\xc2\x99\xdb\x9b\x41\xd7\x83\x5e\x34\xf8\x3b\x73\xff\xf2\x36\x7b\x12\x30\xec\xe3\xc4\x75\x4c\x0d\x1e\x10\x21\xd4\x3b\x30\x33\x80\x23\xb7\xd7\xe6\x23\x70\xe4\xc2\x91\xbb\xc5\x8e\xdc\x6e\xc1\x43\x0d\xad\x7b\x55\x20\x68\x3f\x8f\x70\xe3\xbd\x60\x76\xa9\x37\x45\xa8\xf3\xbf\x1c\xa6\x09\x41\x2d\x57\x78\x1c\x1d\x73\xd3\x8a\x07\xbb\xcc\xaa\x4a\xe9\xaa\xb2\x62\x81\xcb\x5f\x1c\x66\x7f\x17\xa6\x97\xf1\x6b\x2d\x85\x53\xc4\x6d\x1f\x8b\xaa\x94\x32\xca\x4a\xfc\x41\xfd\x58\x5a\x3f\xdd\x10\x34\xd9\x9f\x44\xe3\x94\x80\xf1\xe5\xd3\x94\x12\xe3\x73\x82\x8e\xf3\xf1\x39\x4e\x63\x94\xf0\x1c\x9f\xfc\x49\x6c\x35\x81\xa8\xd2\x8d\xee\x63\xd9\x14\xa7\xe7\x35\x30\x85\x04\xc6\xfd\xeb\x37\xaf\xfc\xd7\x9d\xb5\xad\x7e\x9f\xc7\xd6\x15\xa3\xe1\x1f\x32\x0e\x77\xb0\xed\xd3\x53\x94\xa6\x73\x35\xf3\x81\x4d\x37\x3e\x66\x01\xa0\x99\x2d\xd2\xcc\x77\x87\x82\x78\xf9\x67\x04\xd0\x3c\x4b\xa7\x6d\xa0\xd9\x0e\x23\x12\xbc\x95\xf0\xc1\xa4\xf1\x1f\xd9\x53\x6b\x44\xf6\xd8\xbb\x54\x0c\xbb\xb1\x5f\xfc\xd2\x49\xb3\x01\xb8\x09\xb8\x09\xb8\x09\xb8\x09\xb8\x09\xb8\xd9\x9b\x11\xc5\xfd\x33\x4a\x06\x3f\x59\x48\xff\xed\x6d\xb5\xb3\x81\x01\xbf\xad\x2a\xc6\x1c\x21\xc6\x17\xce\x1d\x9a\x22\x80\x72\xf6\xda\xc4\x04\x94\x13\x94\x73\x8b\x29\x67\x47\x28\x92\xef\x56\x95\xe0\x8d\x7e\xe6\x30\x8d\xb3\xb1\x58\xc2\x42\x96\x7b\xab\xf6\xa7\x88\xcb\x6e\x0a\xd0\xf9\xbc\x25\xcf\x34\x41\xa7\x11\x39\xdc\x83\x74\x3a\x29\xe7\xb7\x87\xd8\xa7\xfb\x69\xa7\xf9\x71\x8c\xfc\x52\x33\x51\xc3\x33\xca\x4a\x57\x84\x0b\xbf\xe7\xba\xe3\xe3\x6c\x7f\x97\x83\xfc\x26\xb7\x2d\x3a\x78\xe0\x41\xc0\x6f\xe0\x1d\x14\x01\xbb\xaf\x5e\xf0\x7f\x07\x1f\x66\xfb\x5d\xde\xc1\x9a\xf7\x0f\xa1\xbf\x11\xfa\x1b\xa1\xbf\x11\xfa\x1b\xa1\xbf\xfd\x9a\x05\xa1\xbf\x11\xfa\x1b\xa1\xbf\x11\xfa\x1b\xa1\xbf\x11\xfa\x1b\xa1\xbf\x11\xfa\x3b\xe8\xd0\xdf\x63\x94\x60\x23\xb1\xb8\x05\x33\x6e\x77\x22\x90\x9b\x04\x7f\x20\xaa\x38\xa2\x8a\x23\xaa\xf8\x36\x8a\x2a\xfe\xad\x67\xe8\xac\xc0\x95\x9e\x09\x1e\x1b\x6d\x31\x57\x8a\xb2\xc6\x7e\xe9\x19\xf6\xf6\x01\x8f\x5c\xc0\x31\x31\x9d\x55\x8d\x0f\xb1\x69\xa9\x4d\x78\xb9\xa0\x14\xe5\xf8\xc3\xfa\x39\x2e\xb9\x7f\x1d\xbb\x18\x94\xa2\xdc\xe5\x14\x31\x0d\xcc\x06\xcc\x96\x06\x66\x03\x66\x03\x66\x03\x66\xeb\x19\xcc\x96\xee\x1a\xcc\x16\x78\x4d\x5a\xc6\x6c\x69\x60\x36\x60\x36\x60\x36\x60\x36\x60\xb6\xce\x63\xb6\x74\x4f\x13\xa8\x34\x08\x54\xfb\x08\x54\xba\xdb\x09\x54\x7a\x1b\x12\xa8\xcc\x13\x74\x4a\xa8\xaf\x8e\xd0\x21\xae\xbe\x3a\x48\x07\x68\xd8\x53\xf2\xc8\x31\xd5\x46\x32\xb1\xa0\x14\xe5\xb9\x82\xe6\xaf\xb4\xba\xdf\x5d\x69\xb5\x83\xdd\xa2\x77\x15\x5d\x7d\xc6\x5f\x68\x35\xc1\x8e\x1b\x42\x2b\x4f\x48\x66\xee\x05\x57\x8a\x72\x95\xfa\x2a\xf6\xad\x9d\x1e\x64\xec\x65\xe2\x4b\x14\x95\x04\x04\x1b\x14\xff\xed\x1c\x06\x13\xd4\xea\x24\x9d\xa0\x63\x35\x22\xf3\x41\x7a\xb8\xa9\xe6\x87\xa2\x1c\x3b\x66\x5b\xdc\x31\xfb\xd9\x10\x1d\x17\x6f\x7d\x92\x46\xf9\x5b\x3f\x4c\xcd\x0e\x3b\x3a\x2d\x36\xca\x1e\xa5\xc3\xf6\x46\xd9\x4d\x5c\x7e\x46\xec\xa7\x39\x46\x47\x1c\xfb\x69\x36\x71\x7d\xeb\x06\xa7\xac\xb4\xdf\xe0\xc4\xbf\x3e\xe2\x61\x70\xee\x31\xb6\x52\x39\xf6\xa5\x29\xab\xc2\xf8\x24\xc5\x21\x17\xe3\x33\x69\x9d\xdc\x56\x33\xd4\x9e\xad\xb8\xa0\xb1\xa0\xb1\xa0\xb1\xa0\xb1\xbd\x43\x63\x31\x23\xf3\x99\x91\x75\x0f\xae\x46\x18\x84\x8e\x84\x41\x80\x57\x00\x5e\x01\x78\x05\xe0\x15\x80\x57\xa0\xa7\xbd\x02\x88\x86\x83\x68\x38\x88\x86\xd3\xae\x68\x38\x70\xba\xc1\xe9\xd6\xab\x4e\xb7\x4c\x3e\xe0\x78\x4f\x7e\x7c\x39\xee\xce\x97\xf7\xb2\x3b\xc4\xdb\x6c\x5b\xda\x76\xb3\xe6\x6d\xb8\x41\x85\xfd\x53\x98\xa2\x42\xf0\xce\xa5\xca\x25\xa9\x98\xb0\x74\xbf\xa6\xe0\x9d\x7d\x3e\xcc\x3e\x13\xa6\x3b\xcc\x33\x52\xe6\x09\x91\x48\x9e\x7f\x30\xf4\xcf\x96\x35\x9e\xa4\x28\x6f\xbf\xf8\xbe\xbc\x5c\x99\xad\xbd\x22\x35\x3f\x7b\x5e\x3f\x1a\x1c\x2f\xaf\x2b\x68\xa2\xae\xa0\x89\x66\x0a\xca\x14\xe8\x92\x18\xb7\xe7\x69\x9a\x8f\xdb\xb3\x74\x9a\x4e\xb6\x30\x6e\xcd\x67\xf4\x1b\xb9\xec\x9d\x83\x34\xd4\xc4\x66\x03\xb1\xab\xe0\x6f\x06\xd8\x5f\xf4\xdd\xc0\xae\x82\x03\x1e\xbb\x0a\xf4\x83\x33\x8a\x9a\x2a\x16\x2d\x8f\x86\xd6\xe5\x7b\x0b\xb6\x89\x8f\xdc\x25\x09\x46\x53\x26\x05\x11\x4a\xb0\x75\x02\x11\x4a\xe0\xac\x83\xb3\x0e\xce\xba\x1e\x72\xd6\x21\x42\x09\x22\x94\xc0\x49\x02\x27\x09\x9c\x24\x70\x92\x74\x85\x93\x04\xd1\x40\x10\x0d\x64\xbb\x60\x61\x44\x03\x69\x47\x34\x90\xd7\x0f\xd3\x74\x13\x80\xae\x61\x40\x63\x41\xef\x7e\x7d\x88\xbd\xd8\xef\x41\xef\xca\xc6\x27\xaf\x94\x2b\x6c\x14\x72\xeb\x52\xb1\x2a\xc0\xb1\x35\xbd\x5c\x50\xf4\xaf\x67\x00\x91\x8d\x13\xf1\x38\xbf\xc0\x77\x6f\xc5\x5c\x41\x0b\x2e\x4d\xea\x4d\x14\xac\x78\xbf\x3b\x1e\xdc\xcd\x88\x57\xac\x13\xfb\x68\xc0\x08\xc1\x08\xc1\x08\xc1\x08\xc1\x08\xc1\x08\xc1\x08\xc1\x08\xc1\x08\xc1\x08\xc1\x08\xc1\x08\xc1\x08\x3b\xcc\x08\xb7\x9f\xe4\x0b\x14\x12\x14\x12\x14\x72\x1b\x51\xc8\xbf\x1e\x20\xa6\x77\xdd\xe8\x46\x72\x54\x2c\x14\xd7\xa4\xb2\xc6\x3e\x3f\xc0\x5e\xe8\xa3\x1d\x59\x45\x95\x97\x37\x92\x91\xc1\xc6\x1a\xc0\x49\x7e\xe1\x23\x52\x39\xbe\x5f\x3f\x71\x52\x51\xe5\xa5\xa4\xf5\xe3\x76\x13\x00\x6e\x32\x2f\xa0\xde\x46\x89\x8d\x64\xc2\x7a\xde\x40\x54\x80\x17\xfd\x09\xdf\x10\x1b\x30\x32\x01\x9a\x77\x26\x17\x55\x60\x2c\x06\x9e\x07\x9e\x07\x9e\x07\x9e\x07\x9e\x07\x9e\x07\x9e\x07\x9e\x07\x9e\x07\x9e\x07\x9e\x07\x9e\x07\x9e\x07\xcd\x1f\x68\x1b\x68\x1b\x68\x5b\xc7\x68\xdb\xc7\xe3\xb4\x24\x34\x7f\xd2\x7a\x45\xd1\xb2\x52\xb1\x50\xca\x8f\x6e\x8c\xaf\xc8\x15\x69\xbc\xb1\xd4\x8f\xf3\x23\xa5\x54\x91\x8a\x65\x25\x67\x5e\x2d\xab\xc6\x49\xcf\xb1\xaf\x0c\xb3\xf7\xdf\x42\x7b\x1d\xe5\x2e\x1b\xe5\x46\x7e\x23\x64\xf4\x91\x43\xf9\x57\x32\xad\x9e\xc9\xf0\x2e\x58\xe5\xcf\x2b\xb9\x94\x55\x7e\x20\xa2\xc0\x11\x7b\xc6\xc3\x67\x75\xc6\xf7\x51\x9f\x34\xd9\x53\xb9\xc1\xaa\xd9\xb3\xa3\xec\x44\xfc\x38\xbf\x5d\xca\x7e\xb4\x25\xf1\x64\xb6\xa2\xd0\xa3\xf6\xdd\x8e\x1a\xb7\x42\x60\xf8\x80\x3b\x79\xdc\xc9\x6e\xe5\x15\xa3\xab\x79\x7f\xf4\x38\xc5\xd2\x06\x5e\x74\x8c\x37\x43\x4e\xe8\xd1\x15\x0e\x36\x29\x3a\x0f\x58\x12\x58\x12\x58\x12\x58\x12\x58\x12\x58\x12\x58\x12\x58\x12\x58\x12\x58\x12\x58\x12\x58\x12\x58\xb2\xd3\x58\x72\x8a\xd2\xec\x5c\xec\x8c\x25\x33\xdc\xcf\xf5\x85\x46\x2d\x3c\x96\x73\xb1\x7e\xfd\x24\xa7\x94\x10\x62\x45\xe0\x53\xe0\x53\xe0\xd3\x36\xe2\xd3\xaf\x3c\x43\x27\x04\x3e\x15\x08\xc8\xde\x26\xbd\x22\x57\xa4\xa4\x17\x3a\x15\x27\xb3\x5f\x78\x86\xfd\xe8\x00\xbd\x5c\xfc\x6f\xd9\xb8\x26\xb2\xbf\xb1\xb4\x91\x33\xb5\x38\xef\x2a\xfe\xa7\xb6\x24\xae\xb3\xd1\x23\xff\xb9\xcb\x41\x63\x1a\xa8\x0d\xa8\x0d\x29\xba\x80\xda\x80\xda\x80\xda\x7a\x07\xb5\x75\x51\x06\xaa\xae\x41\x6d\x48\x8d\x04\xd4\x06\xd4\x06\xd4\x06\xd4\xb6\x15\xa9\x91\x7a\x9a\x38\x21\x77\x4b\x2f\xe7\x6e\x49\x6f\x43\xe2\x94\x59\xa6\x29\x21\xd0\x3a\x4d\x27\xb9\x40\xeb\x08\x1d\xa2\xa4\xe7\x5e\x50\x03\x4b\x19\x6c\x29\xc1\xd1\x50\x20\xdb\x41\x9f\xf0\xd7\x64\x1d\x66\xe3\x8e\xed\x9f\xbc\x02\xe6\x1e\xd0\x2a\x5a\x66\xc8\xb4\x84\x58\x2c\xf6\xbd\x9d\x75\x44\xec\x76\xf1\x15\x8a\x4a\x25\x83\x7e\xc5\xc4\x0f\x1d\xe1\x5f\x02\x57\x4d\x52\x8a\xce\x3a\x53\x94\x47\x43\xf1\x51\x3a\xb8\xa9\x76\x47\x7e\x5e\xbf\xfc\xbc\x6f\x0b\xd3\x4f\x84\xd9\x8f\x85\x23\x6f\xb1\x1a\xe8\x1b\x21\x3e\x8d\x7a\x44\x2a\x49\x79\x59\x15\x0b\x02\xe1\xc0\xd1\x34\x25\x5b\xe0\xdf\x38\x6b\xea\x2d\xf1\xb5\x8b\xa2\x46\xf5\x29\x50\xe5\x59\xeb\xa3\xbf\x26\x5d\xd3\xeb\x5f\xb9\x22\x6b\xb2\xf9\x5a\x3b\xb3\xe1\x9a\x59\x73\xb9\x41\xe1\xd3\x6c\x45\x8d\x26\xc7\x8f\xeb\xe7\xaa\x52\x96\xd3\x1b\x7d\x85\x2a\x5e\x62\x3e\x15\xd6\x67\x2d\x52\xa1\x24\xbc\x39\x7c\xaa\x69\x9f\xcb\x57\xb4\x06\x5b\xd2\x17\x48\xa6\x61\xce\x2b\x45\xa9\x94\x4f\x28\x6a\x7e\xb4\x7c\x2d\x3f\xba\x5e\x2a\x64\x95\x9c\x3c\xba\x7f\x56\x9b\xd7\x4b\x49\xc4\x76\x3b\x9f\xd5\x09\xef\xbf\x11\xa2\x73\xe2\xb5\x3f\x41\xc7\xf8\x6b\x9f\xa4\xcd\x0e\x3f\x9a\xd6\x4b\x48\xb2\x33\x74\x8a\x76\x4c\x8a\x79\x5d\x2b\xc5\xcc\xe8\xc5\x8c\xf3\x7c\x41\x3b\x45\xe2\xbb\xd6\xca\xf1\xb3\x40\xcd\x59\x18\x5f\x83\x52\x67\x82\x1a\x98\xb6\xb2\xa2\x55\x28\xfe\x87\x23\x75\x16\x28\x62\xa4\xde\x73\xe4\x31\x54\x56\x0d\x63\x34\x22\x8e\x55\x19\xa3\x49\xeb\xbc\xf6\x9a\xa5\xc7\x68\x81\xe6\x9d\x66\x29\x9e\xa6\x73\x2d\xa8\x75\xa7\xf8\x23\x3c\xca\x61\xab\x06\x2c\x0b\x2c\x0b\x2c\x0b\x2c\xdb\x43\x58\x16\x33\x33\x9f\x99\x59\xf7\x70\xeb\xaf\x86\xe9\x2b\x61\xf6\xa5\x70\xe4\x8f\xad\xae\xfa\x70\xf8\x31\xe7\x4a\xb1\x50\x8a\x6a\x62\xb5\x17\x5d\x91\x57\x85\x93\xd7\x22\x2a\xf6\x27\xcb\x78\x4b\x78\x63\x39\xe6\x80\x25\xa5\x74\xb0\x24\xe7\x25\xde\x25\xc6\x62\xd1\x39\x57\x14\x6c\xd5\x1a\x0c\xc6\xc4\xa0\xb0\xb6\x26\xe7\xf4\xd9\x68\xf1\x59\xdb\xfb\x6a\x9b\xf6\x42\x71\xc4\x58\x43\x8a\xc4\xc1\x79\x55\xca\xf2\x71\x52\x50\x72\xd6\x87\xc7\xfe\x38\x70\xc7\xb6\xd9\x2f\xeb\x9a\x5e\x49\x67\x43\x49\xfa\x95\xe6\x03\x19\x37\x59\x15\xef\x9b\x59\x44\x42\xd4\x73\x4d\x96\x4a\xae\x75\x8c\x31\x5e\x85\x79\x5e\x03\xb7\xb5\x31\xdc\x03\x70\x0f\xc0\x3d\x00\xf7\x00\xdc\x03\x3d\xed\x1e\xf8\x4c\x98\x5e\x0a\xb3\x17\xc3\x91\x17\xac\xaf\xed\xbb\xc2\x53\x8e\x0d\xb8\xe5\xa2\x2c\x69\xb2\xf5\xea\xcf\xd7\xe6\x89\xaf\x12\x07\x99\xdd\x6d\xef\xe0\xd5\x3b\x3c\x99\x38\x96\x88\x2e\x0a\x3b\x52\x71\xe6\xb6\xb7\xbf\x22\xb2\x91\x40\xdf\x14\x2b\xa9\xeb\xf2\xe8\xaa\x54\x34\x67\xff\x31\x71\x34\xe6\xc8\xed\x6f\xde\x4a\xca\x71\xd6\xae\x8c\x0a\xf4\x9a\xb3\xa7\x96\xa2\xf0\x41\x2d\xea\x48\xf9\xaf\xb7\x54\x22\x3a\x5d\xe0\x26\xc9\x51\x71\x45\xad\x7f\x32\xdb\xbf\x51\x11\xd3\x7d\x3e\xfb\x53\x2a\x57\x12\xb1\x3d\xa2\x3e\x53\x56\x4e\xfd\x2a\xd5\xd3\x9b\xfa\xe9\x8d\xfd\xec\x75\xfd\x91\xef\x59\xd2\xb7\x2f\xf4\x3d\x61\xd8\x41\x7d\x88\x5e\x51\xae\x47\xf3\x92\xba\x22\xe5\xab\x88\x83\x35\x51\x93\xd5\x55\x45\x5d\xd3\xdb\xc2\xb5\xa6\x8f\xd6\xdc\xdc\xbb\xa2\x7c\x5a\x63\xce\x49\xca\xe2\xa9\x0a\xfa\x7c\x21\x5b\xc8\xd9\x13\x6b\xfe\x6d\xe4\xcb\x1c\xab\x75\x35\x9e\x08\x9b\x1f\x35\xbf\x7e\x09\x47\x33\x9a\x76\xd3\x72\x2a\x58\x82\xb7\xea\x9b\x25\xa2\x02\x20\x71\x5b\xec\x9c\xad\x0e\x8a\x67\x18\xd4\xd7\x3c\xfc\xaf\xea\x81\xa1\x9d\x8c\x0e\xa6\xa5\xec\xb5\xbc\xaa\xac\x97\x72\xfa\x59\x5c\x69\xc6\x4f\xaa\x69\x38\x31\x59\x31\x66\x40\xd5\x85\x98\x4f\xb0\x62\x95\x74\x32\x3a\x38\xa3\xa8\xb2\xa3\xd8\x68\x56\xd2\xb2\x52\x4e\x7f\x7a\xa3\x7d\x84\xb6\x90\x97\xa7\x89\xe9\x74\x5d\x81\xab\x56\x19\x89\xd8\x1d\xe5\xda\x71\xe3\x9c\xdb\xc0\xfb\x06\xef\x5b\x8f\x7a\xdf\x32\x79\x9a\x13\x48\x7b\x9a\x26\x39\xd2\x3e\x4d\x27\xe9\x44\x0b\xf0\x72\xb1\x22\x55\xd6\x35\x5f\x9e\x1c\x77\xc7\xbe\x7b\xd9\x1d\xe2\x6d\xb6\x2d\x6d\xb3\xde\xad\x86\x98\xd9\x15\x4c\x6f\xc3\x3d\x29\xec\xbb\x61\xba\x5f\x68\xdc\xb5\x8a\xa2\x4a\x79\xd9\x16\xb9\x4b\xc5\xf2\x15\x29\x39\xca\xfe\x30\xcc\xfe\x20\x4c\x7b\x8c\xe3\xcb\xe6\x81\xc8\x5d\x79\xb9\x52\x3d\xdb\x16\x7e\xd3\xf8\xfd\x79\xb9\xb2\x28\xce\x5e\x32\x4e\x4e\xcd\xcf\x9a\x9c\x31\xb8\x80\xbc\x13\x75\x05\x4d\xd4\x15\x34\xd1\x4c\x41\x99\x32\x3d\x2e\x46\xeb\x25\x9a\xe3\xa3\x75\x86\xa6\x28\xdd\xc2\x68\x75\x3c\x67\x33\x8e\x58\xf6\x85\x41\x4a\x7a\x34\xbf\xd8\x63\x90\xd5\xe7\xb9\xfc\x48\x56\x2a\x4b\xd9\x42\xa5\x20\x6b\xec\xe7\x07\xd9\x7f\xec\xa7\xdb\xed\x1e\x11\x7e\x8c\x31\x9f\xb0\xc9\x8b\xb3\x46\xaf\x4c\x8a\xa2\x9e\x8d\x1f\xd6\xaf\xb0\xba\x4a\x38\x37\xea\xce\xda\x6e\x01\x95\xd7\x68\x41\x74\xe6\x45\x9a\xe5\x9d\xc9\xdd\xbb\x9e\xee\x2b\xb3\xe1\x4d\xff\x55\x7d\x03\x34\xe5\x52\x97\xfd\x8d\x4a\x9a\x9d\x33\xec\x46\x75\x67\x1b\x1e\xad\xfa\x1b\x6f\xca\xbd\xc5\x3d\xf7\x08\x72\x82\x9d\x17\x08\x72\x02\x17\x1f\x5c\x7c\x70\xf1\xf5\x90\x8b\x0f\x41\x4e\x10\xe4\x04\xae\x15\xb8\x56\xe0\x5a\x81\x6b\xa5\x2b\x5c\x2b\x08\x1e\x82\xe0\x21\xdb\x05\x26\x23\x78\x48\xa7\x63\x2f\x27\xdb\x14\x7b\x39\x79\xd3\xc6\x5e\x4e\x22\xf6\xf2\xf6\x8d\xbd\x9c\x04\x96\x04\x96\x04\x96\x04\x96\x04\x96\x04\x96\x04\x96\x04\x96\x04\x96\x04\x96\x04\x96\x04\x96\x04\x96\x44\xec\x65\xc4\x5e\x06\x3e\x05\x3e\x05\x3e\xad\xc1\xa7\xdf\x8d\xd3\x05\x81\x4f\x4b\x72\xe5\xba\xa2\x5e\xd3\x67\x95\x96\x36\xd2\x8b\x9c\x1a\xe7\x72\x31\x7f\x41\xb6\x80\xe9\x07\xe3\xec\xc7\xfb\xe8\x65\x76\x49\xcb\x1b\xc9\x48\x54\x95\xa5\x5c\xcd\xea\xf9\x92\x38\x43\x48\xf9\xe3\x83\xfa\x19\x97\xac\x8b\x96\x1c\x10\xb2\xea\xc4\x60\xc3\x3e\x64\x56\x3c\xb9\x1e\x9d\x17\x08\xf1\x1c\x9d\xe1\x08\xf1\x38\x1d\xa5\xc3\x9e\xc2\x46\x47\xc3\x6d\x24\x13\x55\x35\x36\x01\xe1\x7d\xee\x80\xf0\x56\xd6\x9f\x97\x2b\x74\xf5\xb2\x3f\x1e\x3c\xc9\x4e\x18\x78\xb0\xae\x9f\x0c\x48\x58\x75\x63\xa7\xa2\x91\x22\xdf\xdc\x59\xdb\x29\xfb\x55\xb9\x5c\x94\xb2\x72\xc3\x7e\x89\x1b\x27\x75\xbc\x6b\xd2\x19\xba\x40\x33\x35\x81\x82\x5a\xec\x02\xec\x4a\x47\xbc\xa0\x16\xe3\x05\x7d\x28\x14\x98\x21\x10\xbb\x34\x92\x7c\x97\x86\x15\x36\xa8\xf5\xd2\xfc\x1c\x12\xde\xf6\xa6\xbc\xde\x7e\x7b\x13\x7f\xf7\x9e\x5a\x7b\xf3\x7d\xc6\xde\x31\xa9\xc6\xc4\x0c\x8b\xdf\x3b\x6f\x61\xda\x13\xf3\x07\xb6\xc6\xc7\xd6\x20\xee\x44\x47\xe2\x4e\x60\xc3\x31\x36\x1c\x63\xc3\x71\xbb\x36\x1c\x67\x3e\x16\x0a\x78\xd7\xe5\x82\x88\x06\x78\x91\x66\x1d\xd1\x00\xdb\xbc\x93\x33\xea\x3e\x47\xd8\xc5\x76\x88\x66\x6a\xfb\x34\x21\xfd\xd6\xdd\xb5\xd3\x84\x91\xb2\xa4\x56\x0a\xdc\x33\x2a\x96\xb9\x0d\xd7\x27\x43\x65\x7d\x39\xdb\xd1\xb9\xc3\xbd\xb5\x05\x1d\xe4\x75\x38\xc0\x37\x45\xee\x73\x1e\x5c\x93\xd5\xbc\xec\x3c\x3a\xe0\x3c\xaa\x55\x54\xa9\x22\xe7\x0b\xd9\x83\x75\xe7\x55\x95\xa2\xff\xfd\xac\x71\x54\xaf\x65\xfa\x12\xcd\x51\xa6\x66\x65\x34\x41\xc7\x5b\x18\x26\xf3\x5c\x40\x80\x19\x8b\xcf\x8c\xe5\x83\x7d\xf4\x7c\x1f\x7b\x5f\x5f\xe4\x3d\x96\xd9\x7f\x7d\x5f\xef\xac\x8e\x6a\x7c\x2e\x7a\x3b\x73\x0d\x01\xf7\x0b\xea\x83\xd3\x56\x12\x0d\x79\x0c\xdc\x61\xfe\xf5\x12\x92\x13\xa9\xc8\xaf\xd4\xa7\x69\xe2\x6a\x7e\x06\x9f\x32\x69\xd1\xa1\x8c\xa6\x94\xe6\x85\xa4\xe6\x11\xfd\xb5\x30\xfe\x5e\x34\x5f\x16\xfb\xc7\x61\xef\x65\x5b\xfa\xa5\x10\xbd\x18\x62\x2f\x84\x22\x9f\xb0\x30\xdc\x7b\x43\x33\x8a\x9a\xe5\xb3\xb9\xbc\xc2\x9b\x5d\x89\xc6\x56\xf5\x9f\x62\xd1\x54\xd5\x53\x70\xc0\x2a\x26\x5e\xeb\x9a\x2d\x1e\x38\x28\x65\xf9\x83\x73\x49\x46\xb1\x90\x35\x3e\xac\x72\x31\xa7\x45\x95\xeb\x46\x9b\x0a\xc9\x42\x59\x56\xca\x45\x39\x11\x15\x77\xe4\x1a\x28\xb3\x2f\x39\xe8\x74\x6d\x00\xeb\xf6\xb1\x5b\x78\xb5\xaa\xf4\x3c\x2b\xc1\x2d\x43\x5b\x57\xb2\x95\x85\x92\xad\xcd\xdf\x84\xcc\x04\x1d\x67\x47\x63\x87\x2d\x97\xc7\x3d\x4e\xc7\x49\xd5\x75\x37\x83\xbb\x84\x7d\x3a\x4c\x2f\x13\xf8\x55\xcc\x53\x46\xd9\x6f\x84\xd9\xc7\xc2\x74\xab\xf8\x6f\x24\x92\xe7\x53\x36\x7d\xe2\x68\x61\x6b\x29\xca\x9b\x37\x7e\x47\x5e\xae\x88\xa6\x48\xcd\xcf\x9e\xd7\x7f\xea\xc2\x1d\xff\x05\xba\x24\xc6\xee\x79\x9a\xe6\x63\xf7\x2c\x9d\xa6\x93\xad\xed\xf8\xe7\xcf\xe8\xbb\xd5\xff\xe3\x83\x94\x10\x4d\xaa\xae\x48\xd9\x84\x79\x02\xaf\x66\x5d\xd0\x05\x55\x29\xca\x1a\x7b\xf3\x20\xfb\x97\x3e\x8a\xe8\xe7\xa7\x9c\xa7\xdb\x31\x18\x62\x8d\xb7\xfc\x2f\x28\x45\x39\x9e\xd4\xcf\x59\xa8\x2d\xc3\x8c\xcc\xa0\x9f\xb2\xdd\x76\xf8\x3f\x43\x69\xd1\x79\x27\xe9\x04\xef\xbc\x43\x94\xa4\x51\x4f\xc3\xc3\xdb\xdb\x6c\xb2\x84\xfe\xc0\x4d\xed\xe8\xcf\xfa\x9b\x94\x73\xec\x8c\xb0\x1c\x7a\xa1\x4e\x83\x21\xee\x65\x86\x09\xf1\xec\x70\xec\xe7\x87\x70\x16\xc2\x59\x08\x67\x21\x9c\x85\x70\x16\xc2\x59\x08\x67\x21\x9c\x85\x70\x16\xc2\x59\x08\x67\x21\x9c\xed\x36\xe1\x2c\x04\xa9\x10\xa4\x42\x90\xda\xc3\x82\xd4\xaf\x0e\xd2\x03\xc6\x7e\xfe\x72\x59\x1b\xdd\x30\xf7\xf0\xe7\xe4\x72\x51\x79\x56\xff\xd2\x6a\xec\xb7\x06\xd9\x47\xfb\x69\x87\x7e\xc2\xf2\x46\x32\xb2\x61\x7c\xbf\x4a\xb9\xc2\x46\x21\xb7\x2e\x15\xab\xb6\xe5\x5b\x73\xc5\x29\xab\x84\x40\x76\xe0\x27\xe2\xc3\x62\x0f\x7d\xb9\xac\x2d\x25\xed\xc2\xe7\x0a\x5a\x65\xbb\x81\xbe\xad\xd8\x34\xbf\xdf\x9d\xc8\xed\x66\xc4\x2b\x26\x12\x64\x5e\xf2\x67\x83\x07\xd8\xb0\xb9\x71\xbe\x5c\xd6\x0c\x0f\x83\xdd\x1d\xd5\xee\x05\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\x3e\x60\xbe\x0e\x61\xbe\x77\xee\xa3\x05\x97\xb0\x9d\x9e\x3b\xce\x7d\x62\x75\x8e\x6a\x7c\xd3\x03\xfb\xd4\xbd\xec\x53\x7d\xf4\xf2\xaa\x90\x9d\xc9\xc8\x61\xbe\x05\x5d\x9c\x62\x76\x80\xfd\x35\xf6\x08\xc7\x11\x3f\xae\x5f\xe5\x8c\x90\xe9\x1f\x1c\x53\x6c\xbd\x08\x78\x9f\xfa\x26\xf3\xec\x38\x9e\x3d\xb1\x91\x4c\x78\xc5\x8e\xf4\xc3\x73\x2b\xfe\xe4\xed\x2c\x3b\x7d\x03\x21\x2b\x93\xe4\xb3\x2d\x3e\xf2\x7f\xee\xaa\xeb\xc9\x63\xe6\xbe\xf5\xcd\x76\xe6\x49\xe3\xc2\xad\xef\xcf\xf4\xe3\xb4\x48\xaf\xac\xd9\xc2\x71\xe3\x1d\x8a\x9d\x1c\xd8\xe7\xde\xe2\x3e\xf7\x4f\x86\xda\x62\x61\x9e\x10\x5b\xde\xe7\xe9\x92\xbd\xe5\xbd\x23\xa6\xcb\x67\xf7\x7b\x07\x2c\x5b\xfa\x93\xbb\xeb\x4c\xd7\xb9\xba\xbd\x6d\x9b\xb5\x61\x27\xca\xb5\x31\x9b\x3b\x6f\xc1\xb0\x01\xae\xd7\xcc\x26\x36\xc0\x61\x03\xdc\x16\x6f\x80\xdb\x9a\x19\xb0\xef\x5e\xb8\xe6\x3e\x24\xcd\x7f\x35\x5c\x3e\x39\x3d\x1b\x48\x90\x7d\x73\x88\xce\x8a\x05\x62\x55\xf2\x5f\x2b\x61\x6b\xc3\xcc\x0e\xe2\x12\xf6\xbe\x21\xf6\xb1\x7e\x7a\xb9\xf8\x9f\x95\xbe\xf5\x07\x9a\x93\x8b\x70\x15\x43\x40\x4a\x91\x87\xaf\x5b\xba\x08\xcd\xc8\xff\x6a\x7f\xb9\xf9\xcf\x73\x05\xad\xd2\xfd\x2a\x11\xcf\x80\x69\x81\xcb\x47\x36\xa5\x12\x69\x2e\xd1\x74\x73\xc9\xa5\x9d\xe9\xa8\x21\x17\x81\x5c\x04\x72\x11\xc8\x45\x20\x17\x81\x5c\x04\x72\x11\xc8\x45\x20\x17\x81\x5c\x04\x72\x11\xc8\x45\x20\x17\xe9\xb0\x5c\x64\xfb\xf1\x0b\x08\x52\x20\x48\x81\x20\x65\x1b\x09\x52\x3e\x30\x48\x43\x82\x37\xe6\x0a\x5a\x56\xd1\xcd\xaa\x23\x0f\x82\x5c\xca\x95\x95\x42\xa9\xa2\x15\x0b\x59\x59\x63\xaf\x1d\x64\x7f\xdf\x47\xbb\xad\x33\x97\x37\x92\x91\x03\x8d\x43\x44\x4d\x1b\x25\x2c\xea\x25\xc4\x47\xf4\x93\xa7\xcc\xcb\x97\x92\x55\x47\xb7\xdb\xee\x31\x99\x32\x02\xff\x4d\x52\x8a\xe3\xbf\x93\x74\x82\x8e\x79\xe2\x79\xbb\x7d\x37\x92\x89\xaa\x07\x6f\x2a\x5c\x94\x4f\x24\xa7\xab\xcf\xf8\xc3\xc0\x09\x76\xdc\x60\x7f\xb5\x7d\x6d\xe2\x3f\x67\xad\xb0\x83\x0c\x48\x10\x48\x10\x48\x10\x48\x10\x48\x10\x48\x10\x48\x10\x48\x10\x48\x10\x48\x10\x48\x10\x48\x10\x3b\xc8\x00\xec\x00\xec\x00\xec\xb6\x04\xd8\xfd\x43\x98\xf6\x35\x12\x08\xb2\xdf\x0f\xb3\xcf\x86\xeb\xd4\x7f\x77\xe5\xe5\x4a\xf5\x77\x56\x3c\x41\x7c\x5f\x5e\xae\x54\x29\xf4\x52\xf3\xb3\xe6\xba\x2e\x40\x01\x7d\x60\x91\xf5\xcb\xf4\xb8\xa0\x6e\x97\x68\x8e\x53\xb7\x19\x9a\xa2\x74\x6b\x91\xf5\xcd\xe7\x6c\x06\xc0\xb1\x37\x0f\xd1\x43\x7a\xc3\xdb\xb1\xb9\x54\xd9\xaa\xae\xfe\x51\x54\x15\xfd\x93\xa4\xb1\x2f\x0f\xb2\xcf\xf7\xd3\x8e\xac\xa2\xca\xcb\x1b\xc9\xc8\x6b\x43\xcd\x09\x2f\x17\xec\xd2\x26\xad\xd2\x02\x12\x62\x1e\xe6\x17\x4c\x2a\xaa\xbc\x94\x74\xbd\x0f\xa2\x77\x05\x18\xbd\xab\x39\x5d\xa6\x81\x62\x63\x31\x03\xbe\xba\xf6\x0b\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\x2c\x20\xec\x96\x40\xd8\x4f\x0e\xd3\xf1\xea\x68\xfd\x1e\x3b\xb2\xb5\x8a\x54\x91\x57\xd7\x8b\xfa\xbb\x6b\xc4\xec\x62\x6f\x1e\x66\x7f\x1d\xb6\xc3\xf8\xdf\xcf\xa3\x74\x55\xaf\x3f\x17\x8d\xcb\x16\xe5\x4a\xfc\x01\x1e\x8f\x8b\x47\xdb\xb7\x37\x4f\x3b\x4e\x08\x38\xec\xd6\x53\x74\x56\x50\xb5\xe3\x74\x94\x53\xb5\x31\x4a\xd0\x88\x77\xd0\x81\x72\x59\x33\xb3\xaf\x1b\x15\xba\x81\x40\x35\x79\xb9\x42\x57\x1f\xf5\xc7\x67\x23\x2c\x5e\x1f\xfc\xde\x59\x05\x27\x36\x8b\xfc\xea\x4e\xbb\xb5\x1f\x34\x23\x69\x79\x37\x78\xcc\x8c\x99\xd5\xa9\x36\x4f\xa7\xe9\x1c\x9d\xa9\x09\xee\xb2\xc9\x46\x47\x40\x17\xc4\xc1\x6a\x31\x0e\xd6\xbb\x42\x37\xfe\xca\x4f\x89\xa0\x57\xa7\xe9\xa4\x1d\xf4\x2a\x78\xc3\xd1\x9c\x65\x70\x8b\x2d\xe2\x6e\x25\x7c\x42\x66\xc5\xdf\xb8\xc7\x36\x1c\x77\x8a\xf9\x7b\x54\xaa\xb2\x15\x0f\x8a\x5f\x3b\x67\x2a\x1e\xa3\x05\x9a\x77\x9a\x8a\x78\x9a\xce\xb5\xe0\xf3\x98\xe2\xf5\x7e\x94\x93\x62\x0d\xc6\xc3\xcf\x78\x7c\x35\x4c\x5f\x09\xb3\x2f\x85\x23\x7f\x6c\x35\xd0\x87\xc3\x8f\x39\x67\x46\x05\x7d\x82\xce\x67\x37\xd1\x15\x79\x55\x78\x49\xac\x25\x89\x8d\xe2\x8d\x55\x20\xaf\xa2\xc3\x38\x94\x94\xd2\xc1\x92\x9c\x97\x78\x43\x18\x93\x23\xa7\x11\x11\x70\xc2\xea\x02\x63\x2c\x16\xd6\xd6\xe4\x9c\x6e\xa6\x8a\xcf\xda\xee\x0b\x1b\x59\x17\x8a\x23\xc6\x9c\x89\xcf\x1a\xa3\x79\x55\xff\xf0\x95\x65\xb5\xa0\xe4\xac\xb9\x9f\xfd\x0d\xe4\x9e\x21\xb3\x35\xd6\x35\xbd\x92\xce\xf9\xa6\xa4\x5f\x69\x3e\x90\x71\x93\x55\xb1\x4c\x37\x8b\x48\x88\x7a\x8a\x30\x4a\x2e\x75\x8c\x31\x5e\x85\x79\x5e\x03\x97\xb9\x60\xfa\x33\x61\x7a\x29\xcc\x5e\x0c\x47\x5e\xb0\x9a\xf9\x5d\xe1\x29\x87\x07\xb4\x5c\x94\x25\x4d\xb6\x98\xca\xbc\xaa\x94\xa5\x3c\xef\x00\x91\x12\xbe\xca\xad\x62\x3e\x8b\xed\x42\xd5\x7b\x29\x99\x38\x96\x88\x2e\x8a\x0e\x11\xad\x53\xd6\x97\x02\xfa\x72\xca\xc4\x73\x72\x54\x51\xcb\x57\xa4\x92\xe9\xe6\x51\xd7\xe5\xd1\x55\xa9\x68\xe2\xec\x98\x38\x1a\x8b\xae\x16\x4a\x52\xb1\xf0\xaf\x4c\x2e\xb6\x22\xeb\x73\x4d\xbe\xf8\x18\x15\x73\xcc\x9c\xcd\x4a\x45\xe1\x83\x9a\x7d\x91\x00\xc8\x89\xe8\x74\x81\x0f\x67\x47\xc5\x15\xb5\xfe\xc9\xec\x85\x5c\x45\xf0\x6b\xfe\xb2\x29\x95\x2b\x89\xd8\x1e\x51\x9f\x29\xf3\x41\xaa\xfc\x45\xe9\x37\xf5\xd3\x1b\xfb\xd9\xeb\xfa\x23\xdf\xb3\x9c\x86\x5f\xe8\x7b\xc2\x00\x4c\xfa\x2b\xa5\xaf\xa4\xf2\x92\xba\x22\xe5\xe5\x68\x56\x29\x16\x65\x6e\x04\xed\xf7\x42\x56\x57\x15\x75\x4d\x6f\x0b\xd7\x9a\x3e\x5a\x73\x73\xef\x8a\xf2\xf1\x6c\x0e\x46\x91\xe9\x5f\x1f\xa7\x39\x39\x5b\xc8\xd9\xa4\x98\x43\x47\x11\x66\xcb\x6c\x5d\x7d\x6d\x65\x20\x39\x13\x2b\x26\x1c\xcd\x68\x02\x29\x6b\xf5\x64\xb9\x0a\xab\x6f\x96\x88\xa6\xb2\xfa\x42\x8b\x7f\x51\x9d\xc6\x61\x50\x3c\xc3\x60\xf4\xa0\xd1\xf1\xd5\x03\x43\x3b\x19\x1d\x4c\x4b\xd9\x6b\xfa\xc7\xa4\x94\xd3\xcf\xe2\x3e\x3a\x7e\x52\x4d\xc3\x09\x0a\x6c\x0c\xfd\xea\x42\xcc\x27\x58\xb1\x4a\x3a\x19\x1d\x9c\x51\x54\xd9\x51\x6c\x34\x2b\x69\x59\x29\xa7\x3f\xbd\xd1\x3e\xc2\x2b\xcb\xcb\xd3\x84\xf5\xaa\x2b\x70\xd5\x2a\x23\x11\xbb\xa3\x5c\x3b\x6e\x9c\x5f\xfa\x8f\x85\x68\x4e\x7c\xe9\xa7\x69\x92\x7f\xe9\xf5\x0f\xf6\x89\x16\x3e\x1f\x22\xbe\xa2\x88\x4f\x36\xce\xe3\x93\xed\x14\x6d\x2b\xe7\x6e\xb4\x4c\xbf\x49\x40\xd4\xfd\x9b\xbd\x8b\xed\x10\xcd\xd4\xec\x02\xa2\xf1\xa2\xc1\x39\x71\x48\x7f\xe3\x36\x7b\x1e\x10\xaf\x8b\x67\xe9\xbd\x92\x10\x41\xde\x3a\x32\x39\x40\x80\xca\x5e\x9b\x92\x20\x40\x25\x02\x54\x6e\x71\x80\xca\xa7\xbc\x23\xe3\xdd\xe8\x8a\xb2\xe9\x68\x94\x41\xd3\xa2\xcc\x71\x3a\xca\x0e\xc7\xc6\xad\xa0\x0b\x77\x39\x43\x4f\x3a\xae\xba\x29\xc2\x4d\x7e\x79\x90\xee\x77\x4d\x3b\x2a\xc9\x6b\xba\x81\xab\x68\xec\xbf\x0c\xb2\x0f\x3b\xb2\x8e\xae\x37\x99\x75\x94\x17\xb0\x28\x07\x15\x4a\x72\xc8\x99\x74\xd4\x2c\x7b\x7b\xaa\x16\xbb\x34\x9a\xe4\x23\xfe\x2f\x52\x9c\x0d\x19\x79\x46\xcd\x1e\xf0\x9c\x33\x41\xab\x08\xad\x22\xb4\x8a\xd0\x2a\x42\xab\x08\xad\x22\xb4\x8a\xd0\x2a\x42\xab\x08\xad\x22\xb4\x8a\xd0\x2a\x42\xab\x08\xad\x22\xb4\x8a\xd0\x2a\x42\xab\xd8\x29\xad\xe2\x8f\x0c\x51\x52\x20\x3e\xad\xa2\xa8\x52\x5e\x76\x4f\x29\x63\x1c\xcc\x16\x25\x4d\x93\x35\xf6\xfb\x83\xec\xb7\xfb\xe9\x76\xe3\x57\x6b\x1b\xf9\x6b\x9a\xa3\x7f\x8b\xe2\xb2\x49\xbd\xb0\x80\x00\xe0\x7e\x7e\x81\x51\xb0\xb1\x55\xdd\x79\x9b\xed\x91\x49\xa6\xf3\x3b\x96\x97\xfd\xb1\xde\x29\x36\x61\x32\x71\xbb\x3d\xc9\x2b\x6f\x4c\xf5\x28\xa2\xa6\xe0\x22\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x20\x68\x60\xa7\x68\xe0\xef\x0d\xd0\x6e\x33\x8a\x61\x59\xc9\x69\xec\xe3\x03\xec\x43\x7d\x76\xb4\xc2\x07\x1b\xa7\x73\x99\x57\x72\xf1\xfb\xf4\x53\x44\x2c\xc1\x79\x25\xb7\xdd\xf4\x77\x4b\x74\x52\x30\xb8\xc3\x34\xce\x19\xdc\x08\xc5\x69\xc8\x53\x9a\xaa\xb7\x0b\x17\xa5\x2b\xb9\xa6\xd2\xb4\x4c\xfb\xe3\xb6\x18\x8b\xba\xa8\xe6\xac\x38\x80\xf3\x4a\x8e\xfc\xb2\xbd\x80\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x81\xa7\x75\x8a\xa7\xfd\xa2\xb1\x81\x76\x74\x23\xe9\x95\x0f\xe4\x0d\x83\xec\x1f\x1d\x84\xed\x50\x63\xc2\xe6\x9a\x06\x22\x3e\x6a\x33\x37\xd7\x13\xb6\x1b\x85\xbb\xe2\xbd\x0b\xf6\x11\x81\xe7\x66\x68\x8a\xe3\xb9\x33\x74\x8a\x26\x7c\xf1\x9c\x67\x52\x13\x93\xcb\xb5\x2b\x27\x07\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x1d\x48\x5d\xb7\x90\xba\xaf\xc4\x69\x46\xec\x83\xcd\x2a\x8a\x9a\x2b\x94\x78\x21\xb5\x9b\x61\x3d\xf2\x78\xf0\xb0\xd3\x56\x06\x8f\xb7\xc5\xd9\xff\xd6\x47\x77\x3a\xcb\xb1\x76\xc8\xde\xed\x92\xce\x63\x4e\xbf\x3a\x3e\xa0\x1f\x99\x74\x5c\x63\xec\x62\xb5\x23\xc3\xf2\xf3\x02\xce\xe7\x21\xd1\x8c\x00\x6a\x67\xe9\x34\x07\x6a\xc7\xe8\x08\x1d\x6a\x00\xd4\x1c\x6d\x63\x3c\x53\x82\xd7\xcb\x57\xfa\xf6\x8c\x3f\x62\x9b\x60\xc7\x0d\xc4\xe6\xd2\x07\x06\x73\x13\x37\xab\xdb\x7d\xea\x93\x35\x24\xf2\xb5\x9d\x1e\x1d\x72\xaf\x7b\xc6\x0f\xd1\x27\xc3\xc6\xc1\x4e\x77\x4b\x7a\x96\xce\xd3\x74\x4d\xb8\xdc\xd6\xfa\x05\x91\x72\x91\xf9\xa3\xc5\xcc\x1f\x1f\x08\xd1\x45\x91\xb8\x63\x8a\xd2\x76\xe2\x8e\xc0\x2d\x44\x50\x26\xc8\x3f\x81\x50\x79\xbd\x42\x4d\x1a\xa2\x86\xd6\xa6\x81\x95\x8a\xff\xfc\x1e\x0f\x4b\xf3\x72\x2b\x45\x88\x30\x2e\x43\xe2\xff\x1d\xb7\x2d\xc8\x11\x82\x1c\x21\xc8\x11\x82\x1c\x21\xc8\x11\x82\x1c\x21\xc8\x11\xe2\x9e\x23\xa4\xbd\x8b\x95\xf4\x5b\x76\x7b\xcc\x11\x1e\xf2\x49\x1f\x22\x66\x0e\x83\x3c\xb8\x7d\x27\x27\x0e\xc8\x1f\xd2\x6b\xd3\x15\xe4\x0f\x41\xfe\x90\x2d\xce\x1f\xd2\x39\x36\xe5\x9b\x46\xa4\xbd\xdf\x83\xcc\x38\x8d\xb1\x44\x6c\xc4\x4a\x0d\x72\x87\x33\xa9\x08\xbf\xe8\xa6\x48\x27\xf2\x96\xcb\x34\x66\xc4\x1a\xcc\x5e\x91\x73\xeb\xc5\x42\x29\x6f\x13\x56\xa9\x58\xbe\x22\x25\x47\xcb\x6a\x41\x51\x0b\x95\x67\xcd\x50\x83\x5f\x7c\x86\xfd\xfa\x00\xed\xb5\xaf\x58\x36\x4f\x8d\x1c\xf0\xd9\x8d\x6c\x94\xc4\x03\xd6\xc5\xf7\xeb\x27\x2f\x5a\xa5\x2c\x19\x85\x54\x9d\xd4\xe5\xba\xc8\x34\xd4\x82\x50\x0b\xa6\xa1\x16\x84\x5a\x10\x6a\x41\xa8\x05\x7b\x46\x2d\x98\xee\x1a\xb5\x60\xe0\x35\x69\x59\x2d\x98\x86\x5a\x10\x6a\x41\xa8\x05\xa1\x16\x84\x5a\xb0\xf3\x6a\xc1\x74\x4f\x8b\xfb\xd2\x10\xf7\xb5\x4f\xdc\x97\xee\x76\x71\x5f\x7a\x1b\x8a\xfb\x32\x45\x7a\xa5\x20\x89\x19\xba\xc0\x49\x62\x9a\xce\xd1\x19\x4f\x92\xe8\xa0\x53\x26\x6b\x4a\x54\x71\xa2\xa6\x62\xbd\xf9\x6c\xfd\xbc\x9a\xf3\x67\x8a\x29\x76\xd6\x88\xfa\xe6\xbc\xbb\x13\x20\x8a\xda\x59\xc9\x17\x6a\xb1\x1a\xc5\xfe\xdb\x2e\x77\x76\xf6\x7d\xe2\x23\x15\x95\x6a\x30\xd9\xc3\xe2\xf7\x4e\x81\x32\xc1\xb5\xe6\xe9\x12\xcd\xd5\x78\x77\x1a\xed\xeb\xf5\xed\x20\xf8\x77\xa0\x7a\x6b\x51\xf5\xf6\xd6\xf0\xe6\xf6\x98\xfb\x8e\x45\xe1\xe2\x4e\x72\x17\xb7\x25\xa2\xbb\xd1\x32\x17\x85\xdb\x7c\x8e\x32\x0e\xb7\xf9\x8d\x16\xea\x67\xd1\x9a\xb3\x58\x9e\xb6\xa8\x39\x53\xd6\xc0\x6e\x96\x15\xad\x42\xf1\x7f\x18\x71\xb7\x68\x31\x43\x33\xe1\x10\xa0\x28\xab\x35\xd6\x6d\x54\x9c\x53\x6f\xdd\x26\xad\x8b\xda\x69\xe7\xda\x23\xbd\x03\x10\x06\x10\x06\x10\x06\x10\xee\x1d\x20\x8c\xd9\x9d\xcf\xec\xae\x7b\x88\x39\x64\xcf\x1d\x91\x3d\xc3\x31\x01\xc7\x04\x1c\x13\x70\x4c\xc0\x31\xd1\xd3\x8e\x09\xec\x7e\xc1\xee\x17\xec\x7e\x69\xd7\xee\x17\xf8\xfd\xe0\xf7\xeb\x55\xbf\x5f\x26\x1f\xf0\xc6\x2f\x3f\xd8\x1c\x77\xc7\xc0\x7b\xd9\x1d\xe2\x6d\xb6\x2d\x6d\xb3\xae\xb4\x1b\x04\xd3\xc1\xeb\xe1\x3f\x72\x37\x45\xcd\xe8\xc0\xb5\x91\x45\x9e\x1b\xd5\x78\x3b\xb1\xb7\xdc\xcd\xbe\x16\xb6\xe3\x03\xf3\x30\x21\x51\x71\xcc\xec\x66\x7b\x06\x6c\x6d\x00\x8b\xdf\x23\xc2\x89\xa8\xf2\x92\xbd\x2b\x4c\xb4\x7c\xc0\x11\x44\x9e\xf4\xde\xd7\x7f\x5a\x0c\x98\xa3\x74\x98\x0f\x98\x04\x8d\x50\xdc\x37\x56\xaf\x55\x5b\x73\x20\x5c\xf4\xef\xdc\x21\x36\xd0\x28\x67\x96\x55\xa4\x6f\x98\x90\x0f\xec\xb4\x5b\xda\x0c\xfe\xd1\x44\x63\xef\xb3\xe2\x84\xb4\xbd\xbd\xd3\xe7\xe8\x0c\x9d\xaa\xf1\x95\x6e\xaa\x5d\x41\xcf\xe0\x1b\x6d\xd1\x37\xfa\x8e\xd0\x0d\xbe\xd3\x94\x16\xbe\xd0\x93\x74\xc2\xf6\x85\x6e\xb6\x0c\xbf\x2f\x87\x4f\xfc\x8f\xe6\xec\x89\xb7\x0d\x71\x5a\x9a\xf4\x5f\xde\x66\x1b\x8c\xf1\xba\xcd\xbb\xfe\x96\x23\x62\x6c\xe5\x6d\xab\xdd\xc0\xee\xdd\x5e\xb3\x60\xd8\xbd\x8b\xdd\xbb\x5b\xbc\x7b\xf7\xc9\x1b\xfd\x54\xf8\x99\xf9\x20\xed\xb8\xef\x0e\xe0\xcc\x51\x3a\xcc\xc6\x63\x63\xd6\x76\xdb\x57\x38\xb7\xe8\x5a\x85\xd6\x6f\xd3\x0d\x7c\xd1\xf0\x77\x61\xba\x57\x6c\xa2\x2d\xc9\x95\xeb\x8a\x7a\xad\x6a\x13\xed\x28\xfb\x5c\x98\x7d\x3a\x4c\x2f\xb3\x0f\xea\x9f\xa6\xbb\xf2\x72\xa5\x9a\xa3\x0b\x2d\x66\xfc\xde\xbc\x5c\xb9\x64\x9d\xba\x94\x4c\xcd\xcf\x9a\xf2\x81\x00\x3f\x40\x75\x05\x4d\xd4\x15\x34\xd1\x4c\x41\x99\x32\x3d\x2e\x06\x95\xfe\x45\xd1\x07\xd5\x0c\x4d\x51\xba\x85\xef\x88\xe3\x39\x9b\x11\x73\xb2\xdf\xb9\x4c\xa9\x06\xad\xee\x11\x17\xd2\x38\x97\xa3\xa8\x82\xac\xb1\x37\x5c\x66\xbf\x3c\x50\xdb\x37\x3e\xbb\x98\x8d\xde\x11\x30\x2a\x3e\xa8\x9f\xec\xec\x30\x3b\xe4\x47\xd5\x89\xd8\xc9\x8c\x9d\xcc\xd8\xc9\x0c\xe1\x1a\x84\x6b\x10\xae\x41\xb8\xd6\x35\xc2\xb5\xee\xd1\x65\x41\x30\x04\xc1\x10\x04\x43\x10\x0c\x41\x30\xd4\xd3\x82\x21\x28\x1a\xa0\x68\xe8\x51\x45\xc3\xb6\xdc\xc9\xbc\x2a\x42\xf2\x8f\xf1\x90\xfc\xe1\x47\x2f\xb2\x53\xd4\xc0\x91\x92\x70\xc0\xaa\x8d\x64\xa2\x8a\x10\x35\xb5\x87\xf9\xb2\x3f\x63\x3d\xc9\x4e\x18\x64\xd5\x59\x3a\xb9\xf8\xe3\xeb\xc8\x99\x6f\x7a\xdc\xd8\x07\x77\xd5\xd2\x32\x7b\xdf\x72\x35\x18\x1b\x16\xbf\x77\x12\x8d\x09\x92\x95\xa1\x0b\x34\x53\xe3\xdb\x3a\x4a\x87\x5b\xe9\x12\xf8\xb5\xe0\x99\x6f\xd1\x33\xff\xbd\x10\x9d\x17\x86\xe1\x1c\x9d\xe1\x86\xe1\x38\xb5\x38\x0a\x85\xce\x2b\xc9\x75\x5e\x96\x8f\xbe\xf5\xd2\x1e\x11\x3b\x95\x67\x68\xca\xb1\x53\xb9\xf5\xe2\x5a\x8f\xba\xc0\x77\x0f\x37\x69\xd1\x3c\x2d\x96\x9f\xa9\x8b\x7f\x6b\xa4\xd6\x62\xb9\xef\x4b\xae\xb6\x5e\x87\xc4\x39\x4e\xeb\x65\xef\x48\xee\x8c\x1d\xc3\xde\x64\x20\x5e\x20\x5e\x20\x5e\x20\x5e\xec\x4d\xc6\xde\x64\xec\x4d\xc6\xde\x64\xb8\x1a\xe0\x6a\x80\xab\x01\xae\x06\xb8\x1a\xb0\x37\x19\x7b\x93\xb1\x37\x19\x7b\x93\xe1\xc9\x83\x27\xaf\x0b\x3d\x79\x5d\xbd\x37\xb9\xcd\x2e\xb4\xed\x98\x07\xec\x0d\x43\x34\x28\xc4\xf4\x52\xb9\xac\x8d\x6e\x24\xc5\xc0\x19\xd5\xe7\x67\xaa\xde\x74\xaa\x2a\x6f\x14\xf8\xe0\x65\x5f\x1c\x64\xbf\xdb\x4f\x3b\xf4\x13\x97\x37\x92\x91\x1f\x32\x26\xb4\xa5\x5c\x61\xa3\x90\x5b\x97\x8a\x4e\x37\xad\x64\x2d\x1e\x27\xad\x92\x16\x8c\x92\x12\x8e\x99\xc2\x84\x35\xc7\x18\xe4\xc5\x0d\xda\x0c\xb7\x0a\xca\x29\x65\xd9\xe2\x00\x5a\x45\x96\x72\x89\x78\x92\x5f\x90\x2a\x97\xb5\xa5\x64\xfd\x4d\xe6\x0a\x5a\x65\x46\x51\x53\xc5\xa2\xc5\xec\xbb\x3d\xa7\x58\xe6\x1a\xcd\x8b\x77\x67\x96\xce\xf3\x77\x27\x45\x67\xe9\x74\x0b\xef\x0e\xf7\x9c\x4f\xeb\x8b\x3f\xdf\xf7\x67\xbf\xfb\xfb\xb3\x9b\x11\xaf\x98\x88\x8f\xbd\xe4\xff\xe2\x1c\x62\x49\xe3\xc5\xd0\xc7\x87\xe1\x9c\xa9\xef\x96\xaa\x37\x29\x83\xad\x07\xd8\x7a\x90\x81\x5f\x0a\x7e\x29\xf8\xa5\xe0\x97\xea\x19\xbf\x54\xa6\x6b\xdc\x2e\x81\xd7\xa4\x65\x7f\x40\x06\xfe\x00\xf8\x03\xe0\x0f\x80\x3f\x00\xfe\x80\xce\xfb\x03\x02\xc7\x0a\x99\x9e\x26\xa0\x19\x10\xd0\xf6\x11\xd0\x4c\xd7\x13\xd0\x6d\xb8\x97\x81\x7d\x3b\x4c\x11\x81\x01\x73\x05\x2d\xab\xe8\x46\xcf\x19\xc8\xe4\x33\x61\xf6\x52\x98\x76\x5b\xc7\x1a\xc6\x31\x89\xe4\xe5\xca\x94\x79\x26\xc2\x98\x78\x85\x31\xf9\xd0\x10\x4d\x88\x26\x57\x57\xa4\x6c\xc2\x3c\x81\xd7\xd6\x6e\xfb\x15\xb9\x22\x59\x4c\xb6\xb8\xae\x55\xf4\x05\x63\x51\xd6\xd8\xdf\x0c\xb2\xbf\xe8\xa7\x7b\xf4\x6b\x53\xce\x4b\x97\x8d\x6b\x22\xd7\x9b\xc4\xb3\xa2\xd0\x05\x45\x9f\xb1\x04\xc2\x65\x47\xf8\x05\x0b\xb5\x15\x5b\x12\xf5\x72\xdc\x4f\x6f\x26\x20\xd9\x16\x91\x6c\xc1\x1f\xc9\xce\xb0\x29\x03\xc9\x7a\x8e\x30\x93\xd3\xda\x9d\xe2\x04\xb4\xbc\xc3\x40\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x41\x69\x3b\x46\x69\xbf\x13\xa1\x4b\xde\x91\x8f\x05\x2a\xf4\x08\x7f\x5c\x28\xe5\x55\x59\xd3\xea\x52\xda\xbc\x3b\xc2\xde\xd9\x47\xac\x2a\x4c\x82\xe0\x87\x0f\x35\xcc\x6e\x33\x2b\xca\x8b\x8f\xe8\x67\x39\x63\x25\xf0\x8b\xed\x30\x09\xc6\x79\x6d\x49\x77\x23\xd1\x8c\x60\x73\x67\xe9\x34\x67\x73\xc7\xe8\x08\x1d\x6a\x2e\x94\x05\xaf\x66\xc2\xa8\xdd\x0d\xa4\xb1\xc8\xcb\x15\xba\xfa\x8c\x3f\x8b\x9b\x60\xc7\x7d\x02\x59\x98\x75\xa9\xe3\x6f\x91\xef\xec\x74\xed\xa0\x41\xbf\xa4\x38\x66\x1f\x8d\x1a\x27\x6e\x4d\x37\xa5\x67\xe9\x3c\x4d\xd7\x44\xe5\x69\xad\x9f\xb0\xa1\x1b\x41\x79\x5a\x0c\xca\xf3\x81\x50\x60\xc6\xe2\xa2\x88\xc9\x33\x45\x69\x3b\x26\xcf\x16\x58\x1e\x9e\x40\xa7\x39\xcb\xe3\x63\x60\x3c\x0d\x53\xfa\x67\x77\xbb\x5a\x9e\xb1\xa6\xb3\xeb\x98\x26\x48\x24\xf2\xe8\xbc\x01\x42\xba\x9d\x5e\xb3\x80\x48\xb7\x83\x74\x3b\x5b\x9c\x6e\x47\xf2\x4e\xc3\x18\xd0\x37\xc8\xfc\x3a\x34\x67\xfe\x9b\x37\xf8\xd5\x1f\x0a\xff\x4c\x3c\x87\x69\x9c\x8d\xc5\x12\xd6\x86\xb7\xbd\xce\x4c\x3c\x46\x31\xf5\x79\x78\xb6\xe1\x36\xb9\x4f\x0d\xd1\x88\x57\x7a\x50\x63\x85\x25\xbc\xdd\xc6\xf2\x8a\xbd\x6d\x88\x7d\xc6\x91\x2a\xf4\x6e\xbe\x98\xaa\xfe\x36\x72\x31\x80\x6b\x72\xd0\x1c\x3f\x14\xf0\x6a\xe9\x31\x3a\x21\x06\xdf\x38\x8d\xf1\xc1\x17\xa7\x21\x1a\xf0\x4d\x02\xd5\x9c\x64\xc1\x67\x81\x74\xde\x7f\x9c\x3e\xc4\x62\xb5\xf9\xa1\xc4\xad\x9d\x1b\xc6\x22\x3f\xe6\x48\x0a\x7a\xaf\xb9\xfe\x71\x6b\x56\x8f\x34\xa0\xed\x68\xd9\x34\x8f\xfb\x5a\xf3\x8d\x6f\xba\x69\xf1\x45\xc7\x9a\xa6\xc5\x35\xcd\x4f\x86\x6e\xe4\x95\x3e\x23\x96\x31\xfa\x27\xc8\x5a\xc6\x74\xc6\x24\xf0\x95\x4b\x50\x26\x21\xfe\xb7\xb7\xdb\x26\xe1\x76\x23\x22\x84\x54\x32\xcc\xc0\xbd\xe2\x87\x4e\x58\x81\xf6\x04\xed\x84\x75\xf0\xb1\x0e\x08\x1c\xd7\x91\xc0\x71\x88\x18\x84\x88\x41\x88\x18\xd4\xae\x88\x41\x99\x8f\x85\x02\x0e\x9b\xb2\x20\x42\x7d\x5f\xa4\x59\x47\xa8\xef\x36\x87\x62\x09\xea\x93\x7e\x35\xea\x3e\x75\xd8\xc5\x76\x88\xf6\xa6\xf4\xa7\x1d\xb9\xbe\x1f\xaa\xa3\x91\x6e\x0b\x02\xd7\xec\xde\x41\x4f\x04\x80\x1b\x7b\x6d\xfa\x01\xdc\x08\xdc\xb8\xc5\xb8\xb1\xad\x60\x27\x30\x9b\xee\xcb\x12\xc7\x69\x8c\x25\x62\x23\x16\x15\xbc\xc3\xc9\x12\x79\x81\x37\x05\x49\xfc\xfa\xdd\x94\xf4\x21\x89\x65\x25\x57\x2b\xd3\xf8\x95\xbb\xd9\x1f\x3a\x70\x62\xb4\xa1\x36\x63\x5e\xc9\xc5\xef\x73\xc3\x8a\xf3\x4a\xae\x2d\x42\x8c\x05\x3a\x26\x46\xe0\x18\x25\xf8\x08\x1c\xa2\x01\x7a\xc8\x77\x04\xce\x2b\x39\xdf\xf1\x37\xed\x3f\xfe\x62\x2c\x5a\x3b\xfe\xf4\x92\xab\x46\x5f\x63\x3e\x19\xf9\x49\x07\x56\xdc\xef\x27\xab\xd0\x9b\x37\xea\x81\x17\xdb\xd4\xc2\xe9\x09\x3a\x4e\x47\x6b\xbe\xeb\x4d\x36\x31\xbe\xe1\x00\x8c\x2d\x02\xc6\x1f\x0b\xd1\x29\x41\x09\x8f\xd0\x21\x9b\x12\xde\xf8\xdb\xdd\xb2\xbd\x68\x12\x2e\x06\x63\x35\xd2\x5f\x74\xac\x32\x46\x9a\xd6\x3c\xe8\xf6\xe1\x7e\xd7\xd5\x46\x1b\xac\x03\x56\x1c\xbd\x66\xad\xb0\xe2\xc0\x8a\x63\x8b\x57\x1c\xdd\x3f\xdf\xf3\x5d\x6d\x8c\x51\x82\x8d\xc4\xe2\xd6\xca\xe1\x76\xe7\x6a\x63\x5e\xc9\xdd\x14\x6b\x8d\xff\x11\xa6\x3b\x85\x5e\x7c\x85\x07\x90\x30\x35\xe2\xec\x73\x61\xf6\xe9\x30\xbd\x8c\xff\x6a\xa9\xfa\x3c\x03\x7a\xdc\x9b\x97\x2b\x69\xfd\x54\x43\xb5\xd7\xf5\x11\x3d\x3c\xa7\x1d\xed\x09\xf5\x61\x46\xf4\x78\xdd\x41\x9a\x37\x62\x29\xaf\x57\x14\x2d\x2b\x15\x0b\xa5\xfc\xe8\xc6\x78\x43\x61\x3e\xaf\x9a\x6e\x27\x8b\x65\x25\x67\x5e\x27\xab\x96\x90\xe4\xfd\x23\xec\xc5\x3e\xda\xeb\x28\x71\xd9\x28\x31\x12\x77\x11\x95\x5c\xb0\x8a\x9b\x57\x72\x29\xab\xb8\xf8\x31\xfd\xdc\x94\x5d\xc8\xd2\x78\x8d\x00\xd3\xe3\xc2\x80\x57\x8a\xaa\x77\xdf\x3c\x21\xfa\x66\x9e\x2e\xf1\xbe\xb9\x40\x33\x34\xe5\x69\x52\x1c\xcd\x91\x30\x9a\x23\xe1\xf1\x04\x4d\x4a\x54\xf2\xfe\x86\x67\x8a\xa5\xcd\x10\xc7\xf6\xed\x0d\x0b\xe4\x71\x73\x87\x55\x1a\x37\xd4\xfc\x9f\xdc\xe5\xde\x9b\x07\xdd\xe5\x2c\x5e\x1d\x3a\x61\x9c\xbe\xe5\x7d\x9a\x7e\x8a\x9e\xa4\xa5\x9a\x19\x60\x40\x7d\x87\xd9\x20\xd6\xae\x2d\xae\x5d\x3f\x1d\xa2\xa7\xc5\xda\xf5\x71\x5a\xb4\xd7\xae\x81\x99\x95\x6e\x34\x64\x7c\xed\xdb\x29\x43\x16\xff\xbd\x3d\xee\x86\xcc\x74\xb2\x4a\x9e\xb6\xeb\x84\x38\x63\xeb\x4d\x17\x34\x3b\xd0\xec\x40\xb3\x03\xcd\x0e\x34\x3b\xd0\xec\xf4\xa6\x66\xc7\x57\x6a\xd3\xb1\xf9\x44\xfa\x77\x76\xbb\xcf\x27\x8e\xfa\xe8\x7b\xbc\x66\x19\xc7\x39\xea\xd9\xd2\x49\x06\xe8\x7c\xaf\x4d\x6d\x40\xe7\x41\xe7\xb7\x98\xce\xab\x6d\x5b\x81\xfa\x7e\x4d\x3a\xf5\xad\xf0\xe7\xfb\x53\x94\x66\xe7\x62\x67\x2c\x5a\xbf\xdf\xc9\xf7\x3d\xee\x73\x53\x30\xff\xef\x0e\xd3\x9c\x77\x24\x6f\x11\x48\xda\x6b\x07\x63\x29\x57\x56\x0a\xa5\x8a\x56\x2c\x58\x87\x9e\x63\xbf\x3c\xcc\x5e\x7b\x4b\x4d\xec\xef\x8f\x86\x8c\xb0\x3d\x8e\x88\xd2\x25\x73\x35\xa3\xac\x46\xf5\xee\x8c\x4e\x1b\xc5\x2d\xea\xc5\x05\x12\x5b\x7a\xc4\x0e\x7d\xc7\x97\x50\x46\xa0\xb4\x42\x45\x5e\xb3\x2d\xe8\x60\x55\x18\x45\x47\xd9\x89\xb8\xb8\x9d\x23\x36\xb9\x43\x08\xec\xac\x2c\x82\x52\xd7\xbf\xda\xde\x6f\x1c\xaf\x58\xb3\xa1\x28\x5c\x12\x69\xd6\x8e\x53\x53\x43\xe8\xec\x11\x04\xa1\x46\x10\x6a\x04\xa1\x46\x10\x6a\x04\xa1\xf6\x6b\x16\x04\xa1\x46\x10\x6a\x04\xa1\x46\x10\x6a\x04\xa1\x46\x10\x6a\x04\xa1\x46\x10\xea\xa0\x83\x50\x4f\xd0\x71\x76\x34\x76\xd8\x42\x22\xf7\x54\x6d\xd3\x72\xae\xd9\x6e\x06\x9c\x82\x10\xd9\x08\x91\x8d\x10\xd9\xdb\x28\x44\xf6\x3f\x0d\x99\xf8\x73\xb5\xa8\x5c\xd7\x3f\x15\xaa\x52\x4c\x58\xe8\xc1\x3d\xb1\x5e\x59\x2d\x28\x6a\xa1\xf2\x6c\x51\xde\x90\x8b\x55\x4b\x53\x8d\xbd\x77\x88\xbd\xe3\x16\xda\xe7\x28\x2d\x65\x16\x66\x29\xa7\x7f\x38\xd4\x5c\xae\xbd\x79\xe3\x3e\x73\xfa\x7d\x26\x9d\xf7\x09\x28\xf5\xde\x19\x7e\xc1\x8c\x4b\x5d\x0d\xe9\xb6\x77\x0d\x90\x8c\xcf\x9d\x7b\xfe\xa0\x3f\xd6\x7c\x92\x2d\x79\x85\x58\x6c\x34\x08\xcd\xbd\x0b\x9e\x5d\x42\x4d\x65\x02\x04\x19\x05\x19\x05\x19\x05\x19\x05\x19\x05\x19\x05\x19\x05\x19\x05\x19\x05\x19\x05\x19\x05\x19\x05\x19\x45\x7a\x3e\xb0\x47\xb0\x47\xb0\xc7\x4e\xb1\xc7\xef\x0e\xd1\x49\x33\xb4\x5b\x43\xa1\xa5\x2a\x5b\xf4\xcb\x80\x43\x45\x59\xd5\xd8\xc7\x87\xd8\x4b\xfd\x76\xc4\xa1\xd7\x36\x49\x15\x17\xec\xd2\x26\xad\xd2\x02\x02\x8a\x89\xeb\x6e\x71\x8c\x5c\xef\x08\x80\xe8\x0e\x10\x9b\x61\x78\x57\x9f\xf0\xa7\x8c\x87\xd9\x78\x6d\xd8\x13\xd7\x7e\xa8\x0a\x84\x02\x38\x08\x38\x08\x38\x08\x38\x08\x38\x08\x38\x08\x38\x08\x38\x08\x38\x08\x38\x08\x38\x08\x38\x08\x38\xd8\x61\x38\x08\xe9\x23\xf0\x23\xf0\x23\xf0\x63\x1b\xf1\xe3\x8f\xf4\xd1\x7e\x23\xfc\x68\xb9\x20\xbf\xa6\x22\x97\x78\x6f\xd5\x4a\x1e\xd9\x9f\x87\xd9\x97\xc3\xf4\x8a\xaa\x93\xfc\x83\xc0\xee\xcf\xcb\x95\x94\xf3\x92\xed\x12\x0c\xb6\x3d\x31\x5f\xfd\xb0\x1f\x7b\x5d\x1f\x45\xad\xde\x50\xe5\x7c\x81\xc7\x70\xd1\xfb\xce\xde\x8d\xcf\xfe\x34\xcc\xfe\x28\x4c\xac\xe6\x8c\xe5\x8d\x06\xfd\x10\x15\xfd\xe0\x3c\x7f\x09\x9d\xe0\xd1\x09\x7f\x7e\xd0\x54\x03\x4b\x39\x7d\xfd\x58\x50\x4a\x1e\x5d\xc1\x11\x8d\xa4\x2f\x0c\xae\xcb\x2b\x57\x14\xe5\x5a\xb5\x0c\xd8\x0c\x86\xf0\xe3\x07\xd9\x3f\xf6\xd1\xdd\xae\xa5\xe9\xdd\x96\x74\x09\xc9\xbb\x64\x15\xfd\x84\x28\xba\x4a\xe4\x19\x3f\xc1\x23\xf3\xba\x15\xb8\x94\x6c\x7c\x69\xc0\xb1\x79\x7f\x88\xb2\xa2\x97\x9e\xa6\xa7\x78\x2f\xf1\xe8\x88\xde\x71\x43\x5c\x5b\x74\x23\x99\x68\x5c\x69\x5f\x5e\xfe\xaf\xfc\x51\xf8\x13\xec\x71\x33\x86\x48\x83\x6e\x35\x20\xb9\x4f\x75\x36\x93\x26\xe6\x47\xa8\x41\xd7\x1f\x76\x8f\xdf\xeb\xd3\xfb\xa7\xcc\x30\xbe\x5b\x3f\x00\xd2\xab\x94\xa3\x95\x9a\x60\x51\x6d\x18\x01\x08\x22\x85\xa0\xbe\x2d\x06\xf5\xfd\xab\x50\x67\x6c\xd4\x15\x11\x39\x58\xa2\x65\x3b\x72\xf0\xd6\x58\x43\x9f\x60\xbf\x5b\x68\x2c\xe3\xdf\xda\xd3\xc0\x1a\x0e\x5a\x41\x80\x7d\x0c\xe0\x49\x23\x16\x70\x17\xd8\x3f\x44\x03\x46\x34\x60\x44\x03\x46\x34\x60\x44\x03\x46\x34\x60\x44\x03\x76\x8f\x06\xbc\x85\x13\x8e\xf4\x77\x76\x37\x98\x70\x9c\xf6\x89\x12\xec\x33\x0d\x99\x10\xc1\x82\xb7\x76\x16\x82\x70\xc1\xbd\x36\xf7\x41\xb8\x60\x84\x0b\xde\xe2\x70\xc1\xc0\x7e\xfe\xd1\x84\x2f\xd2\x2c\x3b\x1f\x9b\xb6\xbc\xb7\x71\x67\xd0\x9b\xc6\x77\xaa\x8f\x82\x13\x7c\x4a\xf1\x30\x45\x04\xe5\xce\xca\xaa\xe1\x3e\x92\x2d\xbf\x0f\xfb\x9d\x30\xfb\x54\x98\x76\x3b\x8f\x45\x22\x79\x3e\xed\xd3\x27\x9f\x96\x0f\x4d\x12\x69\x15\xe3\x77\xe5\xe5\xca\xa4\xe3\xe4\xd4\xfc\xec\x79\xfd\x40\x17\x3a\x16\x0a\x74\x49\x8c\xdd\xf3\x34\xcd\xc7\xee\x59\x3a\x4d\x27\x5b\x73\x2c\xf0\x67\xf4\xf5\x28\xbc\x7d\x98\x32\xa2\xad\xd5\x15\x29\x9b\x30\x4f\xa8\x71\x27\x38\x83\x8b\x78\xed\x01\x50\x8a\xb2\xc6\x5e\x18\x62\x7f\xd4\x4f\xf7\xe8\x65\xa5\x9c\x45\x59\xfe\xb8\x72\x93\x7b\x00\x94\x62\x30\x21\x96\x13\x71\x51\xed\x85\xda\x1a\x19\xee\x3e\xc7\x26\x00\xa5\x28\x43\xf3\x7f\x03\x9a\xff\x15\x7f\x8b\x77\x96\x9d\x36\x2c\x9e\xe7\x68\x33\xb7\x02\x28\x45\x99\xea\xa2\x90\x40\xfe\x0f\xf9\x3f\xe4\xff\x90\xff\x43\xfe\x0f\xf9\x3f\xe4\xff\x90\xff\x43\xfe\x0f\xf9\x3f\xe4\xff\x90\xff\x43\xfe\x0f\xf9\x3f\xe4\xff\x90\xff\x43\xfe\x7f\xf3\xc8\xff\xff\x38\x42\xe7\x05\x99\xb4\x35\xfa\x16\x8a\xf4\x80\x90\x85\x52\x5e\x95\x35\xcd\x4a\xf6\x36\xaa\x71\x3f\x31\xfb\xd1\x08\x7b\x7b\x1f\x31\x97\xfd\x01\x0f\x71\x81\xb3\x38\xcd\x6c\x79\xfb\x43\x3f\x2b\xca\x8b\x8f\xe8\x67\x4d\xd7\x6e\x15\xb0\xd9\xa1\x71\x9e\xf0\x4a\x07\x2c\x63\x96\xbc\x33\xf3\xcf\x08\x10\x78\x96\x4e\x73\x10\x78\x8c\x8e\xd0\x21\x4f\x47\x87\x63\x07\x85\xf1\xf0\x09\xa3\xda\xfe\xda\xbc\xbc\x5c\xa1\xab\x4b\xfe\x7c\xef\x10\x4b\x1a\x7c\xcf\xbe\x9b\x01\xf4\x8c\x7b\xd5\x33\xbd\xc8\xb7\x77\xba\xf6\xcc\xa0\xa9\x3f\xf6\xeb\x9c\x51\xe3\xc4\xad\xe9\x9f\xf4\x2c\x9d\xa7\xe9\x1a\x1f\x73\x6b\xfd\x00\xf7\x32\x84\xc4\x2d\x0a\x89\x3f\x10\x0a\xca\x18\xd0\x45\xa1\x15\x9e\xa2\xb4\xad\x15\x6e\xb9\x30\x3f\xc7\x42\x9b\x6c\x8a\x8f\xcc\x38\xfd\xb6\xdd\xae\x26\x67\xac\x4e\x73\xe3\x67\x7b\x84\xcf\xbe\xf3\x96\x07\xca\x9a\x5e\x33\x7d\x50\xd6\x40\x59\xb3\xc5\xca\x1a\x29\xb0\x6f\x4c\xeb\xc9\x79\x85\x80\xa5\x5d\xdf\x8d\xcc\x61\x1a\x67\x63\xb1\x84\xc5\x35\xf6\x3a\x85\x31\xc6\x65\x37\x43\x1e\x28\xf6\xb7\x43\x94\x12\xab\xab\x92\x5c\xb9\xae\xa8\xba\x11\x68\x36\xaf\xb6\xb5\xca\x62\xcf\x0f\xb1\xdf\xe8\xa7\x97\xd9\x45\x2c\x6f\x24\x23\x5a\x73\x12\x0f\xa3\x35\x03\x52\x79\x0c\xf0\x0b\x2e\x59\x15\x59\xaa\xff\x06\x43\xdc\xe1\xfe\xb2\x3d\xe9\xff\x2e\x1d\x61\x87\x8c\x77\xa9\x6e\xb4\x78\xbf\x52\x48\xf7\x02\x49\x07\x24\x1d\x90\x74\x40\xd2\x01\x49\x07\x24\x1d\x90\x74\x40\xd2\x01\x49\x07\x24\x1d\x90\x74\x40\xd2\x01\x49\x07\x24\x1d\x90\x74\x40\xd2\xd1\x6b\x92\x8e\xb7\x8e\xd0\xbc\x80\x8e\x5a\x45\x51\xa5\xbc\x6c\x13\x47\xa9\x58\xbe\xe2\xad\xeb\xc8\xea\x06\x9e\x5f\x91\x95\xca\x52\xb6\x50\x29\x58\x12\x0f\xf6\xf1\x03\xec\x23\x7d\xb4\xc7\x38\xbe\x6c\x16\x15\x79\xd8\x25\x74\xdd\xe4\xe2\xec\xa2\x38\x6f\x52\x94\xf3\x6c\x7c\x54\x3f\xcd\xf8\x71\xc9\xb8\xd6\x46\x87\xf5\x17\x04\xac\xee\xb8\x4a\x8f\x0a\xe0\x77\x81\x66\x38\xf0\x3b\x47\x67\xe8\x94\x27\x53\x37\xdb\xcd\x7c\xca\x44\x7d\x05\x6f\x20\x04\x13\x97\x79\xac\xfa\xe3\xc0\x49\x96\x32\x70\x60\x75\x3f\x1a\x2c\xd0\xa5\x4e\x0e\x2c\x28\x2a\x4e\x91\x9f\xdd\xe5\xd2\x69\x43\xee\x41\xe7\x5c\xfa\x6d\xdc\x38\x73\xcb\xba\x2e\xbd\x40\xf3\x74\xa9\xc6\x05\x7a\x83\x7d\x07\x37\x28\x14\x20\x2d\x2a\x40\x7e\x2b\x14\xbc\x25\x79\x4c\x48\x41\x1e\xa1\x8b\xb6\x14\x64\x2b\xed\x13\x0f\x11\xd7\x9c\x7d\xda\x84\x25\x72\x37\x65\xf1\x8f\xef\x71\xb1\x4f\xf7\x5a\x61\xe0\x5c\x4c\x52\x52\x1c\xdc\x3a\x8b\x84\x80\x6f\x08\xf8\x86\x80\x6f\x08\xf8\x86\x80\x6f\x08\xf8\xd6\x9b\x01\xdf\x3a\xb4\x78\xf1\x0f\x2c\x97\xfe\xf0\x6e\x97\xe9\x43\xd2\x27\xa8\x9b\xcb\xa4\x62\x8c\x2b\x9e\xb6\x64\x4e\x01\x91\x69\xaf\xcd\x64\x20\x32\x85\xc8\x74\x8b\x45\xa6\x5b\x00\xc4\x3a\xf5\xd1\xf0\x0d\xcb\x76\x96\x4e\xb3\x93\xb1\x13\x96\x0b\xe6\x7e\xa7\xfa\xb4\xfe\x1e\x37\x85\x10\xf5\xfd\xb7\xd1\x21\x33\xc9\xb8\x07\xfd\x2d\x2b\x39\x6b\x43\x9f\xbc\x51\x10\xad\xf6\xf7\x14\x73\x26\x17\xbf\x5b\xf8\x27\xa3\xe6\x71\xe1\xb8\x9b\x57\x72\xf1\x07\xc5\x91\xda\x9c\xdf\xf3\x4a\x6e\xda\x38\x37\xe0\x55\x38\x4f\x06\x53\xf3\xd5\x1a\xa7\x31\xcf\x21\x6c\xcc\x3f\x4d\x8d\xb4\x59\xab\xcc\xdf\x85\x68\x52\xbc\x0a\xa7\x68\x82\xbf\x0a\x87\xa9\x85\x72\xe8\x82\xa0\x38\x29\x3a\x6b\x53\x9c\xd6\x4a\x9a\x15\x33\xba\x34\x9d\x73\xcc\xe8\x5a\x2b\xca\xef\x9d\xbc\xdf\xfd\x5d\xd9\xc1\x6e\x29\x2b\x5a\x85\xae\x2e\xfa\xbf\xb3\x63\x2c\x61\xbc\xb3\xa2\x12\xc6\xbb\x6a\x55\xa1\x5e\xfd\x8d\xf9\x41\xe3\xf9\x41\x06\xf4\xd5\x83\xbe\x1e\xa1\x43\x2c\x19\x1b\xb5\x0c\xef\x9d\x4e\xcb\x6d\x8e\xb8\x9b\xc2\x5e\x7f\x75\x1f\x4d\x37\xcc\xca\x36\x9a\x5d\xd7\x2a\xca\x9a\xb9\xde\x76\xda\x85\xea\x4d\xd9\xff\x69\x1f\xfb\x56\x1f\xed\xa9\xcd\xdb\x16\x39\xd2\x70\x4b\xf6\x24\x2f\xdd\xd4\x87\x4e\x59\xa5\xc7\x79\xaa\xaa\x9a\x8c\x6e\x5e\x27\xb7\x65\xa3\xf6\x5b\x42\xa4\x0a\x7b\x7d\x8d\x0a\xdc\x5e\x67\x49\xa2\x65\x2f\xd3\x68\xd7\xf3\xa0\x25\xa0\xb6\x17\x2e\xd5\x8d\xbb\x91\x4c\x78\x3d\x8a\xaf\x25\x2d\xfa\x5b\xca\x59\x76\xde\x98\xc7\x78\xdd\xc4\x29\xeb\x37\x63\xd6\xba\x74\xbf\x6f\xc6\xa9\x77\x92\x4b\x87\x1f\xf7\xdb\xe9\xed\xd9\xe7\x66\x8e\xaa\x2d\xec\xf6\xf4\x3a\x69\xf4\x03\x35\x9f\xfb\xf6\x77\x3b\xd6\xb2\xf0\x14\xb6\xf8\xad\xfa\xe1\xf0\x96\xd8\xa9\xeb\x62\x1a\x5a\xa6\x92\x3d\x0d\xed\x0a\x03\xe9\xe3\x6f\x6c\xce\x7e\x36\x32\x8a\x9b\xb0\xad\xe9\x6f\xee\x76\x31\x90\xa9\xa6\xf7\xa5\x7b\x5a\xca\x71\x91\x0f\x62\x6b\xec\x24\x40\x62\xaf\x19\x5f\x80\x44\x80\xc4\x2d\x06\x89\xdb\x7a\x3a\x1e\xd0\xe7\xc4\x1f\x39\x4e\xd3\x24\x4b\xc5\xce\x5a\x2b\xd0\x87\xaa\x90\xa3\xc7\x3d\x3a\x90\x03\xe2\x0d\xf7\xd0\x71\xb1\xcc\x5c\xe1\x5b\xd1\xbd\xe9\xe0\x55\x65\xa5\x76\x65\xf9\xa9\xbb\xd9\x7f\x0f\xd3\x4e\x7e\xa5\xfe\xfd\x8c\x36\x5c\x51\x66\x94\x95\xf8\xfd\xfa\x19\x69\xfd\x7c\x27\x23\xcc\x28\x2b\x6d\x59\x29\x2e\xd2\x71\x31\x32\x93\x34\xca\x47\xe6\x30\x0d\xd2\xc3\x9e\x0c\x8d\x3f\x87\x3e\xe8\x32\xca\xca\x8d\xaa\x3b\x2f\xf8\x0f\xbf\x87\xd9\x7e\x63\xf8\xf1\x1b\x1b\xe3\x4d\xbf\xb7\x73\x68\x45\xde\xb1\xd3\xd1\xc2\xfb\xfd\x96\x70\x7a\x23\x3f\x68\x9c\xd4\xa9\x76\x4e\x9f\xa4\x13\x74\xac\xe6\xb3\xdf\x6c\x43\xe3\x1b\x8f\x05\x56\x8b\x0b\xac\x1f\x0f\xd1\x69\xb1\xd8\x39\x4a\x87\xed\xc5\x4e\x00\x2f\x79\xeb\x76\xc3\x34\x0f\x81\xbd\xff\x7e\x21\xb6\xbe\x74\x9b\xc3\x3c\x8c\x34\xbd\x80\xd1\xed\xc4\x03\xfc\xdb\xd4\x09\x2b\x81\x85\x49\xaf\x19\x2d\x2c\x4c\xb0\x30\xd9\xe2\x85\x49\x3b\x67\x7f\xc1\x99\x77\xdf\x95\xc3\x18\x25\xd8\x48\x2c\x6e\xad\x1c\x6e\x77\xae\x1c\x32\xca\xca\x4d\xe1\xed\x7a\x6f\x9c\x5e\x69\x78\xbb\xd6\x2b\x8a\x96\x95\x8a\x85\x52\xde\x37\x40\x16\xef\x14\xfd\xed\x2d\x96\x95\x9c\x79\xa1\xac\x5a\x5b\xd6\x3e\x3b\xcc\xde\x79\x0b\xbd\xdc\x51\xa4\xfe\x91\xfc\x8d\x90\xb1\x97\xd0\x11\x2d\xab\x64\x6a\xaa\x95\xd5\xa8\xde\x51\xd1\x0b\x56\xd1\xf3\x4a\x2e\x65\x15\x1d\x48\x14\xad\x11\x7b\xef\x3f\x97\x74\x1b\x3b\xc5\x0b\x15\x79\xcd\x36\x80\x83\x55\x71\x24\x1c\x65\x27\xe2\x87\xf8\xed\x52\xf6\x53\x39\xbf\xde\x1e\x15\x47\x40\xae\xcd\x44\xbf\xbb\x2e\xa2\xdf\x6d\x2a\xd3\x9a\x63\x94\x19\xef\xba\x47\x57\x54\xbd\xff\x08\xcb\x85\xb0\x5c\x08\xcb\x85\xb0\x5c\x08\xcb\x85\xb0\x5c\x08\xcb\x85\xb0\x5c\x08\xcb\x85\xb0\x5c\x08\xcb\x85\xb0\x5c\x08\xcb\xd5\xe1\xb0\x5c\x53\x94\x66\xe7\x62\x67\x2c\x68\xb2\xdf\x89\x59\x3c\x56\x72\x37\x03\x7a\x41\x70\x2f\x04\xf7\x42\x70\xaf\x6d\x14\xdc\xeb\x27\x86\x68\xd4\x3b\xa3\x80\x48\xdb\x26\xa8\xa9\x9d\x3f\xe0\xbf\x0f\xb2\xcf\xf5\x13\xab\xca\x1f\x20\x52\xf1\x6c\x49\x12\x81\x64\x5d\x12\x01\x5e\x19\x47\xfe\x80\x19\x45\x4d\x15\x8b\x16\xd5\x0c\xce\x15\x79\x13\xe1\xcb\x66\xa2\xfe\x5f\x7d\xc6\x1f\x61\x4e\xb0\xe3\x9b\x4f\x3a\x60\xec\xe4\x02\xbd\x04\xbd\x04\xbd\x04\xbd\x04\xbd\x04\xbd\x04\xbd\x04\xbd\x04\xbd\x04\xbd\x04\xbd\x04\xbd\x04\xbd\xec\x2c\xbd\x04\x15\x04\x15\x04\x15\xec\x61\x2a\xf8\xe5\x30\xed\x11\x54\x50\x04\xe1\x19\xdd\x48\x8e\xb2\x17\xc3\xec\x85\x30\xed\x12\xbf\x2c\x6f\x24\x23\x77\xe5\xe5\x4a\xf5\x67\x55\x54\x38\xae\x1f\x10\xa1\x2a\x97\x92\xa9\xf9\x59\x73\x05\x17\xe0\x16\x80\xba\x82\x26\xea\x0a\x9a\x68\xa6\xa0\x4c\x99\x1e\x17\xa8\xed\x12\xcd\x71\xd4\xc6\xe3\x40\xb5\x80\xda\x1c\xcf\x39\x57\xd0\x7c\x79\x1b\x7b\xdb\x32\x9d\xab\x69\x62\x41\x5b\xbd\xc3\x69\xe5\x0a\x9a\xba\xce\xd9\xc7\xca\x7a\x2e\x2f\x57\x34\xf6\x99\xcb\xec\xb7\x06\xe8\xe5\x56\x97\x08\x0a\x9b\x14\x13\x73\xd5\x98\x52\x98\xdf\x1c\x53\x8c\x3a\xaf\xe4\xa6\xac\x92\xd2\xbc\xa4\x78\x42\xbf\xc4\xec\xb2\x9a\x64\xe8\x2e\xe7\x77\x39\x40\x4d\x03\x24\x02\x24\xa6\x01\x12\x01\x12\x01\x12\x01\x12\x7b\x06\x24\xa6\xbb\x06\x24\x06\x5e\x93\x96\x41\x62\x1a\x20\x11\x20\x11\x20\x11\x20\x11\x20\xb1\xf3\x20\x31\xdd\xd3\xdc\x2f\x0d\xee\xd7\x3e\xee\x97\xee\x76\xee\x97\xde\x86\xdc\x2f\xb3\xe6\x1d\xc3\x64\x41\x60\xb2\x8b\x34\xcb\x31\xd9\x24\xa5\xe8\x6c\xb3\xf1\xc3\x5d\x08\xd2\x5c\x41\xab\x98\xd2\xb3\xcb\xfe\xaa\xb2\x93\xec\x84\x5b\x54\x70\x97\x82\xeb\x65\x65\x0d\xa2\x92\x73\x55\x5b\xec\x0f\x77\xd5\x21\xb4\x7d\x46\x60\x7a\xc9\x95\x96\x8d\x89\xa3\x5b\xc0\xcb\x04\xde\x7a\x25\x3d\x4a\x8f\xd4\xc4\x1f\x39\x4d\x27\x6f\xa0\x3b\x10\x82\x04\x71\x93\x5a\x8c\x9b\xf4\x93\x61\xba\x24\x6c\xc3\x79\x9a\xe6\xb6\xe1\x2c\xdd\xd8\x60\xa4\x45\x11\x87\x69\x8e\x32\x76\x1c\xa6\x1b\x2e\xf4\x31\x91\x06\xe1\x11\xba\xe8\x48\x83\x70\xc3\xa5\xfa\xc9\x6a\xb7\xce\xb6\xf1\x8c\x0b\xf1\xef\x8e\xd4\xd9\xb6\x21\x23\x97\x99\x23\x31\x9c\xb2\xea\x6a\xe7\x26\xc4\x99\x55\x76\x6e\xd2\xba\xaa\x93\x16\xaf\x3d\x39\x32\x41\x88\x41\x88\x41\x88\x41\x88\x7b\x87\x10\x63\x9a\xe7\x33\xcd\xeb\x1e\x84\x8e\xfc\xc4\x1d\xc9\x4f\x0c\x4f\x05\x3c\x15\xf0\x54\xc0\x53\x01\x4f\x45\x4f\x7b\x2a\x90\xa6\x1e\x69\xea\x91\xa6\xbe\x5d\x69\xea\xe1\x08\x84\x23\xb0\x57\x1d\x81\x99\x3c\xcd\x09\x3e\x3e\x4d\x93\x9c\x8f\x9f\xa6\x93\x74\xa2\x05\x78\x29\xe2\xe8\x07\x84\x9c\xeb\x50\x72\xb3\x0c\xfa\x6a\xdc\x1d\x39\xef\x65\x77\x08\x6b\x61\x5b\x72\xda\x86\x11\x8c\xd8\x17\x2e\xd3\x8c\x10\xe6\xab\x2b\x52\x36\x61\xb6\x2f\x1f\x1e\x8e\x7c\xa9\x1e\x32\x7d\x55\x29\xca\x2b\xfa\xaa\xb9\x94\xd7\xd8\x7f\xb8\xcc\x7e\x65\x80\xee\xd4\xcb\x49\x39\x8b\x59\xde\x48\x46\x86\x1b\x8b\xf4\x17\x94\xa2\x9c\x16\xe5\xc4\x47\xf4\x53\x17\x6a\x0b\x71\x86\x69\x76\x9c\x0d\x69\x3e\xa4\xf9\x90\xe6\xc3\xf1\x02\xc7\x0b\x1c\x2f\x70\xbc\x74\x8d\xe3\xa5\x7b\xfc\x0a\x00\xde\x00\xde\x00\xde\x00\xde\x00\xde\x3d\x0d\xbc\x41\xe4\x40\xe4\x7a\x94\xc8\x6d\x4b\x69\xfe\x65\x9a\x14\x14\xf1\x14\x4d\x70\x8a\x78\x98\xc6\x69\xcc\x53\xba\xca\xd9\xd5\x46\x32\xe1\x20\x43\xcd\x84\xa5\xb8\x9a\xf3\x87\x87\x29\x76\xd6\x60\x85\x9e\x80\xcc\xc0\x87\x8e\x9b\x57\xa7\xa9\xf3\x53\xe4\xff\xdc\x2e\x0f\x6a\x76\xa7\xa5\xcb\x77\x02\xb2\x84\xf8\xb5\xe3\x88\x4c\x10\xad\x34\x9d\xa3\x33\x35\x6a\xfc\x04\x8d\x6c\xa6\x6b\xa0\xcb\x82\xfc\xbe\x45\xf9\xfd\xd7\x42\x34\x2d\x94\xed\x67\xe8\x94\x43\xd9\x3e\x46\x9b\x1c\x83\xde\x5b\x7f\xce\x0a\xc3\x73\x9c\x8e\x72\xc3\xb3\xf9\x92\xa7\x84\x9e\xff\x34\x9d\xb4\xf5\xfc\x9b\x2e\xc5\xb4\x50\x3e\x8a\xf7\xce\x58\xb0\xf8\xff\x37\xe2\x61\xa1\xa2\xae\xea\x7a\xa7\xb5\x3a\x2e\xce\x70\xb1\x56\x6e\xda\xfa\xf6\xd9\x2d\x68\xea\x81\x76\x81\x76\x81\x76\x81\x76\xa1\xa9\x87\xa6\x1e\x9a\x7a\x68\xea\xe1\x62\x80\x8b\x01\x2e\x06\xb8\x18\xe0\x62\x80\xa6\x1e\x9a\x7a\x68\xea\xa1\xa9\x87\x07\x0f\x1e\xbc\x2e\xf4\xe0\x75\x5c\x53\xdf\x19\xb7\xd8\x4d\xae\xac\xff\xc5\x41\xba\x5f\x1f\xbb\xa3\x1b\xc9\x51\x13\x73\x94\x2a\x1b\x4a\x71\x7d\x4d\xce\x16\xa5\xc2\x9a\xc6\xde\x30\xc8\xfe\xb1\x8f\x76\x64\x15\x55\x5e\xde\x48\x46\x0e\xf9\x44\xb2\xb7\x0a\x59\xe2\x85\x4c\xea\x85\xc4\x47\xf5\x8b\x26\x15\x55\x5e\x4a\xba\x9e\xb0\xdd\xb2\x81\x5e\xa1\x47\xc4\x58\x9f\xa1\x29\x3e\xd6\xcf\xd0\x29\x9a\xf0\x74\x9d\xe8\x6d\xa7\x8f\x6c\xd7\x67\x6f\xca\x07\xec\xe3\x9d\xbd\xfa\x84\xff\xcb\x70\x98\x8d\x1b\x3b\x48\xdc\x6a\x51\x35\xea\x8d\x97\x26\x16\x43\xfe\x4f\xec\x0d\x40\xfe\x4f\x38\x90\xe0\x40\x82\x03\xa9\x97\x1c\x48\xc8\xff\x89\xfc\x9f\x00\xf7\x00\xf7\x00\xf7\x00\xf7\x5d\x01\xee\x91\xff\x13\xf9\x3f\xb7\x0b\xaa\x44\xfe\xcf\x76\xe4\xff\x7c\xf3\x10\x3d\x64\x92\x3a\x7e\xd4\x8b\xd7\x7d\x79\x90\x7d\xbe\xdf\xe6\x75\xaf\x0d\x19\x5f\xb1\x52\xae\xb0\x51\xc8\xad\x4b\x45\xe7\xf3\x49\xd6\x8c\xd1\x95\x0a\x25\x1c\xae\xbd\x09\x6b\x5a\x31\xc8\x4b\x1c\xb4\xd7\xcc\x55\x8b\x20\xa5\x2c\x5b\xc2\x1d\xad\x22\x4b\xb9\x44\xfc\x30\xbf\xa0\x01\xff\x9b\x2b\x68\x95\xed\xc6\x00\xaf\xd1\xbc\x60\x80\xb3\x74\x9e\x33\xc0\x14\x9d\xa5\xd3\x2d\xf0\x6e\x3e\xf0\xa6\xf5\x79\x9f\x2f\x06\xdc\xef\x8e\x01\x77\x33\xe2\x15\xdb\x0c\x0b\xb4\x19\x5f\xb3\x54\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\x10\x2c\xb0\x53\x2c\xf0\xed\xcf\xd0\xa8\x88\x87\x2b\x95\xcb\x5a\x83\xd0\xb7\x39\x49\x5e\xd3\x27\x5d\x15\x8d\xfd\xf9\xd3\xec\xbb\x0f\xd3\x0e\xfd\x82\xe5\x8d\x64\x64\xb0\xb1\x8c\x6f\x8a\x5f\xb8\x28\x57\xe2\xf7\xe9\x27\xa6\xca\x65\xcd\x19\xb9\xc3\x3a\xdc\xe5\x90\x0e\xa1\x6d\x81\xac\x10\xda\x16\xc8\x0a\xc8\x0a\xc8\xaa\x87\x90\x55\x17\x6d\xef\xef\x1a\x64\x85\x7d\xe7\x40\x56\x40\x56\x40\x56\x40\x56\x08\x6d\x8b\x8d\xb1\x37\x0f\x61\xea\xfa\x8d\xb1\xdb\x32\xb4\xed\xd3\x94\x12\xe2\xa6\x09\x3a\xce\xc5\x4d\xe3\x34\x46\x09\xcf\x0d\x8e\x52\xb9\xac\xf1\xb8\x83\x26\x17\x0a\x64\x53\xe3\x23\xfe\x42\xa6\x38\x1b\x12\xf2\x25\xeb\xce\x6e\x1b\x19\xf5\xea\x51\xec\xcf\x76\xda\xf8\x8b\x59\x41\x6b\x6d\xd2\xf5\x80\xf8\xad\xfd\xac\x4b\xa0\xa9\x73\x74\x86\x4e\xd5\xc4\xa8\x1d\xa1\x78\xf3\x6d\x8c\x28\x67\x88\x50\xdb\x62\x84\xda\xaf\x84\x44\xe8\xea\x71\x1e\xba\xda\x8e\x50\x9b\xa0\x4d\x8d\x40\xef\xf8\xb4\xa7\x85\xf5\x38\x4a\x87\xb9\xf5\xd8\x6c\xb9\x69\x11\x9d\xf6\x24\x9d\xb0\xa3\xd3\x6e\xb2\x8c\x66\x63\xd3\x36\x67\x64\x9c\x86\xa4\x91\xc1\x89\xff\xf6\x88\x6d\x64\xee\x77\x8d\x3b\x6b\x1b\x9c\x61\x71\x5c\x18\x1c\xb7\x40\xb3\xed\x32\x3d\x08\x33\x0b\xcc\x0a\xcc\x0a\xcc\x0a\xcc\x8a\x30\xb3\x08\x33\x8b\x30\xb3\x08\x33\x0b\xdc\x0f\xdc\x0f\xdc\x0f\xdc\x0f\xdc\x1f\x08\xee\x47\x98\x59\x84\x99\x45\x98\x59\x84\x99\x85\x37\x0d\xde\xb4\x6d\x1e\x66\x36\x58\x3e\x7c\xb3\xc7\x93\x7d\xc3\x20\xdd\x65\x46\xa9\xd0\x6d\x48\x21\x2b\x4b\xd9\xac\xbe\x9c\xd0\xd8\x5f\x0d\xb0\x3f\x71\x04\x92\x1d\x69\xac\x40\x5f\x14\x57\xa7\xc4\xd5\xf1\x21\x3b\x82\x6c\xf5\x91\xed\x16\x36\x42\xa2\x19\x31\x7e\xcf\xd2\x69\x3e\x7e\x8f\xd1\x11\x3a\xe4\x1b\x3a\xb6\xfa\xa1\x03\x71\xaf\xce\xfb\x8f\xec\x83\xec\x40\x6d\x9c\x88\xea\x8a\x20\x40\x04\xd4\xf6\x08\x10\x01\x37\x10\xdc\x40\x70\x03\xf5\xaa\x1b\x08\x01\x22\x10\x20\x02\xf8\x1d\xf8\x1d\xf8\x1d\xf8\xbd\x2b\xf0\x3b\x02\x44\x20\x40\xc4\x76\x01\x8e\x08\x10\xd1\x8e\x00\x11\xff\x32\x40\x91\xea\x00\x11\x5a\x45\xaa\xc8\xab\xeb\x45\x1e\x0b\xe2\x4b\x03\xec\xb3\x7d\xb6\x4e\x75\xd8\x87\xc4\x19\x97\x2e\xca\x95\xf8\xc3\x76\x34\x08\xc7\xcf\xdb\x8d\xc1\x5d\x16\xea\xe7\x31\xae\x7e\x0e\x3f\x7a\x91\x1d\xa6\x71\x1a\xf3\xd5\x16\x3b\x9e\xb8\x29\x00\xf7\xa8\x3f\x60\x1b\x61\xf1\x7a\x74\xec\xb8\x4f\x35\x3c\xf6\x21\x7a\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\xe0\x6f\x9d\xe2\x6f\xff\x6d\x88\x0e\x0b\xfe\xb6\xc2\x53\x35\x59\x39\x9b\x3c\xe2\xb4\x66\x55\xa5\x74\x55\x59\xd1\xd8\xdb\x86\xd8\x7b\xfb\x69\x27\xbf\x6a\x79\x23\x19\xd1\x9a\x4b\xde\x34\xa9\x2a\xa5\x8c\xb2\x12\x50\xba\xa6\x07\xf9\x05\x69\xfd\x1f\x67\x20\x0c\xe3\x26\x73\x05\xad\xdb\xc3\xbe\x76\x6f\x6e\xa6\x39\x7f\x24\x38\xcc\x06\x0d\x24\xc8\x47\x81\xc1\x04\x8d\xc6\x87\xde\x0e\xbc\x0f\xbc\x0f\xbc\x0f\xbc\x0f\xbc\x0f\xbc\x0f\xbc\x0f\xbc\x0f\xbc\x0f\xbc\x0f\xbc\x0f\xbc\x6f\x2b\x79\xdf\xf6\xdb\xa8\x07\xa2\x08\xa2\x08\xa2\xb8\x8d\x88\xe2\xff\x18\xa2\x84\xb9\xb1\xd6\x03\x22\x1a\xfb\x6d\x8d\x1f\x9f\x63\xbf\x3e\xc4\xfe\x30\x6c\xef\xb7\x8d\xa8\xb2\x94\xab\x59\xd7\x1a\x9b\x39\xe3\xf7\xea\xc7\xc4\xee\x5a\x9b\xf7\x19\x07\x83\x8d\x3d\x99\x59\xa2\x93\x02\xcd\x1d\xa6\x71\x8e\xe6\x46\x28\x4e\x43\xcd\xee\x7f\xf5\xa5\x70\xf7\xb9\x53\xb8\x5b\x59\x7f\x5e\xae\xd0\xd5\x59\x7f\xfe\x36\xc0\x1e\xf2\xd8\xf3\x5a\x05\xdf\x22\xef\xd8\x69\xb7\xed\x7d\xaa\x5c\x2e\x4a\x59\xd9\xa3\x79\xef\x37\x0e\x77\xa4\x85\xd3\x67\xe8\x14\x4d\xd4\x04\x16\xde\x44\x13\x23\xaa\x1d\xc2\x0a\xb7\x18\x56\xf8\xa7\x42\x37\xf6\x72\x9f\x13\x61\x7f\x4f\xd0\x31\x3b\xec\x6f\xb0\xe6\x21\xb8\xf7\xbf\x81\xa5\x29\xaf\x57\x28\xfe\x9d\xdb\x6d\xf3\xb0\xc7\x08\x24\x23\x59\x16\xe1\x3e\xf1\x4b\x67\x0c\x42\x7b\xc2\xfd\xc2\x4c\xf8\x98\x09\x84\x9c\xec\x48\xc8\x49\xc4\x1a\x43\xac\x31\xc4\x1a\x6b\x57\xac\xb1\xcc\xc7\x42\x01\x07\x5c\x5a\x10\x89\x07\x2e\xd2\xac\x23\xf1\x40\x9b\x83\x38\x45\xdd\xbf\xd5\xbb\xd8\x0e\xd1\x4c\x41\x2e\x0c\xd2\x5f\xbc\xcd\xfe\xf2\x0f\x94\x25\xb5\x52\xe0\xce\x3f\xb1\x1e\xf4\x58\x21\xec\x2b\xeb\x2b\xbe\xb6\x4f\x07\xee\xad\x2d\xe8\x20\xbf\xef\x01\xfd\xcf\x89\x7d\xce\x83\x6b\xb2\x9a\x97\x9d\x47\x07\x9c\x47\xb5\x8a\x2a\x55\xe4\x7c\x21\x7b\xb0\xee\xbc\xaa\x52\xf4\xbf\x9f\x35\x8e\xea\xb5\x4c\x5f\xa2\x39\xca\xd4\xac\x4d\x26\xe8\x78\x0b\x3d\x3f\xcf\x3d\xe2\x98\x84\xf8\x4c\x42\x3e\xd8\x47\xcf\xf7\xb1\xf7\xf5\x45\xde\x63\x59\xf2\xd7\xf7\xf5\xce\x5a\xa5\xc6\x89\xa0\xb7\x33\x77\x8a\x73\x47\x97\x3e\x38\x6d\x69\xcc\x90\xc7\xc0\x1d\xe6\x1f\x24\xa1\xa1\x90\x8a\xfc\x4a\x7d\xe6\x25\xae\xe6\x67\xf0\x59\x90\x16\x1d\xca\x68\x4a\x69\x5e\x68\x44\x1e\xd1\x5f\x0b\xe3\xef\x45\xf3\x65\xb1\x7f\x1c\xf6\x5e\x44\xa5\x5f\x0a\xd1\x8b\x21\xf6\x42\x28\xf2\x09\x8b\x4e\xbd\x37\x34\xa3\xa8\x59\x3e\x41\xcb\x2b\xbc\xd9\x95\x68\x6c\x55\xff\x29\x16\x4d\x55\x3d\x05\xe7\x8e\x62\x2e\xb5\xae\xd9\xde\xf0\x83\x52\x96\x3f\x38\xd7\x18\x14\x0b\x59\xe3\x5b\x29\x17\x73\x5a\x54\xb9\x6e\xb4\xa9\xf0\xc1\x97\x65\xa5\x5c\x94\x13\x51\x71\x47\x2e\xea\x31\xfb\x92\xf3\x3f\xd7\x06\xb0\x6e\x1f\xbb\x85\x57\xab\x4a\xa0\xd2\x66\xe2\xf3\x80\xbb\x6d\xdf\xc9\x6e\xe5\x75\x6b\xd6\xb4\x7b\x1b\x74\xdb\xe8\x67\x0e\xd3\x38\x1b\x8b\x25\x2c\xd0\xbf\x97\xbf\x37\xc6\x4b\x6c\x5c\x1b\xeb\xd7\x7f\x74\xc2\xfb\xed\xe7\x1e\x60\x5f\x19\xa2\x31\x21\x60\x2c\x29\x39\x99\xf7\x4d\x41\xb1\x65\x8c\xea\x7a\xa9\x52\x58\x93\xb3\x45\x49\xd3\x6c\xe0\xf8\xfc\x10\xfb\x8b\x7e\xda\xa1\x5f\xa1\x7f\xfb\x7e\x25\x64\x00\x5e\x87\x62\xb1\x64\x2e\x06\xcc\xcd\xc5\x0b\xa2\xa4\x49\xbd\xa4\x40\xe4\x8b\x23\xb6\x17\x96\x2f\x40\x0c\x9f\x5d\xa1\x22\xaf\xd9\x56\x6d\xb0\xca\xa3\xef\x28\x3b\x11\xbf\x8b\xdf\xee\x92\x92\x93\x97\x92\xce\xca\x41\xf2\x58\xff\xea\x3d\xe1\xff\x66\x1d\x66\xe3\xc6\xfb\xe3\x18\x48\xc6\xec\xc9\xd9\xbc\xd5\x6c\xc5\xfb\x9d\xe6\x4f\x0c\xe5\x23\x94\x8f\x50\x3e\x42\xf9\x08\xe5\x23\x94\x8f\x50\x3e\x42\xf9\x08\xe5\x23\x94\x8f\x50\x3e\x42\xf9\x08\xe5\x63\xa7\x95\x8f\x27\xe8\x18\x3b\x12\x3b\x64\xa1\x8d\xbb\x9d\x40\xc4\xb9\xbe\xab\xa7\x22\x90\x34\x42\xd2\x08\x49\x63\x0f\x4b\x1a\xdf\x32\x4c\x27\x0d\xc6\x28\x57\xae\x2b\xea\x35\x7d\xa2\x67\x91\xc6\x15\xb9\x22\x99\xb8\xb1\x50\xca\xab\xb2\xa6\xd5\xe0\xc6\xdf\x1b\x62\x3f\x7c\x0b\x31\xfb\xe2\x65\xe3\xaa\xe6\xc8\xe3\xac\x28\xb4\x7b\xc8\x63\x4c\x90\x47\xeb\x71\x96\xc4\xd3\x38\xeb\x09\x08\xb9\x19\xfe\x2f\x58\xe1\xd5\x15\x7f\x4a\x79\x96\x9d\x76\xf0\x47\xde\xec\x26\xf6\xaf\x1b\x9b\x06\xbc\x74\x76\x0b\x78\x24\x78\x24\x78\x24\x78\x24\x78\x24\x78\x24\x78\x24\x78\x24\x78\x24\x78\x24\x78\x24\x78\x24\x78\x64\x57\xf1\x48\xe7\x92\x0d\x3c\x12\x3c\x12\x3c\x12\x3c\xd2\xc1\x23\xbf\x31\x48\x43\x82\x47\x6a\x15\x45\x95\xf2\xf5\xb2\xc7\xac\x56\xc8\xa9\x05\xbd\x1b\xd9\x7f\x19\x64\x1f\xee\x27\x32\xce\x5c\xde\x48\x46\xd6\x9b\x0c\xd5\xb8\x38\x3b\xc5\xcb\x08\x28\x58\xe3\xbd\xfc\x82\x45\x51\x8f\xa5\xa4\x55\x3c\xc2\x34\x06\xa0\x59\xac\x1e\x08\x66\x28\x46\xb3\x89\xab\x35\x8b\xcd\xc4\x7f\x04\x27\x04\x27\x04\x27\x04\x27\x04\x27\x04\x27\x04\x27\x04\x27\x04\x27\x04\x27\x04\x27\x04\x27\x04\x27\x44\x86\x16\xc0\x3e\xc0\x3e\xc0\xbe\x4e\xc1\xbe\x9f\xb4\xc4\x87\x75\xb0\xcf\xa9\x3c\xdc\x50\x8a\xeb\x6b\xb2\x54\xa9\x48\xd9\x2b\xfa\xe7\xd7\x12\x1f\x7e\x7e\x88\xbd\xf9\x16\xba\xdd\xe6\x7f\x42\x79\xf8\x6b\xcd\x28\x0f\x97\x78\xa1\x29\xab\xd0\xae\x50\x1f\xee\xaf\xe6\x88\xfc\x71\x6a\x2b\x0a\x9e\xd8\x82\xfc\x30\xeb\x0f\x1c\xcf\xb1\x33\x02\x2d\xd6\x36\x38\x79\xa9\x12\x6b\xc0\x24\xb8\x22\xb8\x22\xb8\x22\xb8\x22\xb8\x22\xb8\x22\xb8\x22\xb8\x22\xb8\x22\xb8\x22\xb8\x22\xb8\x22\xb8\x62\x87\xb9\xe2\x69\x3a\xc9\x4e\xc4\x8e\x59\xfa\xc3\x7d\x4e\xfd\x61\xed\xea\x0e\x1a\x44\x60\x49\x60\x49\x60\x49\x07\x96\x7c\xfd\x30\x5d\x12\x58\x52\xca\xe9\x33\xe1\x82\x52\x52\xe5\x7c\x81\xc7\xdb\xd5\xaf\x71\x85\x94\x6b\xeb\x15\x49\x9f\xeb\x5c\x97\x57\xae\x28\xca\xb5\xaa\xd5\xa3\xc6\x3e\x34\xc4\xde\x7d\x0b\xdd\xe7\x5a\x9e\xc5\x2d\xdf\x14\x6a\x4e\xbd\xf8\x88\x71\xab\x27\xc4\xad\x26\x9d\xb7\x0a\x48\xd0\x98\xe2\x17\xa4\xdc\xaa\x6b\x60\xc9\x46\x95\xd8\x1e\xb2\x47\x2f\xa8\x18\x3c\xbf\xdc\x54\x76\xea\xe7\xfc\x51\xe5\x53\xec\x49\x81\x2a\x1b\x75\x82\x27\xb6\x6c\x34\xa8\x01\x31\x01\x31\x01\x31\x01\x31\x01\x31\x01\x31\x01\x31\x01\x31\x01\x31\x01\x31\x01\x31\x01\x31\x01\x31\x21\x8e\x04\x85\x04\x85\x04\x85\xec\x18\x85\xfc\xf8\x08\x4d\x0a\x0a\x99\x95\x55\xa3\x14\x59\xab\x85\x8f\xce\x63\x85\x7c\x89\x07\x69\x14\xc6\xda\x14\x49\xfe\xcf\x03\xec\xf3\x7d\x74\xa7\xf3\x44\x8b\x38\x8e\xb8\xa4\xa3\x9e\xb4\x4f\x5c\x14\x25\x2e\x88\x12\xe3\x63\x3c\x41\xb5\xa3\x1c\x03\x05\x7a\x5e\x11\x70\xd6\xea\x75\x7a\x4a\x90\xb9\x45\x7a\x25\x27\x73\x17\x69\x96\xce\x7b\xe7\x30\x72\x36\x9b\xf1\xc4\x09\xcf\xba\xde\x68\x52\xeb\x1f\xf0\xc7\x76\x97\xd8\x9c\x81\xe0\x5c\x7a\xd4\xdc\xd7\xec\x59\xbf\x3a\x9c\x17\xf9\xfd\x5d\x1e\xdd\x3a\xea\x9e\x09\xdb\xbb\x67\x0f\x99\xb9\xb1\xb7\xac\x73\xd3\xcf\xd0\xf7\xd3\xab\x6a\x92\xd2\x05\xd7\xbb\xc8\x51\x87\x7c\xda\x2d\xe6\xd3\xfe\x83\x50\x5b\xcd\xce\xb2\x48\xb7\xfd\x24\x2d\xd9\xe9\xb6\xbb\xc4\xae\x95\xd7\xb7\xc4\xae\xc5\x3f\xb7\xc7\xc3\xae\xc5\xac\x14\xde\xde\xa6\x6c\xdc\x48\xea\xbd\x75\x96\x0c\x99\xbe\x91\xe9\x1b\x99\xbe\x91\xe9\x1b\x99\xbe\x91\xe9\x1b\x99\xbe\xdd\x33\x7d\x77\x7e\x56\x91\xfe\xdc\x6e\x8f\x59\xc5\x71\x9f\xf4\xe0\xde\x73\x8d\xa4\x48\x18\xbe\x25\x53\x0d\x64\x11\xef\xb5\x09\x0e\xb2\x88\x23\x8b\xf8\x16\x67\x11\xdf\x5a\x02\xd7\xf9\x8f\x86\x6f\x5e\xf3\xcc\x0c\x4d\xb1\x74\xec\x9c\xa5\x35\x7f\xd8\xa9\x35\xf7\xbc\x53\xfb\x45\xe7\xec\x67\xfa\x68\x58\xe0\x63\xae\x65\x2b\x49\xc5\x84\x25\x0c\xb3\x21\xb2\x54\x2c\x5f\x91\x92\xa3\xec\x9b\x61\xf6\x8d\x30\x45\xcc\x53\x53\xe6\x99\xcb\xe6\x29\x91\xbb\xf2\x72\xa5\xda\x7f\x2b\xc8\x78\x7c\x28\x2f\x57\x66\x6b\xaf\x5b\x32\x2e\x4b\xcd\xcf\x9a\xda\xa1\xe0\xf2\xe6\x4c\xd4\x15\x34\x51\x57\xd0\x44\x33\x05\x65\xca\xde\x22\xd0\xc7\xc5\x40\xd7\xbf\x72\xfa\x40\x9f\xa1\x29\x4a\xb7\xf0\x6d\x73\x34\xc0\x5c\x41\x33\x95\xa0\xec\x85\x61\x4a\x89\xde\x11\xba\xc9\xba\x28\xa7\x56\x86\x79\x83\xe3\xf3\xbf\x9f\x33\xce\x36\xd1\xfe\xeb\x86\xd9\x97\xfb\x69\x97\xf8\x71\x79\x23\x19\x79\xbe\x99\xc8\x07\x5c\x92\xda\x15\xe1\x0e\xf6\x5d\xb7\x24\xb2\xda\x52\xf2\x92\xf9\x98\x39\xfe\x4b\xf7\x0b\x88\xbb\x30\xce\xc1\x82\xbf\x89\x1c\x65\x07\x0d\x13\x59\x35\xf4\x0c\xe3\x28\xea\xe1\x8c\xa9\x0a\x45\x30\x14\xc1\x50\x04\x43\x11\x0c\x45\x30\x14\xc1\x50\x04\x43\x11\x0c\x45\x30\x14\xc1\x50\x04\x43\x11\x0c\x45\x70\x87\x15\xc1\xe3\x34\xc6\x12\xb1\x11\x0b\x35\xdd\xe1\x44\x4d\x7c\xdd\x56\x8f\x95\x5e\x4d\x97\xd9\xd3\xb1\xa7\xac\x6b\x26\x8c\xda\x0a\x48\xac\x4f\x8a\xd6\x2b\x57\xa2\x5a\x56\x29\xcb\x23\x51\x6d\x3d\x7b\x45\xef\x31\x3e\xeb\x95\xa5\x35\xe1\xb6\x2b\xab\x0a\x6f\x9d\xd8\x2e\x8b\x43\x20\x5a\x02\x74\xca\xd0\x29\x43\xa7\xcc\x75\xca\xdf\x1d\x12\x41\x5c\x7d\xd9\xa5\xe9\x92\x2b\x55\x44\x40\xd7\x6c\x51\x2a\xac\x69\xec\xe3\x43\xec\xa5\x7e\xda\x91\x55\x54\x9e\xc1\xe9\xb5\x4d\x06\x41\x98\xb7\x4a\x13\x11\x5d\x26\xf5\xd2\x02\x8a\x7e\x90\xe0\x17\x4c\x2a\xaa\xec\xa4\x92\xae\x77\xdc\x1e\xa1\x0e\x3a\x4f\x2a\x9b\x0a\x75\xb0\xa9\x34\x50\xb1\x98\x81\x28\x5d\xfb\x01\xc8\x12\xc8\x12\xc8\x12\xc8\x12\xc8\x12\xc8\x12\xc8\x12\xc8\x12\xc8\x12\xc8\x12\xc8\x12\xc8\x12\xc8\x72\x2b\x91\x25\xf0\x23\xf0\x23\xf0\x23\xf0\x63\x1b\xf1\xe3\x77\x86\xe8\x8c\x11\xac\xb5\x5c\xd6\x7c\x21\xa4\xfe\x3d\x50\x15\xdd\x1a\xeb\x8b\x13\xde\xb1\xec\xa3\x43\xec\x93\xfd\xb4\x43\xbf\x7e\x79\x23\x19\xf9\xa1\x26\x73\xc8\x5b\x25\x2d\x18\x25\x05\x44\x1f\x0f\x88\xd8\xab\xe5\x72\x95\x26\xb2\xfe\x76\x40\x8f\x37\x80\x1e\x97\xfc\xd1\xe3\x21\x96\x34\x23\xa6\x96\xcb\x9a\x29\x1e\xaf\xeb\x06\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\xc7\x9b\x94\x3c\x7e\x2d\x4c\x77\x79\xec\xe1\x66\x2f\x86\xd9\x0b\x61\xe7\xce\x6c\xcf\xed\xf3\xfa\x01\x73\x07\x74\xd7\xef\x96\x6f\xcf\xa6\x78\x3f\xa2\xc7\xde\xb4\x4c\xc7\x9b\x8e\x65\x60\x64\x65\x37\x5f\x1e\xf6\xe2\x65\xf6\x47\x03\x0d\x43\x1b\x8c\x88\x55\x80\x6a\xcc\x5f\xcc\x0f\x9c\xb9\x5f\xde\x4c\xc7\x2f\x0a\x8c\x1f\xd0\xcf\xf6\x0c\x78\x50\x7d\x72\x97\xe3\xd9\x34\x68\x25\x68\x65\x1a\xb4\x12\xb4\x12\xb4\x12\xb4\xb2\x67\x68\x65\xba\x6b\x68\x65\xe0\x35\x69\x99\x56\xa6\x41\x2b\x41\x2b\x41\x2b\x41\x2b\x41\x2b\x3b\x4f\x2b\xd3\x3d\x8d\xfe\xd2\x40\x7f\xed\x43\x7f\xe9\x6e\x47\x7f\xe9\x6d\x88\xfe\x32\x15\x7a\x95\x20\x61\x0b\x34\xcf\x49\x58\x86\x2e\xd0\x8c\x67\x1c\x54\x6b\x91\x6e\xe1\x2b\x93\x3d\x25\xaa\x79\x51\x33\x34\xec\xea\xfd\xee\xfa\xb6\x1d\xec\x16\x21\x6d\x5b\xf3\x97\xb6\x65\xd8\x05\x43\xda\xe6\x09\xd4\x0c\xbd\x5b\x75\xfd\x9c\x5a\x37\xf1\x00\x14\x7b\x13\x35\x8e\x1b\x2a\x3e\x5e\x51\xa9\x96\xa3\x1d\x14\x07\x3a\x4d\xd2\x04\xf8\x7a\x92\x96\xe8\xb1\x9a\xe0\xd5\x0d\x58\x66\xf3\x3d\x88\x30\xd6\x48\x34\xd4\x62\xa2\xa1\xf7\x85\xe9\xfb\x45\xb0\xfe\xc7\x68\xc1\x11\xac\xbf\x21\x65\x6f\x7e\x64\x06\x13\xea\x76\x13\xf7\x7b\x4a\x64\x36\x5a\xa4\x57\xda\x99\x8d\x02\x2a\xdb\xdf\x14\x96\x95\xce\x9b\xc2\xf8\x8f\x1e\x6c\x68\x0a\xf7\x1b\x49\x27\x1c\x19\x3c\x94\xd5\x5a\xb3\x78\x4c\x9c\xe4\x69\x16\x27\xad\x8b\xdb\x6a\x20\xdb\x93\xc4\x08\xa8\x19\xa8\x19\xa8\x19\xa8\xb9\x77\x50\x33\xa6\x83\x3e\xd3\xc1\xee\x61\xf1\x48\x20\xd7\x91\x04\x72\x70\x79\xc0\xe5\x01\x97\x07\x5c\x1e\x70\x79\xf4\xb4\xcb\x03\x79\x44\x91\x47\x14\x79\x44\xdb\x95\x47\x14\x1e\x45\x78\x14\x7b\xd5\xa3\x98\xc9\x07\x9c\x42\xd7\xcf\x21\x17\x77\xa7\xd0\x7b\xd9\x1d\xe2\x6d\xb6\x2d\x6d\xa7\x89\x74\xf0\x69\x05\xdf\x39\x44\x47\x84\x14\xdf\xd0\xd9\xd7\xe9\xef\x45\xf8\x15\x11\xe2\x59\xaa\x54\xa4\xec\x15\x7d\xd6\xac\xb1\xaf\x0e\xb2\x2f\xf6\xd3\x1e\xe3\x32\x9b\x8a\xff\xeb\xe6\xc2\xad\x88\x58\xbf\x29\xab\xc0\x80\x82\xad\x0c\xf1\x0b\xcc\x86\x34\xea\x54\x7b\x2f\x44\x5a\x71\x1f\xf8\x39\xff\xc1\x9c\x62\x67\x8d\xc1\x5c\x3d\x5e\x8c\x11\x5c\xdb\xd2\x2e\x63\xb8\xa9\x78\x2e\x88\xbb\x82\x9d\x0c\x88\xbb\x02\xf7\x12\xdc\x4b\x70\x2f\xf5\x90\x7b\x09\x71\x57\x10\x77\x05\x58\x1f\x58\x1f\x58\x1f\x58\xbf\x2b\xb0\x3e\xa2\xa2\x20\x2a\xca\x76\x01\x99\x88\x8a\xd2\x8e\xa8\x28\x3f\x3a\x4c\xa3\x66\x3a\x38\x8f\x18\xcc\x72\x29\x57\x56\x0a\xa5\x8a\xf1\xeb\x73\xec\x8f\x87\xd8\x57\xc2\x76\x0a\xb8\x7d\xaa\x2c\xe5\x6a\x96\x9d\xd3\xe6\x35\xf1\xfb\xf4\xa3\xb5\xb9\xd9\xac\xc3\xc1\xca\x60\x33\x4f\xd2\x69\x41\xd5\x8e\xd2\x61\x4e\xd5\x12\x34\x42\x71\x4f\x01\xb3\xfe\x04\x89\x8d\x64\xc2\xaa\x8e\x2f\x42\xbb\xcf\x1d\x6e\xdd\xca\xfa\xf3\x72\x85\xae\x5e\xf4\x27\x6c\x43\x6c\xa0\x36\x43\x9a\x7d\x7b\x67\x6c\xe2\xc8\x7b\x77\xda\x6d\xfc\x80\x2a\x97\x8b\x52\x56\xf6\x6c\xe6\xa8\x71\x42\x87\x5a\x3a\x7d\x8e\xce\xd0\xa9\x9a\x1d\x19\x9b\x6a\x6a\x48\xed\xb0\xf3\xa2\xc5\x9d\x17\xef\x08\xdd\xe8\x6b\x9e\x16\x7b\x1d\x4e\xd2\x09\x7b\xaf\x43\xe7\x4c\x45\x79\xbd\x69\x53\xd1\xc8\x40\xd8\x66\x24\xfe\xbf\x6e\xb7\x4d\xc5\x1e\xc3\xc7\x6d\xdb\x86\x07\xc4\x2f\x9d\x32\x0d\xed\xd9\x8b\x00\x73\xe1\x63\x2e\xa0\x87\xed\x88\x1e\x16\x42\x28\x08\xa1\x20\x84\x6a\x97\x10\x2a\xf3\xb1\x50\xc0\x6a\x90\x05\xb1\x47\xf3\x22\xcd\x3a\xf6\x68\xb6\x59\x61\xd2\xdc\xb7\xdd\xfd\x5b\x5e\xfb\xc5\xbf\x1a\x75\x9f\x47\xec\x62\x3b\x44\x9b\x53\xfa\xcb\xb7\xd9\x5f\xff\xa1\xb2\xa4\x56\x0a\xdc\x67\x27\x16\x8a\x9e\x2b\x86\xfb\xcb\x6e\x59\xb3\xdb\x30\x29\xb8\xb7\xb6\xa0\x83\xfc\xce\x07\x78\x6c\xcb\x7d\xce\x83\x6b\xb2\x9a\x97\x9d\x47\x07\x9c\x47\xb5\x8a\x2a\x55\xe4\x7c\x21\x7b\xb0\xee\xbc\xaa\x52\xf4\xbf\x9f\x35\x8e\xea\xb5\x4c\x5f\xa2\x39\xca\xd4\xac\x55\x26\xe8\x78\x0b\xfd\x3f\xcf\x9d\xd9\x98\x8a\xf8\x4c\x45\x3e\xd8\x47\xcf\xf7\xb1\xf7\xf5\x45\xde\x63\xd9\xf3\xd7\xf7\xf5\xce\xca\xa5\x86\xff\xeb\xed\xcc\xfd\xd9\xdc\x47\xa5\x0f\x4e\x5b\xd5\x32\xe4\x31\x70\x87\xf9\x67\x49\xc8\x1f\xa4\x22\xbf\x52\x9f\x7f\x89\xab\xf9\x19\x7c\x2e\xa4\x45\x87\x32\x9a\x52\x9a\x17\xf2\x8e\x47\xf4\xd7\xc2\xf8\x7b\xd1\x7c\x59\xec\x1f\x87\xbd\x97\x54\xe9\x97\x42\xf4\x62\x88\xbd\x10\x8a\x7c\xc2\x42\x57\xef\x0d\xcd\x28\x6a\x96\x4f\xd3\xf2\x0a\x6f\x76\x25\x1a\x5b\xd5\x7f\x8a\x45\x53\x55\x4f\xc1\xa1\xa4\x98\x51\xad\x6b\xb6\x23\xfb\xa0\x94\xe5\x0f\xce\xe5\x01\xc5\x42\xd6\xf8\x62\xca\xc5\x9c\x16\x55\xae\x1b\x6d\x2a\xdc\xe7\x65\x59\x29\x17\xe5\x44\x54\xdc\x91\xeb\x71\xcc\xbe\xe4\x70\xd0\xb5\x01\xac\xdb\xc7\x6e\xe1\xd5\xaa\xd2\x96\x3c\xe9\xbd\x7f\xfe\xc6\xd6\x8e\xa6\x8d\x7f\xc0\xdd\x2c\xef\x64\xb7\xf2\xda\x05\xcb\x82\x32\x47\xe9\x30\x1b\x8f\x8d\x59\xf1\xd1\x5f\xc1\xdf\x1d\xe3\x45\xb6\xae\x89\xf5\xeb\x3f\x3b\xa3\x9e\x6f\xbf\xb8\xea\xec\xf3\x11\x91\x21\xae\x01\x91\x2c\x2b\x39\x13\x46\x8e\xca\xe5\x2b\xf2\x9a\xac\x4a\x45\xe3\x4d\x96\x55\x8d\xbd\x35\xc2\x7e\xa2\xcf\xfe\x26\x1e\xe4\x80\xd2\xe5\x44\xb3\x01\xed\xcf\xe3\xbc\x92\x8b\xc7\xdd\x88\xe5\xbc\x92\x9b\xae\x2f\x20\x60\x7c\xb9\xe2\x3d\x68\xcf\x8b\x41\x7b\x8e\xce\xf0\x41\x7b\x9c\x8e\xd2\x61\xff\x41\x6b\xd6\x78\xd2\xaa\x71\x93\x20\xf3\x71\xff\xc1\x3b\xce\xc6\xea\x06\x6f\xfd\xfd\xaa\x91\xe6\xb7\x1c\x48\x73\xcc\x44\x9a\x4d\x77\xcc\x41\x0f\xc6\xd9\x89\xbe\x49\xf3\x90\x41\x35\x93\x88\x16\xfb\x00\x13\x08\xa0\xcf\x16\xd1\xe7\x87\x8c\xe5\x51\x92\x2f\x8f\x2c\x76\xd9\xb2\x39\xe8\x9c\xc1\x69\xce\xa2\x34\x67\x47\x6c\xbb\xe3\x43\x59\xd3\x3f\xbe\xdb\x36\x38\x27\xea\x96\x46\x4d\x5b\x9e\x03\xae\x6b\xa5\x76\xdb\x1d\x2c\x9c\x7a\xcd\xee\x61\xe1\x84\x85\xd3\x16\x2f\x9c\x56\x02\xb3\xfc\xbe\x98\xcc\x77\x09\xd5\x9e\x59\x68\xe6\x1c\x9d\x61\xa7\x62\x13\xd6\xa2\xe8\x81\xaa\xc5\x54\xfd\xd5\x37\xc5\xb2\xea\x3f\xdf\x43\x83\xe6\xb2\xca\xb4\x9c\xa5\x8a\xd8\xf7\x65\x2d\xa6\x34\xce\x37\xd9\x3f\xdc\xcd\x5e\x5f\xb7\x7e\x12\xc7\x5c\xbe\x8f\x56\x61\x62\x77\x50\x3c\x6a\xaf\x9f\x6a\x8f\x09\x7e\x1a\xf0\xaa\x69\x99\xa6\xc4\x88\x3d\x4d\x27\xf9\x88\x3d\x42\x87\x28\xe9\x3b\x62\x6b\xeb\x76\xa3\xda\x8f\x05\xff\xc1\x3a\xca\x0e\x8a\x21\x5a\x77\x6f\xf7\xd9\x4d\xe4\x8b\x6e\xeb\xa5\xa6\x3b\x62\x7f\xd5\x7a\xa9\x13\x7d\x91\x3e\x4f\xd3\x34\x59\x33\x63\x68\xa5\x33\x30\x55\xc0\x12\xa9\xc5\x25\xd2\x2f\x85\x02\xb2\x07\xb3\x62\xa1\x95\xa6\x73\xf6\x42\xab\xe3\xa6\x85\x6b\x45\x9a\x33\x2d\xb5\xdf\xc1\x86\x46\x26\xfd\xba\x86\x2b\xa3\xa6\x6d\xcc\x83\x8e\x95\x51\xbb\x2d\x0c\xd6\x43\xbd\x66\xe4\xb0\x1e\xc2\x7a\x68\x8b\xd7\x43\x9d\x9a\x5d\xfa\x2e\x86\xda\xf0\x11\xc8\x9c\xa6\x93\xec\x44\xec\x98\xb5\x8e\xd9\xe7\x5c\x09\xd5\x5e\x5a\xbf\x0c\x0a\x3e\x5c\xc5\x30\x8d\xfb\xfb\x7e\x2a\xf2\x5a\x99\x6f\x75\x35\x05\xe9\x5f\x1b\x62\x5f\x77\x08\xd2\xef\x77\x11\xa4\xcf\x2b\xb9\xc7\x8c\xcb\xe2\x0f\x78\x38\x78\xcc\x13\x02\x5e\x9f\x3c\x45\x67\xc5\x08\xd2\x57\xd2\xfa\x08\x1a\xa3\x04\x8d\xf8\x8f\x20\xbb\x42\x37\xba\x34\x79\xc4\x7f\xe8\xc4\xd9\x50\xdd\xd0\x71\x54\xa0\xca\x8b\xf3\x51\xc7\xaa\xe4\x41\x77\x61\xba\xb3\xb9\x63\xde\x6e\x9b\xf6\xb4\x78\x5a\x9f\xb2\x9d\xa9\xf9\x4e\x6f\xb2\xc9\xf1\x6d\xc6\x02\xa4\xc5\x05\xc8\xbb\x42\x37\xfe\xc2\x4f\x89\xb5\x87\xfe\xcd\xb1\xd6\x1e\x9d\x34\x1b\x7c\xd9\x11\xac\xd9\x88\x7f\xdd\x21\x52\xbf\xd3\xd0\x1f\x4a\x55\x96\xe2\x41\x77\xa1\x7a\xfb\x0c\x05\xa4\xea\x90\xaa\x43\xaa\x0e\xa9\x3a\xa4\xea\x90\xaa\x6f\x5a\xaa\xfe\xf3\x21\x9a\x16\xe2\xf2\x33\x74\xca\x21\x2e\x0f\xee\x3b\x7d\xc3\xf3\x08\xf3\x43\xef\xab\x21\x0f\xf8\x5b\x9f\xfe\x2b\x87\x24\x3d\xee\x23\x49\x77\xce\x00\xa2\x5e\x42\x8b\xe0\x27\x00\xa0\x89\xbd\x36\xed\x00\x4d\x04\x4d\xdc\x62\x9a\xd8\x01\x16\xe4\x0b\x12\x83\x35\xf5\x99\xe3\x74\x94\x1d\x8e\x8d\x5b\x0c\xf1\xae\x2a\x86\x68\x5f\x75\x53\xa8\x28\x7e\xf3\xb2\x88\xa7\xdb\x00\x50\xaa\xb2\xf5\xea\xe8\x6f\xb1\xaa\x4f\x65\x54\x8d\xbd\xf1\x32\xfb\xa5\x01\xfb\xa3\x78\x48\x84\x54\x53\x8d\x60\x50\xe6\x64\x59\x59\x8d\xea\xcd\x1d\x5d\xb0\x0b\x99\xb4\x0a\x89\x0f\xeb\x17\xd5\x7e\x1c\x5d\x4f\xed\xf2\xf0\xb7\x69\xc4\x7f\x45\xfc\x57\xa4\x17\x44\xfc\x57\xc4\x7f\x45\xfc\xd7\xde\x89\xff\xda\x45\xd9\xf3\xba\x26\xfe\x2b\xd2\xba\x21\xfe\x2b\xe2\xbf\x22\xfe\x2b\xe2\xbf\x6e\x45\x5a\xb7\x9e\x0e\xd7\x8a\xbc\x53\xbd\x9c\x77\x2a\xbd\x0d\xc3\xb5\x66\xae\xd0\x23\x82\x1f\xce\xd0\x14\xe7\x87\x67\xe8\x14\x4d\xf8\xf2\x43\x57\x46\x34\x57\xd0\xfc\x73\x06\x3d\xe1\x0f\x0b\x0f\xb3\xf1\x46\xa1\x8c\x5c\xef\x4d\x57\xef\x77\xc7\x94\x3b\xd8\x2d\x3c\x43\x50\xec\xa3\xbb\x1c\x82\x3e\xf1\x1d\x8a\x4a\x1e\x5c\xec\x80\x38\xde\x59\x32\x26\x40\xd6\x1c\x65\xe8\x42\x8d\x13\xe7\x38\x1d\x6d\xad\x47\xe0\xc2\x81\xe8\xac\x45\xd1\xd9\x1b\xc3\x62\xbf\xca\x18\xdf\xaf\xa2\x5b\x86\x09\x6a\x79\x1c\xd2\x25\x21\x3f\x3b\x4f\xd3\xb6\xfc\xec\x46\xca\x7b\x54\xf8\xc9\x2f\xd0\x8c\xc3\x4f\x7e\x23\x05\xfa\x99\x2d\x6f\xeb\x52\x56\xb4\x0a\x35\x69\xd6\x9a\x33\x65\x55\x22\xb7\xbf\x1e\x71\x38\xbe\x0d\xe5\x82\x43\x06\xa2\xac\x7a\x98\xb0\x23\x4e\xe9\xdb\xa4\x75\x41\x67\x8d\x59\x7b\xe4\x70\xc0\xbc\xc0\xbc\xc0\xbc\xc0\xbc\xbd\x83\x79\x31\x8d\xf3\x99\xc6\x75\x0f\x07\x87\x14\xb9\x23\x52\x64\xb8\x1b\xe0\x6e\x80\xbb\x01\xee\x06\xb8\x1b\x7a\xda\xdd\x80\x1d\x29\xd8\x91\x82\x1d\x29\xed\xda\x91\x02\x6f\x1e\xbc\x79\xbd\xea\xcd\xcb\xe4\x03\xce\x1b\x12\x8c\x63\x6c\xf3\x04\xf9\x6a\xdc\x1d\x5d\xef\x65\x77\x08\x33\x61\x9b\x70\xda\x8e\x0a\xfa\x0f\xde\x46\x13\xfa\x70\xd5\x46\xcd\x36\xe5\xad\xc1\x3b\xa6\xa0\x8c\x6e\x24\x57\xe4\x8a\x94\x1c\xd5\xe4\xe2\xaa\xb6\xce\x9f\x46\x5d\x2f\xca\x9a\x2a\x6f\x14\xe4\xeb\x1a\xfb\x36\xc5\xfe\xec\x16\x7a\x45\xd5\xb5\xcb\xc6\x45\x91\x07\x2c\x3f\xe1\xa2\x5c\x5c\x5d\x14\x97\x2f\xe8\x97\x2f\xf0\xcb\xe3\x63\xe2\x84\x94\xf3\xea\x25\x71\xb1\xfb\x15\x01\x03\xf6\xef\xa7\x57\xd1\x13\x35\xde\xc2\xf3\x34\xed\xe9\x04\xa9\x6e\x22\xe3\x31\x13\xee\x55\xcd\x7c\x24\x4c\x97\x85\x9f\xe5\x09\x7a\xdc\xe1\x67\x99\xa5\xa0\x6e\xe1\xbd\x51\xf1\x49\xf1\xee\xbd\x92\x1e\xe5\xef\x5e\x80\xb7\x7c\x46\xb8\xa2\x96\xe8\x31\xdb\x15\x15\x5c\xf1\xe6\xdb\xac\xf8\xbf\xcd\x73\x2c\x63\xbc\xcd\x6e\x03\xd7\x78\xbf\x3d\x1e\xc2\xf1\x82\xf3\xda\x34\x72\x7f\x73\x07\x55\x06\x08\xb1\x31\x42\xcc\xc0\x13\xec\xe1\x09\x0e\xdc\x62\xbf\x7f\x37\x25\x37\x91\x90\x43\xaa\x54\xa4\xec\x15\xf6\x9d\xdb\xd8\xdb\x1c\x31\x99\x1e\xce\x2a\xa5\x92\xfe\x69\x3a\x3f\xfd\x98\xbd\xa9\x47\x5f\x5e\xf3\xd3\xf5\xf1\x32\xaf\xe4\xe2\xfb\x8d\xd3\x84\x1f\xf4\xbc\x5c\xa9\xda\x04\x9c\xe2\xe7\x8e\xeb\xa6\x54\x84\x56\x3a\x46\xfb\x84\xe1\x79\x05\xed\xe5\x86\xe7\x65\x74\xdb\x47\x42\x3b\xc9\xa8\xbd\xef\x47\xfc\x41\xf7\xb7\x90\xd8\x4e\xa3\x1e\x2d\x87\xdd\x32\x2b\x6b\x38\x41\xab\x3e\xf1\xb1\x9f\x72\x34\xcc\x80\xd9\x30\xf3\x8f\x2e\x36\x6a\x99\x87\xaa\x5a\x66\x5e\xd1\xda\xdc\x34\x6d\x78\xee\x26\x9a\x3b\xf3\x8e\x10\xfd\x74\x88\xbd\x2d\x14\xf9\x09\x6b\x9e\x59\x31\x7d\xc5\x3c\x1a\xb3\x6e\x88\x84\xbf\x8b\x7b\x31\xe5\xec\x7a\xc5\x74\xe2\xae\xad\x49\xa5\x1a\xb6\xed\x7c\xff\xf4\x6b\xb9\x55\x52\x39\x45\xe7\x87\x94\x52\x4d\xd1\x1c\x38\x2a\xb9\x44\x6c\x97\xf5\xb3\xf3\xe5\x6a\x1c\x30\xad\xe6\xe1\xb7\x62\xc7\xe3\xeb\x43\xf4\x6f\x43\xec\x87\x22\xff\xda\x6c\xbd\xe5\xc5\x4a\x4e\x56\xc5\xa3\xab\xeb\x72\xed\x57\x43\x33\x8e\xf2\xd6\x5a\xd1\x0d\xb6\x30\xff\xb2\xed\x48\x30\xc6\xa1\x98\xd2\x3b\x1b\x97\xf3\xc4\xd8\xad\xa2\x88\x2a\x99\xda\x6b\x43\xf4\x6f\xd8\x73\x91\x1f\x74\x56\xa2\x50\x32\xeb\x30\x62\xdd\x45\x2c\x0b\xb4\x8a\x54\xca\x49\x6a\x2e\x5a\x28\xe9\x56\xc9\x16\xd0\x19\x9d\x61\xd4\xa4\xa0\xb9\xd4\x81\x63\x9b\x44\xec\x16\x4d\xbf\x41\x55\x1d\x5c\x5b\x42\x5f\xae\x78\xb7\x84\x22\x6c\xe2\x8d\xb4\x84\xb2\x5e\xa9\xaa\xc5\xb7\x43\xf4\xcd\x10\xfb\x46\x28\xf2\x35\xc7\x92\xfc\xb1\xc7\x5e\xe5\x55\x0b\x29\xaa\x9b\x63\x0b\x37\x15\x8b\x8a\x00\x5b\xae\x55\x30\xc1\x65\x59\xd2\xbf\x92\xd1\xca\x15\x55\x59\xcf\x5f\xb1\x18\xb3\x18\xd4\xea\x7a\x89\x03\x3c\x4d\xe8\x18\xf5\xe2\x0b\x9a\xa3\x64\xc3\xf7\x70\x5d\x51\xaf\xc9\x6a\xb4\xa4\xe4\x64\x93\xd4\xd4\x95\xe1\xda\xf4\x7d\xfa\xe7\xc2\x99\x52\xfe\xb7\x86\xcc\x19\xbe\xba\x22\x65\x13\x0d\xa7\xf9\x7c\xb5\x38\xaa\x2a\x45\x79\x45\x6f\x88\x52\x5e\x63\xaf\x1d\x62\x7f\xdf\x4f\xf7\xe8\xd7\xa6\x5c\x67\xf9\xd7\x0d\xa0\x5d\xca\x15\x36\x0a\xb9\x75\xa9\xe8\x94\x6a\x4a\x96\xf3\x68\x41\x29\xca\x69\x51\x68\xc2\x81\x08\x27\x2c\xb8\x38\xc8\xcb\x19\xb4\xc5\x1b\x55\xde\x78\xa5\x2c\x5b\x0e\x40\xad\x22\x4b\xb9\x44\xfc\x14\xbf\x60\xa1\xb6\x62\xc6\x02\xc2\x71\xbf\xb9\x82\x56\x99\x51\xd4\x54\xb1\x68\xd9\xe8\xe0\xc2\xe0\xb6\x67\x47\x6e\xe6\x1a\xcd\x8b\xef\x85\x3e\xb9\xd6\xbf\x17\x29\x3a\x4b\xa7\x5b\x58\x3f\x73\x05\xed\xf4\x86\x5c\xf2\x17\x97\xee\x77\xff\x1e\xec\x66\xc4\x2b\xc6\x85\xa0\x57\x0b\xfe\x1f\xa2\x19\x36\x65\x7c\x88\x3c\x47\x9c\xb9\xfe\xb6\x3b\xa9\x7e\x52\x9e\xc1\xae\x64\xec\x4a\xce\x40\xae\x06\xb9\x1a\xe4\x6a\x90\xab\xf5\x8c\x5c\x2d\xd3\x35\x6a\xac\xc0\x6b\xd2\xb2\x4c\x28\x03\x99\x10\x64\x42\x90\x09\x41\x26\x04\x99\x50\xe7\x65\x42\x81\x23\xec\x4c\x4f\x0b\x23\x32\x10\x46\xb4\x4f\x18\x91\xe9\x7a\x61\xc4\x36\xdc\xe6\xcc\xde\x35\x48\x0f\x1a\x22\x81\x72\x59\x1b\xdd\x48\x8e\xda\xa1\xf4\xf4\xd5\x01\xef\x3b\xf6\xcf\x03\xec\x5b\x7d\xb4\x43\x3f\x85\x27\xc8\x6b\x1c\x52\xcf\xd6\x5b\x2c\x18\x25\xc4\x47\xf4\x2b\x52\xe5\xb2\xb6\x94\xac\x3f\xba\xdd\x00\x9e\x4c\x19\x01\xf0\x26\x29\xc5\x01\xde\x49\x3a\x41\xc7\xbc\xbd\xe4\xe5\xb2\x96\xd8\x48\x26\xea\x1f\xbc\xa9\x7d\xe1\x4b\xfe\x54\xee\x10\x4b\x9a\x0e\xf3\x72\x59\x33\x00\x5c\xfd\xed\xaa\x5d\x44\x3e\xdb\xc2\x81\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x80\xe8\x3a\x85\xe8\xde\x3e\x44\x87\x05\xa2\x2b\xc9\x95\xeb\x8a\x7a\x4d\x9f\xad\xb9\xaa\xfb\x0a\xa5\xbc\x2a\x6b\x5a\xb6\x28\x69\x9a\xac\xb1\x2f\x0d\xb2\xcf\xf6\x13\xb3\xaf\xb2\x84\x7d\xaf\x69\x4e\xd8\x37\x2b\xca\x9b\xd4\xcb\x0b\x48\xd9\x37\xc0\x2f\xb8\x64\x55\xc9\x90\xf4\x39\xef\x34\x57\xd0\x2a\xdd\x8e\x00\xbb\x56\xc3\xb7\xe2\x4f\x0b\xcf\xb2\xd3\x06\x2d\xac\x1b\x4f\x06\x3a\x74\xf6\x06\xc4\x7b\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x20\x83\x5b\x47\x06\xdf\x3d\x44\xa3\x82\x0c\x8a\x18\x67\x35\x38\xb0\xac\xe4\x72\x05\x4d\x5d\xe7\xeb\xf0\x95\xf5\x5c\x5e\xae\x68\xec\xdb\x83\xec\xab\xfd\xf4\x72\x71\x81\x05\x04\xff\x4d\x73\x40\x70\x5e\xc9\x4d\x59\x25\xa6\x79\x89\x01\x71\xc1\x13\xfc\x02\x11\x68\xcd\x60\x82\x2e\x37\xc3\x76\xdf\xe6\x50\xe1\x65\x7f\x0a\x78\x92\x9d\x30\x28\xa0\x18\x0a\x76\x58\x89\xda\x46\x77\x89\xa9\xd3\x0c\x8a\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\x04\x26\xec\x14\x26\xfc\xb3\x41\x1a\x10\x98\x50\xab\x28\xaa\x94\x97\x6d\xf5\xa0\x41\x0a\xb3\x5a\xa1\xa4\xe4\x64\x8d\xfd\xda\x20\xfb\xe5\x7e\x22\xe3\xbc\xe5\x8d\x64\x44\x6b\x8e\x0c\x4e\x2e\xce\x5e\x52\x72\x72\x40\x34\xf0\x1e\x7e\xc1\xa2\xa8\xc5\x52\xd2\x28\x1c\xc2\xc0\x1b\x10\x06\x3e\xee\x8f\x04\xc7\xd9\x98\x4b\x7a\xe9\xea\x31\x63\x6e\x2e\x16\x3d\x02\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\x07\xc8\xd7\x31\xc8\xf7\x81\x41\x1a\x12\x90\x2f\xab\x28\x6a\xae\x50\x72\xcd\x02\xc2\x93\xfe\x6a\xec\xb5\x83\xec\xef\xfb\xe8\x4e\xe7\x99\x96\x14\x70\x7f\xe3\xe0\x7e\x73\x7a\x09\x22\x9e\xdf\xa4\xe3\x72\x43\xb3\xc7\x8f\x6e\x37\x85\xde\x26\xe3\xf9\x55\xb5\xaf\x99\xf4\x8e\x3f\x78\x53\xf1\xfc\x7c\xe2\xee\x5d\x7d\xc6\x1f\xd4\x4d\xb0\xe3\x75\x9a\x3c\x83\xd6\xb9\x74\xbe\x81\xec\x78\x0d\x01\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x00\xec\x3a\x06\xec\xde\x3a\x4c\xa7\xfc\x93\xf7\x9a\x02\xbd\xe2\xba\x56\xd1\x17\x2e\x45\x33\x1f\xfc\x73\xec\xd3\x43\xec\xdf\xdf\x42\x77\xba\xa5\xef\x8d\x7c\x24\x64\x74\x85\x43\xab\x57\x32\x8d\x9b\x95\xa7\x43\x14\xba\xa0\x14\x83\xd1\xed\x8d\xd8\x93\x19\x3e\x61\x33\x3e\x7d\xfa\x7c\xc8\x9e\xa5\x0d\x56\x4d\x8c\x1d\x65\x27\xe2\xfb\xbd\xb2\xfe\x3a\x2a\xda\xed\x2c\xf1\x9a\x27\xff\x0b\x5e\x18\x68\x12\xc5\x07\xdc\x89\xe2\x4e\x76\x2b\xaf\x18\x5d\xcd\xf9\x23\xc5\x14\x3b\xdb\x64\x62\x5f\x47\x67\x54\x25\x14\x01\x59\x04\x59\x04\x59\x04\x59\x04\x59\x04\x59\x04\x59\x04\x59\x04\x59\x04\x59\x04\x59\x04\x59\x04\x59\xec\x30\x59\x3c\x4e\x47\xd9\xe1\xd8\xf8\xce\x10\xeb\x2f\x4b\x95\x2b\x91\xbb\x4a\xba\xf9\x32\x6a\xe1\x58\xbd\xc5\xfa\xf5\x03\x71\xc3\x6c\xff\x14\x98\x24\x98\x24\x98\x64\x6f\x33\xc9\x4f\x0f\x51\xda\x9f\x49\x4a\xc5\xf2\x15\xc9\x85\x4c\xae\x14\x4a\xb9\x42\x29\xaf\xb1\x37\x0f\xb1\x7f\xe9\xa7\x88\x1b\x99\x14\xd7\x46\x7e\xa8\xc9\x5d\xc5\xb6\xb5\x4a\x8b\xc2\x03\xda\x60\x7c\xd8\x0b\x35\x8a\xfa\xd5\xdf\x17\x7b\x8f\x6f\x60\xef\xf1\x0f\xf8\xf3\xc7\x4b\x6c\x6e\xf3\xfc\xd1\xe8\x1b\x27\x86\x14\xfd\x07\x18\x09\x18\x09\x18\x09\x18\x09\x18\x09\x18\x09\x18\x09\x18\x09\x18\x09\x18\x09\x18\x09\x18\x09\x18\x09\x99\x23\x90\x22\x90\x22\x90\x62\xc7\x90\xe2\x3f\x0f\xd1\x88\x47\xf0\x41\xb1\x25\xd9\x8c\x3d\x68\xca\x1a\x7f\x7b\x88\xfd\x63\x98\x6e\xb7\x43\x10\x8a\x6d\xc9\x11\x55\x96\x72\x35\x6b\x4f\x23\x0a\x5d\xfc\x1e\xfd\x98\x15\x2d\x90\x9f\x6f\x1c\x0a\x0c\xd9\x09\xc2\x76\x99\x26\x05\x61\x3b\x45\x13\x9c\xb0\x1d\xa6\x71\x1a\xf3\xdc\x29\x6c\x3e\xb1\xb9\x49\xd8\x8c\x9a\xe7\x07\xd5\x9e\xf2\xe7\x65\xc7\xd8\x91\xea\x48\x7c\x5e\x1b\x82\x6b\xc2\xf7\x5d\xbd\xcf\x1d\xd8\xdd\xca\xfa\xf3\x72\x85\x22\x2f\xee\xac\x6f\xfa\xfb\x54\xb9\x5c\x94\xb2\xb2\x47\xeb\xef\x33\x0e\x77\xa0\x03\xd2\x33\x34\x45\x69\xd6\xbf\xa2\xe4\x9e\x8d\xf0\x7f\xa3\xa1\x78\x0b\x3d\x90\x7e\x67\x98\x7e\x26\xcc\x7e\x2a\x1c\xf9\x8f\x96\x1d\xfd\xc7\xd0\x13\xfa\x07\xc9\xf8\x12\x8e\x70\x36\x9d\xd5\xd7\xbb\xc2\xf0\x55\xad\xbe\x9c\x44\x6e\x45\x8e\x96\xf5\xb6\xd7\xa7\xbc\x89\x68\xaa\x14\x2d\x94\x04\xf7\x50\xd4\xe8\x7a\xc9\x42\x27\xb9\x68\x4e\x7d\x76\x61\xbd\x14\xcd\x15\x54\x59\x7f\xdb\x65\x6b\x3d\xae\x7f\x56\xf9\xbc\xc5\x00\x12\xe6\xf2\xc3\x58\x02\x46\x57\xd7\x55\x3e\xc5\x2d\xab\x4a\x56\xd6\xf8\x04\xc3\x30\x2e\xc6\x97\x2b\x11\x5d\xe2\x77\xe4\x4b\x07\x3e\x23\x98\x88\x1e\x8c\xa6\x8a\xc5\x09\x3e\x7d\xc8\xa9\xcf\x46\xd5\xf5\x92\xbe\x34\xd5\xcd\x83\x39\x67\x32\x8a\x93\x73\xb1\x5b\x45\xd5\x1c\xb6\x30\xfd\xb6\x30\xfd\x44\x98\xfd\x58\x38\xf2\x16\xab\x81\xbe\x11\xe2\x33\xce\x47\xa4\x92\x94\x97\x55\xb1\x76\xe2\xae\x45\x49\xd3\x94\x6c\x81\x4f\x07\xac\x55\x8a\xc4\x97\x79\x8a\x1a\xd5\x67\x8b\x95\x67\xad\xf9\xd1\x9a\x74\x4d\xaf\x7f\xe5\x8a\xac\xc9\xa6\xc1\xd2\x8d\xa8\xc9\x8f\x38\x42\x59\x91\xa3\xdc\x54\xf2\x15\x89\xa2\x46\x93\xe3\xc7\xf5\x73\x55\x29\xcb\x41\x97\xbe\x98\x17\xe6\x89\xaf\x1a\xf4\x09\x9e\x54\x28\x89\x59\x03\x9f\x95\xdb\xe7\xf2\xc5\xbf\x81\xe1\xf4\xb5\xa4\xf9\xc9\xc9\x2b\x45\xa9\x94\x4f\x28\x6a\x7e\xb4\x7c\x2d\x3f\xba\x5e\x2a\x64\x95\x9c\x3c\xba\x7f\x56\x9b\xd7\x4b\x49\xc4\x76\x3b\x9f\xd5\xf9\x91\x78\x6f\x28\x18\x1b\x70\x41\x2f\x24\xc9\x11\xfd\x8e\x49\x31\x0b\x6e\x93\x35\xf1\x7e\xe3\xcb\xeb\x15\x6a\xd2\xd8\x34\x13\x0c\xb4\xce\x04\xc5\xbf\x7b\x7b\xbd\x35\xd9\x23\x66\xf7\x51\xc9\x32\x20\xf7\x8a\x5f\x3a\x61\x3f\x1e\xa3\x05\x9a\x77\xda\x8f\x78\x9a\xce\xb5\xe0\x21\x99\xe2\x35\x7e\x94\xd3\x63\x0d\xd6\xc4\xcf\x9a\x7c\x35\x4c\x5f\x09\xb3\x2f\x85\x23\x7f\x6c\x35\xd0\x87\xc3\x8f\x39\x67\x4b\x05\x7d\xd2\xce\x67\x3c\xd1\x15\x79\x55\x78\x4e\xac\x65\x8a\x8d\xe7\x8d\x95\x21\xaf\xa2\xc3\x5a\x94\x94\xd2\xc1\x92\x9c\x97\x78\x43\x18\x13\x26\xa7\x55\x11\xc0\xc2\xea\x02\x63\x04\x16\xd6\xd6\xe4\x9c\x6e\xb7\x8a\xcf\xda\x2e\x0d\x1b\x63\x17\x8a\x23\xc6\x3c\x8a\xcf\x24\xa3\x79\x55\xff\x06\x96\x65\xb5\xa0\xe4\xac\xf9\xa0\xfd\x39\xe4\xde\x22\xb3\x35\xd6\x35\xbd\x92\xce\x39\xa8\xa4\x5f\x69\x3e\x90\x71\x93\x55\xb1\x74\x37\x8b\x48\x88\x7a\xae\xc9\x52\xc9\xb5\x8e\x31\xc6\xab\x30\xcf\x6b\xe0\x32\x3f\x4c\x7f\x26\x4c\x2f\x85\xd9\x8b\xe1\xc8\x0b\x56\x33\xbf\x2b\x3c\xe5\xf0\x97\x96\x79\xfc\x17\x8b\xb3\xcc\xab\x4a\x59\xca\xf3\x0e\x10\x99\xd7\xaa\x5c\x2d\xe6\xb3\xd8\x0e\x57\xbd\x97\x92\x89\x63\x89\xe8\xa2\xe8\x10\xd1\x3a\x65\x7d\x79\xa0\x2f\xb1\x4c\x64\x27\x47\x15\xb5\x7c\x45\x2a\x99\xae\x1f\x75\x5d\x1e\x5d\x95\x8a\x26\xe2\x8e\x89\xa3\xb1\xe8\x6a\xa1\x24\x15\x0b\xff\xca\x64\x65\x2b\xb2\x3e\xff\xe4\x0b\x92\x51\x31\xef\xcc\xd9\xfc\x54\x14\x3e\xa8\xd9\x17\x09\xa8\x9c\x88\x4e\x17\xf8\x70\x76\x54\x5c\x51\xeb\x9f\xcc\x5e\xdc\x55\x04\xd3\xe6\x2f\x9b\x52\xb9\x92\x88\xed\x11\xf5\x99\x32\x1f\xa4\xca\x87\x94\x7e\x53\x3f\xbd\xb1\x9f\xbd\xae\x3f\xf2\x3d\xcb\x91\xf8\x85\xbe\x27\x0c\xe8\xa4\xbf\x52\xfa\xea\x2a\x2f\xa9\x2b\x52\x5e\x8e\x66\x95\x62\x51\xe6\xe6\xd5\x7e\x2f\x64\x75\x55\x51\xd7\xf4\xb6\x70\xad\xe9\xa3\x35\x37\xf7\xae\x28\x1f\xcf\xe6\x60\x14\x49\xdb\xf4\x71\x9a\x93\xb3\x85\x9c\x4d\x8f\x39\x88\xe4\x2c\xdf\x6a\x5d\x7d\xbd\x65\x60\x3a\x13\x35\x26\x1c\xcd\x68\x42\x2a\x6b\x45\x65\xb9\x0f\xab\x6f\x96\x88\xa6\xb2\xfa\xe2\x8b\x7f\x62\x9d\xc6\x61\x50\x3c\xc3\x60\xf4\xa0\xd1\xf1\xd5\x03\x43\x3b\x19\x1d\x4c\x4b\xd9\x6b\xfa\x27\xa4\x94\xd3\xcf\xe2\x7e\x3b\x7e\x52\x4d\xc3\x09\x32\x6c\x0c\xfd\xea\x42\xcc\x27\x58\xb1\x4a\x3a\x19\x1d\x9c\x51\x54\xd9\x51\x6c\x34\x2b\x69\x59\x29\xa7\x3f\xbd\xd1\x3e\xc2\x53\xcb\xcb\xd3\x84\xf5\xaa\x2b\x70\xd5\x2a\x23\x11\xbb\xa3\x5c\x3b\x6e\x9c\x9f\xfe\xf7\x05\xf4\xe9\x9f\xd5\x0b\x19\x67\x69\x3a\x47\x3b\x45\x93\xb6\xed\xdb\x1f\x75\xff\xf6\xef\x62\x3b\x44\xa3\xb4\xf5\xf3\x9f\xfe\xce\x6d\xf5\x9f\xff\x81\xb2\xa4\x56\x0a\xdc\xe7\x27\x16\x9a\x1e\xab\x8a\x48\xb9\x2a\x04\x7c\x7b\xe6\x04\xf7\xd6\x16\x74\x90\xdf\xf5\x80\xfe\xe7\xc4\x3e\xe7\xc1\x35\x59\xcd\xcb\xce\xa3\x03\xce\xa3\x5a\x45\x95\x2a\x72\xbe\x90\x3d\x58\x77\x5e\x55\x29\xfa\xdf\xcf\x1a\x47\xf5\x5a\xa6\x2f\xd1\x1c\x65\x6a\xd6\x33\x13\x74\xbc\x85\x19\xc9\x3c\x77\x83\x63\x26\xe2\x33\x13\xf9\x60\x1f\x3d\xdf\xc7\xde\xd7\x17\x79\x8f\x65\xce\x5f\xdf\xd7\x3b\xeb\x9a\x1a\xcf\x81\xde\xce\xdc\x13\xce\xbd\x5b\xfa\xe0\xb4\xf5\x30\x43\x1e\x03\x77\x98\x7f\x95\x84\x70\x42\x2a\xf2\x2b\xf5\xe9\x97\xb8\x9a\x9f\xc1\xa7\x42\x5a\x74\x28\xa3\x29\xa5\x79\x21\x0c\x79\x44\x7f\x2d\x8c\xbf\x17\xcd\x97\xc5\xfe\x71\xd8\x7b\xc1\x95\x7e\x29\x44\x2f\x86\xd8\x0b\xa1\xc8\x27\x2c\xe8\xf5\xde\xd0\x8c\xa2\x66\xf9\x2c\x2d\xaf\xf0\x66\x57\xa2\xb1\x55\xfd\xa7\x58\x34\x55\xf5\x14\x1c\x67\x8a\x09\xd5\xba\x66\xbb\xc0\x0f\x4a\x59\xfe\xe0\x5c\x58\x50\x2c\x64\x8d\x0f\xa6\x5c\xcc\x69\x51\xe5\xba\xd1\xa6\xc2\xf1\x5e\x96\x95\x72\x51\x4e\x44\xc5\x1d\xb9\x92\xc7\xec\x4b\x8e\x15\x5d\x1b\xc0\xba\x7d\xec\x16\x5e\xad\x2a\x55\x4a\x87\x20\x92\xf7\xae\xd0\xb2\xd8\x15\xda\x46\xca\x94\x39\x4c\xe3\x6c\x2c\x96\xb0\x34\xc8\x7b\xab\x34\xc8\xa2\xb0\xf6\xeb\x8f\xd9\xff\x33\x44\x07\x47\xa5\x72\xc1\xde\x48\x5d\xb2\xa2\x12\x0a\xde\xc8\xff\x7e\x6e\x54\x93\xd5\x8d\x42\x56\xd6\xd8\x5b\x87\xd8\x2f\xf4\xd3\x8e\xac\xa2\x6e\x26\xfb\xc9\xa2\xb8\x3c\x20\x71\xa2\xf0\xdf\x4d\x2a\xaa\xbc\x94\xb4\xa2\x28\xe6\x8c\x7b\x40\x88\xe8\x3e\xdc\x67\xfd\x47\xf3\x00\x7b\x48\x8c\x66\xa3\x29\xc9\x25\xdb\x49\x2c\x86\xec\xc6\x10\x18\x42\x60\x08\x81\x21\x04\x86\x10\x18\x42\x60\x08\x81\x21\x04\x86\x10\x18\x42\x60\x08\x81\x21\x04\x86\x5d\x29\x30\x7c\x35\x5d\x66\x4f\xc7\x9e\xb2\x48\xc3\x84\x71\x67\x41\xf0\xf4\x09\xce\x7a\xe5\x4a\x54\xcb\x2a\x65\x79\x24\xaa\xad\x67\xaf\xe8\xad\xcf\x67\xb0\xb2\xb4\x26\x9c\x1f\x65\x55\xe1\x4f\x1a\xdb\x65\x11\x01\xec\x8a\x86\x84\x11\x12\x46\x48\x18\xb9\x84\xf1\x27\xfb\xcc\xfc\xc9\x52\x4e\x9f\x2c\x17\x94\x92\x2a\xe7\x0b\xdc\xe9\x53\x1d\xac\x91\x7d\x3d\xcc\xfe\x32\x4c\x77\xbb\x9e\xb7\xbc\x91\x8c\xdc\x95\x97\x2b\xd5\x5f\x77\xf1\x54\xf1\x81\xbc\x5c\x49\xb9\x5d\xb5\x94\x4c\xcd\xcf\x9a\xeb\xca\xe0\x52\xa9\x4c\xd4\x15\x34\x51\x57\xd0\x44\x33\x05\x65\xca\xf4\xb8\x80\x7d\x97\x68\x8e\xc3\x3e\xae\xd1\x6b\x01\xf6\x39\x9e\xb3\x99\x44\x2a\xec\x4f\x06\xe9\x3e\xd1\x2d\x2b\x1c\xed\xda\xc1\x32\x55\xa5\x74\x55\x59\xd1\xd8\xff\x35\xc8\x3e\xd0\x4f\x3b\xf9\xe1\xcd\xe4\xb2\x56\x95\x52\x46\x59\x09\x88\xe6\x8a\x0b\xd2\xfa\x3f\x4b\x49\xa3\x68\xfd\xf9\xb6\x5b\x96\x9c\xad\x88\x6c\xd9\xd4\xee\xf2\x39\x7f\xf2\x3b\xcc\x06\x5d\x58\x2f\x1f\x17\xa6\x13\x5b\x74\x0c\xb8\x2e\xb8\x2e\xb8\x2e\xb8\x2e\xb8\x2e\xb8\x2e\xb8\x2e\xb8\x2e\xb8\x2e\xb8\x2e\xb8\x2e\xb8\x2e\xb8\x2e\x36\x8e\x83\xba\x82\xba\x82\xba\x76\x8c\xba\x7e\x39\x4c\x77\x09\xbc\x97\x2b\x68\x59\x45\x37\x7a\x26\x69\x65\xff\x6f\x98\xfd\xdf\x61\xda\x65\x1d\x88\x44\xf2\x7c\x8f\xcb\xaa\xa2\xae\x59\x8d\x28\x45\x39\xe7\x89\xdf\x99\x97\x2b\x53\xe6\x99\xa9\xf9\xd9\xf3\xfa\xaf\x5d\x08\x52\x0b\x74\x49\x70\xb4\xf3\x34\xcd\x39\xda\x59\x3a\x4d\x27\x5b\x03\xa9\xfc\x19\x7d\x09\xea\x3f\x3c\x4d\x0f\x37\xb5\x37\x9f\xfd\xee\xd3\xec\xad\x03\xf5\x9b\x39\x1e\x6e\x9c\x2b\xdc\xda\x9f\xaf\x9f\xd6\xde\xad\x1c\xed\x81\x9e\x69\xd0\x40\xd0\xc0\x34\x68\x20\x68\x20\x68\x20\x68\x60\xcf\xd0\xc0\x74\xd7\xd0\xc0\xc0\x6b\xd2\x32\x0d\x4c\x83\x06\x82\x06\x82\x06\x82\x06\x82\x06\x76\x9e\x06\xa6\x7b\x1a\xde\xa5\x01\xef\xda\x07\xef\xd2\xdd\x0e\xef\xd2\xdb\x10\xde\x65\x56\xe8\xbc\x60\x59\xe7\xe8\x0c\x67\x59\xc7\xe9\x28\x1d\xde\xec\x1e\xf7\x66\x64\x80\x57\xef\x77\xd7\x88\xed\x60\xb7\x08\x79\x58\x1b\xb7\xb9\xc7\xde\xbc\xcb\x25\xbe\x99\xf8\x18\x39\xe3\x9b\x89\x5f\x10\x1f\xf1\x26\x8a\x23\x82\xf8\x88\x1e\xf1\x11\xff\xae\xeb\xe2\x23\x76\x30\xdc\x92\xb7\x2d\x2a\x2b\xcd\xdb\xa2\xd6\x62\x2d\x7e\x71\xa4\xde\x16\xed\x33\x42\x69\x39\xe2\x92\x29\xab\x96\x5d\x7a\xd8\x35\xee\xa2\x75\xea\x76\x8a\xc0\x08\x44\x0b\x44\x0b\x44\x0b\x44\xdb\x3b\x88\x16\x33\x34\x9f\x19\x5a\xf7\x30\x6c\x44\xbf\xed\x48\xf4\x5b\xb8\x0a\xe0\x2a\x80\xab\x00\xae\x02\xb8\x0a\x7a\xda\x55\x80\x20\xe8\x08\x82\x8e\x20\xe8\xed\x0a\x82\x0e\x4f\x1c\x3c\x71\xbd\xea\x89\xcb\xe4\x69\x4e\xa0\xed\x69\x9a\xe4\x68\xfb\x34\x9d\xa4\x13\x2d\xc0\xcb\xc5\x8a\x54\x59\xd7\xb6\x34\x0f\x58\xdc\x1d\x55\xef\x65\x77\x08\x4b\x61\x5b\x71\x0a\x3e\x2e\xf3\x9f\x3e\x4d\xf7\x98\x71\x99\x4d\xf4\x50\xaa\x6c\x28\xc5\xf5\x35\x59\x63\xbf\xf9\x34\xfb\x0f\x03\x76\x0c\xe6\x44\x63\x91\xf9\xbc\x75\xfd\x12\xbf\x3e\x1e\xd1\xcf\x17\xd1\x93\x6b\x8f\x41\x6e\x0e\xb9\x39\xe4\xe6\xf0\x65\xc0\x97\x01\x5f\x06\x7c\x19\x5d\xe3\xcb\xe8\x1e\x54\x0f\x86\x0c\x86\x0c\x86\x0c\x86\x0c\x86\xdc\xd3\x0c\x19\x90\x0b\x90\xab\x47\x21\xd7\xb6\x94\x9b\x67\xbd\x63\x93\x5e\x10\xc4\x2e\x45\x67\x39\xb1\x3b\x41\xc7\xe8\x88\xa7\xee\x33\xab\xa8\x32\x4f\xa6\x58\xc3\x8d\xe6\x0a\x5a\xa5\x59\xbd\xf9\x82\x3f\xb4\x1b\x65\x07\x05\xb4\xab\xbd\x8f\x47\x46\xaa\xd8\xbf\xdb\x65\xe3\xb0\x7b\x2c\x7d\x79\x1d\xf9\xda\x27\x0e\xb5\x99\x7d\x09\x54\x75\x9e\xa6\x69\xb2\x46\x69\x7e\x88\x92\x9b\x6e\x5a\x08\x99\x20\x35\x6f\x51\x6a\xfe\x0f\x21\x9a\x12\x6f\xf7\x69\x3a\xc9\xdf\xee\x23\xd4\xca\x10\x14\x0a\xf1\x24\x57\x88\x5b\x5a\xf3\x16\x8b\xca\x08\xb1\xf9\x24\xa5\x1c\x62\xf3\x16\xcb\xf2\x73\x0f\x34\x67\x69\xdc\x4d\x8a\x87\xfd\xf1\x53\xb0\xc7\x3f\x3b\x62\x5b\xa2\x87\x5d\xd5\xe5\x75\x56\x69\x40\x9c\x26\xac\x92\x2d\x2f\x6f\xb3\x7d\x82\xce\x1c\x6c\x16\x6c\x16\x6c\x16\x6c\x16\x3a\x73\xe8\xcc\xa1\x33\x87\xce\x1c\x3e\x02\xf8\x08\xe0\x23\x80\x8f\x00\x3e\x02\xe8\xcc\xa1\x33\x87\xce\x1c\x3a\x73\xb8\xe0\xe0\x82\xeb\x42\x17\x5c\xc7\x75\xe6\x9b\xd0\x82\xb7\xc3\xbd\x15\xbc\xbe\xfc\x5d\xc3\x34\x66\xea\xcb\x45\x4e\x48\x2b\xb3\xaf\x36\xfa\x83\xd6\xdf\xcf\x8d\x96\x95\x9c\xf1\xc3\x73\xec\xaf\x87\xd8\x8b\xfd\x36\xdd\xfe\xa5\x90\xd1\xfd\x8e\x14\x91\x25\x73\x7a\x61\x89\xcf\x95\x5c\x20\x69\x22\x47\xec\x65\x04\x5f\x2a\x19\x93\x4e\x7d\x25\x62\xaf\x8f\x06\xab\x56\xfe\x8e\xb2\x13\xf1\xbb\xf9\xed\x04\x62\xb7\x52\x4a\xe6\xe6\x95\x5c\x97\x2b\xde\x33\xd7\x82\x4f\x1e\xe9\x3b\xdc\x1f\x70\x1f\xee\x3b\xd9\xad\xbc\x62\x74\x75\xda\x7f\x8c\xc7\x58\xb4\xce\x99\xa2\xe4\xaa\x06\x38\x52\x49\x42\xcd\x8f\x54\x92\xf0\x18\xc1\x63\x04\x8f\x51\x0f\x79\x8c\x90\x4a\x12\xa9\x24\x41\xea\x41\xea\x41\xea\x41\xea\xbb\x82\xd4\x67\xc6\x28\xc1\x46\x62\xf1\x9d\x21\xd6\x5f\x96\x2a\x57\x22\xb7\x73\xa9\xa4\x51\x8b\x79\x25\x17\xeb\xd7\x7f\x88\x1b\xe6\xfa\xa7\x42\xa1\xcc\xab\xe9\x32\x7b\x3a\xf6\x94\x75\xc5\x84\x51\x57\xa1\xb1\xd4\xa7\x44\xeb\x95\x2b\x51\x2d\xab\x94\xe5\x91\xa8\xb6\x9e\xbd\xa2\xf7\x17\x9f\xf3\xca\xd2\x9a\x80\xbc\x65\x55\xe1\x6d\x13\xdb\x65\xe1\x06\xe7\x1d\x90\xde\x12\xe9\x2d\xb7\x09\x2f\x45\x7a\xcb\x76\xa4\xb7\xfc\x9f\x23\x74\x46\xe4\x5e\x94\xca\x05\xf9\x35\x15\xb9\xc4\x7b\xcb\xce\xc0\x38\x9a\x5d\xd7\x2a\xca\x9a\x59\x96\x13\x88\x19\xc0\xf2\xc3\x23\xec\x4b\x7d\xb4\xa7\xea\xfa\xe5\x8d\x64\xe4\x80\x2a\x4b\xb9\x9a\x25\xf2\x24\x2f\xcc\x5c\x7c\x4e\x59\x85\xc5\xf9\xc9\x29\x67\x11\x4b\x49\xaf\x93\x83\x95\xe8\x66\xde\x12\xf2\xde\xb6\xf1\xff\xb3\xf7\xff\x71\x6e\x5c\xe7\x7d\x2f\xfe\xc2\x2e\x69\x92\x8f\x28\x8b\x3a\xb2\x2c\x11\xa2\x24\x08\x94\xb8\xbb\xe0\x2e\x96\x58\xfe\x5e\xfe\x04\x76\x97\xe4\x82\x2b\x72\xb5\x4b\x91\xb2\x2c\x92\x9a\x05\x86\x20\x48\x2c\x06\x9e\xc1\x2e\xcd\xf6\xa5\x36\xb5\x5e\x89\x9d\xc4\x76\x13\xf9\x47\xdc\xd8\xdf\x7c\x7d\x9d\x5e\xc7\xba\xd7\xd7\xae\x63\xa7\x4d\xed\xd6\x71\x53\xff\x50\xa3\x5c\xd9\xa9\x93\xba\x69\xea\xdc\x38\xb5\x6f\x6b\xa7\xbd\x37\x89\x93\xd8\x71\x93\xf8\xbe\xe6\x9c\x33\xbf\x80\x01\x06\x8b\x05\xb0\x58\xe2\xf3\x8f\x5e\xd4\x62\xe6\xcc\x99\x33\x33\xcf\x39\xe7\xfd\x7c\x9e\xe7\xd1\x05\x15\xbc\x49\x79\x4e\x05\x33\xa4\xd0\xd5\x5a\x54\xd0\xe9\xfa\x88\x0d\x6c\x1c\x40\xe8\x1d\xde\xe5\x44\xbc\xd6\xdd\x59\x78\xb0\x10\x4c\xff\xa6\xd9\x69\x49\xff\xfc\x1e\x9e\x95\xaa\xbb\xc6\x75\x3c\x90\xf0\xc6\xc3\xfe\x30\xf2\x75\x6c\x43\x4e\x2d\x53\xf8\xdd\xe4\xf3\x80\xe3\xba\x5a\x2a\x28\x19\xb5\xd1\x67\x6c\x1d\xbf\x26\x8f\x39\xb5\x44\x06\xbd\xa5\x22\x52\xa4\xfd\x4f\x13\xc2\x45\xc4\x95\x34\x19\x57\xf2\x53\x7d\x6b\x61\x7e\xe8\x96\x88\x42\x29\x51\xd1\x89\x42\xe9\xc8\x85\x83\xfc\x25\xdd\x62\x10\x4b\x4b\x65\x8a\x7d\x71\x9b\x8f\x41\x7c\x4c\xaa\x18\x94\xda\x36\x70\x44\x1c\xb2\x36\x26\xb0\x3d\xc1\x28\xb0\x70\x01\x16\x0e\x82\xe8\x8e\x08\xa2\xa1\x84\x83\x12\x0e\x4a\xb8\x76\x29\xe1\xd2\x9f\x0b\xb5\x58\x0e\x34\x27\x62\x54\xcf\xd2\xb4\x2b\x46\xb5\xcd\x12\xa3\xce\xae\x21\x22\xfe\x6b\x88\x2d\x6c\x93\x78\x28\x94\xfa\xe6\x56\x9f\x65\xc4\xc1\x92\xa2\x97\xf3\xdc\x17\x2c\x36\xfb\x8d\x6e\xb0\x86\x4b\xe6\xfe\xbe\xe3\x6b\x8b\x87\x2a\x1b\x1a\xe1\xfd\xd8\x6d\xfe\x73\x7c\x87\xfb\xc7\x45\x55\xcf\xa9\xee\x5f\x77\xb9\x7f\x35\xca\xba\x52\x56\x73\xf9\xcc\x48\xd5\x71\x9e\x56\xcc\x7f\xdf\x96\xbf\x9a\xbd\x4c\x9d\xa3\x19\x4a\x57\x6c\xed\xc6\xe9\x50\x13\xaf\xd1\x2c\x57\x50\x60\x45\x13\xb0\xa2\xf9\x64\x3f\x7d\xbc\x9f\xbd\xdc\x1f\xfe\xa8\x3d\x2d\xbc\xd8\xdf\x3b\x7b\xb6\x0a\xa7\x93\x39\xce\x5c\x44\xc1\x1d\xa3\xe6\xcb\xe9\x48\xa9\x06\x6b\xbc\xb8\x43\x7c\x76\x13\x9a\x1b\xa5\xc0\xcf\x34\x97\x71\xe2\x6c\x7e\x04\x5f\x52\x19\x91\xc1\xb4\xa1\x15\x67\x85\xa6\xe8\x49\xf3\xb3\x90\xff\x9e\xb7\x3e\x16\xe7\x8f\x43\xb5\x37\x93\xa9\xd7\x42\xf4\x6a\x88\xbd\x12\x0a\x7f\xc9\x66\x93\x1f\x0b\x9d\xd2\xf4\x0c\x5f\xed\xe5\x34\x3e\xec\x5a\x24\x7a\xcd\xfc\x53\x34\x92\xf4\xdc\x05\xa7\xce\x62\x61\xb6\x64\x38\xea\x89\x11\x25\xc3\x6f\x9c\x6b\x52\x0a\xf9\x8c\x9c\x78\xd5\x42\xd6\x88\x68\xb7\xe4\x98\x0a\xcd\x46\x49\xd5\x4a\x05\x35\x1e\x11\x57\xe4\x22\x30\xeb\x59\x72\xfa\xeb\x3b\x00\xf6\xe5\xa3\x1b\x79\xb7\x3c\x82\xa6\x75\x4d\xed\x56\x30\x89\xd4\x9b\x8b\xea\x48\x08\xf9\x08\x52\x7a\x8a\x26\x58\x32\x7a\xc2\xf6\x20\x3d\xee\xf6\x39\xd5\xba\x7e\xb5\x23\xaa\xe5\xca\xd8\x6f\x0f\xd0\xa3\x16\x76\x2e\x19\x8e\x3e\x56\x57\xf9\xd7\x62\xa8\x65\x83\x7d\x61\x80\x7d\x66\x03\x6d\x32\x0f\x30\x67\xc5\x65\xe9\xca\x2d\x66\xf3\xcb\xf9\xec\x92\x52\xf0\x48\x62\x6d\xd9\xc4\x9c\x68\x61\x5e\x2d\xb7\x44\x11\x1b\x8f\x0d\xdd\x12\x93\x6a\xc9\xb8\x98\x70\x1a\x9f\xc9\x1b\xe5\x53\x9a\x9e\x2c\x14\x6c\x9d\xab\x01\x91\x6b\xf5\x82\xeb\x5c\xf0\xf7\xb0\x9b\x0d\xd9\x2f\x79\xc9\x90\x0b\x2c\x67\xa4\xbd\x4b\xaa\x9d\xfe\x6f\xfc\x56\x46\xfc\x46\x79\xee\x23\x28\x5e\xa1\x78\x85\xe2\x15\x8a\x57\x28\x5e\xa1\x78\x85\xe2\x15\x8a\x57\x28\x5e\xa1\x78\x85\xe2\x15\x8a\x57\x28\x5e\x3b\xac\x78\x85\xba\x14\xea\x52\xa8\x4b\x7b\x58\x5d\xfa\x9b\x5b\x69\x5e\x62\x3e\x49\x86\x78\x2b\x8e\xba\x94\xd7\x86\xab\x15\x15\x5f\xd0\x32\x4a\xc1\x58\xe2\xd6\x4a\xc9\x64\x54\xc3\x30\x77\x14\xea\x2d\x83\x7d\xef\xae\xe8\x8f\x36\xd2\xfd\x9e\x46\xaf\xca\xd6\xc2\x8f\xd9\x99\xa9\x67\xcc\x06\xe6\x45\x03\x49\xde\xc0\x1c\x6f\x20\x76\x54\x1c\x92\x74\x9f\x7f\x51\x9c\xee\x84\xad\xd7\x3a\xbb\xc5\xa2\x9c\xcb\xf4\x66\x7a\x53\x85\xf3\x6a\x9a\x4e\xd7\xcc\xd3\xeb\x1d\x49\x79\xd3\xf1\x5a\x9d\x4d\xff\x7a\x1f\x3d\x2f\x1c\xad\x6f\xa2\x4b\x2e\x47\xeb\x59\x6a\xdd\x45\x6a\x93\xf8\x67\x05\x70\x9c\xa7\xa7\x38\x70\x6c\xe9\x45\xaf\x0a\xa1\xda\x33\x74\xd1\x11\xaa\xb5\xf2\x02\xc1\x99\xd6\x79\x2e\xe2\x1b\x6f\x09\x46\x9c\xe7\xd8\x8c\x85\x38\x7d\xbe\x03\x89\x3c\x6b\xde\x68\x55\x2d\xc5\x34\x1c\x94\xf5\x1d\x94\x69\x88\x4a\x6b\x88\x4a\xd7\x5f\x48\x11\xfb\xeb\x41\x3a\x20\x26\x91\xa2\x96\x55\x9d\xb9\x43\x29\x94\xae\x2b\xb6\xe3\x68\xa9\x68\xce\x9d\x99\x82\x62\x18\xaa\x1d\x9a\xf0\xf9\x41\xf6\x83\x0d\x74\xb7\x79\xde\x55\xeb\x84\xf0\xa7\x1b\xc9\xa8\x32\x27\xda\x9b\x30\xdb\xeb\x8a\xd4\x2a\x0f\xf3\xcb\x9d\xd3\xb2\xea\x45\x79\x23\xee\x2e\xc2\xf5\x54\xed\x7a\xba\x1c\x6c\x97\xc7\xd9\x21\xe9\x6e\x72\x8d\xa5\xdb\xde\x8a\x91\xb6\x9c\xb0\xae\xf7\xaf\x9e\xef\x55\xa4\x6f\x81\x17\x0a\x5e\x28\x78\xa1\xe0\x85\x82\x17\x0a\x5e\x28\x78\xa1\xe0\x85\x82\x17\x0a\x5e\x28\x78\xa1\xe0\x85\x82\x17\xaa\xc3\x5e\xa8\xc3\x74\x90\xed\x8f\xee\xb5\x91\xc7\x83\x6e\x0d\xac\x7b\xe3\xd7\x7e\xdd\x2b\x1c\x58\x70\x60\xc1\x81\xb5\x8e\x1c\x58\xef\x8d\xd1\x93\x82\x3d\x8a\x90\x3a\xdb\x65\x15\x94\xce\x39\x9b\x37\xf4\x25\xbe\xb3\x5f\x58\xca\xe6\xd4\xb2\x8d\x24\x7f\x73\x88\xbd\xb4\x91\x5e\x2f\x9a\xb3\x7d\x56\x9f\x6d\x30\xcb\xf3\xa4\xdd\x6c\x8a\x37\xdb\x15\x68\x52\x0c\x86\x88\x18\xac\xf2\xa2\xf9\x74\x1a\xb0\xb2\x1a\x56\x5e\x09\x86\x95\x47\xd8\x61\xc9\x21\xc5\xcb\xe3\xe4\x7b\xae\x1c\xe0\x6a\x8f\x11\x68\x25\x68\x25\x68\x25\x68\x25\x68\x25\x68\x25\x68\x25\x68\x25\x68\x25\x68\x25\x68\x25\x68\x25\x68\x65\xb7\xd1\xca\x93\x74\x9c\x1d\x8d\x8e\xdb\xb4\xf2\xd1\x8a\x2c\xd1\x95\x7b\x3d\x64\x8d\x06\x16\x05\x16\x05\x16\xed\x28\x16\xfd\xbd\xdd\x94\x12\x58\x54\x5f\x50\x32\xf1\xba\xe2\xfe\x4c\x61\xc9\x28\x9b\x7b\xab\x82\xba\x90\x2f\x66\xf3\xc5\x9c\xcd\x42\xdf\xbd\x9b\x7d\xa1\x9f\xb6\x9b\x6d\x24\x7d\xa5\xfc\x4f\xf8\xa5\x90\x16\xed\xcd\x69\x05\x35\x25\xda\x8b\xc5\xcd\xc3\xe6\x2a\x5b\x91\x28\xb2\xfa\xf8\x16\xe7\x8f\xbe\x46\x67\x05\x2e\x9c\xa4\x14\xc7\x85\x47\xa9\x4e\xf2\xa9\x38\x1f\x31\x4b\x7b\x5e\xdd\xb9\x40\x52\x58\x0a\x26\x85\x4f\xb2\xb3\x55\x04\x50\xa2\xc3\x9a\xcf\xcb\x4a\x6c\x56\xdd\xa1\xa0\xdc\xd0\xbf\xbc\xa5\xde\x23\x1c\xac\x91\x24\xba\xfa\x29\x26\xe4\x91\x6b\xf5\x20\x57\x9a\x46\x2c\xe8\x49\x22\x8d\x18\x52\x3f\x37\xa9\xd2\xff\xf5\x50\x6b\x6d\xca\xac\x08\x95\x99\xa6\xd3\x4e\xa8\x4c\x7b\xad\x54\xfd\xf4\xc9\x9d\x37\x62\xb1\xd7\xb6\xd5\xb3\x52\x0f\x39\x99\x9b\xab\x0d\xd3\x1e\xf1\xe3\x9a\xd9\x25\xa4\x6d\x46\xda\x66\xa4\x6d\x46\xda\x66\xa4\x6d\x46\xda\xe6\xde\x4c\xdb\xdc\xf9\x3d\x4f\x70\xea\xe6\xdf\xd8\x5a\x6f\x41\x91\x08\xca\xe1\x5c\xbd\xcc\x18\xe5\x39\x3b\xd7\x62\x95\x81\x04\xce\xbd\xb6\xb6\x41\x02\x67\x24\x70\x5e\xe3\x04\xce\x1d\xc6\x66\x41\xa9\x92\x1b\x9c\x63\x9a\x9f\x52\xaa\xb3\x38\x9c\xa0\x63\xec\x48\xf4\xb0\xed\xa8\x79\xc4\x93\x9c\xb9\xaa\x85\x0e\xa4\x65\xfe\xe6\x10\xed\x1f\x55\x4a\xf9\xd1\xe5\x9a\x49\x59\x0c\x55\x5f\xce\x67\x54\x25\x93\xd1\x96\x8a\x8e\xac\xf5\x97\x87\xd8\x5f\xf6\xd1\xa6\x8c\xa6\xab\xbc\x12\x92\x0f\xb8\x9d\x17\x67\x26\xc5\x99\xb1\xa8\x79\xc8\x84\xa6\xab\x17\x5d\x6a\x51\xef\x31\x2d\x06\xb5\x97\x6b\xe7\x29\x49\x89\x57\xf1\x08\x1d\xe6\xaf\xe2\x5e\x4a\xd0\x68\xcd\x57\xd1\xbc\x49\xbe\x78\xf1\x74\x36\x98\x7c\xe4\xd4\x32\xdd\x98\x0d\x7e\xcd\x46\xd8\x6e\xf9\x9a\x45\xa3\xf2\x7d\xf2\x5e\xca\x93\x12\x39\xfc\xe5\xcd\xce\xb8\x3f\xee\x4f\x5b\x2b\x86\xfe\x09\x79\x54\x27\x47\x3f\x65\x2e\x3f\x93\x15\x73\xfc\xca\x47\x19\x53\x3b\xa0\x6a\x93\x50\xf5\xa3\x21\x3a\x2d\x38\xe8\x49\x3a\xee\x70\xd0\x66\xbe\xf5\x8e\x18\x92\xc6\x2c\x45\xa0\x7d\x70\x4c\x49\x50\x4d\xbb\x1f\xde\xe3\x18\x92\x07\x6c\x20\x5a\x61\x3b\x1e\x17\x3f\x74\xd4\x74\x00\x80\x02\x80\x02\x80\x02\x80\x02\x80\x02\x80\xae\x18\x80\xfe\x4a\xa8\x15\x93\x32\x9d\x11\xd8\x33\x49\x27\x5c\xd8\xb3\xa5\x6b\x87\x95\xcd\xfb\x2b\xd8\x21\x34\x00\x33\xff\xe2\x2e\x67\xea\x1f\x09\x40\x97\x15\x0b\x82\x9d\x7c\xff\xdc\xa9\xf5\x00\x50\x65\xaf\xad\x42\x80\x2a\x81\x2a\xd7\x18\x55\x5e\x6e\xc9\x0c\xd2\x79\xbb\x1f\x58\x1e\xee\x08\x1d\x66\x07\xa3\xfb\x6d\x02\x19\x76\x13\x48\x6f\xcb\x77\x82\xce\x9c\xbd\x1a\xa3\x13\xde\xb2\x73\x35\x28\xa7\xf9\x25\xeb\xe6\xea\x46\xd7\xd5\xe5\x3c\x97\x22\x5b\xa4\xf3\xed\x31\xf6\xf6\x7e\xa7\x2c\x9d\xaf\x44\xd5\x3e\x7b\x4e\x9e\x1d\xdb\x65\x1e\x26\x8a\xc8\x39\x93\x64\xf5\x71\x2d\x26\x9e\x0a\x9d\x12\x2f\xee\x09\x3a\xc6\x5f\xdc\x83\xb4\x9f\xf6\xd6\xce\x8f\x5c\x2a\x89\x22\x87\x55\xfd\x5a\x85\xde\x8b\x53\xcf\x8b\xc1\xef\xf6\x5e\x96\xf0\xad\x7b\x68\x97\x84\xf3\xe9\x55\xf8\x8f\x36\x3b\x4f\xa2\x96\xd2\xb4\xfa\x61\x0c\xc9\x23\x3b\xfd\x3c\x52\xd3\x74\x9a\xa6\x2a\x16\x0f\xcd\x3d\x10\xac\x1b\xc0\x41\x9b\xe4\xa0\x9f\x08\xb5\xcc\x2a\x9c\x15\x3c\x75\x92\x52\x0e\x4f\x5d\x03\x13\xc3\x25\xa5\x8d\x99\x98\x86\xcc\x8a\xdb\x0e\xc5\x7e\x71\x9b\x63\x62\x5c\x32\xd1\x6a\xab\x32\x28\x7e\xec\xb8\x51\x01\x1d\x05\x1d\x05\x1d\x05\x1d\x05\x1d\x05\x1d\xed\x4d\x79\x68\x9b\xa6\xfe\x06\xb8\xe9\x4f\x6d\x75\x16\x07\x81\x92\xcf\xea\x25\xc3\x40\xc9\xa9\x2d\xde\x99\x15\x03\xf8\x69\xaf\xad\x53\xc0\x4f\xc1\x4f\xd7\x98\x9f\x76\x0e\x43\x05\xaa\x3c\xdb\x34\x55\x04\x68\x39\xab\x4e\xbe\x23\x68\xea\x77\xb7\xd3\xb1\x86\x68\xaa\xae\xf2\xef\xca\x70\xd2\xa0\x8e\x1a\x19\xa5\xa0\xb2\x5f\xd9\xce\xfe\xba\xcf\x99\x41\x39\x24\x8d\xf0\x9f\xac\xa1\x73\xa6\xcf\x39\xd1\xc8\xbc\x5a\x8e\xed\xf4\x83\xa9\xce\xef\xf3\x66\x03\x2d\x26\xa9\x6f\xa6\x93\xe2\x15\x3e\x4c\x07\xf9\x2b\x9c\xa0\x51\x1a\xa9\x57\x69\x4e\x33\xef\x23\x5f\xcc\xf1\x75\x8c\xd9\xa3\xd6\x3a\x00\x5c\x57\xb0\x3c\x01\xfc\x22\x9e\x05\x4c\x40\xe4\xfe\x97\x5d\xf4\xd4\x62\xa2\x0d\x0c\xff\xae\x1a\xf8\xb4\xad\x4f\x20\x35\x41\x49\x3a\x51\xb1\x70\x58\xe9\x23\xc0\x6a\x01\xd4\xb4\x49\x6a\xfa\x91\x50\x0b\x2c\xc0\x94\xe0\xa5\xc7\xe9\xa8\xc3\x4b\xdb\x60\x48\x02\x48\x69\xcb\xed\x4c\xea\x87\x77\x39\x86\x64\xac\x6a\x1b\x14\x6c\x51\x1e\xf7\xdd\x07\xb5\xcd\x9e\x60\x13\xd4\x6b\x66\x0d\x9b\x20\x6c\x82\xd6\x78\x13\xb4\x3e\x57\x90\x81\x12\x92\x31\xda\xc3\xe2\xd1\x61\x7b\xdf\x72\xaf\x47\x42\x62\x36\x78\x47\xec\x75\xde\x3e\x48\x7b\xc4\x5e\xc7\xc8\x5c\x57\xb3\x4b\xfc\xb9\xd8\x99\xce\x64\x39\x88\x92\x9e\xd7\xf4\x7c\xf9\xb6\xac\x42\xcb\xfe\xfd\x00\xfb\xf2\x06\xba\xdb\x39\xc3\x9c\x1f\x6f\xcb\x64\xa3\xc5\x6c\x7e\x39\x9f\x5d\x52\x0a\x9e\xa2\x0f\x76\x62\xdf\x59\xd9\x56\xeb\x2a\xd0\xc6\x63\x51\x7e\xc2\xbc\xdd\x9d\x8b\x09\xcf\x55\x66\xf2\x06\x6a\x33\xac\xb6\x36\x43\xd5\xeb\x61\x95\x69\x70\x8f\xb4\xf7\x1b\xdb\xe9\xff\x8d\x6d\x65\xc4\x6f\xdc\x7c\x9a\xa8\xcf\x80\xfa\x0c\xa8\xcf\x80\xfa\x0c\xa8\xcf\x10\x34\x2c\xa8\xcf\x80\xfa\x0c\xa8\xcf\x80\xfa\x0c\xa8\xcf\x80\xfa\x0c\xa8\xcf\x80\xfa\x0c\xad\xae\xcf\x80\xda\x07\xa8\x7d\x80\xda\x07\x3d\x5c\xfb\xe0\x4f\x63\x74\x34\x20\x47\x96\xe5\x40\x29\x96\x97\xb5\xc2\xd2\xa2\x9a\x29\x28\xf9\x45\x3b\x80\xec\x93\x31\xf6\xf3\xfd\x4e\xb8\xf5\xa0\x4f\x00\xd9\xac\xdd\xc0\x45\xde\xc0\x84\xd9\x40\x6c\xc8\x2f\x63\x96\xef\xa1\x2d\x16\x3f\x64\x6b\xe7\xbb\x99\x16\x34\x2e\x45\x27\x39\x8d\x1b\xa7\x43\x74\x20\x30\x30\xd2\xb7\xcf\x0d\x46\x92\x5d\x0a\x86\x71\xfb\xd8\x98\x7f\x02\x1c\x49\xe2\xfc\xae\x4e\xe1\x3f\x75\xa5\xd1\xda\xed\x1f\x4a\xe6\xff\x58\x86\x6b\x64\xd3\xea\xc0\x93\x49\xcd\x50\x9a\xce\x54\x38\x12\x9b\x7e\x02\x70\x23\x42\x1d\xd1\xa4\x3a\xe2\x33\xa1\x16\x5a\x02\x3a\x27\x64\x12\xa7\x69\xca\x91\x49\xac\xa6\xbd\x55\xea\x25\x1a\x33\x39\x8d\x99\x19\x4f\x68\xd9\x07\xb7\x39\x26\xe7\x11\x3b\xb4\xcc\xdf\xca\xec\xf6\xcf\xbb\xd5\x09\x23\x83\x00\x33\x04\x98\x21\xc0\x0c\x01\x66\x08\x30\x43\x80\xd9\x8a\x03\xcc\x7e\xad\xa5\x2b\x83\xf3\x22\xba\xec\x0c\x9d\x72\x45\x97\xb5\x73\x69\x10\x18\x02\xd6\xb6\xd5\x41\xea\xe7\xb6\x3a\xab\x83\x7d\x01\xb1\x65\xfe\x6b\x86\x98\x6f\x6a\xae\x36\x2f\x19\x20\xae\xec\xb5\x85\x0a\xc4\x95\x10\x57\xae\xb1\xb8\xb2\xa3\x84\x2a\x30\xc8\xac\x5d\x53\x42\x3a\x45\x27\xd9\xf1\xe8\x51\x5b\x38\xf9\x98\xa7\x38\xb4\xdf\xf9\x77\x84\xf8\xf2\xfd\x43\x4e\xa0\x59\x5e\x57\x73\x79\x3e\x37\xf8\xd4\x9a\x15\x32\x4c\x29\xb4\xca\xdb\x58\xf6\x05\xf6\xbb\x83\xec\x1f\x6f\xa4\x07\x2a\x4e\xb7\xab\xf5\x7c\x2a\x24\x09\xb8\x4b\x89\x59\xb4\xf6\x1d\xda\xb5\x88\xf9\x80\x22\xc9\xd9\x69\x99\x12\xad\x25\x72\xcc\x61\xc7\x85\xcc\x77\x3a\xd2\xe1\x98\x2f\xab\x8b\x8e\x69\x1c\xf0\xc8\x11\x5c\x6d\xc7\x63\x4f\xdc\x12\x31\x13\x9e\x3b\x92\xc5\x82\x9c\xae\x42\xcf\xb9\x92\x20\xd1\x5b\xe2\xfb\x55\x83\xbf\xdf\x14\x3b\x69\x07\x89\xfa\xbd\x92\xd5\xe5\x3e\xc4\x47\xee\x3c\x19\x48\x3a\x21\xe9\x84\xa4\x13\x92\x4e\x48\x3a\x21\xe9\x84\xa4\x13\x92\x4e\x48\x3a\x21\xe9\x84\xa4\x13\x92\x4e\x48\x3a\x3b\x2d\xe9\x3c\x48\xfb\xd9\xde\x68\xc2\x26\x22\x6f\x74\x53\x15\x67\xc3\xd6\xfe\xfa\x8b\xd0\x82\x42\x0b\x0a\x2d\xe8\x3a\xd2\x82\xbe\x38\x44\x49\x01\x26\x85\xeb\xd4\x09\x05\xaf\xa5\x0c\xd5\xb2\xd9\xbc\xa1\x2f\xf1\x2d\xfd\xc2\x52\x36\xa7\x96\x0d\xf6\xaf\x07\xd9\x57\x37\xd0\x16\xd1\xc4\xd5\xe5\x44\xf8\x1f\x36\x18\x22\xae\x65\x27\xed\xc6\x52\xbc\xb1\x16\x05\x8a\xc7\xf9\x09\xc2\x99\xeb\x71\x1d\x56\x5f\x11\x41\xe3\xfe\x90\xb1\x91\xa0\xee\x1b\x6f\x0a\x06\x8d\x07\xd8\x3e\x09\x1a\xc5\xfb\x61\x39\x0b\xaa\x9f\x84\xd7\x55\x00\xb8\x08\xb8\x08\xb8\x08\xb8\x08\xb8\x08\xb8\x08\xb8\x08\xb8\x08\xb8\x08\xb8\x08\xb8\x08\xb8\x08\xb8\xd8\x59\xb8\xb8\xfe\xe4\x56\xa0\x90\xa0\x90\xa0\x90\xeb\x88\x42\x7e\x67\x0b\x45\x6b\x45\xa4\xbf\x30\x6a\x05\xad\xb0\xcf\x6f\x09\xff\xb0\xdf\x27\xc6\xd9\x3a\xa0\x3a\x43\xb3\x0d\xfe\x62\x8f\xf8\xc7\x38\x9f\x92\xa7\xb6\x38\xe0\xf0\x24\x1d\xa7\xa3\x15\x0a\xfe\x61\x8a\x05\xaa\x76\xed\x7e\xa5\x3f\x14\xa2\x63\x02\xf9\x1d\xa0\x7d\x1c\xf9\xc5\x69\x45\x2d\x88\x8a\xbf\x09\x5e\xf1\xd7\x8e\x41\x5d\x69\x1b\x41\x8c\xf0\x6c\x30\xfe\x1b\x64\xbb\x04\xf0\x73\x5a\xf5\x8f\x6d\x0f\x08\x62\x4d\x23\x8a\xa1\x7e\x14\x43\x1a\xb1\xdd\x35\x62\xbb\x0f\xd0\x3e\x36\x16\xdd\x63\xaf\x60\xee\x77\xbb\x47\xed\xd7\xb2\xfd\xde\x51\xf6\x5b\x83\x14\xb7\xec\x5c\x5d\x2f\x8b\x5a\xcc\x96\xb4\x7c\xb1\x6c\xb0\x5f\x18\x64\x2f\x6f\x70\x6c\xde\x52\x63\x8e\x95\x29\xeb\xfc\x96\xe6\xdd\xad\x8c\xc3\xb2\xaf\x02\x17\xca\x2a\x5c\x28\x8d\xd9\xd0\xca\x58\x0b\x7b\xec\xe1\x34\x81\xd3\x04\x4e\x13\x38\x4d\xe0\x34\x81\xd3\x04\x4e\x13\x38\x4d\xe0\x34\x81\xd3\x04\x4e\x13\x38\x4d\xe0\x34\x81\xd3\x04\x4e\x13\x38\x4d\xe0\x34\xb9\x43\x9d\x26\xff\xb3\x8f\xb6\x0b\xe9\xb6\xfa\xd6\xb2\x5a\xe4\x8f\xca\xce\x23\xc1\xbe\xd9\xc7\xfe\x53\x1f\x31\xe7\x27\x3b\x55\xc4\x03\x39\xb5\xec\x9d\xca\xc5\x2d\xc4\x22\x39\xb5\x3c\x65\x1f\xef\x24\x62\xb0\xb6\x8f\x46\xeb\x9c\x24\x55\x0d\x8d\x57\x35\x34\xde\x48\x43\xe9\x12\x3d\x2d\xa8\xde\x39\x9a\xe1\x54\xef\x14\x4d\x52\xaa\x09\xaa\xe7\xba\xcf\x99\xbc\x11\x88\xf6\xd8\x4b\x43\xa2\x9c\x5a\x9d\x24\xca\x62\xf7\xbe\xa8\x94\xec\x24\x1e\xdf\x1c\x64\xdf\xea\x73\x60\xee\x0e\x9f\xc4\xc9\x13\xfc\xa4\x27\x95\x52\xec\x61\xbf\x64\xc9\xf6\xcf\x2d\x4e\x90\xfc\x4c\x73\xde\x26\xbb\x3b\xab\xc8\x50\xca\x93\x22\x37\x07\x41\x9d\xcb\xbb\x21\x68\xf8\x63\xae\x44\xc8\x8f\xfa\x27\x42\x76\x86\x39\x52\x23\xf9\x71\x9b\x46\xba\x69\xd7\xa0\xdd\x1f\xa4\xf3\x42\x92\xe3\x26\x1d\x61\xcd\x3a\x95\x9d\xef\xac\x79\xa7\x72\xe3\xa6\x62\x25\x4e\x65\x7f\x0b\xd0\xb0\x53\x39\xf6\xb7\xf7\x38\xa6\x82\xd9\x09\x8c\x1d\xeb\xf0\xa8\x7f\xd2\xe2\x76\x19\x07\x24\x2a\x46\xa2\x62\x24\x2a\x46\xa2\x62\x24\x2a\x46\xa2\xe2\x15\x27\x2a\xfe\x5c\x88\xe6\x44\x76\xe1\xb3\x34\xed\xca\x2e\x7c\x8c\x8e\xd0\xe1\x26\x26\x91\xf9\xb2\x52\x5e\x32\x6a\xe7\xa5\x9c\x11\x4b\x89\x29\x9a\xe0\x4b\x89\xd5\x5d\xa6\xf1\x74\xc5\xad\xdc\x2a\xa4\xfe\xe8\x2e\x57\x1d\x9b\x80\x14\xc5\xce\xaa\xe0\x11\xdf\xb4\xc4\x6d\x58\x14\x20\x15\x71\xaf\x2d\x45\x90\x8a\x18\xa9\x88\xd7\x38\x15\xf1\x33\xb5\x4d\xfe\xea\x76\x8f\x0d\xa7\x1f\x6e\xa5\x89\xaf\xaf\xfe\xb4\xcf\xb9\x23\xd2\x0c\xff\xda\x20\xed\x95\x69\x86\x97\xca\x9a\x91\x51\x0a\xf9\x62\xce\x11\x9b\xf2\xa7\x68\x7e\xb4\x85\x92\x96\xb5\x8e\x50\x75\x83\xfd\xed\x00\xfb\xb3\x0d\xf4\x7a\xd7\x49\xe6\x7c\xf8\x62\xa8\x31\xb1\xe9\x19\xbb\xd9\x59\x2d\x9b\xb4\x9b\x6d\x91\xf4\x54\x68\x38\x93\x4e\xd7\x2e\x26\x6a\x5c\x70\x26\x6f\x94\x4f\x69\x7a\xb2\x50\xb0\xe7\xe4\xd6\x21\xeb\x5e\x53\xa5\x2e\x04\x7f\x82\x27\xd8\x31\xf1\xe1\xd5\x78\x1e\x7e\x48\xc6\xf5\x8a\x41\xac\x0a\xb1\x2a\xc4\xaa\x10\xab\x42\xac\x0a\xb1\x2a\xc4\xaa\x10\xab\x42\xac\x0a\xb1\x2a\xc4\xaa\x10\xab\x42\xac\xda\x69\xb1\x2a\xa4\xa4\x90\x92\x42\x4a\xda\xc3\x52\xd2\x6f\x3c\x4f\x53\x92\x1b\x66\xcd\xa5\x6c\x5e\x2b\xfa\x17\x29\x1b\xe5\xbb\x45\xc5\x5c\xa3\xdc\x52\x17\xae\x6b\xda\x4d\xcf\xae\xcf\x60\xef\x7a\x9e\xbd\x34\x40\x0f\xfa\x36\x73\x75\x39\x11\x3e\x2a\x16\x91\xba\x9c\xfe\x2c\xfb\x68\x55\x28\xbb\x68\x37\x7f\x49\x34\x3f\xe1\x6e\x3e\x76\xd8\x3c\x3b\xe9\xd7\xf6\xc5\x44\xfd\x53\xbb\x9c\x03\xa6\x80\xc2\x80\xc2\x52\x40\x61\x40\x61\x40\x61\x40\x61\x3d\x83\xc2\x52\x5d\x83\xc2\x5a\xde\x93\xa6\x51\x58\x0a\x28\x0c\x28\x0c\x28\x0c\x28\x0c\x28\xac\xf3\x28\x2c\xd5\xd3\xe4\x2a\x05\x72\xd5\x3e\x72\x95\xea\x76\x72\x95\x5a\x87\xe4\x2a\xfd\xb6\x10\xe5\x84\x80\xea\x79\xba\xc2\x05\x54\xcf\xd0\x45\xba\x50\x53\x93\xe8\xcf\xb7\x96\x13\xf1\xfa\xf8\xa8\x91\x90\xe0\x1b\x8f\xf8\xeb\xaa\x36\xb1\x8d\x42\x52\xf5\xf7\x82\x25\x55\x97\xd8\xd3\x7e\xa2\xa9\x3a\x50\x4e\x6a\x1f\xeb\x77\x9f\xa2\xdf\xa5\x3a\x50\x6e\x40\x4c\x6b\x11\x25\x88\xbf\x1d\x11\x07\xae\x2d\x81\x13\xc0\xec\x1a\x65\x69\xa1\x42\x98\x3e\x47\xb3\xad\x7e\xf0\x10\xac\x23\xd8\xb6\xc9\x60\xdb\xaf\xf7\x51\x46\x98\xa6\xe7\xe8\x59\x6e\x9a\x78\x74\x67\xab\xdf\x50\xba\x2e\x42\x72\x15\xba\xea\x84\xe4\xb6\xe7\x4a\x79\x11\x5d\xb4\x40\xcf\xbb\xa2\x8b\xda\x73\xa9\xe6\x6d\x6d\x49\x6b\xdc\xd6\xb6\xcc\xbe\xba\x8d\x76\xec\xd7\x47\xea\xd8\xda\xbd\x32\x7a\xcc\x15\x8a\xa7\x5d\x0b\xb2\xbb\x53\xe2\xa4\x1a\x76\x77\xc2\x6e\xaa\xa3\x16\xb8\x3d\xb1\xca\x60\xe0\x60\xe0\x60\xe0\x60\xe0\xbd\xc3\xc0\xb1\xc2\x0c\x58\x61\x76\x8f\x93\x00\x79\x22\x3a\x92\x27\x02\xbe\x18\xf8\x62\xe0\x8b\x81\x2f\x06\xbe\x98\x9e\xf6\xc5\x20\x5d\x10\xd2\x05\x21\x5d\x50\xbb\xd2\x05\xc1\xd5\x09\x57\x67\xaf\xba\x3a\xd3\xb9\xd6\x26\xaf\x0a\xc4\xd5\x31\x7f\x5c\x7d\x1f\xbb\x57\x7c\xcd\x8e\xa5\x5d\x53\x74\xdd\xfa\x8c\x24\xaf\x0e\xd1\x31\x19\x59\x50\x2a\x19\x81\x75\xef\x74\x95\xc3\x67\xd3\xea\x58\x39\x93\x7f\x7a\x88\xfd\xf1\x06\xda\x64\x9e\x7e\x75\x39\x11\xfe\x94\x4c\x4a\xe2\xce\x44\x52\xb4\xd6\x24\x56\x18\xc1\x9c\x68\x66\x5e\x2d\xb7\x24\x09\xc9\xb0\xb3\x05\xe1\xdb\x2c\xb9\x60\x35\x77\x31\xce\xde\x6a\xc0\x43\x0d\x5c\x6d\xc7\x63\x8f\x8a\x14\x26\xa5\x92\xe1\x4e\x17\xe6\x74\xb2\xcb\x83\x13\xd6\x24\x49\x49\xed\x1c\x41\xb7\x44\x8e\xa0\x73\xc1\x9f\xc9\x6e\x36\x64\x7d\x26\xa5\x92\x21\x3f\x07\x67\xd8\x51\x39\x0f\x11\x18\x48\x46\x02\xef\x13\xbc\x4f\xf0\x3e\xf5\xaa\xf7\x09\xc9\x48\x90\x8c\x04\xd4\x1f\xd4\x1f\xd4\x1f\xd4\xbf\x2b\xa8\x7f\xfa\x20\xed\x67\x7b\xa3\x09\x3b\xed\xea\x1b\xdd\xe9\x5a\x9d\xcd\xdb\x9d\x90\xaf\x15\x79\x52\x80\x60\x91\x27\x65\xfd\x44\x9b\xb0\xb7\xed\xa6\x94\xa0\x99\xc2\x21\x53\xa7\xf8\x5b\x49\xcb\x66\xf3\x86\xbe\xc4\x71\xc1\xc2\x52\x36\xe7\x42\x9a\x9f\x8b\xb1\xf7\xf4\xd3\x16\xd1\xc6\xd5\xe5\x44\x78\x97\x4f\x21\xb8\x59\x2d\x3b\x69\x37\x90\xe2\x0d\xc4\x86\xcc\xe3\x84\x27\xc7\x4d\x12\x7d\x0e\x6d\x71\x79\xb8\x2c\x4d\x0b\x02\x98\xa2\x93\x9c\x00\x8e\xd3\x21\x3a\x50\x53\xf5\x2d\x3d\x6c\xcb\x89\xb8\x4f\xd7\x56\x5b\x2a\xee\x4d\xc1\xe0\xef\x00\xdb\x27\xc1\x9f\xe8\x89\x44\x7f\x7e\x9d\xf1\x14\x8e\xfb\xf3\xcd\xee\xa7\x32\xe4\x5f\x3a\xce\xef\xc1\x0c\xcb\x43\xd7\xe0\xd9\xa4\x66\x28\x4d\x67\x2a\x22\x61\x9a\x7e\x38\x50\x23\x22\xde\xa5\xc9\x78\x97\xcf\x84\x5a\x69\x24\xce\x89\xa8\x96\xd3\x34\xe5\x44\xb5\xac\x8d\xd1\x29\x2d\xb5\xd5\xe8\xc4\x7e\x79\x9b\xdb\xe8\xec\xb0\x8b\xd0\xf9\xd9\x99\xdd\xe2\xd7\xb5\x30\x33\x28\x4d\x87\xd2\x74\x77\xae\xe4\x18\x5a\x33\x68\xcd\xa0\x35\x6b\x67\x69\xba\xd6\x0a\x6e\x3a\x59\xe8\xae\xf1\xd2\x74\x8d\xad\x12\x1a\x5b\x17\x78\xd7\x12\xa9\x97\xb6\xba\x57\x09\x63\x01\xa5\xea\xfc\xd6\x0e\x31\x5e\x5c\xa9\xc3\x4b\x07\x14\xb0\xeb\xb5\x05\x0b\x0a\xd8\xa1\x80\xdd\x1a\x17\xb0\xeb\x28\xad\x6a\xdf\xce\x30\xb0\x4e\x5e\xfa\x24\x1d\x67\x47\xa3\xe3\xb6\xcb\xe3\x51\xb7\xaf\xc4\xa7\xf9\x3b\xc1\x69\xc2\xbe\x39\x48\xa3\x02\xc2\x1a\x65\x4d\x57\x72\xaa\x2b\x3d\xb5\x10\x97\x66\x8c\x7c\x56\xcf\x9b\x43\x69\x11\xd7\x97\x07\xd9\x77\x36\x10\xc9\x13\xcc\x19\xf4\x9f\x35\xa2\x23\x9d\x98\x9f\x9e\xe4\x0d\x75\x85\x8c\xf4\x01\x7e\xb9\x79\x71\x0f\x17\x13\x76\xe7\x20\x1f\x6d\x42\x3e\x7a\x29\xf8\xb3\xdd\xc7\xc6\xe4\x67\xeb\x7d\xd1\xac\x72\x93\xd6\xf8\x43\x47\x0a\x1d\x29\x74\xa4\xd0\x91\x42\x47\x0a\x1d\x29\x74\xa4\xd0\x91\x42\x47\x0a\x1d\x29\x74\xa4\xd0\x91\x42\x47\xba\x96\x3a\xd2\xfa\x65\xff\xad\xbd\x5b\x35\x11\x81\xc8\x13\x22\x4f\x88\x3c\x7b\x58\xe4\xf9\x63\xa2\x31\xf3\xd1\xd5\x17\x77\x5a\x68\x71\x74\x21\x5f\xcc\xe6\x8b\x39\xf6\x0a\x45\x3f\xb2\x81\x36\x65\x34\x9d\xf3\xc5\x07\x64\x4e\x6d\xf9\xb3\x30\xbc\xb3\x5a\x36\x26\x67\x9e\x09\x4d\x57\x2b\xbc\x70\x29\x71\x68\x8b\x75\x3b\xc7\xe9\x28\x8d\x57\x38\xc0\x62\x34\x58\x93\x86\x9b\x37\x10\x5f\x4e\xc4\x65\x6f\xd2\x7f\x10\xaa\x09\xdb\xe8\x88\xe0\x7a\xfb\x68\x8c\x73\xbd\x61\x5a\x41\xc3\x74\x52\x28\xbc\x0e\xd3\x41\x47\xe1\xb5\xb2\x16\x92\xc2\x09\x3c\x4e\x87\x5c\x4e\xe0\x15\x35\xd1\x68\x3a\xe1\xe9\x60\x5a\xb8\x8b\x3d\x2e\x69\x61\x34\x2a\x09\xa1\xd5\x4f\x0f\x1f\x84\x03\xb1\xbe\x03\x31\x0d\x81\x65\x0d\x81\xe5\x3e\x1a\x63\x7b\xa2\x71\x7b\x45\x73\x9f\x7b\x45\x23\xdf\xb5\x3b\xc2\xc3\xf3\x37\x7d\xf4\x88\x95\x34\x24\xaf\xbe\xb5\xac\x16\xf9\x7c\xe9\xf2\xf3\xb0\xdf\xef\x63\xff\xa1\x8f\xb6\x79\x7e\xe7\x66\x37\xa7\x96\xbd\xbb\x24\x31\x8f\xc4\x1e\xc9\xa9\xe5\xa4\xfb\xe8\x8b\x89\xe4\xec\xb4\xc5\xe5\x8c\xd6\x19\xdd\xaa\x86\xc6\xab\x1a\x1a\x6f\xa4\xa1\x74\x89\x9e\x16\xe6\xf5\x1c\xcd\x70\xf3\x7a\x8a\x26\x29\xd5\x84\xdb\xc4\x75\x9f\x8d\xd4\xb1\x60\x9f\xbd\x42\xbb\xed\xe1\xaf\x51\x07\x56\x32\xf2\x7c\x46\x35\xd8\xcf\x5c\x61\x9f\xdf\x45\xac\xe2\x60\xf3\x69\x0c\xd6\xaf\xf6\x9a\x9c\x9d\x9e\x17\x8d\xc4\x1e\xe5\x95\x5d\xbd\x2d\xf0\x27\x24\x0f\xe8\x72\x1f\x17\xea\xb7\xc2\xeb\x83\xfa\xad\xf0\xfa\xc0\xeb\x03\xaf\x4f\x0f\x79\x7d\xba\x28\x35\x7b\xd7\x78\x7d\x90\x33\x1c\x5e\x1f\x78\x7d\xe0\xf5\x81\xd7\x07\xf5\x5b\x91\xd4\xf8\xce\x71\xb6\x74\x7d\x52\xe3\x75\x59\xbf\xf5\x05\x5a\x10\x90\xeb\xcd\xf4\x26\x0e\xb9\xe6\xe9\x29\x3a\xef\x0b\xb9\xcc\xf7\x60\x44\xc9\xe5\xcc\xc1\x2a\x6b\xba\xc3\xb9\x2a\x29\x95\x40\x5e\x12\x1c\xb5\xa4\x72\xeb\xf3\xc1\xf8\xff\x18\x3b\x62\xe7\x9a\xf5\x83\x66\x1e\x27\x80\x70\x0f\x38\x9d\xa4\xe8\x3b\xc8\x17\xa0\xbd\xc1\xaa\xcc\x5a\x74\xc3\xb2\xc7\x64\x19\xd6\x0e\xe0\x32\x41\xb7\x14\xba\x4a\x97\x2b\x7c\x48\x4f\xd2\xd9\x16\x3e\x26\xc4\x55\x21\xef\x44\x93\x6e\x91\x2f\xf6\xd1\x15\x61\x43\x2e\xd1\xd3\xdc\x86\x9c\xa7\xd6\xbe\x9c\xa2\x8e\x6b\x82\xd7\x71\xb5\x5d\x95\x2d\xbf\x48\x56\x78\x33\x2f\xd3\x9b\x5d\xde\xcc\x96\x5f\x65\xb5\x85\x55\x1b\x33\x85\x55\x06\xae\x71\xdb\x18\xfb\xde\xb0\xaf\x29\x7c\xd4\xb7\x70\xaa\xcb\x2a\xca\xdc\x18\x55\x56\xd1\x29\x8f\xda\x36\xfb\x88\x52\xa8\xc0\xc9\xc0\xc9\xc0\xc9\xc0\xc9\x28\x85\x8a\x52\xa8\xc8\x4b\x84\x52\xa8\x70\x6b\xc0\xad\x01\xb7\x06\xdc\x1a\x70\x6b\xb4\xc4\xad\x81\xf4\x74\x48\x4f\x87\xf4\x74\x28\x85\x0a\xaf\x21\xbc\x86\x3d\x54\x0a\xb5\xed\x7e\xb7\xd6\xc7\x2e\xfc\x8b\x7b\xe9\x31\x3b\x7a\x4c\xcb\xaa\x76\x9c\x58\x49\xd7\xde\x7a\x7b\xf4\xef\x97\x94\xf2\xf5\x17\xd8\xcf\xdf\xcb\xde\xdb\xe7\x04\x8b\x3d\x91\xd1\x8a\x45\x73\x25\x71\x7a\xea\x82\xa3\x10\x2f\x6b\x11\x7e\x92\xf9\x74\xcf\x69\x59\x35\xf6\x98\x3c\x4c\xc4\x8e\x9d\x56\xcb\xe6\x5f\x67\xcd\x43\x2e\xe5\xcb\xd7\x67\x95\xf2\xf5\xb1\xfe\xd8\x68\x4c\x64\x5d\x3a\x48\x3b\xc4\x73\xbd\x9f\xee\xe3\xcf\xf5\x6e\xba\xeb\x57\x43\x9b\x49\xf6\x35\xf0\x39\x3d\xe6\xff\x9c\x88\x6d\x96\xbd\xa0\x1b\x73\xc1\x8f\x67\x94\x8d\x54\x46\x45\xd9\x9d\x96\x9c\xdb\x9b\x82\xdf\x77\x58\x66\x9f\x6e\x7c\x58\x66\x97\xda\x3a\x2c\x6d\xb8\xe7\x06\x86\x3a\xfa\x7e\xd7\xb0\xec\xb2\x87\xe5\xfc\x7c\xbd\x71\x89\x7a\xc7\x45\x33\x02\x06\xa6\x66\x98\x5f\xdd\x11\x5b\xdb\xf7\x25\xf6\x8b\xae\x81\x19\xb4\x06\x66\x72\x6a\x66\xea\xc2\x54\x9d\xa1\x79\xdc\x33\x34\xc2\xed\x72\xe7\x7d\x4c\x63\x1f\x72\x0d\xce\x90\x35\x38\xe7\x67\x2f\x4c\x9f\x3f\x37\x5f\x67\x74\x9e\xf0\x8c\x8e\x6c\xf9\xce\x1b\x9e\x71\xdf\x8f\xea\xcc\x54\x72\xb2\xe1\x8f\xea\x8c\xaa\x64\xd7\xde\xda\x34\x70\xaf\xce\xc0\x34\x30\xd8\xa9\x0f\xb8\x06\x66\xc0\xb6\x36\xc9\x0b\x13\x67\xea\x8c\xcc\x4e\xaf\xb9\x31\x97\x33\x77\xde\x3b\x93\x3e\x46\x47\xd8\xe1\xe8\x41\x3b\x9c\x72\x87\x3b\x08\xb3\xf2\xd4\xea\x68\xcc\xfd\xb4\x97\x25\xa2\xa3\xf6\xe9\x6f\x30\xff\x6b\x49\xb2\xac\xb5\x64\x94\xff\xe6\x3e\x6d\x81\x9e\x67\x57\xc2\xcf\x59\xcb\x94\x94\x39\x96\x9c\x4c\x5d\x57\x23\x4f\xcf\xcd\x44\xac\x56\xcc\xfd\xbf\xb5\xaa\xcc\x2c\xe9\xba\xb9\x7b\x17\x4f\xc9\xda\x8f\x94\xb5\x88\xb9\x2c\x89\x8b\x6b\xb8\x57\x2e\x9f\x1e\xa4\x21\x6b\xe5\x52\xb7\x48\x7b\x49\xcb\x1a\xec\x27\x07\xd9\x2f\xb8\xc2\xdd\x35\x09\xcb\x8a\xd9\xfc\x72\x3e\xbb\xa4\x14\x3c\x89\x35\x6d\x30\x3d\xab\x65\x5b\x92\x4a\x33\x1e\xdb\xc1\x4f\xf0\x89\xa2\x9f\xc9\x1b\xeb\xa0\xa0\x7a\xcd\xb9\xb6\xe5\xa9\x32\xad\xef\x65\xa7\xff\xf7\xb2\x95\x11\xef\x98\x10\xba\x4d\x05\x7f\x31\x51\x16\xa9\xfc\x62\x66\xb5\x2c\x72\x60\x22\x1a\x12\x39\x30\x21\x5f\x81\x7c\x05\xf2\x95\x5e\x95\xaf\x20\x07\x26\x72\x60\x42\x36\x00\xd9\x00\x64\x03\x90\x0d\x74\x85\x6c\x60\x1d\xe6\x7e\x42\xb6\x4c\xb8\x62\x91\x2d\x73\xfd\x04\x70\xb2\xaf\x0d\xd1\x71\x2b\x59\x58\xc9\x08\x64\x87\x46\x59\x29\xab\xd7\x96\x0a\x86\xab\x1c\xfa\xbb\x86\xd8\x77\x36\xd0\x26\xf3\xfc\xab\xcb\x89\xf0\xaf\x36\x52\x99\x67\x5e\xb6\x33\xaf\x96\xbb\xa2\x36\x8f\x98\xf5\x93\xa5\x92\xe1\xc6\x91\xae\x5e\x76\x3f\x92\xec\xc2\x22\x3d\xe7\x83\x71\xe4\x30\x8b\xd9\xfe\xff\x92\x21\x81\xa4\x6b\xdc\x01\x26\x01\x26\x01\x26\x01\x26\x01\x26\x01\x26\x01\x26\x01\x26\x01\x26\x01\x26\x01\x26\x01\x26\x01\x26\xd7\x12\x4c\x1e\xa2\x03\x6c\x5f\x74\xcc\x06\x93\x0f\xb8\x55\x54\xae\xdd\xdb\x9d\x90\xce\x1e\x48\x13\x48\x13\x48\x73\x1d\x21\xcd\x97\x06\x29\x2e\x90\x66\x46\xd3\xf4\x6c\xbe\x58\x51\xfc\x60\x41\x2d\x2b\x16\xe6\xe4\x61\x97\x06\xfb\xbf\x06\xd8\xd7\x37\xd0\x1b\xdc\xc7\x5f\x95\x07\x86\xdf\xd2\x98\x34\x72\xc6\x6c\xa9\x45\xe2\xc8\x84\x14\x47\x3a\xbd\xb9\x28\x3a\xc3\x2f\x32\x93\x37\xca\xa7\x34\x3d\x59\x28\xd8\xa4\xb2\x75\xf5\x2f\xee\x20\x3c\xd9\x90\x62\xf2\x72\x30\xa2\x1c\x67\x87\x24\xa2\xf4\x79\x9f\x24\xb1\xe4\x0f\xc6\xcd\x2a\xf9\xe3\x02\xb0\x04\xb0\x04\xb0\x04\xb0\x04\xb0\x04\xb0\x04\xb0\x04\xb0\x04\xb0\x04\xb0\x04\xb0\x04\xb0\x04\xb0\xec\x34\xb0\x04\x14\x04\x14\x04\x14\xec\x61\x28\xf8\x13\x31\x3a\x23\xa0\xa0\x48\x40\xd5\x48\x94\x74\x36\x6f\xe8\x4b\x7c\x67\xbe\xb0\x94\xcd\xb9\x14\x8f\x9f\x1e\x62\x2f\x6e\xa4\x2d\xa2\xa5\xab\xcb\x89\xf0\x67\x1b\xd1\x3c\xce\x6a\xd9\x49\xbb\xc5\x14\x6f\xb1\x2b\xb4\x8f\x31\x7e\x39\x91\x55\xab\x22\x18\xbb\xb2\xbf\xc0\x8c\xd5\x98\xf1\x4d\xc1\x04\xf1\x00\xdb\x67\x47\x5a\x57\x0e\xa9\x5f\x9a\x07\xf1\x62\x51\xa0\xc0\x12\x78\x11\x78\x11\x78\x11\x78\x11\x78\x11\x78\x11\x78\x11\x78\x11\x78\x11\x78\x11\x78\x11\x78\x11\x78\xb1\xc3\x78\xf1\x24\x1d\x67\x47\xa3\xe3\xb6\xaa\xf1\x51\xb7\x1e\xd2\x67\xd3\x07\x5d\x24\x10\x28\x10\x28\x10\x68\x47\x11\xe8\x9f\x0d\xd1\x8c\x40\xa0\xfa\x82\x92\x89\x5b\x24\xab\x42\x1d\x59\x9f\x8a\xea\x5a\xc1\x4e\x89\xcd\x3e\x3c\xc4\x7e\xbc\x81\xde\x60\xb6\x96\x74\x37\x76\x75\x39\x11\xfe\xdf\x1b\x21\xa2\x73\x5a\xa1\x35\x92\xc9\xd5\x22\xd0\x5d\xfc\x72\x73\x95\x37\xe2\xa6\xa1\x66\x5f\xbb\x1f\x7f\x76\x3e\x2f\x65\x63\x02\x4a\x81\x3f\xcd\x31\xf4\xe3\x9d\x35\xdf\x47\x20\x50\x20\x50\x20\x50\x20\x50\x20\x50\x20\x50\x20\x50\x20\x50\x20\x50\x20\x50\x20\x50\x20\x50\x20\xd0\xae\x43\xa0\x09\x1a\x65\x23\xd1\xdd\x36\xc0\xdc\xe6\x46\xa0\xe6\xc6\x0f\xcc\x13\xcc\x13\xcc\x13\xcc\xb3\xa3\xcc\xf3\x0b\xb2\x28\x8e\x31\x6a\x94\x35\x5d\xc9\xa9\x2e\xd0\x99\x31\xf2\x59\x3d\x6f\x3e\x40\x0b\x68\xbe\x34\xc8\xfe\x7b\x1f\x91\x3c\xf4\xea\x72\x22\xbc\x43\x57\x95\x6c\xc5\x46\x78\x62\x7e\x7a\x92\x9f\x17\x7b\xa3\xf9\xeb\xbc\x38\xfa\x62\xc2\xfe\x7b\xcb\x30\xa1\xa0\x7a\x6f\xa6\x93\x02\xde\x1d\xa6\x83\x1c\xde\x25\x68\x94\x46\x6a\xc1\xbb\xb8\x75\xa3\xcb\x89\xb8\xdd\xa3\x40\x11\xe3\xc3\xfe\x98\xed\x75\x6c\x43\x4e\x2d\xd3\x8d\x4b\xc1\x90\x6f\x1f\x1b\x93\x34\xcf\x3b\xd2\x32\x40\xda\xe9\x8a\xa7\x5c\xe0\xbf\xdc\xec\x19\xee\x47\x75\xb5\x54\x50\x32\x6a\xcd\x11\xdf\x2e\x0f\x68\xf7\xa0\xa7\x26\x28\x49\x27\xd8\x86\x05\x2d\x7b\x3b\xcc\xff\x1b\x09\xc5\x56\x3a\xea\xa9\x5f\xea\xa3\x0f\xf6\xb1\x0f\xf4\x85\xdf\x67\xdb\xcb\x1f\x86\x2e\x99\x13\x8f\x9c\x86\x87\x79\x5a\x81\x8c\xb9\xd9\x16\x06\xce\xb3\xf5\x73\xe3\x40\x51\xb0\x98\x2f\x54\xb2\xf1\x48\xb2\x18\xc9\x17\x05\x74\xd1\xf4\xc8\x52\xd1\xe6\x36\xd9\x48\x56\xbf\x3d\xb7\x54\x8c\x64\xf3\xba\x6a\x7e\xd5\xaa\x0d\x03\xcc\x39\x9d\x2f\x9a\x24\x0d\xb1\xf6\x3e\x72\xff\x19\xb9\xb6\xa4\xf3\xf5\x75\x49\xd7\x32\xaa\xc1\x57\x37\xd2\x88\xc8\x19\x2a\x1e\xb9\xc8\xaf\xe8\xae\x30\x3c\x12\x49\x16\x0a\xe3\xa2\x80\xaf\x7e\x3b\xa2\x2f\x15\xcd\x7d\xb1\x69\x06\xec\x32\xcb\xa2\x39\x35\x1b\x7d\x9d\xe8\x9a\xbb\xba\xea\xfb\xfb\xe8\x3d\x7d\xec\xe7\xfa\xc2\xef\xb2\x07\xe8\x7b\x21\xbe\xdc\x7d\x52\x29\x2a\x39\x55\x17\x1b\x37\xb1\x20\x30\x0c\x2d\x93\xe7\x6b\x11\x7b\x8b\xa4\xf0\x3d\xa6\xa6\x47\xcc\xa5\x6a\xf9\xb6\xbd\x38\x5b\x54\x6e\x9a\xfd\x2f\x5f\x57\x0d\xd5\x32\x4c\xa2\x4c\xb3\xd8\x74\x71\x7e\xb3\xa0\x46\xb8\x49\xe4\xdb\x21\x4d\x8f\x24\xc6\x0e\x99\xc7\xea\x4a\x86\x53\xb6\x82\x56\xcc\x09\x33\xc4\xb7\x2c\xe6\xea\x52\xc9\x17\xc5\xea\x80\x6f\x09\x9c\x63\x39\x79\x90\x0c\xd0\xdc\xc8\x5a\x53\x4b\x4e\x2b\x28\xc5\x5c\x5c\xd3\x73\xa3\xa5\x9b\xb9\xd1\xa5\x62\x3e\xa3\x65\xd5\xd1\x9d\xd3\xc6\xac\xd9\x4a\x3c\xba\xd5\x7d\xaf\xee\xc9\xe0\x23\xa1\x16\x7c\xf4\x53\x66\x0b\x09\x76\x9c\x8e\xd2\xa6\x09\xb1\xfe\xee\xac\xed\x28\x2d\xb5\xd1\x76\xc4\xfe\xc7\x3d\x1e\xdb\xc1\x64\x75\x6a\xc5\x65\x2e\x1e\x14\x7f\x6b\xbb\xb5\xb8\x40\x73\x34\xeb\xb6\x16\xb1\x14\x9d\x6c\xc2\xbd\x22\x2a\x59\xca\xea\x73\x30\x1f\x41\xe6\xe3\xdb\x7d\xf4\xad\x3e\xf6\x87\x7d\xe1\x3f\xb0\x07\xe8\x53\x7d\x17\xdc\xcb\xa0\xbc\xb9\x1a\xe7\x4b\x99\xc8\x82\x7a\x4d\xf8\x69\xec\x4d\x91\xe3\x0c\x90\xfb\x50\xde\x45\x97\x79\x28\x6a\xc5\x91\xa2\x9a\x53\xf8\x40\xc8\x95\x90\xdb\x8c\x08\x3c\x62\x3f\x02\xf9\x02\xe6\x17\x17\xd5\xac\x69\xa8\x0a\xb7\x1d\x07\x8a\x03\xcd\xf3\x85\x61\xb9\x40\x12\x35\xdc\x73\xba\x39\xe1\x95\x54\x3d\xaf\x65\xed\x85\x9e\x33\xf7\x71\xdf\x94\x35\x1a\x4b\x86\xd9\x49\xf7\xe2\x52\x31\xcf\xb4\x6e\x48\x5e\xe4\x9a\x00\x05\x56\x13\x71\xd1\xcf\x45\x55\x29\xfa\xf6\x31\xca\x78\x17\x66\x79\x0f\x7c\x16\x7e\xa9\xdf\xe9\xa3\xd7\xfa\xd8\xab\x7d\xe1\x57\xec\x61\xfe\x70\xdf\xa4\xcb\x6b\x5b\xe2\x69\x74\x6c\xaa\x53\x55\xe3\xdf\xe3\xd8\xb1\xee\xc5\x71\xfb\x9a\x4f\x29\x11\x3f\x18\x8f\xcc\x8b\x07\x52\x76\xd7\x97\x77\x00\xa1\x2a\x8b\xd8\x5b\x8e\x26\x7d\x49\x1d\xbd\xa6\x14\x2c\xa0\x1e\x15\xbf\x46\x5d\xf5\xf5\xad\x4b\x29\x59\xbe\x83\xd0\x46\xc5\x82\x32\xeb\xd0\x5a\xd1\xf8\x80\x11\x71\x95\xdd\x37\x17\xd9\xf1\xc8\x54\x9e\xbf\xce\xae\x8e\x6b\x7a\xf5\x9d\x39\xbb\xb6\xb2\x20\xe8\xfc\x63\xd3\xca\xd7\xe3\xd1\x6d\xa2\x3f\x93\x76\x5d\x7b\xf7\xc2\x34\xf5\x8e\x0d\xf4\x93\x1b\xd8\xdb\x36\x84\x7f\x6c\xbb\x2d\xbf\xd1\x7f\x49\x22\x2e\xf3\x93\x32\xb7\x4d\x15\x45\xf8\xcd\x17\xda\xfe\x2e\x54\xfd\x9a\xa6\x2f\x9a\x63\xe1\xdb\xd3\xf3\x15\x17\xaf\xdd\x51\xfe\x3e\x5b\x2f\xa3\xac\xce\x9f\x37\x5f\x94\x4c\x3e\xeb\xb0\x6a\x8e\x3d\xb9\xe7\xc0\x1e\x5d\x73\x23\x25\xa1\xa0\x05\x36\xe3\xae\x61\xb4\x90\x98\xbd\x55\xb2\x9d\x95\xde\x8b\xc5\x23\xc9\x8c\xb9\xab\xe2\x73\xaa\xdb\x38\x0c\x88\x7b\x18\x88\x8c\xc8\x07\xef\x7d\x31\x8c\x23\x91\x81\x94\x92\xb9\x69\xce\x1c\xc5\xac\x79\x14\xf7\x12\xf2\x83\x2a\x06\x4e\x70\x68\xf9\xea\x7b\x1b\xb1\xee\x60\xc1\x6e\xe9\x48\x64\xe0\x94\xa6\xab\xae\x66\x23\x19\xc5\xc8\x28\x59\xf3\xee\xe5\xf8\x08\xbf\x30\x6f\xcf\x10\xd6\xab\xaa\xc1\x6b\x76\x1b\xf1\xe8\xbd\xa5\xca\xf7\xc6\x3d\xd7\xff\x72\x2b\xe6\xfa\x53\x66\x0b\x63\xec\x04\x1d\xa3\xcd\x62\x3c\xdb\x33\xd9\x47\xfc\x27\xfb\x2d\x6c\x93\x18\x8e\xf6\xcd\xf7\xa9\x3f\xb9\xcb\x33\xdf\x0f\x96\x14\xbd\x9c\xe7\x3e\x45\xb1\x67\xac\xb9\x69\x78\xa0\x64\xee\x0b\xdb\xb9\x08\x78\xa8\xb2\xa1\x11\x7e\xc9\xdd\xe6\x3f\xc7\x77\xb8\x7f\x5c\x54\xf5\x9c\xea\xfe\x75\x97\xfb\x57\x5e\xfc\x5e\xcd\xe5\x33\x23\x55\xc7\x79\x5a\x31\xff\x7d\x5b\xfe\x6a\xf6\x32\x75\x8e\x66\x28\x5d\xb1\x5d\x19\xa7\x43\x4d\x2c\x41\x78\xe1\x5f\x2c\x3d\x82\x96\x1e\x9f\xec\xa7\x8f\xf7\xb3\x97\xfb\xc3\x1f\xb5\xed\xf7\x8b\xfd\xbd\xb3\x73\xa9\x70\x4c\x98\xe3\xcc\x1d\xed\xdc\x79\x66\xbe\x9c\x8e\xdc\x66\xb0\xc6\x8b\x3b\xc4\xa7\x21\xa1\xcb\x50\x0a\xfc\x4c\x73\xbd\x25\xce\xe6\x47\xf0\xb5\x8f\x11\x19\x4c\x1b\x5a\x71\x56\xe8\x4e\x9e\x34\x3f\x0b\xf9\xef\x79\xeb\x63\x71\xfe\x38\x54\x7b\x4b\x95\x7a\x2d\x44\xaf\x86\xd8\x2b\xa1\xf0\x97\x6c\x7c\xf5\xb1\xd0\x29\x4d\xcf\xf0\x65\x59\x4e\xe3\xc3\xae\x45\xa2\xd7\xcc\x3f\x45\x23\x49\xcf\x5d\x70\x30\x29\x56\x50\x4b\x86\xe3\x61\x1f\x51\x32\xfc\xc6\xb9\x6e\xa1\x90\xcf\xc8\x19\x52\x2d\x64\x8d\x88\x76\x4b\x8e\xa9\xf0\xeb\x97\x54\xad\x54\x50\xe3\x11\x71\x45\x2e\x14\xb2\x9e\x25\x07\x84\xbe\x03\x60\x5f\x3e\xba\x91\x77\xcb\x23\x7a\xe9\x04\x17\x6a\x97\x31\xaf\xa3\xeb\x2a\x09\x5d\xd7\x01\xda\xc7\xc6\xa2\x7b\x6c\xe7\xc0\xfd\x6e\x7f\x82\xdd\x68\xb5\x53\xa1\xd5\xc8\x9f\x7d\x7b\x88\xc6\x6a\x20\x44\x91\x49\x52\xfe\x39\x53\x50\x0c\xc3\x11\x47\xfe\x1f\x43\xec\x9d\xfd\x74\x8f\x33\x61\x89\x6c\x92\x8f\xfa\x00\x45\x39\x33\x4d\x98\x0d\xc4\x1e\xf1\x30\x45\x7e\x92\xfb\xf7\x16\xb3\xc5\x0c\x9d\x11\xef\x50\x92\x4e\xf0\x77\xc8\x7c\x97\xf6\x37\xf0\x0e\xf1\x8e\xc5\xdd\x3d\x5b\x2d\x63\xbc\x1a\xfc\xaa\x1d\x65\xe3\x55\x29\x16\xeb\xbd\x7b\x9e\xee\x85\xbf\xbb\xb9\xfa\x71\x44\xfd\x81\xa3\xe7\x89\x3c\x56\xc9\x1c\xdb\xfc\x50\x52\x67\x69\x9a\x4e\x57\x4c\xe6\xcd\x3e\x15\xcc\xe4\x60\x90\x4d\x32\xc8\x5f\x0d\xb5\xd0\x38\x3c\x29\x58\xe4\x29\x9a\x74\x58\x64\x1b\x6d\x4d\x63\xc6\xa4\x61\xdb\x51\x65\x75\x02\xa0\x67\xec\x7d\xdb\xaa\x6d\xcd\xfd\x36\xa0\xf4\x98\x97\x48\x05\xa3\x6c\xb7\x75\x01\xab\x04\xab\x04\xab\x04\xab\x04\xab\x04\xab\x5c\x31\xab\xfc\x74\x2b\xd7\x04\xe7\x04\xb3\x3c\x4d\x53\x2e\x66\xd9\xc6\x45\x41\x30\xbb\x6c\xf7\xb2\x21\xf5\xb3\x5b\xab\xd7\x05\xbb\x03\x40\xa6\x67\xb5\xf0\xa8\x97\x65\xb6\x71\xb1\x00\xa6\xd9\x6b\x4b\x14\x30\x4d\x30\xcd\x35\x66\x9a\x9d\xe4\x51\x6d\xdf\x23\x06\x32\xce\xc3\x74\x90\xed\x8f\xee\xb5\x19\xe7\x83\xde\x32\x5a\x4e\xe3\x1d\xc0\x9c\xaf\x0c\xd1\xbe\x51\xa5\x94\x1f\x5d\x4e\xd4\x0c\xfe\x96\xab\xa3\xb7\x2c\x69\x65\xc5\x06\x9d\xff\x78\x88\xfd\x59\x1f\x6d\xca\x68\x3a\x77\xcb\x45\x7c\x00\xa7\x15\x8e\xf7\x94\x79\x62\xec\x31\xf3\x88\x09\x4d\x57\x3d\xe1\xd5\xee\x43\x5a\x0c\x39\x9f\xa3\xa4\x78\xa9\xc6\xe9\x10\x7f\xa9\xc6\x68\x0f\xc5\x6b\xbe\x54\xe6\x9d\x98\xb3\x86\xa7\x4b\xab\xa5\x9b\x8d\x95\xc2\x96\x61\xd2\x9e\x0b\xfb\xc4\x4b\x47\xa3\x14\xfe\xc2\x66\x67\xcc\x77\xfa\x53\x4c\xef\xb0\x3f\x2e\x0f\xea\xe0\xc8\xa7\x26\x29\x45\x27\x2b\xa6\xf0\x15\x0f\x3d\x26\x6e\x20\xcc\x26\x11\xe6\x3f\x0d\xb5\xe2\xd3\x3f\x25\xd8\xe5\x09\x3a\xe6\xb0\xcb\x76\x98\x90\x15\x95\xcb\x8f\x46\x29\xc8\x5a\x04\x41\xca\xef\xdf\xe3\x98\x90\x37\xda\x70\xd2\x6b\x35\x76\x8a\xbf\x77\xd2\x68\x00\x50\x02\x50\x02\x50\x02\x50\x02\x50\x02\x50\xae\x18\x50\xfe\xaf\xa1\xda\x39\x90\x5a\xb0\x14\x38\x2d\x90\xe5\x49\x3a\xee\x42\x96\x4d\x34\xd4\xb6\x29\x3f\x90\x71\xa6\xfe\xf4\x2e\x67\xd6\x1f\x0e\x40\x8f\xde\xb5\x40\xb4\x24\xca\x92\x76\x64\x29\x00\xfc\xd8\x6b\x0b\x10\xe0\x47\xe0\xc7\x35\xc6\x8f\x1d\x21\x45\x41\x58\xb0\xe5\x93\x42\x7a\x9c\x0e\xb1\x03\xd1\x7d\x36\x67\xdc\xee\xc9\xcd\xe0\x3e\xef\x4e\x48\xd2\xc0\xbe\x7f\x17\x1d\x09\x40\x99\x86\xaa\x2f\xe7\x33\xaa\x92\xc9\x68\x4b\x45\xbb\xb0\xcf\x28\x4f\xb3\xc5\x3e\x7d\x57\xf4\x1d\x1b\x5d\x44\x53\xe4\x2e\x91\x39\xb8\x78\x46\x8f\x79\x71\x7a\x52\x9c\x1e\x1b\x12\x47\x54\xce\x8c\xde\xa3\x2e\x98\xa7\xb7\x78\xab\xfc\x24\x9d\xa5\xe9\x8a\x39\xea\x30\x1d\xac\xf9\xc2\x9a\xcf\x4a\x64\x75\x31\x7f\x32\x5f\x5d\xde\xab\x39\xf1\x4d\xa4\xdf\xd1\x47\x69\xf1\xfe\x4f\x50\x92\xbf\xff\x47\xa8\xf9\xe6\xe8\xbc\xe0\x26\x67\xe8\x94\xc3\x4d\x56\xd5\xe0\xac\x58\x7d\x4d\xd3\x69\xd7\xea\x6b\x55\x2d\x06\x7d\xab\x8f\xf8\x7f\xab\x9b\xd8\xc6\x92\x66\x94\xe9\x86\x12\xfc\xa9\x1e\x67\x47\xe5\xa7\x5a\xd1\x17\x8f\x2b\xc1\xd3\x2b\xcf\xc7\x8b\x75\x43\xfd\x75\x43\x1a\xf4\xb3\x06\xfd\xac\xeb\x5e\x72\xbf\x70\x77\x84\xd5\xff\xcb\xed\x74\x42\xe8\xf4\x95\x52\xc9\xa8\x67\xfb\xcb\x4a\x59\xbd\xb6\x54\x30\x9c\x8a\x6e\xfc\x6f\x4b\x06\xfb\xd4\x76\xf6\x3f\xfb\x68\x93\xd9\x00\x0f\x31\xe3\xbe\x2c\xf1\x9b\x35\x6e\x6e\x5d\x86\x68\x67\x5e\x2d\xc7\x9e\x30\x8f\x4c\x96\x4a\x86\xc7\xfe\x3b\x07\xcc\xf3\x36\x5a\xec\xd7\x7a\x96\x4e\x08\x6b\x7d\x88\x0e\x70\x6b\xbd\x87\xe2\x34\x5c\xdb\x14\x96\x4a\x86\x69\x00\x5d\xdd\x6a\x11\x92\xb6\xbc\xa1\x4e\xbb\x3e\x4e\x2b\xf3\xf2\xf5\x90\x74\x4e\x2d\x53\xf8\xcb\x9b\x9d\xd1\xdf\x6d\x79\xb5\x1a\x79\x00\x83\xf2\xe0\x0e\x3f\x83\x54\x8a\x4e\xd2\xf1\x8a\x19\x78\x85\x0f\x01\x3b\x43\xf8\xb7\x9a\xb4\xf0\x1f\x0e\xad\xde\x04\x4c\x8a\x55\xda\x31\x3a\xe2\xac\xd2\x5a\x6f\x48\x02\x92\x84\xac\x68\xcb\xc3\x2d\x49\x7d\x9b\x93\xfa\xd1\x5d\x8e\x21\xd9\x57\x45\xb9\x1a\xb1\x28\xbb\xf8\x6e\xac\x83\xf6\x04\xc4\xab\xd7\xec\x1a\x88\x17\x88\xd7\x1a\x13\xaf\x67\x6b\xbb\x4b\x56\x3b\xb3\xb4\x87\x77\x35\x60\xfc\xd3\x87\xe8\x00\xdb\x17\x1d\xb3\x77\x2f\x0f\x78\x75\x75\xf6\x59\x77\xc4\xbe\xe7\x3b\xdb\xe9\x78\x43\xfb\x1e\x73\x85\x9c\xcf\x28\x3e\xdb\x9e\x8f\x6c\x67\x3f\x70\x6d\x7b\x06\xea\x6e\x7b\xe6\x44\x33\xe6\x14\xf9\xb8\xdf\xae\xc7\xf9\xbd\x2d\x9b\x9e\x37\xd1\x71\xf1\x5e\x1e\xa4\xfd\xfc\xbd\x1c\xa5\x11\xda\x1d\xf8\x5e\x3a\xbd\x5a\xad\x92\xef\x5c\xf0\xdb\xba\x9b\x0d\x55\xbf\xad\xae\x1e\x78\x52\x20\x7e\xc1\xb5\xe5\x89\x05\x6d\x79\x5c\x83\x3f\x50\x63\xc7\xd3\xde\xf1\x4f\xf1\xca\x31\x15\x8b\x84\x95\x3d\x00\xac\x0b\xb0\xdf\x69\x72\xbf\xf3\x4b\x75\xbc\xfb\xab\x35\x0b\x13\x62\x1f\x74\x94\xc6\x9d\x7d\xd0\x4a\x1b\x69\x70\xb7\xd3\x62\x13\x92\xfa\x2b\xd7\x66\x67\x6f\xc3\x9b\x1d\x97\x2d\x79\xc2\x77\xaf\xd3\x3e\x4b\x82\xad\x4e\xaf\x99\x34\x6c\x75\xb0\xd5\x59\xe3\xad\x4e\xfb\x57\x8e\x2d\xb6\xeb\xc1\x01\x44\x07\x69\x3f\xdb\x1b\x4d\xd8\xdb\x95\x37\x7a\x1d\xfb\x56\xab\x77\xc4\x3e\xe7\xeb\x97\x69\xaf\xd8\xe7\x2c\xf0\x0a\x95\x56\xfa\xa5\x1a\xbb\x9d\x8c\xae\x15\x6f\x68\x0b\x06\xfb\xe0\x65\xf6\xce\x5d\x74\x37\x3f\xc9\x8e\xb9\x7d\x42\xd4\x21\xd2\x65\x05\x15\x4b\x16\x6b\x15\xa6\x9c\xd0\xb5\x62\x5a\x5b\x88\x3d\x66\x1e\x96\x32\x0f\x91\xa1\xb6\xce\xe4\x28\x0f\xe9\xf2\x92\x90\x29\x94\x47\x44\x79\xc4\x14\xca\x23\xa2\x3c\x22\xca\x23\xa2\x3c\x62\xcf\x94\x47\x4c\x75\x4d\x79\xc4\x96\xf7\xa4\xe9\xf2\x88\x29\x94\x47\x44\x79\x44\x94\x47\x44\x79\x44\x94\x47\xec\x7c\x79\xc4\x54\x4f\x17\x0e\x4c\xa1\x70\x60\xfb\x0a\x07\xa6\xba\xbd\x70\x60\x6a\x1d\x16\x0e\x4c\x3f\x2f\xaa\x67\xed\xe1\xd5\xb3\xfa\xce\x9f\x65\x07\x68\x1f\x8d\xd5\x84\x85\x9c\x2e\xd9\x69\x88\x24\x1b\x9a\xc9\x37\x10\x61\xf0\x54\x30\x33\x8c\xb3\xe1\x5a\x69\xaf\xf9\x75\xad\x4c\xeb\xe2\xaa\x54\x27\x68\xc1\x7c\x0d\x28\xfa\x77\x9b\x2b\x71\xd8\x36\x19\xe2\xa2\xd8\xe4\x6b\xa7\xf8\x4b\x67\xd8\x57\x73\xc9\x62\x7c\xc7\x1c\x9e\x18\x38\x97\x9b\x74\x2e\xff\x8f\x15\x26\x8b\xf1\x7d\xff\x9a\x48\x16\xe3\xdf\x4e\x13\x91\xe6\xfe\x0d\xad\x36\xc4\xa9\x31\x03\xe5\x35\x41\xf5\xcd\x55\xec\xf7\x86\x2b\x0d\xd0\x0e\x99\x4f\xc0\x95\x9c\x41\xbb\x66\x1b\xa3\x11\xf1\xab\xdb\x18\x4d\xd8\x07\xb6\xdb\x2c\xb5\x27\x1d\x0d\x90\x2c\x90\x2c\x90\x2c\x90\x6c\xef\x20\x59\x2c\xcc\x02\x16\x66\xdd\xc3\xac\x91\x0a\xac\x23\xa9\xc0\xe0\x1a\x80\x6b\x00\xae\x01\xb8\x06\xe0\x1a\xe8\x69\xd7\x00\x32\x42\x22\x23\x24\x32\x42\xb6\x2b\x23\x24\x3c\x6f\xf0\xbc\xf5\xaa\xe7\x2d\x9d\xa3\x19\x41\xb4\xa7\x68\x82\x13\xed\x63\x74\x84\x0e\x37\x01\x2f\x45\x00\x50\x20\x4b\x8e\xf9\xb3\xe4\xfb\xd8\xbd\xe2\x6b\x76\x2c\x6d\x3b\xb8\xf2\x7a\x54\xb5\x7f\x6f\x17\xdd\x6b\xe5\xaa\x53\x8b\xd9\x92\x96\x2f\x96\x0d\xf6\xbb\xbb\xd8\x2b\xfd\x4e\x06\xba\x81\xfa\x6a\xf5\x29\xeb\xbc\xd8\x4e\xf3\x40\x91\x86\xce\xfe\xe3\x29\x4d\x4f\x16\x0a\x36\x25\x6f\x5d\x14\x57\x7b\x14\xeb\xcd\xe6\x60\xb4\xef\xb7\x21\xaf\xeb\xd9\xe0\x97\x6f\x90\xed\xaa\x4c\xb1\x68\x5f\xc3\x1b\xa6\x11\xe0\x6f\x4d\x43\x83\x0f\x0d\x7e\x1a\x0e\x1f\x38\x7c\xe0\xf0\x81\xc3\xa7\x67\x1c\x3e\xe9\xae\xf1\x67\xb4\xbc\x27\x4d\x83\xf6\x34\x40\x3b\x40\x3b\x40\x3b\x40\x3b\x40\x7b\xe7\x41\x7b\xcb\x37\xef\xe9\x9e\x46\x8b\x69\xa0\xc5\xf6\xa1\xc5\x74\xd7\xa3\xc5\x75\x28\xea\x67\xff\x7a\x88\xf6\x5b\xb0\x8d\xff\x5a\x2b\x79\x84\x4d\xe2\xac\x22\xb7\x2f\x0e\xb1\x6f\x6e\x70\x80\xdc\x3f\x0b\xc9\x61\x77\xee\x52\x29\x5a\x86\xac\x0a\xcb\xc5\x5d\xce\xb8\x71\x7b\x61\x31\xc0\x9b\x18\x70\x76\xcd\x9e\x6d\x90\x56\x52\x6d\xa9\x8d\x51\x56\x95\xec\xb0\xb3\x6c\xe1\x4b\x33\x39\xc9\x99\x2b\x1f\x67\x3d\x36\xe0\x59\x02\xbb\xda\x8e\xc7\x1e\xb9\xe5\x57\xbc\xc9\xee\x63\xb7\x53\xc1\x9b\xa2\xf8\xc3\x1e\x5e\xfc\xa1\xef\xfc\x59\x5e\x20\xfa\x58\x13\x24\x9b\xbf\xa2\x53\xe6\x0a\x71\x15\x85\x5a\x6e\x89\xc4\x95\xad\xa4\x88\xa0\x84\xa0\x84\xa0\x84\xa0\x84\xa0\x84\xa0\x84\xa0\x84\xa0\x84\xa0\x84\xa0\x84\xa0\x84\xa0\x84\xa0\x84\x1d\xa6\x84\x07\x68\x1f\x1b\x8b\xee\xb1\x45\x44\xf7\xbb\x73\x6a\xda\x7b\xb7\x3b\x21\xa5\x26\xf8\x25\xf8\x25\xf8\xe5\x3a\xe2\x97\xbf\x31\x48\xc3\x0d\xf1\x4b\x43\xcd\xe8\x6a\xd9\x60\xef\x1e\x64\x1f\x76\x61\x4b\x5d\x4e\xb3\xc5\x6c\x7e\x39\x9f\x5d\x52\x0a\x1e\x80\x69\x2f\x69\xe7\xf9\xd9\x2d\xa1\x96\xf1\xd8\xa3\xbe\xdc\x51\x5c\x62\x26\x6f\x94\x01\x1e\xab\xc1\xe3\x4e\x7f\xf0\xb8\x95\x11\xef\x18\x57\x15\xde\x38\x13\x0c\x1f\x9f\x60\x3b\x2b\xe1\xa3\x18\x78\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\x47\x90\xc7\xb5\x24\x8f\x20\x88\x20\x88\x20\x88\x20\x88\x6d\x24\x88\xdf\x89\xd1\x69\x51\x44\xab\xa8\x96\x6f\x69\xfa\x4d\x73\x3d\x78\xf3\x10\x7f\xd4\x01\x05\xb5\xf2\xc5\x9c\xae\x1a\x86\x6a\x6b\x22\xff\x49\x8c\xbd\xbb\x9f\x98\xd3\x90\x9d\xcd\x33\xcc\x0b\x08\x7b\xf7\xbe\xd3\xe2\xf4\xd8\x2e\xf3\xb7\x73\xf6\x39\x55\xb9\x85\xe5\x71\x2d\xae\x1a\xac\x88\xbc\xac\x7b\x78\x5e\xd6\xbe\xf3\x67\x79\x0d\xb8\xbd\x35\x83\x8a\x5d\x83\x63\xa5\x53\x95\xfd\x5a\x6d\xf5\xe0\xcb\xc1\xd4\x6e\x9c\x1d\x92\xd4\xae\xea\x19\x49\x88\x67\xf5\xa5\x2a\x1c\x3e\xfc\x5f\x37\xfb\x3e\x90\x87\xad\xba\xc2\xfe\xcf\x64\x48\xfe\xdc\xe9\xc7\x92\x9a\xa6\xd3\x34\x55\x91\xf2\xb9\xb9\xe7\x82\xf4\x82\xc8\xfb\xdc\x64\xde\xe7\x4f\x84\x5a\x66\x1c\xce\x8a\xe4\xcf\x93\x94\x72\x92\x3f\xaf\x81\xa5\xe1\x45\x86\xdb\x6b\x69\x62\x1f\xd9\xe6\x6b\x69\x64\xa2\x0f\xf3\xd5\xb7\xac\xcb\xa0\xf8\x53\xc7\x8d\x4b\x7b\x12\x37\xc3\xce\x04\xd8\x19\x24\x0f\xed\x48\xf2\x50\x64\x8d\x43\xd6\x38\x64\x8d\x6b\x57\xd6\xb8\xf4\xe7\x42\x2d\x4e\x9d\x35\x27\xea\x39\x9c\xa5\x69\x57\x3d\x87\x36\xa7\xe3\x8a\xf8\xaf\x10\xb6\xb0\x4d\x62\x98\xda\xbd\x48\x48\xbd\x6b\xab\xef\x22\x61\x57\x49\xd1\xcb\x79\xee\xcb\x14\xdb\xdb\x1a\xfb\x92\x01\x5e\xe6\xba\x93\x0b\x87\x87\x2a\x1b\x12\xb5\xd7\x77\x9b\xff\x1c\xdf\xe1\xfe\x71\x51\xd5\x73\xaa\xfb\xd7\x5d\xee\x5f\x0d\xab\xd6\xfa\x48\xd5\x71\x3b\x6a\xd4\x77\xdf\x6d\xf6\x32\x75\x8e\x66\x28\x5d\xb1\x23\x1a\xa7\x43\x4d\xbc\x23\xbc\xc0\x3b\x96\x2b\x41\xcb\x95\x4f\xf6\xd3\xc7\xfb\xd9\xcb\xfd\xe1\x8f\xda\x36\xff\xc5\xfe\xde\xd9\x16\x55\xb8\x47\xcc\x71\xe6\xee\x7e\xee\xc2\xf3\x94\xf4\x8f\x0c\xd6\x78\x71\x87\xf8\xd4\x25\xd4\x21\x4a\xc1\xb7\x2e\xbf\xb9\x5e\x32\x22\x83\x69\x43\x2b\xce\x0a\xf5\xcb\x93\xe6\x67\x21\xff\x3d\x6f\x7d\x2c\xce\x1f\x87\x6a\xef\xd7\x52\xaf\x85\xe8\xd5\x10\x7b\x25\x14\xfe\x92\xcd\xdd\x3e\x16\x3a\xa5\xe9\x19\xbe\x94\xcb\x69\x7c\xd8\xb5\x48\xf4\x9a\xf9\xa7\x68\x24\xe9\xb9\x0b\x4e\x54\xc5\xaa\x6b\xc9\x70\xfc\xfc\x23\x4a\x86\xdf\x38\x57\x4f\x14\xf2\x19\x39\xab\xaa\x85\xac\x11\xd1\x6e\xc9\x31\x15\xea\x82\x92\xaa\x95\x0a\x6a\x3c\x22\xae\xc8\xe5\x4a\xd6\xb3\xe4\x64\xd3\x77\x00\xec\xcb\x47\x37\xf2\x6e\x79\xa4\x37\x9d\x83\x53\xed\x35\xf7\x75\x02\x66\x4b\x22\x41\xe3\x3e\x1a\x63\x7b\xa2\x71\xdb\xc3\x71\x9f\x5b\x5b\x2d\xdb\xbd\x13\x94\xd5\xec\xed\x31\x4a\x0a\xce\x9a\xd1\x34\x3d\x9b\x2f\xf2\xaf\xc6\x21\xad\xb5\x20\x2b\x5f\xb3\xdb\x84\xf5\xdf\x0c\xb1\x1f\xf5\xd1\x3d\xee\x26\xae\x2e\x27\xc2\x0f\xfa\xe0\xd5\x19\xf3\xc4\xd8\x63\xe6\x2f\x13\xae\xc3\xdd\x9a\x4b\x7e\x48\x8b\xb9\xea\x8a\x93\x35\xba\x06\x63\x39\x11\xe7\x5d\x5a\x2d\x52\x7d\x26\xf8\xa5\xde\xcf\xf6\xca\x97\xda\xe7\x71\xc8\xd7\x5a\xf4\xc5\x2d\x8c\x0c\xff\xbb\xcd\xd5\x83\xff\x90\x3f\x4a\x15\xe3\xff\xb8\xfc\xb1\x83\x8f\x60\xc5\x65\xf3\x7c\x9f\x01\xd6\x09\xc0\xa7\x4d\xe2\xd3\x7f\xba\xc2\xb2\x79\xfe\x36\x60\xe5\x65\xf3\x5a\x6d\x4b\x38\x34\x6d\x9b\x2d\x89\xbd\xb4\xad\xda\x96\xbc\xde\x82\xa5\xd2\x7c\xec\x14\xff\xdf\x49\xeb\x01\x48\x0a\x48\x0a\x48\x0a\x48\x0a\x48\x0a\x48\x0a\x48\xea\x0f\x49\xdb\xb6\x28\x48\xfd\xf5\x5d\xd5\x8b\x82\xc7\x03\xe0\xa8\x58\x2a\x44\x4b\x22\xac\xae\x23\x2b\x05\x50\xd1\x5e\x5b\x9f\x80\x8a\x82\x8a\xae\x31\x15\xed\x08\x5a\x0a\x22\x96\x0d\xda\xfe\x5a\x06\xbe\xce\x9c\x90\x1e\xa3\x3d\x2c\x1e\x1d\xb6\xa9\xe6\xbd\x6e\x16\xca\x9b\xba\x23\x48\xe8\x3f\x19\xa2\xb4\x20\xa1\xd9\xbc\x91\xd1\x96\x4d\xab\x5c\x21\x38\x6d\x2c\x15\x67\x21\x9f\x51\x0d\xf6\x5b\x83\xec\x3f\x6f\xa0\x7b\xed\xb6\x6c\x9f\xe2\xed\xc6\x62\xdb\xad\x04\x1e\xf3\x66\x73\x2d\x0a\x71\xdf\xc3\x4f\x98\xb4\xba\x54\xe5\xa5\xf4\x5c\x73\x7d\xc4\xbc\xd7\xfa\x6e\x5a\x1f\x0c\xbf\xa2\x98\xf7\x85\xe0\xaf\xf1\x04\x3b\x26\xbf\xba\xca\xf7\xad\x22\xfd\x26\x7f\x1a\xd5\x4e\x0c\x44\xc3\x23\x1a\x1e\xd1\xf0\x88\x86\x47\x34\x3c\xa2\xe1\x11\x0d\x8f\x68\x78\x44\xc3\x23\x1a\x1e\xd1\xf0\x88\x86\x47\x34\x3c\xa2\xe1\x11\x0d\x8f\x68\x78\x44\xc3\xdf\x39\xd1\xf0\xbf\x3f\x48\xe3\x82\x4d\x0a\x78\xe3\xd2\x67\xd6\x67\x92\xfc\x68\xf6\x8b\x83\xec\xe3\x1b\x68\x8b\xf8\xbf\xab\xcb\x89\xf0\x5b\x1a\x64\x90\xe6\x09\x2d\x62\x8f\x62\xc6\xe6\x2d\x1a\x9e\xc2\x3e\xe6\x5f\xd6\x07\x6b\xec\xd2\xfc\x9a\x73\xc1\xac\x71\x94\x8d\x48\xd6\xe8\x79\x7f\x2c\xd0\xc8\xfb\x82\x4c\x9b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x60\x8b\x77\x26\x5b\xfc\x88\x62\xe9\x1e\x95\xac\xb9\x58\xce\x6b\x45\x5d\xcd\xe5\xb9\x04\xde\x13\x0a\x2e\x34\x90\x7c\x53\xaa\x98\x4b\xa1\x5b\xea\xc2\x75\x4d\xbb\xe9\xd9\x5c\x1a\xec\xeb\xcf\xb3\x8f\x0e\xd0\xc3\xbe\x6d\xd9\x1a\xc8\xa3\x62\xc1\xaa\xcb\xa9\xd6\xb2\xc5\x56\x41\xf2\x8b\xf6\x35\x2e\x89\x6b\x4c\xb8\xaf\x11\x3b\x6e\x9e\x9d\xf4\xbb\x80\x54\x34\xd6\x3f\xbf\xcb\x41\x63\x0a\xec\x0d\xec\x2d\x05\xf6\x06\xf6\x06\xf6\x06\xf6\xd6\x33\xec\x2d\xd5\x35\xec\xad\xe5\x3d\x69\x9a\xbd\xa5\xc0\xde\xc0\xde\xc0\xde\xc0\xde\xc0\xde\x3a\xcf\xde\x52\x3d\x0d\xb2\x52\x00\x59\xed\x03\x59\xa9\x6e\x07\x59\xa9\x75\x08\xb2\xd2\x6f\x0f\x51\x41\x28\xb4\x54\xca\x70\x85\xd6\x65\x7a\x33\xbd\xa9\x66\x20\xb6\x3f\xee\xb2\x32\x55\xd6\x67\x48\x33\x79\x23\x58\xbd\xf5\x88\xbf\x7a\x6b\x13\xdb\x28\x84\x5b\xff\x30\x58\xb8\xf5\x1c\x7b\x56\x0a\xb7\xea\xc1\x39\xa9\xe3\xaa\xdf\xe5\xea\x08\xd2\xe8\x3b\xef\x0a\x02\x75\x03\x62\x96\x8b\x28\x41\x4c\xee\xa4\x38\xb0\x0b\xa8\x9c\x80\x68\x37\x29\x4f\xb9\x8a\x44\x1c\x97\xe8\xe9\xb6\xbc\x0c\xc8\xd2\x81\x9c\x84\x4d\xe6\x24\xfc\xe3\x3e\x2a\x8a\x54\x42\x39\x52\x5d\xa9\x84\xde\x44\xed\x7a\x59\x6b\x47\xcc\x5f\x17\xc6\x53\xa1\xab\xdc\x78\xb6\xb1\x0b\x8b\x22\x87\xe2\x35\xca\x3a\x39\x14\xdb\x77\x39\xcb\x1c\xaf\xb5\xb9\xad\x33\x1f\x94\x34\xa3\x4c\xb1\xaf\x8c\x04\x99\xe3\xbd\x32\xc1\x96\x2b\x5b\x99\x76\x2d\xc8\x34\xa7\xc5\x49\xf5\x4c\xf3\x84\xdd\x5e\x47\x8d\x74\x7b\x72\x3a\x02\x9d\x03\x9d\x03\x9d\x03\x9d\xf7\x0e\x3a\xc7\xfa\x33\x60\xfd\xd9\x3d\xbe\x05\xe4\xd3\xed\x48\x3e\x5d\xb8\x70\xe0\xc2\x81\x0b\x07\x2e\x1c\xb8\x70\x7a\xda\x85\x83\xb4\xea\x48\xab\x8e\xb4\xea\xed\x4a\xab\x0e\x0f\x29\x3c\xa4\xbd\xea\x21\x4d\xe7\x5a\x5c\x51\x20\xc8\x99\x18\xf3\x87\xc7\xf7\x31\x59\xc8\xdc\xb1\xb4\x8d\x3a\x16\xab\x00\x75\xcb\xd0\x77\xeb\x93\x33\x7f\x77\x07\x5d\x92\x41\x0a\x4b\x65\xcd\xc8\x28\x85\x7c\x31\x37\xba\x3c\x66\x76\x7c\xac\x56\xf6\x13\x3e\x82\x5a\xb1\xac\x14\x4a\x5a\xd6\x3a\x4f\xd5\xad\xaa\x75\xa3\x06\x1f\x79\xf6\xae\x1d\xec\x0f\xfa\xe9\x3e\x57\xc3\x57\x65\xc3\xe1\x7d\xbc\x80\x9d\x38\xce\x7a\x89\x9c\xf5\xf5\x19\xbb\xfd\x59\x2d\x9b\xb4\xdb\x8f\x1d\x33\xcf\x4a\x3a\xcd\x5d\x14\xad\x39\x39\x4f\x6a\x9c\x28\xde\x84\x16\x17\xbe\xd3\xe9\x92\x78\x4f\x67\xe9\x1c\x7f\x4f\xcf\xd0\x29\x9a\xac\xed\x68\x71\xba\x1d\x97\xa3\x10\xaf\xd1\xdd\xd5\x96\xc3\xcb\x05\xbf\xa5\x93\x2c\x25\x5e\xb8\x5a\x5d\x70\xde\x61\xd1\x57\xfb\x1d\x76\x6e\x83\xc2\xff\x61\x8b\xff\xd3\x3d\x68\x55\xc8\x5b\xe9\x03\x3e\x29\x4f\xec\x92\x67\x9c\x7a\x96\x9e\xa1\x8b\x15\xce\xee\x16\x3d\x64\xb0\x45\xf8\xb6\x9b\xf4\x6d\x7f\x2d\xd4\x3e\xd3\xf3\x9c\xf0\x20\x3f\x4d\xf3\x8e\x07\xb9\x1b\x0c\x1b\xaf\xcd\xd7\x29\xc3\x96\xfa\x4f\x5b\xfd\x0d\xdb\xc9\xaa\xca\x3c\x2b\xb5\x70\xc7\x79\x55\x89\x2e\xb0\x6f\xa8\xe8\xd3\x6b\xf6\x14\x15\x7d\x50\xd1\x67\x8d\x2b\xfa\xac\xe1\x9a\x39\xb0\xce\x4f\x63\x93\x8b\xcf\x6c\xb1\xc2\xf9\x26\x3d\x49\x29\x76\x32\x7a\xdc\x4e\x3d\xb1\xd3\x5d\xf6\xa7\x46\x33\x77\x44\x21\xa0\xb7\x85\xe8\x9e\xd1\x82\x96\x33\x46\xff\x7e\x41\xcb\x99\xbd\x7e\x81\x69\xec\x10\x6d\x30\xff\x16\x7b\x7d\x41\xcb\x9d\xca\x17\xd4\x33\x4a\x31\x5b\x50\xf5\xf4\xf6\xa0\x47\x9a\xde\x4b\x09\x36\x1a\x1d\xb1\x87\xe0\x1e\xf3\xbf\x96\x74\xba\xa0\xe5\xa2\x9b\xe4\x65\x5c\x77\xc5\xde\x3f\x40\x8f\x8b\x0d\x6f\x55\x75\xfb\xd1\xe5\xc4\x68\x5e\x94\xa0\x57\x0d\xf6\x3f\x76\xb1\x6f\xf5\xd3\xdd\xce\x51\x57\x97\x13\xe1\x27\xea\xc7\xd7\xcb\x02\xf6\xb1\x01\xf3\xb0\x73\xf6\x99\x17\x13\xf2\x87\x53\x9a\x9e\x2c\x14\xec\xb9\xbe\x75\xd3\x79\x9b\x52\x73\x3e\x5f\x5b\xd4\x38\x25\x3e\xe4\xe3\x74\x94\x7f\xc8\x07\x68\x1f\x8d\xd5\xfc\x90\x5d\x43\xbd\x9c\x88\xcb\xc1\x98\xc9\x1b\x76\xed\x9f\x15\x15\x58\xac\x7a\x70\xf2\x13\x94\xed\x7a\x12\x6e\x06\x69\xc5\x91\x90\x13\x49\x01\x90\x90\x13\xca\x46\x28\x1b\xa1\x6c\xec\x21\x65\x23\x12\x72\x22\x21\x27\x14\x65\x50\x94\x41\x51\x06\x45\x59\x57\x28\xca\x90\x2e\x13\xe9\x32\xd7\x8b\x86\x06\xe9\x32\xdb\x91\x2e\xf3\xc7\x03\x14\xab\x03\xe6\x44\x39\x1e\x07\xcf\x7d\x6d\x80\x7d\x71\x43\x25\x9e\x33\x1a\x2b\xbf\x23\x41\x51\x8b\x0a\xf0\x0c\xf3\x13\x7c\x68\xdf\x4c\xde\x28\xaf\x37\xe2\xd7\xb5\xc5\x78\xda\x46\x08\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x41\x00\x3b\x45\x00\x7f\x6f\x3b\x1d\x93\xb1\x68\xa5\x92\x31\xba\x9c\xa8\x15\x7f\x96\x55\xd4\x45\x73\xd1\x55\xae\x8c\x38\x7b\xcf\x76\xf6\xfd\x3e\xda\x64\x9e\x7e\x75\x39\x11\xde\x55\x37\xca\x6c\x92\xb7\x32\xaf\x96\x63\x3b\x79\x5c\x59\xa9\xe4\xa9\x9f\x6d\xff\xdc\x96\xe8\xb1\x67\xe8\x98\xe0\x6c\x07\x68\x1f\xe7\x6c\x71\x1a\xa6\x58\x6d\x25\x6c\xa9\x64\xf0\x84\x6c\x56\xa7\x56\x1b\x23\xf6\x64\x30\x4e\x8b\xb1\x41\x4b\xed\x5a\x2a\x19\x92\xa0\x39\x1d\x70\x33\xb4\xf0\x67\x37\x3b\xa3\x3e\x14\x14\xfd\xe5\x0c\xfc\x2e\x2b\xde\xab\x93\x63\x9f\x3a\x49\xc7\xe9\x68\x45\xe4\xc1\x8a\x06\x1f\xb1\x06\x88\xdd\x6a\x32\x76\xeb\x43\xa1\xd5\x7e\xf8\x29\x11\xa1\x75\x84\x0e\x3b\x11\x5a\x9d\x33\x1e\x3c\x0e\xab\xb5\xc6\x23\xf5\xe7\x77\x39\xc6\x63\xac\xe1\x08\x2b\xc7\x8a\x3c\x2e\x62\xaa\x3a\x65\x43\x10\x39\xd5\x6b\xd6\x0c\x91\x53\x88\x9c\x5a\xe3\xc8\xa9\xb6\xaf\x17\x5b\x6b\xd3\x03\xc3\xad\xd2\x07\x68\x1f\x1b\x8b\xee\xb1\x83\x77\xee\x77\x47\x41\xd9\x8d\xde\x11\x71\x4f\xbf\x3d\x44\xd3\x62\x5f\xa3\x2f\x28\x99\xb8\x35\xf6\x15\x55\x40\x95\x42\xe9\xba\x62\xe9\x1c\x32\x85\x25\xa3\x6c\x1a\xc0\x82\xba\x60\xda\xde\x62\xce\xda\xea\xb0\xbf\x1b\x64\x9f\xda\x48\x61\xb3\xa9\xa4\xbb\xa5\xab\x56\x13\xe1\x7f\x19\x92\xbb\x4e\x97\xf6\xa1\x68\x71\x1c\x2b\x54\x69\x42\x5c\x61\x4e\x2b\xa8\x29\x71\x85\x96\xc8\x21\x86\x1d\x7c\xcb\x11\xb5\x84\x7d\xf9\xb2\xba\xe8\xd8\xc3\x01\x8f\x2b\xc0\xd5\x76\x3c\xb6\x87\x5f\x6e\xae\xf2\xe6\x2e\xca\x7b\xab\xee\x35\x04\x15\x2b\x89\x75\xbc\x25\x62\x1d\xdf\x12\xfc\xb1\x9f\x63\x33\xf2\x63\xaf\xf9\xd2\x4a\x0b\x50\xfd\x4c\xdc\xa6\x40\x3c\x37\xa8\x2c\xa0\xb2\x80\xca\x02\x2a\x0b\xa8\x2c\xa0\xb2\x80\xca\x02\x2a\x0b\xa8\x2c\xa0\xb2\x80\xca\x02\x2a\x0b\xa8\x2c\x3a\xad\xb2\x38\x41\xc7\xd8\x91\xe8\x61\x9b\x9f\x3c\xe2\xe6\x2e\xd5\x5b\xb9\x6a\x00\x03\x99\x06\x64\x1a\x90\x69\xf4\xb0\x4c\xe3\x9d\x7d\x14\x1d\x8d\xdf\x52\x0b\x85\x91\x9b\x45\xed\x56\x71\x54\x2b\xa9\xc5\x7c\x76\xc4\xb3\x27\x1c\x65\xdf\x09\xb1\x3f\x0e\xd1\x96\x4b\x6a\xa1\x70\xd6\x3c\x2c\x7c\x29\xa7\x96\xf9\xa7\x98\xcf\xa8\x11\x25\x93\xe1\x2b\x19\x3e\x6d\xe8\x91\xf3\x25\xb5\x38\x3d\xe9\xdd\x56\x0e\x47\x94\x82\xa1\x45\xf8\x35\xe4\x56\x21\x32\x70\x7e\x7a\x72\x82\x23\x19\x8d\x5b\xeb\xac\x96\x19\x88\xc5\x72\x6a\x79\x5e\xb4\x9b\x14\xcd\x4e\xf3\x56\x45\xa3\x01\x75\xf6\xd2\x07\x69\x87\x00\x74\xf7\xd3\x7d\x1c\xd0\xdd\x4d\x77\xfd\x6a\x68\x33\xc9\xd7\x28\x08\xb6\xb1\xbf\xdc\x45\x6f\x30\xdf\xe4\xd1\xe5\xc4\x68\x49\xcb\x96\xd5\xc5\x12\xdf\x95\xb1\xff\xbc\x8b\x7d\xad\x9f\x36\x65\x34\x5d\xe5\xb2\x88\xfa\xa9\xa3\x66\xb5\xec\x05\x79\x6a\x8c\x67\x99\x9a\xd0\x74\xf5\x62\xc2\xf5\xe7\xf5\x16\x4a\x76\x85\x26\xc4\xc0\x1e\xa5\x71\x3e\xb0\xfb\x68\x8c\xf6\xd4\x74\x59\x98\xe3\xc4\x7d\x92\xce\x1d\xb7\xa4\x18\xf0\x8a\x1c\x1b\xd1\xa8\x84\x9a\xae\x5e\x20\x5a\x0c\x1c\x13\x1c\x13\x1c\x13\x1c\x13\x1c\x13\x1c\x13\x1c\x13\x1c\x13\x1c\x13\x1c\x13\x1c\x13\x1c\x13\xd1\x62\xc0\x90\xc0\x90\xc0\x90\x6b\x82\x21\x7f\xbe\x9f\x9e\xb0\xa2\xc5\xf2\x3e\x15\xd5\x46\x65\xf5\xb5\x51\xf6\x5f\xfb\xd8\xb7\xfb\xe8\x81\x8a\xc3\xae\xca\xdf\xc3\x0f\xe4\xd4\xb2\x77\xe6\x15\xf7\x14\x7b\x22\xa7\x96\x93\xde\x93\x2e\x8a\x73\x92\xb3\xd3\xd6\x96\xaf\x85\x81\x05\x55\x0d\x8d\x57\x35\x34\xde\x48\x43\xe9\x12\x3d\x2d\xc8\xdb\x39\x9a\xe1\xe4\xed\x14\x4d\x52\xaa\x09\xcd\xa1\xeb\x3e\x1b\x61\x71\xec\x9f\x0f\xd1\xa8\xcc\xe1\xa5\x65\xd5\xca\x07\xa1\x2f\x15\xcd\x77\x30\x53\x50\x0c\x43\xb5\xf5\xac\x6f\x1b\x62\x3f\xd1\x4f\x5b\xcd\x13\xec\x47\xf2\x28\x0f\xdc\xf3\xf2\x80\x39\x71\xf6\x84\x79\x76\xec\x21\xf3\x80\x73\x5a\x56\x95\x0f\xc4\xfd\x63\x8b\x23\xf5\x9e\x5f\x61\xaa\x7b\xf3\xc6\xe5\x7d\xc4\xdd\xdd\x0a\x04\x99\xcf\x05\x83\xca\xc3\xec\x60\xad\xe2\x82\xae\x01\x97\x08\xd3\x73\xf1\x80\x78\xc0\xf0\x37\x36\x57\x3c\x82\xa8\x15\xc5\x57\xe7\x29\x3c\x22\x8f\xe9\xc8\x83\x48\xf1\x5a\x21\x15\x61\x2f\x4d\x3d\x09\x04\xbc\x20\x7c\xaf\xc9\xf0\xbd\x8f\x87\x5a\x65\x0d\xd2\x22\x8c\x6f\x82\x92\x4e\x18\xdf\xda\x5a\x96\xc6\x0c\x49\x95\xfd\x09\x08\x16\x8c\xbd\x77\x5b\x85\x65\xb9\x5f\x56\x5d\x56\xbc\xc6\xe4\x61\xf1\xe7\xce\xd8\x92\x0b\x34\x47\xb3\x6e\x5b\x12\x4b\xd1\xc9\x26\x26\xc8\x49\xde\xe7\xf3\x1c\xf6\xc3\xae\x04\xda\x95\x6f\xf7\xd1\xb7\xfa\xd8\x1f\xf6\x85\xff\xc0\x1e\xa0\x4f\xf5\x5d\x70\x2f\x6e\xf3\xe6\x1e\x8b\x2f\x50\x23\x0b\xea\x35\xe1\xe8\xb2\x77\x95\x8e\x37\x45\x6e\xe4\x79\x17\x5d\x76\xa3\xa8\x15\x47\x8a\x6a\x4e\xe1\x03\x21\xd7\xb7\x6e\xfb\x22\xf8\x92\xfd\x08\xe4\x8b\x98\x5f\x5c\x54\xb3\xa6\x05\x2b\xdc\x76\x3c\x50\x8e\xd7\x21\x5f\x18\x96\xcb\x5e\x51\xa3\x3c\xa7\x9b\xd3\x62\x49\xd5\xf3\x5a\xd6\x5e\xbe\x3b\x33\x24\x77\xee\x59\xa3\xb1\x64\x98\x9d\x74\x6f\x19\x14\xf3\x4c\xeb\x86\xe4\x45\xae\x09\xd2\x62\x35\x11\x17\xfd\x14\x11\x68\x3e\x7d\x8c\x32\xde\x85\x59\xde\x03\x9f\xe5\x3c\xaa\xf3\xa3\x3a\xbf\xe0\xc6\x22\x42\xd1\x1a\x5d\x73\x7b\x2c\xa9\xaa\x45\x86\xe3\xae\x61\xb4\x98\xa2\xbd\x01\xb6\xbd\xbd\xde\x8b\xc5\x23\xc9\x8c\xb9\x57\xe6\x93\xad\xdb\x38\xf4\x48\x75\xfe\xf4\xe7\x42\x2d\x2e\x51\x3e\x67\xb6\x36\xc6\xce\xd2\x34\x6d\x16\x63\xab\x66\xdb\x5d\xf6\x3c\xe2\x3f\x6b\x6f\x61\x9b\xc4\x30\x51\x7b\x57\x0d\xa9\x1f\xdf\x55\xb1\x2c\xd8\x5d\x15\xf9\x5f\x67\xe7\xb1\x83\x47\x91\xb6\x7d\xad\x80\x50\xff\x5e\x5b\xa1\x20\xd4\x1f\xa1\xfe\x6b\x1c\xea\xdf\x31\xe0\x14\x58\x12\xb5\xb1\x19\xa0\x11\x73\xef\x33\x4b\xa4\x0f\xd3\x41\xb6\x3f\xba\xd7\x56\xa2\x3f\xe8\x56\xa2\xbb\x9b\x6b\xbf\x06\x9d\xfd\xec\x15\xda\x17\x1c\xa2\x2f\x30\xa6\x2b\x36\xdf\x60\xff\xfe\x32\xfb\xd7\xbb\x68\xbb\x5f\x34\xbe\x98\xd6\x02\x64\x9f\x2e\xc5\xbd\xa8\x1a\xea\x13\xfa\xce\x1b\x72\x1d\xd8\xe5\xc2\xcf\x14\x24\x92\x90\x48\xa6\x20\x91\x84\x44\x12\x12\x49\x48\x24\x7b\x46\x22\x99\xea\x1a\x89\x64\xcb\x7b\xd2\xb4\x44\x32\x05\x89\x24\x24\x92\x90\x48\x42\x22\x09\x89\x64\xe7\x25\x92\xa9\x9e\x56\x34\xa6\xa0\x68\x6c\x9f\xa2\x31\xd5\xed\x8a\xc6\xd4\x3a\x54\x34\xa6\x33\x74\x46\x80\xbf\x24\x9d\xe0\xe0\xef\x30\x1d\xa4\xfd\x35\xc1\x1f\x27\x55\x16\xf8\x73\xe1\xa1\x86\xa2\x66\xf3\xc1\x68\xef\x14\x9b\xac\x4a\xf0\x57\x93\xec\xd5\x4e\x12\x18\x14\xa0\x1b\xfd\xf5\x2d\xf5\xf8\xd9\x1b\xc4\x34\x15\x51\x3c\xa8\x6c\x48\xfc\xb5\x93\xb0\x4c\xb0\xad\xd3\x34\x45\x13\x15\x0e\x99\xbd\x94\x58\xf1\x43\x82\x27\x06\x1a\xb4\x26\x35\x68\x7f\x15\x12\xe2\xb1\x31\x2e\x1e\x73\x1c\xc6\xfb\xa9\x99\x17\xb1\xa6\xa5\xa0\x49\x61\x8c\x8e\xd1\x11\x6e\x8c\x9a\x6c\x7e\x5a\xe8\xdc\x52\x74\xd2\xd1\xb9\x35\xd7\x54\x70\xc0\x7f\x49\x33\xca\xd4\xa0\x69\x5b\x79\x72\xd3\x6a\xdb\x17\x7b\x71\xa4\x9e\xe9\xb2\x04\x0c\x2e\x35\x88\x76\xcd\x63\xc6\xf6\x8a\x23\x6a\x9a\x31\xfb\xc4\xf6\x19\xb4\xf6\x28\xe1\x40\x7f\x41\x7f\x41\x7f\x41\x7f\x7b\x87\xfe\x62\x3d\x17\xb0\x9e\xeb\x1e\x3c\x0e\x15\x72\x47\x54\xc8\xf0\x42\xc0\x0b\x01\x2f\x04\xbc\x10\xf0\x42\xf4\xb4\x17\x02\xc1\x28\x08\x46\x41\x30\x4a\xbb\x82\x51\xe0\xe4\x83\x93\xaf\x57\x9d\x7c\xe9\x5c\x8b\xe3\xb0\x5a\xe3\x34\x6b\x05\x59\xbe\x11\xf3\x87\xdc\xf7\xb1\x7b\x85\xe1\x70\x8c\x3a\xb5\x5e\x0d\xff\xdf\x63\x74\xb6\x51\x35\x7c\x8d\x12\xdd\x5c\x1d\x6f\xa5\xf8\xf8\x50\x8c\xbd\xd4\x5f\x8f\x94\x3f\xe0\x97\xef\x43\x2b\xa8\xb1\x98\xf9\x43\x2d\x3c\xee\xd4\x7a\x6d\x3d\x17\x5f\x69\xc1\x45\x8f\xd3\xa2\xae\x5f\xc5\x7a\x99\x16\x82\x5f\xa6\x13\xec\x58\x83\x2f\x53\x8d\xb7\x28\x20\xe9\xc7\xef\x6f\xae\xf7\x50\xc2\x35\x32\x80\x98\xcf\x65\x44\xfe\xb6\x16\x8f\x66\xc5\xf5\xbb\xab\x9e\x0d\x60\x1d\x9c\xaf\x1d\xaa\xdf\x5d\x6d\x17\x56\x5e\xbf\x7b\xe5\xb6\x25\xa0\x7e\x77\x07\x4c\x4f\xec\x13\xdb\xea\xd9\x96\xbb\x9d\x1c\x20\xa6\x39\x19\xae\xef\x07\x6d\xab\x35\x41\x2a\x10\xa4\x02\xb9\x73\x21\x3c\xe8\x0b\xe8\x0b\xe8\x0b\x52\x81\xac\xf5\x4e\x24\x30\xdd\x48\xea\xe7\xb7\xd6\x5b\x30\xec\x0c\xca\x0e\x62\x2e\x23\x76\x97\x6a\x14\x0f\x6f\xeb\x2a\x02\x49\x42\x7a\x6d\xed\x82\x24\x21\x48\x12\xb2\xc6\x49\x42\x9e\xa9\xad\xdb\x5d\xdd\xfe\xb4\xe1\xe4\x20\x1d\x98\x35\xd2\x09\x1a\x65\x23\xd1\xdd\x76\x8a\x90\x6d\x9e\x14\x21\x5a\x41\xad\x4e\x0d\xf2\x3c\x5d\x61\xcf\x45\x9f\xb5\x4f\x19\x97\xeb\x6b\xf1\x31\x16\xb3\x11\xb3\x17\x11\x23\xa3\x95\xd4\xe1\x88\xb1\x94\xb9\x6e\x7e\x04\x7c\xe9\xae\x2a\x8b\x62\xe5\x53\xd2\x35\xbe\x6c\x8d\x6e\xb1\x81\x66\x5b\x93\x8f\xfc\xe8\x3e\x8a\x5b\x15\xe4\x6a\xe0\xd4\x92\x96\xb5\x68\xea\x68\x41\xcb\xb1\xaf\xdc\xc7\xbe\xd8\xe7\xd4\x96\x7b\x98\xf3\xd3\x82\x66\xdb\x3e\x67\x62\x9c\xd5\xb2\xb1\xb0\xf9\xb3\xa8\x27\xe7\x4c\x82\xb3\x5a\x76\x46\xcb\x8d\x51\x59\x7d\x6b\x79\xb4\x54\x50\xf2\x3e\xc5\xf1\x56\x45\x50\x57\x59\x58\x2f\x00\x5e\xde\x98\x0a\x7e\xff\xa2\x2c\xe2\x53\xd7\xcd\x5b\xcf\xed\xe7\x42\xf4\xae\x10\xfb\x99\x50\xf8\xed\xb6\x65\xb8\x6e\x09\x95\x15\x73\x9a\xe4\x2f\x87\x50\x5b\x96\x35\x2b\x00\xa8\xa0\xe5\x2a\x94\x48\x6e\x6b\x6b\x4e\x00\xfc\x39\xe8\xdc\xbc\x68\x45\x77\x73\x72\x8d\x59\xd2\xb2\xf1\xe8\x16\xfb\xcf\xee\x45\xe5\x25\x7a\x9a\xcd\x87\x9f\xb2\xba\xb3\xef\x94\x66\x2f\x8e\xcd\x47\xec\xc4\x20\x59\xed\x78\x3a\xc2\xb7\x55\xf1\xe8\xeb\xae\xf1\xb3\x3c\x46\xe3\x9d\x1b\xe9\xa7\x37\xb2\x9f\xda\x18\x7e\x71\xa3\xd5\xf8\x57\x37\xe4\x8b\x86\x9a\x59\xd2\xd5\xf9\x9b\xf9\xd2\x85\x99\xf9\x8b\xaa\x9e\xbf\x76\xdb\x5c\x9c\xab\xc5\x6c\xe5\x3c\xcf\x27\x2f\x2b\x37\x88\x7b\x9e\xe7\x32\x61\x7d\xd1\x52\x3f\xe7\xb3\xdc\x93\x73\xcd\x56\x43\x71\x21\x89\xaa\xcb\xd0\x28\xfb\x13\x5e\xb0\x2e\xc3\x3f\x95\x8c\x56\x2c\xaa\xc2\x8c\x96\xb5\x78\x44\x4c\x33\xdc\xd8\x2e\x2a\x37\xc5\x82\xef\xcc\x85\x0b\xb3\xf3\xf6\x81\x5a\x31\xb2\xa0\x96\x6f\xa9\xf2\xa3\x73\x7a\x66\xed\x5f\xec\xf6\xe5\x3d\xca\xa9\x4b\xd8\x72\xef\x29\x19\xa5\x68\xde\xc8\x32\xbf\x7d\x7b\xac\xb9\x28\x4b\xf4\x4e\x08\x39\xf8\x8d\x98\xa6\xc4\xde\x86\xea\xaa\x52\x88\x98\xef\x61\x41\x2d\xc7\x23\x96\x66\x59\xfe\x41\xde\x16\x97\x50\x0b\xd7\xa2\xeb\x02\xf6\xc5\x07\x8c\xc8\x85\x99\xf9\x48\x46\x57\xb9\xb4\x46\x29\x18\xc3\x1e\x15\xb8\xd9\x5f\x4b\x45\x64\xdd\xb8\x8c\x5c\x73\x5f\xdd\xbc\xd8\xf2\x52\xa1\xa8\xea\x7c\xa2\xe7\x84\x61\x51\x29\xda\x1b\xbd\x7c\x36\x5b\x50\x23\x4a\xb9\xac\x64\x6e\x46\x06\xd5\x78\x2e\x6e\x2e\xab\xc4\xff\x9b\x23\x60\x3f\x4d\x9e\xba\x86\x2b\xda\xe5\x6a\x65\x49\x29\x38\xc3\x91\xd1\x16\x3d\x8a\x65\x77\x17\x86\xe2\xd1\x1d\xf5\x5e\x28\xcf\xeb\xf8\x13\x7d\xf4\xb7\x21\xf6\xa3\x50\xf8\x07\xf6\xa7\xf7\x7b\xa1\xe9\x6b\x62\x9f\xcb\x55\x6c\xb6\x1e\x6f\xe1\x76\xd9\xd2\xe2\x29\xd9\xca\x48\x00\x1b\x0f\x71\x07\xaf\x52\x96\x6b\x28\x61\x0f\xb9\x21\xb6\x9e\xbb\x72\x9b\xdf\x5f\x36\x6f\x94\x0a\xca\x6d\xee\x11\x5f\x2c\xf1\x9d\x25\xdf\xfc\x46\x0a\xf9\x22\x7f\x37\x0b\x5a\x2e\x97\xb7\xd6\x51\x2e\x99\x9c\x51\xc8\xe7\xae\x97\x0b\xb7\x85\x34\x4b\xd3\x9d\x3f\x38\x4b\x32\xaf\xf9\xe5\x9e\xd0\x78\x54\xa8\x0d\x53\xe6\x5d\x78\x3c\x98\x7b\x28\xce\x86\xa3\x31\x7b\xb6\xba\xc7\x3d\xc1\xcd\x6a\xd9\x3b\x61\x7e\x4b\x2f\xd0\xf3\xec\x4a\xf8\x39\xab\xc1\x63\x73\x62\x30\x6d\x89\xba\xf5\xdc\x64\x4c\x83\x30\x93\xd5\x16\x56\x1a\xb6\xcd\xd6\x79\x9e\x77\xe9\xff\xec\xa3\xdf\xea\x63\x5f\xe9\x0b\x7f\xd1\xc5\xb9\x92\x11\x5d\x2d\x08\x02\xc8\xf5\x4c\xfe\x44\x31\xb3\xa4\xeb\x5c\xc0\x95\xb7\x3e\x6b\xc7\xda\x5f\xd7\x6e\xc9\x9e\x78\x61\x60\xc9\xb4\x06\x59\xd5\x70\xb4\x52\x8a\x69\x89\xb9\x36\x8a\xeb\xd0\xb9\x8e\xcd\x9c\x12\xcc\xb3\x23\x86\x8c\x54\xe1\xe6\x5a\x0a\xd5\xad\x9d\x86\x2d\x9e\xaa\xe6\x8d\x16\x8e\x58\x2a\x2f\xe9\xea\xb0\x08\xef\xc8\x19\x3e\x67\x9e\x37\xaf\xa4\x89\x77\x97\x5f\x4b\xa2\x40\xfe\x8a\x9a\xff\x7f\xc1\xec\xa2\x85\x91\x6c\xb8\x18\xdd\xea\x3e\xd8\xf3\x62\xbe\x12\xa2\x2f\x85\xd8\x6f\x86\xc2\xbf\x61\x7f\x9b\xbf\x54\xe3\xdb\x2c\x70\x51\x85\xfd\x4d\x9a\xf6\x56\xbe\xc0\xbc\xb7\x72\x18\xf9\xed\x79\xd8\xe6\xb0\xf8\x9d\x67\xe3\xba\xae\xdd\x2a\x3a\x4d\x70\x4d\xa0\x5b\x33\x60\xbf\x15\xd6\xfd\xf8\xdd\x5f\x74\x4b\x59\xc9\x17\x66\xcc\xde\x78\x6e\xe5\x83\x21\xfa\x40\x88\xbd\x2f\x14\x7e\xc9\xbe\x95\xb7\x48\x06\x39\x1c\x51\xb2\x59\xd3\x08\xce\x9d\x9a\xd8\xbb\x77\xef\x61\xb3\x3d\xf9\xcf\x73\x4a\x51\xe3\x4f\xd6\x28\x2b\x8b\x25\x4b\x16\xb7\xa0\xe6\xf2\xc5\xa2\xdc\x64\xaa\x42\xbf\xe7\xd8\x0c\xdb\xda\xf8\xbc\xb6\x64\xb7\xe5\x79\x71\xd9\x2f\x6e\xa5\x73\xb2\x8c\x89\xbf\x9b\xbd\xd6\x92\xb0\xa0\x65\x94\x82\xb1\xc4\xbf\x7e\x25\x63\x6e\x56\xcd\xef\x42\xbd\x65\xb0\xaf\xdc\x15\xfd\xc6\x46\xda\xa6\x54\x80\x94\xf0\x63\x76\x28\xed\x8c\x79\xee\xbc\x38\x37\xc9\xcf\x9d\xe3\xe7\xc6\x0e\x8a\x43\x2a\xf0\x89\xb3\x68\xac\x75\x62\x8b\x7d\x32\xcf\xd0\x45\xba\x50\x41\x34\xea\x54\x30\xa9\xd8\x59\x2c\x27\xe2\xb5\xfa\x99\x7e\xb9\x6f\x45\xb5\x51\x1a\x6f\x99\x9e\x15\x7e\xbd\x79\x7a\xca\xf1\xeb\xb5\xaa\xed\x37\x0b\x2a\x78\x81\xe6\x5c\x54\xb0\x55\x8d\x07\xad\xc3\x0b\xc1\x0b\xed\x69\x76\x5a\x2e\xb4\xeb\xec\xf1\x6a\x76\xc0\xbd\x1e\x0f\x8a\xee\x4c\x03\x4e\xd5\x87\x53\x69\xb8\xee\x6b\xb8\xee\xd7\xdf\xca\x89\xfd\x97\x21\x3a\x23\xeb\x29\xa9\xe5\x5b\x9a\x6e\x3e\x01\xd7\xcc\xc0\x75\x77\xb5\xe6\x87\x7c\x31\xa7\xab\xee\x42\x4b\xef\x1f\x62\x7f\xbe\x81\xee\x76\x5a\x32\xe7\x84\x4f\x84\xa4\x78\xcf\x49\x88\x61\x3e\x39\x31\x32\x56\x92\xd2\x69\xd1\x54\xdc\xe5\xf7\x1b\xb7\x3d\x86\x03\xbc\x81\x01\x27\x1e\xd6\x13\xe0\xa8\x95\x54\xdb\x9d\x6b\x94\x55\x25\x3b\xec\x04\x82\xf0\x0d\x8a\x0c\x1b\xc8\x97\xd5\x45\xe7\x1d\x1c\xf0\xc4\x6e\xb9\xda\x8e\xc7\xa2\xfc\x72\xe7\xec\x9b\x70\xcf\x4e\xb2\x9f\x5d\x9e\x1f\x35\x7d\x93\x66\xc5\x14\x34\x4d\xa7\xf9\x14\x94\xa4\x13\x74\xac\x09\x5c\xcf\xf3\x99\x4c\x2d\xab\xc5\xe0\x7c\x1f\xb5\x71\xde\x2d\x81\xf3\x9e\x09\xb6\xf2\xfb\xd9\x5e\x2b\x8f\x6f\xe5\xdb\x28\x4d\xbc\x7c\x00\xa8\x98\x8f\x74\xb0\xa8\x98\x8f\x84\x00\x48\x08\x80\x84\x00\xe5\x1e\x4d\x08\x80\x8a\xf9\xa8\x98\x8f\x40\x6c\x04\x62\x23\x10\x1b\x81\xd8\x5d\x11\x88\x9d\xde\x47\x63\x6c\x4f\x34\x6e\xf3\x8f\xfb\xdc\xbe\x26\xb9\x73\xbb\x23\xfc\x4d\x3d\x1d\x12\x8b\x4a\xfe\xa8\xe4\xbf\xbe\xf2\xde\xb2\x1f\x86\xe9\x70\x40\x25\xff\x51\x89\x20\xf2\x36\xe5\x7c\x61\xd4\xe0\xea\x66\xf6\xd9\x30\xfb\xb5\x7e\x62\xd5\xd5\xfd\xc3\x03\x5c\x2c\x20\x0e\xab\x16\x46\x25\x67\xa7\xe7\x45\x8b\xb1\x27\xcc\x03\xab\x2a\xfd\x3b\x07\x08\x1d\x75\x8b\xe5\x51\xb7\xe9\x8a\xa0\x80\x97\xe8\x69\x4e\x01\xcf\xd3\x93\x74\xd6\x97\x02\x9a\x6d\x8c\x28\xb9\x9c\xf9\x8a\x94\x35\xdd\x01\x81\x95\xe3\x25\x4a\xf6\xcb\x5e\xaf\x56\x60\xf5\x7c\x30\x11\x3c\xc6\x8e\x58\x7e\x1f\xdf\x27\xe7\x01\x81\x02\x11\xba\xfa\x17\xfe\xfc\x16\xdf\xe7\x16\xb3\x02\x4f\x1b\x78\x74\x83\xf2\xd8\x0e\x3f\xbd\x94\x42\x57\xe9\x72\x85\x87\xb2\xb5\x8f\x0f\x32\x6c\x04\xa9\x36\xe9\xe9\xfa\xc3\x50\xdb\x6d\x4b\x46\x78\xbb\x9f\xa3\x67\x1d\x6f\x77\x17\x19\x30\x1e\xe6\xda\x98\x01\xab\x32\x4b\x8d\x5b\xb4\xd4\x67\xb6\xfa\x1a\xb0\xbd\x55\xc1\x2a\x0d\x58\xb2\x5d\x5c\x57\xdd\x41\x3b\x86\xb8\x95\x5e\x33\x98\x88\x5b\x41\xdc\xca\x1a\xc7\xad\xac\xfd\xaa\xb7\xed\xcb\xda\xc0\xd0\x99\xf4\x41\xda\xcf\xf6\x46\x13\x36\x53\x79\xa3\x9b\xc4\x38\x2d\x75\xa0\xee\xed\xef\x0e\xd1\x49\xb1\xf5\x5a\xe0\x5a\x12\x2b\xab\x4f\x5d\x65\x49\x46\xd7\x8a\x37\xb4\x05\x5b\x58\xf2\x8f\x87\xd8\x9f\x6c\xa0\xbb\x79\x0b\x76\xc0\x66\x43\xc2\x92\x09\x5d\x2b\xa6\xb5\x85\x2e\x12\x96\xa4\xcc\xff\x54\x05\x8c\xca\x7e\x42\x58\xd2\x84\xb0\xe4\xa9\xe0\xef\x2d\xce\x86\xe5\xf7\xc6\xdf\x21\x2b\x41\x96\x18\x74\x9f\xb0\x30\x28\x4a\xa0\x28\x81\xa2\x04\x8a\x12\x28\x4a\xa0\x28\x81\xa2\x04\x8a\x12\x28\x4a\xa0\x28\x81\xa2\x04\x8a\x12\x28\x4a\xba\x48\x51\x22\xb7\x6f\x50\x94\x40\x51\x02\x45\x09\x14\x25\x1d\x55\x94\xfc\xff\x87\x68\x26\x38\x81\x79\x7d\xca\xa9\x6b\x05\x75\x21\x5f\xcc\xe6\x8b\x39\x83\xbd\x36\xc8\xfe\x68\x03\xbd\xc1\x2f\x3f\x5d\xf8\x96\x9c\x91\x8b\xd9\xfc\x72\x3e\xbb\xa4\x14\x3c\xcc\xd3\x5e\xfd\xf2\xc4\xd3\xa2\xbd\x96\xf0\xce\x78\x2c\x71\xab\x46\xba\x3b\x6f\xa6\x3b\x79\xd1\x99\xbc\x51\x06\xc0\xac\x06\x98\xd9\x60\x3e\x99\x64\x27\x56\x90\xc7\x4a\x8e\xb7\x37\xac\x79\xa7\x3f\x26\xdd\xca\x88\xdf\x3e\xaf\x84\x0d\xae\x09\xae\x09\xae\x09\xae\x09\xae\x09\xae\x09\xae\x09\xae\x09\xae\x09\xae\x09\xae\x09\xae\x09\xae\xd9\x61\xae\x09\x42\x09\x42\x09\x42\x09\x42\xd9\x46\x42\xf9\xff\xf6\xd1\x0e\x27\xed\xa3\x98\x9d\xdc\x74\x92\xf1\xaa\x3d\xf4\x7a\xef\xaf\xe1\x70\x8e\x17\x6e\xb9\xa6\xe9\x8b\xf6\x70\x2a\x22\xc9\x75\x6c\x7b\x4e\x2d\x27\x3d\x87\x27\x67\xa7\x4f\x9b\x3f\xb5\x2e\x66\xa0\xaa\xa1\xf1\xaa\x86\xc6\x1b\x69\x28\x9d\xa7\x73\x82\xf4\x9d\xa6\x29\x4e\xfa\x4e\xd0\x31\x3a\xd2\x04\xe9\xb3\xee\x31\x88\xf3\xb1\x8f\x0d\x5b\x45\x2d\x95\xa5\xb2\x66\x64\x94\x42\xbe\x98\xab\x93\x5f\x93\x9f\xae\x15\xcb\x4a\xa1\xa4\x65\xad\x53\x54\xdd\x56\xbd\xfe\xc7\xdd\xec\x5f\xf4\xf3\x07\x64\x35\x26\x63\xd7\xaa\x2a\x59\x9e\xb1\x5b\x9a\xd5\xb2\x49\xbb\xa5\xd8\x18\x0f\x3b\x74\xce\x77\x83\xdb\x1a\xe7\xb4\x38\x06\x71\x51\xd4\x9b\xd9\xc3\xeb\xcd\x98\x4f\x61\x82\x92\x74\xa2\x5e\x4e\x49\xab\xaf\xe6\xd0\xd7\xe8\xe3\x6a\xe3\x0e\x57\x54\x58\xc0\xd5\x25\x89\x60\x6b\xf5\xca\x8d\x63\xc3\x1f\xdb\x52\xf5\xe4\x46\xfc\xcb\x5d\xd6\x7a\x78\xfb\xad\xc0\xc3\x35\x7c\x7e\xa9\xa7\x69\x9e\x9e\xaa\x88\xa0\x59\xfd\x03\x44\x20\x0d\x22\x0f\x9b\x8c\x3c\xfc\x72\x88\x2e\x89\xc8\xc0\x59\x3a\xe7\x44\x06\xb6\xd5\xac\xb4\xc3\x86\x35\x55\x1a\xab\x39\x5b\x14\x10\xc5\x18\xfb\xfc\xb6\x2a\x53\x15\xb1\xab\x67\xd6\xb2\x4e\xfb\xc4\x11\x6b\x6a\x9c\x50\x58\x13\x85\x35\x51\x58\x13\x85\x35\x51\x58\x13\x85\x35\x51\x58\xb3\xf6\xea\xa1\xf1\xa5\x82\xcf\x3a\xa3\x81\xc2\x9a\xff\x7c\x6b\xd5\x02\xe2\x40\x40\x35\xcd\x5a\xcb\x8a\xbd\x22\x47\xc1\x1a\xad\x2a\x90\xb0\xa0\xd7\xd6\x32\x48\x58\x80\x84\x05\x6b\x9c\xb0\x60\x6d\x10\x59\x6b\xab\x6f\x36\xb7\x31\x4d\x4f\x52\x8a\x9d\x8c\x1e\xb7\xdd\x60\x3b\xdd\xf2\xfe\x1a\x2d\xdc\x09\x72\x7f\xf6\x77\x97\x69\x54\xa0\x62\x23\x73\x5d\xcd\x2e\x15\x3c\x65\x37\x44\x86\x84\x92\x9e\xd7\xf4\x7c\xf9\x76\xa6\xa0\x18\x86\x6a\xb0\xdf\xba\xcc\x7e\x6d\x17\x31\xe7\x04\x3b\x13\xc2\x6e\xa1\x13\xd1\xa5\x87\xdb\x5a\xba\x5b\x39\x10\x66\x65\x43\x13\x66\x43\xb1\xa8\x79\xf0\xbc\xdd\x88\xcc\x44\xe0\x39\xa6\xcb\x45\xbc\x29\xa8\x58\xa1\x62\x4d\x41\xc5\x0a\x15\x2b\x54\xac\x50\xb1\xf6\x8c\x8a\x35\xd5\x35\x2a\xd6\x96\xf7\xa4\x69\x15\x6b\x0a\x2a\x56\xa8\x58\xa1\x62\x85\x8a\x15\x2a\xd6\xce\xab\x58\x53\x3d\x2d\x09\x4d\x41\x12\xda\x3e\x49\x68\xaa\xdb\x25\xa1\xa9\x75\x28\x09\x5d\x61\xf0\x73\xdc\x85\xa6\x24\x69\x8a\x7b\x30\xd1\x4c\xde\x08\x0e\x7e\xae\x5d\x6d\x99\x47\x24\xdf\xc8\x04\x63\xc6\x93\xec\x78\x55\x86\x46\xc9\x1d\xab\xe8\x99\xa4\x8f\x9e\x7e\x52\xf4\x95\x2d\xbe\xdc\xec\x8d\x76\xb9\x72\x2f\x22\x7b\x5c\xfc\xbd\x43\x90\x4c\x30\x2d\x9e\xa5\xb6\xc2\xf3\x53\xc7\x75\x18\xf8\x70\xe0\xfa\x81\xc4\xae\x49\x89\xdd\xbb\xfb\x56\xe4\x19\x0f\x7c\x15\xe9\x29\x21\xd8\x4b\xd3\x19\x47\xb0\xb7\xca\x26\x57\xee\x6c\x0f\x6e\xb3\x79\x53\xc6\x0b\xc7\x37\x68\xca\x56\x64\xb9\xaa\xec\x5e\xec\xfb\xc3\xbe\xa6\x2c\x2a\x65\x16\x2e\xcd\x8a\x76\xad\xc2\xac\xc5\xc5\x31\x55\x66\x6d\xc2\x3e\xa7\x9d\x06\xae\x3d\x62\x3d\x50\x60\x50\x60\x50\x60\x50\xe0\xde\xa1\xc0\x58\xd7\x05\xac\xeb\xba\x07\x93\x43\x28\xdd\x11\xa1\x34\xbc\x11\xf0\x46\xc0\x1b\x01\x6f\x04\xbc\x11\x3d\xed\x8d\x40\xbc\x0c\xe2\x65\x10\x2f\xd3\xae\x78\x19\x38\xfb\xe0\xec\xeb\x55\x67\x5f\x3a\xd7\xe2\x50\xb1\x20\xd2\x1c\xf3\x27\xcd\xf7\xb1\x7b\xc5\xd7\xec\x58\xda\xce\x50\xe7\xd6\x0b\xe0\xff\x45\x8c\xf6\x4b\x01\x7c\x59\xd3\x95\x9c\x5a\xa9\x7e\x5f\xd6\x0a\x4b\x8b\xaa\x52\x2e\x2b\x99\xeb\xe6\x22\xd9\xce\x8a\xf2\xb7\x43\xec\x43\xfd\x74\x8f\x3c\xcd\x06\xe0\x3b\x7d\xd2\xa2\x5c\xe4\x6d\x24\xed\x36\x62\x51\xf3\xa0\x79\x71\xa6\x84\xdf\x95\xc7\xb4\x38\xff\xc9\xca\xde\x9c\xb8\x35\x18\x96\x83\xa2\xb2\x77\xab\xcd\x7c\xb2\xb2\x97\xc5\xf3\x64\xe4\x9b\x52\xd5\xa3\xaa\x97\x25\xfc\x8f\xb6\x54\x3f\x9e\x5d\xfe\xb9\x4f\xaa\x9e\xd0\x13\xf2\xb8\x4e\x3e\xa4\x95\xfb\x5e\x03\x9e\x12\x18\x1d\x7c\xaf\x4d\xfa\x5e\x3f\xbb\xb2\xa8\xe4\x60\x83\xd1\x84\xef\xb5\x7d\x36\x88\x17\x4d\xef\x84\x0d\x8a\xbd\xbc\xad\xda\x06\x6d\xb7\x93\x9a\x54\x99\x9d\xc7\xa5\x6b\xb4\x93\x56\x07\xd9\x4b\x90\xbd\xe4\xce\x85\xf2\xa0\x31\xa0\x31\xa0\x31\xed\xcc\x5e\x52\x33\x5b\x59\x6b\x17\x10\xcd\x28\xad\x02\xda\xb4\x16\x0a\x81\x99\x45\x3a\xb2\x56\x48\x7d\x70\x6b\xf5\x5a\x61\x34\x20\x7f\x49\xd5\x0a\x62\x27\x0f\x9b\xef\xd4\x02\x02\x89\x4a\x7a\x6d\xd9\x82\x44\x25\x48\x54\xb2\xc6\x89\x4a\x3a\xcd\xb2\x02\x53\x94\x74\x62\x76\x48\x1f\xa3\x23\xec\x70\xf4\xa0\x9d\x5d\x64\x87\x3b\x47\x49\xe5\xf9\xd5\xc9\x49\x5a\x4e\x4e\xff\xcd\x36\x0a\x8f\x2a\xa5\x3c\x4f\x2c\xad\x65\xad\x9c\xd2\x2f\x8c\x96\x74\xed\xad\xb7\xd9\x47\xb6\xb1\x77\xf6\xd1\xa6\x8c\xa6\x9b\x93\x59\xf8\x89\x8c\x56\x2c\x9a\xcb\xfc\xd3\x53\x17\x9c\x4f\xa4\xac\x45\xf8\xd1\xe6\x6d\x9c\xd3\xb2\x6a\x6c\xbb\x3c\x6c\x42\xd3\xd5\x8b\x89\xd3\x6a\xd9\xfc\xeb\xac\x79\xc8\x98\xb9\x57\x15\x2c\xf3\x20\xed\x10\xcf\xff\x7e\xba\x8f\x3f\xff\xbb\xe9\xae\x5f\x0d\x6d\x26\xd9\xb9\xc0\xe7\xf9\x98\xff\xf3\x24\xb6\x59\x5e\x9d\x6e\xcc\x05\x3f\xd1\x51\x36\x22\x9f\x68\x34\x2a\x9f\xa2\xdd\x59\xb9\x09\xf6\x66\x62\xf6\x1d\x8e\xd9\xa7\x1b\x1f\x8e\xd9\xa5\x1a\xc3\x51\x73\x05\x56\x77\x9c\xd6\x76\x38\xa2\xef\x76\x0d\xc7\x2e\x7b\x38\xce\xcf\xd7\x1b\x8f\xb0\x77\x3c\x34\xe3\x0e\x7a\x3f\x62\x2f\xb9\x06\x64\xd0\x1a\x90\xc9\xa9\x99\xa9\x0b\x53\x75\x86\x64\x87\x67\x48\x04\x83\xe9\xea\x41\xf1\x49\xf3\x57\x7b\x80\xc6\xde\xeb\x1a\x94\x21\x6b\x50\xce\xcf\x5e\x98\x3e\x7f\x6e\xbe\xce\xa8\x3c\xec\x19\x15\xd9\x5a\x57\x0f\xcb\x8a\xde\x95\x71\xdf\x8f\xe7\xcc\x54\x72\xb2\xe1\x8f\xe7\x8c\xaa\x64\xdb\x31\x20\x6d\xb8\xdb\x06\x06\x39\xf5\x73\xae\x01\x19\xb0\xad\x49\xf2\xc2\xc4\x99\x3a\x23\xf2\x90\xd7\x9c\x98\x93\xf9\x9d\x33\x24\xf5\x17\x0c\x95\xad\x57\x2f\x18\x16\xe8\x79\x76\x25\xfc\x9c\xb5\x60\x48\xcd\x2a\x65\x21\xb0\xbb\xae\x46\x9e\x9e\x9b\x31\x17\x6a\xd7\xb9\x6f\xdd\x50\x6d\xf2\x97\x59\xd2\x75\xb5\x58\x96\xc3\x6c\xc9\x2a\xca\x5a\xc4\x5c\x20\xc4\xa3\xbc\x1f\xee\x35\xc4\xef\x0e\xd1\xb4\xac\x54\x51\xca\xab\x6f\x2d\xab\x45\xee\xc9\xaf\xf4\xc1\x8a\xea\xc5\x99\x25\xa3\xac\x2d\x5a\x44\xc6\xbd\xd8\x93\x1e\xd9\x9f\x1a\x62\x9f\xde\x48\xf7\x7b\x9a\xb2\x37\xd2\xbf\x11\x92\x4e\x7b\x57\xc5\xe2\xa2\xc5\x1e\xad\x0c\x65\x13\xfc\x12\x56\xec\xc6\xa4\x7d\x89\x96\x94\x31\x1e\x76\x14\xa1\x9c\x7d\x4a\xfd\x60\xbe\xac\x2e\x3a\xdb\xa3\x01\x8f\x88\xdb\xd5\xb6\x55\x04\x39\xe9\xbe\x3b\x2b\x70\xaa\x46\xb7\xbb\x3c\x7f\xda\x9a\x14\x41\x7e\x4b\xf0\xc7\x78\x8e\xcd\x58\xe9\x04\x7d\xde\x4a\xf9\x79\xd6\x1a\xf3\xea\x95\x7b\x9d\xfd\x03\x1f\x0b\x54\x43\x46\x1e\x39\x54\x43\x46\x04\x21\x22\x08\x11\x41\xd8\x4b\x11\x84\xa8\x86\x8c\x6a\xc8\x88\xdc\x42\xe4\x16\x22\xb7\x10\xb9\xd5\x15\x91\x5b\xe9\x29\x9a\x60\xc9\xe8\x09\x9b\x98\x3c\xee\x26\x26\xb5\x36\x7c\xed\x77\xb5\xa0\xe4\x31\x42\x5e\x50\xf2\x78\xfd\xe4\xb7\x63\x1f\xbd\x4c\x7b\x2c\xac\x59\x32\xea\x54\xde\xcd\xaa\xa5\x82\x76\x9b\x87\x95\xb0\x3f\x7b\x8e\xfd\xc4\x2e\xda\x64\x9e\xc1\x3d\x40\xf5\x6b\x29\x4c\xda\x67\xc6\x1e\x31\x8f\x4c\x96\x4a\x86\xbb\x44\x91\xf3\x7b\x97\x43\x40\x14\x51\x00\xfc\x42\x11\x05\xc0\x2f\xc0\x2f\xc0\xaf\x1e\x82\x5f\x5d\x94\x1d\xaa\x6b\xe0\x17\xd2\x16\x01\x7e\x01\x7e\x01\x7e\x01\x7e\xa1\x88\x02\xf2\xaa\xdc\x39\x90\xa9\xeb\xf3\xaa\xac\xcb\x22\x0a\x97\x29\x25\xc4\x53\x47\xe8\x30\x17\x4f\xed\xa5\x04\x8d\xd6\x2e\xd7\x5a\x2a\x19\x22\x4a\xdb\x02\x43\x0d\x95\x4d\x38\x17\x2c\x97\xda\xcd\x86\xfc\x4a\x77\x97\x4a\x86\x94\x4a\x39\x97\xa4\xa0\x32\x0c\xd1\xef\x6e\x76\x10\xd8\x7d\x76\x59\x04\x17\xed\x92\x13\x51\x07\x78\x97\xc0\x53\x5c\x92\x56\x11\x60\x36\x42\xbb\x57\x30\xce\x88\x29\x43\x16\x8e\x26\xb3\x70\x7c\x3b\x44\xc7\xc5\x47\x7e\x90\xf6\xf3\x8f\x7c\x94\x56\xf6\xf2\xd1\x84\xc8\xbb\x71\x94\xc6\x9d\xbc\x1b\x2b\x6e\x64\x52\xc4\xde\x1e\xa3\x23\xae\xd8\xdb\x15\xb7\xb2\xda\xba\x06\x8d\xd9\xa2\xba\xf6\xc7\x13\x70\xf1\xdb\xc3\x8e\xad\x79\xd4\xb7\x6e\x81\xcb\xee\xc4\xc4\x01\xc2\xee\x38\x95\x0a\x3a\x60\x81\x50\xb0\x00\xc4\x15\xc4\x15\xc4\x15\xc4\x15\x05\x0b\x50\xb0\x00\xb9\x91\x50\xb0\x00\xe4\x1f\xe4\x1f\xe4\x1f\xe4\x1f\xe4\xbf\x25\xe4\x1f\x29\xf2\x90\x22\x0f\x29\xf2\x50\xb0\x00\x8e\x35\x38\xd6\xd6\x79\xc1\x82\x16\x23\xe2\x95\x14\x40\x48\x3f\x4f\x57\xd8\x73\xd1\x67\xed\xe8\x91\x71\x39\x81\x0b\xb7\x45\x31\x1b\x31\xbb\x1b\x31\x32\x5a\x49\x1d\x8e\x18\x4b\x99\xeb\xe6\x22\x86\x3f\x25\x55\x59\x14\xf6\xb4\xa4\x6b\x7c\x32\x8c\x6e\xb1\x45\xe2\x6d\xcd\xe1\xf5\xb9\x2b\x74\x42\x08\xd5\xb3\x79\x23\xa3\x99\xab\x1d\x27\xf7\x46\x2d\xd1\xba\x5a\xcc\x96\xb4\x7c\xb1\x6c\x14\xf2\x19\xd5\x60\x3f\xb8\xcc\x7e\x65\x17\x6d\xb5\x1b\xb8\xba\x9c\x08\xef\xae\x2f\x5e\x9f\x92\x2d\xcc\x9b\x2d\xc4\x76\x99\x07\x4f\x5a\xa7\xbb\x9d\x7a\x9e\xe3\xa0\x63\x87\x8e\x1d\x3a\x76\x78\x55\xe0\x55\x81\x57\x05\x5e\x95\xae\xf1\xaa\x74\x8f\xd3\x00\x34\x1b\x34\x1b\x34\x1b\x34\x1b\x34\xbb\xa7\x69\x36\x70\x1b\x70\x5b\x8f\xe2\xb6\x75\xa9\x63\x57\x29\x2d\x10\xe1\x04\x25\x39\x22\x3c\x42\x87\xe9\x60\x4d\x5d\xa9\x03\xaa\x96\x13\x71\x0f\x20\x6a\x48\xcf\x1e\xa0\x3f\xbf\x71\x39\x18\x20\x8e\xb3\x43\x3e\x7a\xf7\x4a\x80\x26\xc1\xa2\xa7\x87\x14\x7d\x79\x4b\x05\x29\x7b\xc0\xd2\xb8\x17\x2b\xa8\xd8\xa0\xf8\xa1\x83\x5c\x4c\x60\xac\x69\x3a\x4d\x53\x15\x7a\xf7\xfd\xb4\xb7\x89\xe7\x01\xc1\x15\x74\xef\x4d\xea\xde\xff\x26\x44\xa7\x84\x51\x38\x41\xc7\xb8\x51\x38\x48\xcd\xbd\x84\x74\x56\xe8\xdf\x27\x29\xe5\xe8\xdf\x9b\x6e\x6c\x46\xe8\xe0\xa7\x68\xc2\xa5\x83\x6f\xba\xb5\xd5\xea\xe1\x1b\xb3\x55\x2b\xb1\x4f\x1e\x79\xfc\x9f\x0c\x57\xd8\xaa\xa8\xaf\x46\xde\x6b\xb6\xc6\xc4\x31\x2e\xb3\xe5\xa7\x95\x6f\xa7\x01\x83\x5c\x1e\x60\x17\x60\x17\x60\x17\x60\x17\x72\x79\xc8\xe5\x21\x97\x87\x5c\x1e\x0e\x06\x38\x18\xe0\x60\x80\x83\x01\x0e\x06\xc8\xe5\x21\x97\x87\x5c\x1e\x72\x79\xf8\xef\xe0\xbf\xeb\x42\xff\x5d\xc7\xe5\xf2\x2b\x90\xb7\xb7\x99\x36\xaf\x47\xf5\xfc\x57\x06\x68\xa4\xa6\x7a\x5e\x54\xae\xac\xd0\xca\xbf\x6f\x80\xfd\xf4\x06\xba\xd7\x4d\xd5\x45\x75\xca\x15\x09\xe6\x13\x15\x82\x79\xde\x84\xe7\x90\x53\x9a\x9e\x2c\x14\x6c\xde\x6e\x74\xb9\x76\x3e\x7d\x83\xce\x8b\xf7\xfe\x0c\x9d\xe2\xef\xfd\x49\x3a\x4e\x47\x1b\xf2\xa9\x88\x9a\xee\xad\x77\x04\x2f\x04\xbf\xee\x27\xd8\xb1\x26\x5f\x77\x59\xd2\x1d\x21\x03\x08\x19\x40\xdd\x47\x78\x96\xe0\x59\x82\x67\xa9\x77\x3c\x4b\xa8\xfb\x88\xba\x8f\x20\xfa\x20\xfa\x20\xfa\x20\xfa\x5d\x41\xf4\x51\xb0\x11\x05\x1b\xd7\x0b\xc3\x44\xc1\xc6\x76\x14\x6c\x7c\xf5\x21\x3a\x25\x48\x1e\x87\x11\x45\xa5\x10\xb7\x77\xf6\x0e\xd2\x53\x0a\xa5\xeb\x4a\x62\xd4\x28\x6b\xba\x92\x53\xad\x47\x2a\x72\x63\xbc\x30\x6a\x70\xe4\xca\x7e\xe2\x21\xf6\x3b\xfd\x14\xb6\xda\x49\x5a\xcd\x5c\xb5\xce\x0f\xef\xd6\x55\x25\x1b\x11\x87\x5b\x0f\xc0\x99\x8d\xe7\x45\xeb\xb2\xb7\xb1\x84\x79\xf0\x74\x65\x63\x17\x65\x5b\xde\x83\x05\xf4\x6d\xad\x9c\x36\x5d\xaa\x49\xd2\xe8\x69\xc1\xec\xce\xd1\x0c\x67\x76\xa7\x68\x92\x52\x75\xf2\x81\xcb\xbe\xdb\x23\x6c\x0d\x48\xdc\x7b\x17\x16\xa0\x7b\xd8\x1f\xd0\xbd\x8e\x6d\xc8\xa9\x65\xba\xb1\x18\xcc\xe7\xd2\xec\x8c\xe4\x73\x35\x9f\xaa\x04\x75\xde\x1e\xb8\x49\x9d\xe8\x22\x85\x5f\xd9\x52\xf7\x99\xc6\x75\xb5\x54\x50\x32\x6a\xa3\x8f\x75\x9f\x3c\x7e\x0d\x9f\x6c\xea\x19\xba\x48\x17\x2a\x22\x3d\x5a\xf2\x04\x21\x1d\x44\xe0\x47\x93\x81\x1f\xbf\x1d\x6a\x93\x55\xa1\x67\x45\x1c\xc8\x3c\x3d\xe5\xc4\x81\xb4\xaa\xed\x20\x5f\x43\x6d\x53\x56\x5a\xea\xb8\x29\x4b\x7d\x6d\x6b\x5d\x53\x76\xb0\xa4\xe8\xe6\xb6\xdd\xdc\xea\xf2\x49\xb6\x51\x9b\x36\x56\x32\xe7\xd5\x35\xb2\x68\x0f\x55\x36\x34\xc2\x7b\xb3\xdb\xfc\xe7\xf8\x0e\xf7\x8f\x8b\xaa\x9e\x53\xdd\xbf\xee\x72\xff\x6a\x2e\xc5\xcb\x6a\x2e\x9f\x19\xa9\x3a\xce\xd3\x8a\xf9\xef\xdb\xf2\x57\xb3\x97\x29\xf3\x7d\x4d\x57\x58\xd3\x71\x3a\xd4\x84\xef\x76\x96\xfb\x0a\x60\x43\x03\x6c\xe8\x27\xfb\xe9\xe3\xfd\xec\xe5\xfe\xf0\x47\x6d\xe7\xd9\x8b\xfd\xbd\x63\x43\x2b\xf0\x8a\x39\xce\xdc\x5d\xc0\x11\xa0\xf9\x72\x3a\x4e\xc3\xc1\x1a\x2f\xee\x10\xe7\xe6\xc2\xbb\xa4\x14\xf8\x99\x45\xad\x38\x22\xce\xe6\x47\x70\xef\xa2\x11\x19\x4c\x1b\x5a\x71\x56\x78\xcf\x9e\x34\x3f\x0b\xf9\xef\x79\xeb\x63\x71\xfe\x38\x54\xdb\xb8\xa7\x5e\x0b\xd1\xab\x21\xf6\x4a\x28\xfc\x25\x7b\x67\xf0\xb1\xd0\x29\xcd\xdc\xe8\xe6\x8d\x48\x4e\xe3\xc3\xae\x45\xa2\xd7\xcc\x3f\x45\x23\x49\xcf\x5d\xf0\x3d\x9f\xd0\x6e\x2f\x19\x8e\x9f\x60\x44\xc9\xf0\x1b\xe7\xde\x97\x42\x3e\x23\x45\x59\x6a\x21\x6b\x44\xb4\x5b\x72\x4c\x85\x77\xa2\xa4\x6a\xa5\x82\x1a\x8f\x88\x2b\x72\x77\xa7\xf5\x2c\xf9\xde\xcb\x77\x00\xec\xcb\x47\x37\xf2\x6e\x79\x5c\x77\xa5\x76\x4d\x56\x41\x13\xca\xa3\xfe\x13\xca\x66\xf6\x3a\xde\xeb\x4e\x4f\x29\xe9\x23\x74\x98\x1d\x8c\xee\xb7\xc5\x1b\x61\xfe\xd5\x49\x13\xe0\x3d\x3d\xba\xc1\xfc\xad\xad\xba\x8c\xef\xf7\xd1\x43\x62\x37\x57\xd4\xb2\x6a\xd5\xfe\x8d\x7d\xbd\x8f\x7d\xad\x8f\xee\x36\x7f\x74\xa6\xbd\x07\x72\x6a\xd9\xcb\x4c\xc5\x6e\x34\xf6\x50\x4e\x2d\x9f\xd3\xb2\xaa\x35\x8f\x25\x67\xa7\x2d\x17\x5d\x0b\xe7\xaf\xaa\x86\xc6\xab\x1a\x1a\x6f\xa4\xa1\x56\xed\xd7\xea\xcc\x4f\xae\x01\x98\xc9\x1b\x65\xf9\x4e\xb2\x8f\x0f\xd2\x7e\x31\xea\xfa\x82\x92\x89\x5b\xd7\xe5\xbd\x75\x25\x95\xe4\x9b\xef\x51\x5d\x2b\xa8\x0b\xe6\xfc\x55\xcc\x19\xec\xcf\x07\xd8\xff\xbd\x81\xde\x60\x9e\x96\x74\x9f\x75\x75\x39\x11\xbe\x25\x31\x71\x31\x9b\x5f\xce\x67\x97\x94\x82\x1b\x20\x28\xb6\x4b\x66\x4e\x2b\xa8\x29\xd1\x5e\xdc\x25\xa5\x1d\xb7\x69\xfd\x00\x6f\x67\xc0\x71\x45\x7b\x7c\x8b\x5a\x49\xb5\x03\x65\x8c\xb2\xaa\x64\xe3\xb1\x83\xfc\x84\xb9\xca\x3e\x5d\x4c\xb8\x2e\x65\xde\xfe\x7a\x93\xda\xdc\xa4\x59\xf1\x1a\x4c\xd3\x69\xfe\x1a\xf0\x02\x77\x4d\xbc\x06\x1c\xe9\x4c\x2d\x37\x52\xd8\x6b\xa7\xbf\xb9\xda\xca\x88\x77\x4c\x08\x6e\xb2\xc1\x26\x2b\xc9\x4e\x48\x93\x55\xf3\x15\x93\x26\xcb\xf5\x90\xbc\x32\x33\x48\x6e\x20\xb9\x81\xe4\x06\x92\x1b\x48\x6e\x20\xb9\x81\xe4\x06\x92\x1b\x48\x6e\x20\xb9\x81\xe4\x06\x92\x1b\x48\x6e\x20\xb9\x81\xe4\x06\x92\x1b\x48\x6e\x3a\x24\xb9\xf9\xd1\x10\xa5\xcc\x47\xe7\x30\xc1\x1a\xe5\x66\x2c\xd7\x55\xb1\xbc\xac\x15\x96\x16\xd5\x4c\x41\xc9\x2f\x5a\xaa\x1b\xf6\xe9\x21\xf6\x8f\x36\xd2\xa6\x8c\xa6\xab\x57\x97\x13\xe1\x7f\x15\x92\xcf\xc0\x05\x09\x8b\x96\x55\xb3\xa2\xe9\x66\xed\x16\x2f\xf2\x16\x27\xcc\x16\x5b\x82\x0d\x87\x9d\xf5\x0c\x5f\xb3\xc9\xd9\xcf\x5c\x12\x39\x0b\xb5\x01\xcf\xda\xd8\xd5\x76\x3c\x16\xe3\x97\x9b\xd0\x74\xd5\x9d\xee\xd3\xb7\xbf\xdd\xcf\x19\x6b\x72\xe8\x96\x03\x48\x8b\x33\x5e\x0a\x46\x88\xfb\xd8\x98\x20\x84\xbe\x83\x4a\x3e\x89\x5d\xa3\x51\xaa\xe3\x6f\xe1\x77\x0c\xac\x08\xac\x08\xac\x08\xac\x08\xac\x08\xac\x08\xac\x08\xac\x08\xac\x08\xac\x08\xac\x08\xac\x08\xac\xd8\x69\xac\x98\xa2\x93\xec\x78\xf4\xa8\x2d\x44\x7b\xcc\x2d\x44\xf3\xdd\xf2\x55\xeb\xd1\xd6\x5f\x26\x22\xc0\x4f\xc0\x4f\xc0\xcf\x75\x04\x3f\x7f\xb8\x8b\xb6\x0b\xad\xa4\x52\x2a\x19\xa3\xcb\x89\xd1\xac\x5d\x80\xdc\x60\xff\x69\x17\x7b\xad\x9f\x36\x99\x3f\x5d\x5d\x4e\x84\x07\xeb\xe7\x06\x73\x4a\x97\xc7\x1e\x37\x8f\x4c\x96\x4a\xc6\xc5\x84\xf3\xd7\xf5\x26\x50\xbc\x4c\x29\xc1\x07\x8f\xd0\x61\xce\x07\xf7\x52\x82\x46\xeb\x88\xaa\x4b\x86\x28\xd7\x61\xdd\x70\x43\xe9\xbf\x1a\x2b\x14\xef\x83\x03\xfd\x8b\xc6\x07\xa5\x13\x03\x20\x04\x20\x04\x20\x04\x20\x04\x20\x04\x20\x04\x20\x04\x20\x04\x20\x04\x20\x04\x20\x04\x20\x04\x20\x84\xee\x10\xe8\x0d\xe8\x0d\xe8\xad\x53\xe8\xed\xef\x06\x68\x48\xa0\xb7\x8c\xa6\xe9\xd9\x7c\xd1\x3f\x40\x99\x97\xf0\x31\xd8\xd7\x06\xd8\x17\x37\xd0\x3d\xee\x43\xaf\x2e\x27\xc2\x6f\x69\x2c\x2a\x79\xc6\x6c\xa4\x45\xf1\xc8\xc3\x52\x1a\xe8\x74\xe4\x62\x82\xb7\x8f\x20\xe4\x16\x06\x21\x3f\x13\x8c\x05\xf7\xb3\xbd\x12\x05\xfa\xbc\x40\x92\x0c\xf2\x07\x83\xc0\x63\x00\x40\x00\x40\x00\x40\x00\x40\x00\x40\x00\x40\x00\x40\x00\x40\x00\x40\x00\x40\x00\x40\x00\x40\x00\x40\x00\x40\x00\x40\x00\xc0\x35\x01\x80\xff\xa5\x8f\x1e\x14\x00\xd0\xc8\x5c\x57\xb3\x4b\x05\x73\xb5\x26\xf1\x1f\xfb\x72\x1f\xfb\xb7\x7d\x44\xce\x2f\xe1\x70\x8e\xd7\x75\xbe\xa6\xe9\x8b\xf6\x30\x2a\x11\x4e\x80\x62\xf7\xe7\xd4\xf2\xbc\x7d\x68\x72\x76\xfa\xb4\xf9\xe7\x2e\x4c\x0a\x99\xaf\x1d\x8c\x7b\x4e\x80\xb8\xd3\x34\xc5\x41\xdc\x09\x3a\x46\x47\x9a\x4b\x0a\xc9\x6f\xde\xca\x06\xf9\xd2\x10\x1d\xad\x35\xca\x56\x71\x54\x41\x5a\x4b\x7a\x5e\xd3\xf3\xe5\xdb\x99\x82\x62\x18\xaa\x1d\xd8\xfd\x3b\x83\xec\xa7\x37\x12\x73\xce\xb6\x6b\xa5\x7e\xa6\xa1\x18\x6f\xd9\xea\x84\xd9\x6a\x57\xc4\x76\xef\xe4\x97\x73\x5e\x17\x59\xb7\xd5\xd3\x51\x70\xdb\x95\xe4\xba\x15\xb1\xd7\x37\x32\xc1\xcc\xf6\x24\x3b\x2e\x99\x6d\xd5\xdb\x28\x89\xad\xe7\x31\xa0\x54\x2b\xf0\x2d\xf0\x2d\xf0\x2d\xf0\x2d\xf0\x2d\xf0\x2d\xf0\x2d\xf0\x2d\xf0\x2d\xf0\x2d\xf0\x2d\xf0\xed\x9a\xe3\xdb\x71\x3a\xc4\x0e\x44\xf7\xd9\xc1\xd9\xdb\x3d\x01\xde\xee\x4d\x5c\xfb\x0b\x8d\x00\xfd\x02\xfd\x02\xfd\xae\x23\xf4\xfb\x8d\x41\x3a\xe0\x0d\xbb\xae\x9b\x79\xd2\x1d\x93\xfd\xa1\x41\xf6\x89\x0d\x4e\x4c\xf6\x72\x63\x02\x50\x27\x42\xb8\x45\x2a\x50\x01\x11\x45\x88\xb7\x93\x20\xd2\x1b\xfb\x0c\x88\xd8\xa4\xf8\xb3\xb1\x98\xf0\xba\x71\xe0\x90\x7c\x82\x19\x82\x19\x82\x19\x82\x19\x82\x19\x82\x19\x82\x19\x82\x19\x82\x19\x82\x19\x82\x19\x82\x19\xae\x21\x33\x44\x42\x47\x90\x45\x90\x45\x90\xc5\x36\x92\xc5\x2f\x0c\x52\x42\x90\xc5\x05\x4e\x14\x97\x13\xb5\xa0\xe2\x0d\x6d\xc1\xd6\x38\xfe\xcc\x20\xfb\x6a\x1f\x6d\xe6\xa7\x5c\x5d\x4e\x84\xdf\xa8\xab\x4a\xb6\x62\x6f\x9b\xd6\x16\x62\x0f\x9a\x7f\x4f\x99\x47\xb9\xa9\x5f\x5a\x5b\x68\x9d\xd4\x94\x93\xb9\x79\x3a\x24\xc8\x5c\x82\x46\x39\x99\x1b\xa2\x01\x7a\xa2\x66\xea\x45\xde\xef\xf8\x72\x22\x9e\xd6\x16\x02\x09\xdc\xc3\xfe\x04\xee\x75\x6c\x43\x4e\x2d\xd3\x8d\x33\xc1\xec\xed\x09\xb6\x53\xb2\x37\x7e\x61\x09\xdf\xcc\x6b\xbb\xa9\x5b\xf8\x9d\x9b\x5d\x23\xba\x5d\x57\x4b\x05\x25\xa3\xfa\x0c\xea\x43\xf2\xa7\xf6\x8f\x6b\xea\x08\x1d\xa6\x83\x6c\xc3\x82\x96\xbd\x1d\xe6\xff\x8d\x84\x62\x8d\x0e\x6c\xea\x97\xfa\xe8\x83\x7d\xec\x03\x7d\xe1\xf7\xd9\xc6\xf0\x87\xa1\x4b\xe6\xac\x22\x27\xcc\x61\x8e\xa1\x33\xe6\xb6\x58\x58\x2f\xcf\x26\xcd\x0d\xee\x16\xd4\x88\x55\x4d\x29\x1b\x8f\x24\x8b\x91\x7c\x51\xe0\x11\x4d\x8f\x2c\x15\x6d\xc2\x92\x8d\x64\xf5\xdb\x73\x4b\xc5\x48\x36\xaf\xab\xe6\x27\xab\xda\xdb\x76\x73\xf6\xe5\xcb\x1b\xc9\x2d\xac\x5d\x8a\xdc\x29\x46\xae\x2d\xe9\x7c\x25\x5c\xd2\xb5\x8c\x6a\xf0\x75\x88\xb4\x10\x72\xfa\x89\x47\x2e\xf2\x2b\xf2\x1d\x06\x5f\x38\x8c\x47\x46\x22\xc9\x42\x61\x9c\xaf\x32\xb2\xfa\xed\x88\xbe\x54\x34\x77\xb0\xe6\x37\x6e\x2d\xad\x64\x73\x6a\x36\xfa\x3a\xd1\x35\x97\x41\x4b\xbd\xbf\x8f\xde\xd3\xc7\x7e\xae\x2f\xfc\x2e\x7b\x80\xbe\x17\xe2\x0b\xd3\x27\x95\xa2\x92\x53\x75\xb1\xc5\x12\xb3\xbd\x61\x68\x99\x3c\x5f\x35\xd8\x9b\x19\x85\xef\x06\x35\x3d\x62\x2e\x2a\xcb\xb7\xed\x65\xd4\xa2\x72\xd3\xec\x7f\xf9\xba\x6a\xa8\x96\xd5\x31\x2d\xa1\x85\x99\x38\x69\x59\x50\x23\xdc\xde\xf1\x8d\x8b\xa6\x47\x12\x63\x87\xcc\x63\x75\x25\xc3\x79\x98\xb9\xe7\x17\x36\x86\x6f\x2e\xcc\x75\xa0\x92\x2f\x8a\xa9\x9f\x2f\xde\x9d\x63\x39\x23\x90\xb4\xce\xdc\x72\x5a\xf3\x46\x4e\x2b\x28\xc5\x5c\x5c\xd3\x73\xa3\xa5\x9b\xb9\xd1\xa5\x62\x3e\xa3\x65\xd5\xd1\x9d\xd3\xc6\xac\xd9\x4a\x3c\xba\xd5\x7d\xaf\x6e\x4b\xff\x52\x68\x15\xdf\xf3\x31\xf3\xcc\x04\x3b\x40\xfb\x68\xd3\x84\x58\x21\xb7\xd2\x1c\xb4\xec\x7b\xaf\x63\x58\x4a\x4b\x65\x8a\xfd\xe9\x3d\x2e\x73\xb0\x55\xac\xea\x23\x0a\xb7\x00\x61\xf1\x7f\x1d\x30\x00\x17\x68\x8e\x66\xdd\x06\x20\x96\xa2\x93\x4d\x78\x3c\x26\x79\x87\xcf\x73\x60\x6c\xc0\x32\x04\x59\x86\x6f\xf7\xd1\xb7\xfa\xd8\x1f\xf6\x85\xff\xc0\x1e\xa0\x4f\xf5\x5d\x70\x2f\x5f\xf2\xe6\x2a\x9a\x2f\x41\x22\x0b\xea\x35\xe1\x2c\xb1\x77\x26\x0e\x91\x97\x9b\x41\xde\x45\xd7\x97\x5f\xd4\x8a\x23\x45\x35\xa7\xf0\x81\x90\x2b\x18\xb7\x85\x10\x8c\xc2\x7e\x04\xf2\xe5\xcb\x2f\x2e\xaa\x59\xd3\x06\x15\x6e\x3b\x5e\x0c\x87\x5c\xe7\x0b\xc3\x72\x61\xc3\x97\x76\x91\x9c\x6e\xce\x5f\x25\x55\xcf\x6b\x59\x7b\x81\xe6\x4c\x65\xdc\x41\x64\x8d\xc6\x92\x61\x76\xd2\xbd\x28\x54\xcc\x33\xad\x1b\x92\x17\xb9\x26\x76\xeb\x56\x13\x71\xd1\xcf\x45\x55\x29\xfa\xf6\x31\xca\x78\x17\x66\x79\x0f\x7c\x16\x6c\xa9\xdf\xe9\xa3\xd7\xfa\xd8\xab\x7d\xe1\x57\xec\x61\xfe\x70\xdf\xa4\xcb\xdd\x59\xe2\xd9\x74\x6c\xb4\x32\xab\x6b\x25\x25\xc7\x1f\xc0\xac\x56\xc8\x67\x6e\x7b\xbc\x2b\xd6\xbd\x38\xfe\x52\xf3\x29\x25\xe2\x07\xe3\x91\x79\xf1\x40\xc4\xe8\x94\xcc\xf5\xba\xb9\xe7\xb1\x28\x9d\x1a\xd1\xf4\xd2\x75\xa5\x68\x79\x7b\xf4\x25\x75\xf4\x9a\x52\xb0\xa8\x76\x54\xfc\x1a\x8d\x5c\xcb\x17\x95\x42\xfe\xef\x59\x78\x6c\x41\x35\x17\x84\x7c\x87\x30\x2a\x16\x82\x59\x07\x99\x8a\xc6\x07\x0c\xe7\x24\xc1\x91\xe3\x91\xa9\x3c\x7f\x9d\x5d\x1d\xd7\xf4\xea\x3b\x73\x76\x5b\x65\x81\xb1\xf9\xc7\xa6\x95\xaf\xc7\xa3\xdb\x44\x7f\x26\xad\x1b\xf1\xb8\x8d\x52\xef\xd8\x40\x3f\xb9\x81\xbd\x6d\x43\xf8\xc7\xb6\xef\xf0\x1b\xfd\x97\x24\x67\x32\x3f\x29\x73\xbb\x93\x53\xf4\x05\x25\xa7\x46\x32\x5a\xa1\xa0\x72\xb3\xe7\x7c\x17\xaa\x7e\x4d\xd3\x17\xcd\xb1\xf0\xed\xe9\xf9\x8a\x8b\xd7\xee\x28\x7f\x9f\xad\x97\xb1\x24\xee\x2a\x6f\xbe\x28\x99\x7c\xd6\x01\xc6\x9c\x3d\x72\x7c\x6f\x8f\xae\xc1\x03\xa7\xf8\xaf\x16\x5d\x8c\xbb\x86\xd1\xe2\x52\xf6\x16\xc7\xf6\x18\x7a\x2f\x16\x8f\x24\x33\xe6\x6e\x88\x4f\x97\x6e\xe3\x30\x20\xee\x61\x20\x32\x22\x1f\xbc\xf7\xc5\x30\x8e\x44\x06\x52\x4a\xe6\xa6\x39\x87\x14\xb3\xe6\x51\xdc\x55\xc7\x0f\xaa\x18\x38\x01\x83\xe5\xab\xef\x6d\xc4\xba\x83\x05\xbb\xa5\x23\x91\x81\x53\x9a\xae\xba\x9a\x8d\x64\x14\x23\xa3\x64\xcd\xbb\x97\xe3\x23\x9c\xb3\xbc\x3d\x43\x58\xaf\xaa\x06\xaf\xd9\x6d\xc4\xa3\xf7\x96\x2a\xdf\x1b\xf7\x34\xfe\xb9\x10\xcd\x88\x69\x7c\x8a\x26\xf8\x34\x7e\x8c\x8e\xd0\xe1\x26\xa6\x8f\xf9\xb2\x52\x5e\x32\x68\xce\x6c\x6d\x8c\x9d\xa5\x69\xda\x2c\xc6\x56\xcd\xae\xb6\xcd\xa0\xf9\x3e\xe2\x3f\x4b\x6f\x61\x9b\xc4\x30\xb5\x70\x07\x90\x7a\xed\x2e\xd7\x94\x1f\x2d\x29\x7a\x39\xcf\xfd\x7b\x62\xcb\xe7\xb3\x15\xd8\x5e\xe2\xfe\xdb\xb6\xae\x03\x1e\xaa\x6c\x68\x84\x5f\x74\x37\x0f\xeb\xdb\xe1\xfe\x71\x51\xd5\x73\xaa\xfb\xd7\x5d\xee\x5f\x8d\xb2\xae\x94\xd5\x5c\x3e\x33\x52\x75\x9c\xa7\x15\xf3\xdf\xb7\xe5\xaf\x66\x2f\x53\xe7\x68\x86\xd2\x15\x9b\x90\x71\x3a\xd4\xc4\x23\x9f\xe5\xa3\x85\xd5\x47\xc0\xea\xe3\x93\xfd\xf4\xf1\x7e\xf6\x72\x7f\xf8\xa3\xb6\x09\x7f\xb1\xbf\x77\xf6\x25\x15\x0e\x02\x73\x9c\xb9\xc3\x9b\x3b\xb1\xcc\x97\xd3\x91\xbd\x0c\xd6\x78\x71\x87\xf8\x4c\x24\xf4\x11\x4a\x81\x9f\x69\x2e\xb9\xc4\xd9\xfc\x08\xbe\xfc\x31\x22\x83\x69\x43\x2b\xce\x0a\xfd\xc7\x93\xe6\x67\x21\xff\x3d\x6f\x7d\x2c\xce\x1f\x87\x6a\x6f\x98\x52\xaf\x85\xe8\xd5\x10\x7b\x25\x14\xfe\x92\x4d\x9e\x3e\x16\x3a\xa5\xe9\x19\xbe\x32\xcb\x69\x7c\xd8\xb5\x48\xf4\x9a\xf9\xa7\x68\x24\xe9\xb9\x0b\xce\x14\xc5\x22\x6a\xc9\x70\x3c\xdd\x23\x4a\x86\xdf\x38\xd7\x0f\x14\xf2\x19\x39\x49\xaa\x85\xac\x11\xd1\x6e\xc9\x31\x15\xfe\xf5\x92\xaa\x95\x0a\x6a\x3c\x22\xae\xc8\x05\x3b\xd6\xb3\xe4\x6c\xcf\x77\x00\xec\xcb\x47\x37\xf2\x6e\x79\xc4\x27\xed\x04\x3a\xb5\xe3\x32\x4b\x22\x2e\xb3\x65\x06\x3d\xbd\x87\xe2\x6c\x38\x1a\xb3\x01\xfe\x3d\x6e\xd1\x6f\x5a\x5b\xb8\x13\x6a\x38\xb1\xbf\xb6\xc5\x89\x45\xb5\x7c\x4b\xd3\x6f\x7a\x22\xa6\xa5\x52\x31\x5f\xcc\xe9\xaa\x61\x54\xc4\x4a\x7f\x7e\x90\xfd\x60\x03\xdd\xed\x9c\x67\x4e\x7c\x9f\x6e\x24\x4c\x7a\x5a\xb4\xd7\x3d\x51\xd2\x0f\xf3\xcb\x9d\xb3\xef\xe4\x62\xc2\xdd\xc5\xee\x97\x36\x76\xbe\xe8\x75\x60\x7c\xf4\xe5\xe0\xef\x70\x9c\x1d\x92\xdf\x61\xd5\xbb\x27\xbf\x49\xf7\x53\x80\xca\x11\x2a\x47\xa8\x1c\xa1\x72\x84\xca\x11\x2a\x47\xa8\x1c\xa1\x72\x84\xca\x11\x2a\x47\xa8\x1c\xa1\x72\x84\xca\x71\x2d\x55\x8e\x87\xe9\x20\xdb\x1f\xdd\x6b\x23\x8f\x07\xdd\x90\xc4\xbd\x7d\x43\x60\x34\xe4\x8b\x90\x2f\x42\xbe\xe8\x92\x2f\x7e\x66\x90\x8e\x08\xf6\xa8\x2f\x28\x99\xb8\x85\xad\x2a\x4a\xe3\x28\x85\xd2\x75\x3b\x6d\x63\xa6\xb0\x64\x94\xcd\x9d\x4f\x41\x35\xd8\x5f\x0c\xb0\xff\xb6\x81\xc2\xe6\xc9\x49\xf7\xb9\x57\xad\x93\xc2\xb7\x1a\x0b\x98\x9e\x10\xad\xce\x69\x85\x56\xd5\xcd\x19\xe1\x27\xcc\x55\xf6\xec\xa2\xec\x98\xeb\x82\x88\x9d\x5e\x45\xec\xf4\x8d\x60\xc8\x78\x9a\x4d\xb9\xc0\xa1\x18\x7e\xab\xaa\x76\xcd\xd7\x4e\xe2\x47\xd7\x63\x02\x71\x04\x71\x04\x71\x04\x71\x04\x71\x04\x71\x04\x71\x04\x71\x04\x71\x04\x71\x04\x71\x04\x71\x04\x71\x44\x29\x1d\x60\x43\x60\x43\x60\xc3\x8e\x61\xc3\x77\x5e\xa1\x51\x59\xe4\xa5\xac\xe9\x4a\x4e\xad\x62\x85\xcb\x5a\x61\x69\x51\x55\xca\x65\x25\x73\x5d\x24\x52\xfc\x8f\x97\xd9\xbf\xdc\x45\xdb\xe4\x09\x0e\x20\x8c\x8b\x65\xa2\x2e\x27\x38\xcb\x02\x5a\x42\xc5\x8b\xbc\xa1\xa4\xdd\x50\x6c\xa7\x79\xfc\xbc\x68\xc5\x82\x79\x95\x07\x75\x39\xcd\x4b\x01\x64\x01\x64\xa5\x00\xb2\x00\xb2\x00\xb2\x00\xb2\x7a\x06\x64\xa5\xba\x06\x64\xb5\xbc\x27\x4d\x83\xac\x14\x40\x16\x40\x16\x40\x16\x40\x16\x40\x56\xe7\x41\x56\xaa\xa7\xb9\x53\x0a\xdc\xa9\x7d\xdc\x29\xd5\xed\xdc\x29\xb5\x0e\xb9\x53\xba\x40\x4f\x09\x15\x54\x9a\xce\x70\x15\x54\x8a\x4e\xd2\xf1\x9a\x61\xcd\x16\x9c\xb2\x58\x53\xbc\x92\x13\xcd\xe4\x8d\x60\x19\xd4\x23\xfe\x32\xa8\x4d\x6c\xa3\x50\x40\x65\x83\x15\x50\x49\x76\xc2\x2a\x43\xeb\xe1\x65\x52\xe4\x54\xd9\x2d\xaa\x96\x4b\x45\xbf\xba\xc5\x87\x9d\x6d\x17\x33\x54\x44\xa9\xc6\x64\x4f\x88\x9f\x3a\x05\xca\x04\xd7\x9a\xa5\x73\x34\x53\x91\x6a\xe2\x28\x8d\x37\xff\x80\x90\x6c\x02\x49\xf0\x9a\x4c\x82\xf7\xf3\x7d\x34\x2f\xf2\xdd\xcc\x50\xda\x95\xef\xe6\x38\xad\xea\x8d\xac\x1d\xe8\xfd\xa4\x30\x4d\xa7\x68\x92\x9b\xa6\xd5\x5e\x67\x4e\xe4\xe1\x3b\x4b\xd3\x4e\x1e\xbe\x55\xb6\x19\x6c\xd1\x4a\x5a\xc7\x2c\x5a\xec\xaf\x86\x7d\x2c\xda\x13\x32\x19\x93\x2b\xb3\x95\x76\xad\xda\xba\x8d\x8a\xc3\x2a\xac\xdb\x84\x7d\x52\x9b\xed\x5c\x7b\xd2\xfa\x01\x08\x03\x08\x03\x08\x03\x08\xf7\x0e\x10\xc6\xea\x2e\x60\x75\xd7\x3d\xc4\x1c\x29\x55\x3b\x92\x52\x15\x8e\x09\x38\x26\xe0\x98\x80\x63\x02\x8e\x89\x9e\x76\x4c\x20\xb3\x36\x32\x6b\x23\xb3\x76\xbb\x32\x6b\xc3\xef\x07\xbf\x5f\xaf\xfa\xfd\xd2\xb9\x16\x27\x95\x0f\x72\x9f\xc5\xfc\x61\xf3\x7d\xec\x5e\xf1\x35\x3b\x96\xb6\x43\xe0\xb9\xf5\x19\x7c\x7f\xb7\x8f\x36\x9b\x6f\xd6\xe8\x72\x62\x94\x7d\xa5\x8f\x7d\xb1\x8f\x36\x65\x34\x5d\xbd\xba\x9c\x08\x3f\x90\x53\xcb\xde\x95\xaf\xf0\x9e\xc6\xee\xcf\xa9\xe5\x09\x4d\x57\x2f\x26\x92\xb3\xd3\x16\xea\x6b\x5d\xa2\xdb\xf1\xaa\x86\xc6\xab\x1a\x1a\x6f\xa4\xa1\x74\x89\x9e\x16\x2f\xcc\x39\x9a\xe1\x2f\xcc\x29\x9a\xa4\x54\x13\x2f\x8c\xeb\x3e\x1b\x71\xbc\xb2\xaf\xcb\xda\x6a\x4e\x16\xe4\x1a\xa5\xd5\x4a\x5a\xb6\xac\x2e\x96\x38\xee\x63\xff\xbf\x41\xf6\xc9\x0d\xce\xf8\x37\x98\x7f\x64\x56\xcb\x5e\x90\x4d\xb4\x28\xff\xc8\xe3\xfc\x04\xf1\x84\x9d\xd2\x02\xae\xeb\x20\xed\xc8\x2a\xd2\x8e\x3c\x19\x6c\x29\x62\x6c\x50\x5a\x8a\x68\x54\x5a\x07\xd7\xe8\x23\x97\x31\x02\x32\x90\x59\x04\xfe\x37\xf8\xdf\xe0\x7f\xeb\x55\xff\x1b\x32\x8b\x20\xb3\x08\xfc\x1e\xf0\x7b\xc0\xef\x01\xbf\x47\x57\xf8\x3d\xd6\x61\xf9\x26\xe4\x2e\x01\x4b\x46\xee\x92\xf5\x13\x43\xc2\xfe\x7b\x1f\x3d\x24\x72\x97\x28\xa5\xbc\xfa\xd6\xb2\x5a\xe4\x4f\xcb\xca\x60\xc2\x7e\xbb\x8f\xfd\xbb\x3e\xba\xdb\xf3\x63\x38\x9c\xe3\x9e\xb7\x6b\x9a\xbe\x68\x0f\xa6\x12\xe1\x78\x29\xf6\x60\x4e\x2d\x27\xdd\x47\x27\x67\xa7\x4f\x9b\xbf\x74\x21\xcb\xcd\xd7\x96\xaf\x9f\x13\xa0\xef\x34\x4d\x71\xd0\x77\x82\x8e\xd1\x91\xe6\x20\x2f\xbf\x79\x0b\xe2\xfe\xe6\x55\x9a\xae\x9f\x2a\xa6\x06\xd4\xcd\x98\xf3\x29\x3f\x23\xa3\x94\x94\x4c\xbe\x9c\x57\x0d\xf6\x17\x57\xd8\xab\x7e\x49\x64\xf6\xd4\x4f\x22\x33\x31\x3f\x2d\xa5\xe2\x13\xa2\xad\xdb\xb1\x51\x9f\x34\x32\x0e\xa6\xad\x3e\xa1\xcb\x49\x2d\x52\xca\x80\x60\x22\xa5\x0c\x08\x26\x08\x26\x08\x66\x0f\x11\xcc\x2e\x12\xc8\x77\x0d\xc1\x84\x72\x1b\x04\x13\x04\x13\x04\x13\x04\x13\x29\x65\x20\x2d\xbd\x73\x70\x60\xd7\x4b\x4b\xd7\x65\x4a\x99\x62\x6d\x22\x36\x2f\x88\xd8\x0c\xa5\x39\x11\x9b\xa4\x3a\x41\xfe\xd5\xc9\x17\xaa\x11\xd2\x4c\xde\x68\x20\x05\x83\xd0\xb7\x5d\x0b\xd6\xb7\x4d\xb0\x64\x3d\x25\x6c\xf5\xf5\xfd\xd2\xca\xfc\x57\xbf\xb4\x32\x0f\xd9\x69\x65\x7c\xc0\x59\xc2\x37\xb1\x4c\x47\xd0\x99\x20\x5d\x73\x34\x4b\xe7\x2a\x92\xcc\x1c\xa7\xa3\xab\x79\x32\x08\x44\x46\x9a\x99\x26\xd3\xcc\xfc\x42\x9f\x90\x47\x8f\x71\x79\xb4\x93\x66\xe6\x24\xad\xf2\x9d\xac\x6d\x97\xce\x0b\xbb\x74\x86\x4e\x71\xbb\xb4\xfa\x2b\x5d\x10\xa9\x66\x9e\xa4\xb3\x4e\xaa\x99\x55\xb7\xda\x68\xb2\x99\x0e\x59\xba\xd8\x4f\x8d\xf8\x58\xba\x01\xdf\x74\x33\x3e\x56\xef\x48\x40\xc2\x99\x0e\xda\x3f\x24\x9f\x01\x3a\x06\x3a\x06\x3a\x06\x3a\x46\xf2\x19\x24\x9f\x41\xf2\x19\x24\x9f\x81\x0b\x03\x2e\x0c\xb8\x30\xe0\xc2\x80\x0b\xa3\x25\x2e\x0c\x24\x9f\x41\xf2\x19\x24\x9f\x41\xf2\x19\x78\x08\xe1\x21\x5c\xe7\xc9\x67\x3a\x04\x97\x57\x92\xe4\x66\x1d\xc6\x38\xb1\x8f\x0e\xd1\xb9\x1a\x22\xfe\x05\xb5\xac\x04\xa4\x67\xf1\x55\xf2\x7f\x7d\x90\x7d\x67\x03\xdd\xe3\x10\x79\xde\x50\xf8\x1f\x34\x96\xae\xa5\xfa\xa9\xb4\x28\x6b\xcb\x5e\x7e\x82\x8d\xf9\x79\xa7\xea\xb1\x7d\x24\x71\x59\x45\x12\x17\x35\xf8\xeb\x4c\xb1\x93\x8d\x7c\x87\xfc\x39\x91\xff\x77\x8c\xe4\x2e\x08\x8d\x40\x72\x17\xf8\xb7\xe0\xdf\x82\x7f\xab\x87\xfc\x5b\x48\xee\x82\xe4\x2e\xf0\x2b\xc0\xaf\x00\xbf\x02\xfc\x0a\x5d\xe1\x57\x58\x87\xe0\x03\xc9\x5d\xc0\x6a\x91\xdc\x65\xfd\x44\x73\xb0\x3f\x1a\xa2\xd3\x02\x54\x66\x34\x4d\xcf\xe6\x8b\xbc\x11\x87\x56\xd6\x07\x95\xdc\xad\x29\xff\xf4\x02\x7b\xef\x10\xfb\xf3\x0d\x74\x8f\xbb\xa1\xab\xcb\x89\xf0\xc7\x43\xf2\x81\xb8\xb8\x64\xd1\x32\xa2\x56\xc2\x91\x19\xb3\xa5\x96\x20\xc9\x61\x67\xb9\xc4\x97\x84\x72\x72\x35\x57\x5c\xce\x3a\x70\xc0\xb3\xf4\x76\xb5\x1d\x8f\x45\x65\x1a\x6a\xe7\x26\xdc\xe9\xa8\x79\x3f\xc1\x2f\xab\xf9\xe5\xa3\xfe\xfc\x72\x33\x7b\x1d\xef\x18\xdd\x78\x26\x98\x5d\xee\x67\x7b\x25\x91\xf4\x79\x19\xa5\x7b\x81\x3f\x00\xe4\xa2\x06\xae\x04\xae\x04\xae\x04\xae\x04\xae\x04\xae\x04\xae\x04\xae\x04\xae\x04\xae\x04\xae\x04\xae\x5c\x4b\x5c\x39\x46\x7b\x58\x3c\x3a\x6c\xe3\xca\x7b\x39\xa7\x94\xbd\xe0\xfb\xb6\xe8\x06\xf3\x4f\x6e\x00\x09\xc4\x09\xc4\x09\xc4\x09\xc4\xd9\x46\xc4\xf9\x17\x57\xe8\x88\x40\x9c\xfa\x82\x92\x89\x5b\xe8\xaa\x02\x74\x0a\x59\x66\xa6\xb0\x64\x94\xcd\xdd\x54\x41\x5d\xc8\x17\xb3\xf9\x62\xce\x60\x9f\xb9\xc2\x7e\x7f\x17\x6d\x37\x4f\x4e\xba\xcf\xb5\x25\x98\x41\xb9\x94\x45\x9b\x73\x5a\x41\x4d\x89\x36\x63\x71\xf3\x8c\xb9\xca\x06\xa5\x7a\xb2\xfa\xf8\x2e\xe7\x8d\x48\xa5\x0c\x00\x87\x54\xca\x00\x70\x00\x70\x00\x70\x3d\x04\xe0\xba\x28\xdd\x43\xd7\x00\x38\xe4\x21\x00\x80\x03\x80\x03\x80\x03\x80\x43\x2a\x65\x04\x4a\xdf\x39\x64\xaa\xeb\x03\xa5\xd7\x65\x2a\xe5\x1b\x2d\x4a\x59\xca\xb9\x96\xa4\x51\xf1\x6a\x7c\xe4\x4e\xa3\x5c\x0a\x56\x61\x3d\xc9\xce\x4a\x15\x56\x4d\x5e\x66\x85\x7a\x57\x5d\xaa\x3a\xc4\x34\x28\x71\x73\xf4\xbb\x5b\xea\xb1\x35\x57\x66\xe5\x6a\x8c\xb6\x47\xfc\xb8\x06\x20\x4d\x70\xaf\x73\x34\x43\xe9\x8a\xc4\xca\xe3\x74\xa8\xd9\xe7\x84\x04\x7b\x48\xaa\xdc\x64\x52\xe5\x9f\xed\xa3\xb3\xc2\x62\x4c\x52\x8a\x5b\x8c\xa3\xb4\x8a\x37\x51\xe8\x47\x13\x5c\x3f\x6a\x27\x38\x5e\x5d\x8b\x4f\x89\x9c\xcf\x69\x3a\xe3\xca\xf9\xbc\xba\x26\x83\x24\xa9\xdd\x64\xeb\x78\xea\xe6\xd8\x07\x46\xea\xd9\xba\x1a\xb9\x95\xab\xed\xde\xb8\x38\xb0\xa6\xdd\xb3\xcf\x6f\xbb\x05\x44\x6a\x65\xa0\x64\xa0\x64\xa0\x64\xa0\x64\xa4\x56\x46\x6a\x65\xa4\x56\x46\x6a\x65\xb8\x34\xe0\xd2\x80\x4b\x03\x2e\x0d\xb8\x34\x5a\xe2\xd2\x40\x6a\x65\xa4\x56\x46\x6a\x65\xa4\x56\x86\xc7\x10\x1e\xc3\x75\x9e\x5a\x79\x05\x29\x8f\x3b\x8f\xae\x5b\x9f\x02\xf9\xc3\x57\xe8\xb0\x90\xdd\xab\x6f\x2d\xab\x45\xfe\x56\xd9\x3a\xfb\x1a\xf9\x44\xf2\xc5\x9c\xae\x1a\x86\x6a\xb0\x3f\xbe\xcc\x3e\xbc\x8b\x98\x73\xaa\x4d\xc9\x9f\xa8\xaf\xb6\x9f\x16\x4d\xc4\x76\x99\x87\x4d\xd9\xa7\x57\x65\x26\x96\xc7\x41\x5a\x0f\x69\x3d\xa4\xf5\xf0\x87\xc0\x1f\x02\x7f\x08\xfc\x21\x5d\xe3\x0f\xe9\x1e\xdc\x0f\x0e\x0d\x0e\x0d\x0e\x0d\x0e\x0d\x0e\xdd\xd3\x1c\x1a\xa0\x0c\xa0\xac\x47\x41\xd9\xba\x94\xd6\xab\x94\x16\x70\x6f\x82\x92\x1c\xee\x1d\xa1\xc3\x74\xb0\xa6\xd4\xd4\xe1\x4c\xb6\xe0\x54\x02\xa2\x99\xbc\x11\x9c\xfc\x34\x40\xe3\x7e\xe3\x62\x30\xce\xdb\xcb\x12\x12\xe7\x39\x7d\x91\xfc\x4e\xf6\xa4\x1a\xda\x45\x3f\xb2\xc5\x17\x91\xdd\x6b\x89\xe6\x8b\x36\x0e\x1b\x14\x7f\xea\x20\x10\x13\xfc\x6a\x9a\x4e\xd3\x54\x85\x44\x7e\x3f\xed\x6d\xe2\x41\x40\x23\x05\x75\x7c\x93\xea\xf8\xbf\x09\xd1\x29\x61\x0d\x4e\xd0\x31\x6e\x0d\x0e\x52\x73\x2f\xa1\x50\xd9\x27\xb8\xca\xde\x16\xc6\x37\xdd\xd8\x8c\xd0\xc4\x4f\xd1\x84\x4b\x13\xdf\x74\x6b\x41\x46\xaa\x4d\x46\x28\x50\xf4\xfe\xed\x61\x5f\x23\xb5\xc3\x57\xed\x6e\xd9\xab\x31\xf1\x6b\x95\xbd\x72\xb4\xed\xed\xb6\x5c\x90\xb6\x03\xe5\x02\xe5\x02\xe5\x02\xe5\x42\xda\x0e\x69\x3b\xa4\xed\x90\xb6\xc3\xa5\x00\x97\x02\x5c\x0a\x70\x29\xc0\xa5\x00\x69\x3b\xa4\xed\x90\xb6\x43\xda\x0e\x8f\x1d\x3c\x76\x5d\xe8\xb1\xeb\x6a\x69\x7b\x9b\x30\xf4\x3a\xac\x24\xc1\xde\xf3\x10\x4d\x0b\x89\xbc\x30\x80\xa3\xcb\x35\x95\xf1\x25\x2d\x9b\xcd\x1b\xfa\x12\x87\xc3\x0b\x4b\xd9\x9c\x5a\xb6\xea\x6e\x8e\x1a\xfc\x21\xb1\x2f\x85\xd9\x2f\xf7\xd3\x16\xd1\xd4\xd5\xe5\x44\x78\x8f\xae\x2a\xd9\x88\xf8\xd5\x7a\xcb\x9c\x05\xf8\xac\x96\x9d\xb4\x5b\x4c\xf1\x16\x63\xa3\xe6\x19\xc2\x94\xba\x8b\x5e\xfa\x1c\x2a\x5e\x8c\xd6\x22\xf7\x74\xb6\x76\x3e\xb4\x69\xf1\x3e\xa7\xe8\x24\x7f\x9f\xc7\xe9\x10\x1d\xa8\xe9\x24\x91\x33\xe0\x72\x22\xee\xd3\x73\xeb\x9d\x7d\xd8\xff\x9d\x7d\x1d\xdb\x90\x53\xcb\x74\xe3\x4d\xc1\xaf\xe9\x01\xb6\x4f\xbe\xa6\xe2\x82\xf2\x15\xf5\xb9\xa6\xa7\x5e\x65\xf8\x6d\x5b\xdc\x4f\x69\xaf\xae\x96\x0a\x4a\x46\x5d\xd1\x83\x1a\x93\x27\xad\xd9\xb3\x4a\xcd\x50\x9a\xce\x54\x38\x76\x9b\x7e\x26\x80\x84\xf0\xed\x36\xe9\xdb\xfd\x4c\xa8\x85\xb6\x81\xce\x09\xf7\xee\x69\x9a\x72\xdc\xbb\xab\x69\x2f\x68\xe2\xac\x6d\x84\x4a\x4b\x6d\x35\x42\xa9\x8f\x6c\x75\x1b\xa1\xa3\x25\x45\x2f\xe7\xb9\xdb\x4b\x6c\x98\x57\x64\x8d\xf6\x94\xcc\x75\xce\x9a\xd8\xa2\x87\x2a\x1b\x1a\xe1\x7d\xd9\x6d\xfe\x73\x7c\x87\xfb\xc7\x45\x55\xcf\xa9\xee\x5f\x77\xb9\x7f\x35\x97\xff\x65\x35\x97\xcf\x8c\x54\x1d\xe7\x69\xc5\xfc\xf7\x6d\xf9\xab\xd9\xcb\x95\xe6\x80\xac\xb3\xd6\x9a\xe5\x01\x40\xb0\x84\x01\x96\xf0\x93\xfd\xf4\xf1\x7e\xf6\x72\x7f\xf8\xa3\xf6\x16\xff\xc5\xfe\xde\xb1\x84\x15\x80\xd3\x1c\x67\xee\x38\xe6\x10\xde\x7c\x39\x9d\x48\xc0\xc1\x1a\x2f\xee\x10\x27\x15\x42\x67\xa0\x14\xf8\x99\x45\xad\x38\x22\xce\xe6\x47\x70\x2f\x89\x11\x19\x4c\x1b\x5a\x71\x56\x84\xc4\x3d\x69\x7e\x16\xf2\xdf\xf3\xd6\xc7\xe2\xfc\x71\xa8\xb6\x89\x4e\xbd\x16\xa2\x57\x43\xec\x95\x50\xf8\x4b\xf6\x76\xe9\x63\xa1\x53\x9a\xb9\xb9\xce\x1b\x91\x9c\xc6\x87\x5d\x8b\x44\xaf\x99\x7f\x8a\x46\x92\x9e\xbb\xe0\xfb\x4c\xe1\x6b\x59\x32\x1c\x8f\xf1\x88\x92\xe1\x37\xce\xfd\xf0\x85\x7c\x46\x42\x14\xb5\x90\x35\x22\xda\x2d\x39\xa6\xc2\x4f\x5d\x52\xb5\x52\x41\x8d\x47\xc4\x15\x79\x0c\xa3\xf5\x2c\xf9\x7e\xcf\x77\x00\xec\xcb\x47\x37\xf2\x6e\x79\xc4\x85\xad\x5c\x8e\xae\xa2\xb0\x7a\x49\x14\x56\x6f\x6c\x92\x70\x1b\xff\x46\x27\x8c\xf4\x49\x3a\xce\x8e\x46\xc7\xed\x3d\xd5\xa3\xee\x8a\x7e\x3e\x67\xdc\x09\xf5\xfd\xd8\xfb\x63\x34\x5a\xb1\x2b\x13\x41\xcb\x25\x2d\x6b\xa8\x99\x25\x3d\x5f\xbe\xcd\x7f\xc9\x5b\x7b\xb4\x17\xd8\x1f\x0f\xb1\xf7\xf5\xd3\xeb\xed\x09\x55\x48\x9c\x1e\xe7\x1b\xb0\xaa\xf9\x73\x5e\x36\x22\x26\xcc\x58\xd4\xbd\xe9\xe2\x27\x56\x1d\xd3\xe2\x7d\xd6\xca\xf0\x80\xf3\xfe\x0a\xbd\x59\x55\xef\x56\xb1\xca\xe1\x5b\xad\xe7\x82\x5f\xe0\xc3\xec\x60\x8d\x97\xb6\xa2\x2b\x55\x5c\x20\xfc\xa3\xcd\x55\xcf\x65\xc0\xda\x72\x05\x3d\x9a\x27\x2a\xb6\x59\x9d\x78\x3a\xa9\xf3\xf4\x24\x9d\xad\x58\x51\xac\xe6\xf1\x60\x49\x81\xcd\x55\x93\x9b\xab\xcf\x86\x5a\x6c\x29\x9e\x12\xfb\xab\x34\x9d\x71\xf6\x57\x6d\x36\x3e\x6d\xb5\x2e\x01\x1b\xb8\xd8\x47\xb6\x55\x19\x9f\xb0\x74\x98\x28\x3e\xf6\xe6\x71\xf1\x5b\x47\xcd\x4d\x7b\x74\xae\xb0\x39\x01\x36\x07\x5a\xab\x8e\x68\xad\xe0\x64\x87\x93\x1d\x4e\xf6\x76\x39\xd9\xd3\x9f\x6b\xf5\x02\x61\x4e\x84\xc4\x9c\xa5\x69\x57\x48\xcc\xba\x5e\x21\x44\xfc\x57\x08\x5b\xd8\x26\xf1\x10\x28\xf5\xde\xad\x55\x8b\x84\x3d\x55\x3c\x36\x68\xab\xb2\xd3\xc3\x60\xdb\xbd\x72\x00\x76\xed\xb5\xf5\x0a\xb0\x2b\xb0\xeb\x1a\x63\xd7\x4e\x63\xab\xc6\xe6\x85\x86\x67\x02\xef\x04\x12\xc8\x75\xd3\xc7\xe9\x28\x1b\x8f\x1e\xb2\xd1\xe9\xc3\x15\xf0\xd5\x7b\xbd\x6a\xf4\xda\x72\x30\xfa\xd5\x41\xda\x33\xaa\x94\xf2\xa3\xcb\x09\xa1\x6c\xaa\x25\x56\xe1\x2a\x27\x9d\x7f\xca\xec\x17\x07\xd9\xc7\x37\xd0\xa6\x8c\xa6\xab\x57\x97\x13\xe1\x65\x29\xc0\x2e\x66\xf3\xcb\xf9\xec\x92\x52\x70\xa7\x0f\x50\xec\x60\x87\x19\xb3\x85\x39\xf3\x87\xb8\x6b\xb1\x3d\x6e\x2f\xd3\x07\x78\x33\x03\x4e\xac\xa1\x27\x78\x4c\x2b\xa9\xf6\x1e\xca\x28\xab\x4a\x36\x1e\xdb\xc9\x4f\x98\xd0\x74\xd5\xed\xa0\x74\x2e\x33\x93\x37\xca\x5d\x9e\x0b\x32\x7d\x53\x94\xe5\xda\xc3\xcb\x72\x99\xef\x7f\x92\x4e\xd0\xb1\x26\xa6\x3c\x9e\xbb\x61\x6a\x59\x2d\x06\x7b\x1f\x66\x82\xbf\x81\x21\x36\x20\x5f\xed\x68\x54\xae\x8b\x9c\x71\xf5\x38\x9d\x6f\xec\xf4\x7f\xe7\xb7\x32\xe2\xb7\xc9\x93\x25\xa4\x91\xf2\x12\x29\x2f\xd3\x88\x93\x46\x9c\x34\xe2\xa4\x11\x27\xdd\x33\x71\xd2\xe9\xae\x09\x03\x6e\x79\x4f\x9a\x8e\x4f\x4d\x23\x3e\x15\xf1\xa9\x88\x4f\x45\x7c\x2a\xe2\x53\x3b\x1f\x9f\xba\x0e\xa5\x5b\xe9\x9e\x8e\xf9\x4b\x23\xe6\xaf\x7d\x31\x7f\xe9\xae\x8f\xf9\x5b\x87\x59\x3a\xd9\x0f\x06\xe9\xac\x90\x5a\x2a\x59\x73\xb1\x9c\xd7\x8a\xba\x9a\xcb\x73\xaf\x90\x53\xc6\xc6\xe1\x8d\x7c\x57\xaa\x98\x6b\xa1\x5b\xea\xc2\x75\x4d\xbb\xe9\xd9\x5d\x1a\xec\x57\x06\xd9\x07\x37\xd2\x83\xbe\x8d\x5d\x5d\x4e\x84\x7f\x26\xd4\x18\x7e\xbc\x68\x5f\xe7\x92\xb8\xce\x84\xfb\x3a\x2d\x42\x92\xc7\xf9\x09\x49\xbf\xbe\x5e\x4c\xd4\xef\x01\x68\xa5\x3f\xad\x6c\x84\x2f\xde\xf8\x7b\xc1\x48\xf3\x12\x7b\x5a\x22\xcd\x7a\xef\xa5\x84\x9d\xf5\x1f\x95\x07\x80\x82\x6d\x82\x6d\x82\x6d\x82\x6d\x82\x6d\x82\x6d\x82\x6d\x82\x6d\x82\x6d\x82\x6d\x82\x6d\x82\x6d\x82\x6d\x76\x98\x6d\x82\x3c\x82\x3c\x82\x3c\xf6\x30\x79\xfc\xa5\x2b\x74\x48\x92\xc7\x52\xc9\xa8\x93\x78\xcb\xb4\xd3\xba\x66\x5a\x49\x73\xd3\xc0\x1f\x29\xfb\x16\x2f\x4e\xbd\xc9\x3c\x93\xe7\xd9\xaa\x5f\x91\x7a\xc2\x6e\x61\x4e\xb6\x20\x8a\x53\x27\x4b\x25\xc3\x2d\x46\xac\x3e\xae\xcb\x11\x1f\x8a\x53\x83\x66\xa1\x38\x35\x68\x16\x68\x16\x68\x56\x0f\xd1\xac\x2e\x2a\xd8\xd1\x35\x34\x0b\x95\x24\x40\xb3\x40\xb3\x40\xb3\x40\xb3\x50\x9c\x1a\xa9\xee\xef\x1c\xf8\xd4\xf5\xa9\xee\x7b\xa1\x38\xb5\x52\x2a\x19\xf1\xe5\x44\xbc\x1a\x10\x75\xbe\x38\xb5\xd9\x17\xa9\x7b\xaa\xee\x8e\x47\xeb\x14\xfd\x5f\xb6\x38\x88\xec\x21\xab\x22\xb5\x1f\x0d\x93\xb5\xa9\x3b\xc8\xc3\x9a\xab\x4d\x5d\xfb\x39\x20\x7d\x04\x52\xec\x75\xa8\x36\x75\xed\x97\xb0\x89\xda\xd4\x75\x1a\x6b\xa2\x36\x75\x9d\xd6\x9a\xb7\x51\xbc\x86\x74\xbb\x6c\x54\xec\xdb\xc3\x8e\x8d\x1a\xf0\x2d\x48\xed\x63\xaf\x64\x6d\x6a\x61\xaf\xfc\x0a\x52\xb7\xdd\x72\xa1\x36\x35\x48\x2e\x48\x2e\x48\x2e\x48\x2e\x6a\x53\xa3\x36\x35\xf2\xa5\xa2\x36\x35\x3c\x0a\xf0\x28\xc0\xa3\x00\x8f\x02\x3c\x0a\x2d\xf1\x28\x20\x6d\x36\xd2\x66\x23\x6d\x36\x6a\x53\xc3\x61\x07\x87\x1d\x6a\x53\xaf\x16\x33\xaf\xc3\x54\x3a\xec\x93\x03\xf4\x78\x65\x6d\x6a\xbf\x22\xd4\xec\xa7\x06\xd8\x8f\x3c\x65\xa7\x13\xf5\xe5\xf0\xbe\x75\xa7\xcd\x53\xac\xdc\xf5\x3e\x07\x9c\xd2\xf4\x64\xa1\x60\x03\xf6\xd6\xd5\x0f\x6d\x53\xee\x8b\xeb\xf4\xa4\x78\xc7\x4f\xd1\x24\x7f\xc7\x8f\xd3\x51\x1a\x6f\xae\x40\x60\x4b\x7c\xbc\xed\x2b\x24\x8b\x94\x16\x08\x02\x40\x4a\x0b\xb8\x8e\xe0\x3a\x82\xeb\xa8\x87\x5c\x47\x48\x69\x81\x94\x16\x40\xf6\x40\xf6\x40\xf6\x40\xf6\x5d\x81\xec\x91\xd2\x02\x29\x2d\xd6\x0b\xa4\x44\x4a\x8b\xb6\x24\xd3\xdd\x4e\x07\x05\xb1\x33\xca\x9a\xae\xe4\x54\x57\xfa\xdc\x65\xad\xb0\xb4\xa8\x2a\xe5\xb2\x92\xb9\x6e\xce\xb9\x32\xc7\xc5\x0b\xa3\x06\x87\xa8\xec\x73\xdb\xd9\x07\xfa\x89\xe4\x89\x57\x97\x13\xe1\x11\x5d\x55\xb2\x11\xf1\xb3\x35\xc2\xce\x74\x7b\x91\xb7\x97\xb4\xdb\x8b\xed\x34\x0f\x9f\x17\xa7\x5f\x4c\x54\xfe\x2c\x50\x6d\x6b\x45\xb0\xe9\x05\x3a\x2d\x20\xdb\x49\x3a\xce\x21\xdb\x21\x3a\x40\xfb\x6a\x42\x36\x6b\x50\x96\x13\xf1\xca\xee\x05\xe2\xb5\xda\x55\xbe\x73\x6a\x99\x6e\x5c\x09\xa6\x6b\x47\xd8\x61\x49\xd7\xbc\x0f\xc7\xca\x21\x5b\xd9\x23\x37\x62\x0b\x7f\x7f\xb3\xe7\xd1\xec\xd1\xd5\x52\x41\xc9\xa8\x8d\x3f\x9d\x5d\xf2\x8c\x8e\x3e\xa0\x54\x9a\xce\xd0\xa9\x8a\xf8\x8a\x26\x9f\x10\x94\x7a\x08\xb0\x68\x32\xc0\xe2\x9f\x85\x5a\x67\x27\x66\x44\x84\xc5\x14\x4d\x38\x11\x16\xed\xb3\x3a\x8d\x99\x15\xb7\xa5\x58\x91\x89\xa9\x63\xd5\x4a\x4b\x65\x4a\xfd\xc2\x56\x8f\xd5\x39\x5c\x55\x92\xb8\x61\xf3\xf3\x38\xaf\x68\xd9\x31\xe3\x83\xe2\xc4\xbd\x66\xfc\x50\x9c\x18\xc5\x89\xd7\xb8\x38\x71\x07\x57\xa3\x41\x95\x83\xdb\x3d\x71\xa4\x8f\xd1\x11\x76\x38\x7a\xd0\x96\x33\xec\x70\x57\x26\xae\x3c\xbc\x03\x85\x89\xff\xb7\x21\x3a\x5f\x63\xe7\xa3\x14\x4a\xd7\x95\x80\x72\xc5\x19\xd3\x1c\xf2\xf3\x32\x4a\x49\xc9\xe4\xcb\x79\xd5\x60\xff\x61\x90\xfd\xb7\x0d\xb4\xcd\x99\x00\x45\x4b\xe1\x7f\xd0\x58\x05\x91\x89\xf9\x69\x39\xdf\x4d\x88\x36\x6f\xb7\xa8\x6a\xc8\xbe\x5b\x9e\xb9\x54\xf4\xca\x15\x7a\x58\x75\x5d\xd4\x0a\x59\x45\xad\x90\x6b\xc1\x5f\xd2\x04\x4b\xd6\xfb\x7a\xaa\x1f\x88\x7b\x6f\x27\x1e\x1f\x44\x14\x10\x51\x40\x44\x01\x11\x05\x44\x14\x10\x51\x40\x44\x01\x11\x05\x44\x14\x10\x51\x40\x44\x01\x11\x05\x44\x14\xa8\x79\x0c\x99\x06\x64\x1a\x90\x69\xdc\x41\x32\x8d\x9f\x8d\x51\x4a\xc0\xca\xa2\x5a\xbe\xa5\xe9\x37\xcd\xf5\xa0\xa3\xd4\xa8\xc1\x28\xf3\xc5\x9c\xae\x1a\x86\xf5\xd7\x17\xd8\x17\x87\xd8\x8f\xfa\xe8\x6e\xa7\x8d\xab\xcb\x89\x70\x98\x8b\x36\xbc\x3b\xde\x69\x71\x66\xec\x31\xf3\xb7\x73\xf6\xe1\xee\x4c\x8b\xf2\x90\x16\xeb\x33\x9e\xab\x89\xe0\x28\x29\x68\xdf\x38\x1d\xe2\xb4\x6f\x8c\xf6\x50\xbc\x26\x2a\x77\x0d\xd3\x72\x22\x2e\xfb\xda\xa0\x32\xe3\x99\x60\x7e\xb7\x9f\xed\x95\xfc\xae\xea\x79\x48\x84\x27\x2f\xe9\xd5\x64\xfc\xbb\xcd\x95\x83\xff\xb0\x25\xcb\xf0\x1f\xff\xc7\xe5\xcf\x1d\x7c\x04\xa9\x49\x4a\xd1\xc9\x0a\x47\xe4\x8a\x87\x1a\xee\x47\x68\x2f\x9a\xd4\x5e\xfc\xd3\x50\x0b\x3e\x75\x91\x1f\x33\xc1\xf3\x63\xda\xaa\x8b\x66\xda\x69\x5e\xe5\x55\x5a\x6a\xa7\x2d\x89\xbd\x67\x5b\xa5\x2d\x91\xb1\xc9\xe6\x6b\x6e\xd9\x8f\x9d\xe2\x4f\x9d\x34\x1f\xed\x49\x33\x09\x73\x12\x60\x4e\x90\xea\xac\x23\xa9\xce\x90\xe3\x06\x39\x6e\x90\xe3\xa6\x5d\x39\x6e\xd2\x9f\x0b\xb5\x38\xd1\xc7\x9c\xc8\x48\x7d\x96\xa6\x5d\x19\xa9\xdb\x9c\x3c\x24\xe2\xbf\x24\xd8\xc2\x36\x89\x61\x6a\xe3\xaa\x20\xf5\xd7\x77\x55\xae\x0a\x76\x55\x49\x30\xfd\xb7\x1a\x51\xae\x03\xea\xd0\x4a\x01\x6a\xcb\x5e\x5b\x9f\x40\x6d\x09\xb5\xe5\x1a\xab\x2d\x9f\x6b\xc5\xbe\x72\xd5\x3a\xcb\xc6\x6c\xbf\x8f\xce\x32\x68\x1e\x48\xef\xa3\x31\xb6\x27\x1a\xb7\xfd\x10\xf7\xb9\x15\x96\xf2\xa8\x6a\x61\xe5\xfa\xf3\x5e\xb0\x9f\x18\xa2\x91\x5a\x41\x6b\x96\x28\xb3\xa0\xb8\xc1\xe7\x6b\x83\xec\x87\x7d\x9e\xc8\x84\x47\x7d\xa8\xa7\xa5\xb9\x33\xcf\x8d\x6d\xf7\x04\xa7\xb9\x7f\x6a\x31\xf2\xbc\x42\x13\xe2\xb5\x3c\x4a\xe3\xfc\xb5\xdc\x47\x63\xb4\xa7\x11\x11\xb0\xbb\x53\xab\x0d\x47\x7b\x36\xf8\xb5\x3c\xc8\xf6\xd7\x13\x2d\x7a\x7a\xe3\xc1\x9e\xaf\x7a\x43\xd1\xa2\xfe\xcc\xd3\x33\xfa\x3b\x2a\x83\xcf\xda\xf7\x00\x52\xa7\x68\x92\x52\x15\x6b\x81\x26\x9e\x00\xd6\x00\x40\x9e\x4d\x22\xcf\x8f\x85\x5a\x63\x03\xce\x08\xe8\x99\xa4\x13\x0e\xf4\x6c\x8f\x35\x69\xa3\xb9\x08\x40\xaa\xb1\xbf\xb9\xc7\x63\x4d\xee\xb7\xa8\xa7\xd7\x80\x3c\x24\xfe\xdc\x09\xfb\x01\xe2\x09\xe2\x09\xe2\x09\xe2\x09\xe2\x09\xe2\xb9\x62\xe2\xf9\x72\x8b\xa6\xfe\x69\x01\x3a\x53\x74\xd2\x05\x3a\xd7\x72\xee\x6f\x34\x52\xd0\x73\xe9\x60\x76\x9a\xfa\xc1\x5d\x9e\xe9\x7f\x77\x00\xde\xf4\x2c\x0a\xc2\xde\x98\xf2\xf6\xac\x09\xc0\x36\x7b\x6d\x25\x02\xb6\x09\xb6\xb9\xc6\x6c\xb3\x43\x10\x29\x90\x6e\x36\x36\x37\x04\xec\x00\xfd\xa7\x8b\xf4\x61\x3a\xc8\xf6\x47\xf7\xda\xa4\xf2\x41\x37\xdf\x74\x37\xd6\x81\xe8\xf1\x1f\x0d\x09\x41\xe6\xe8\x72\x40\x9c\xb8\xae\xda\x2f\x7c\xc6\x4e\xf8\x6f\x73\xc9\x4f\x0f\xb1\x7f\xb4\x91\x36\x65\x34\x9d\x4f\x66\xff\x2a\x24\x45\xb1\xae\xe8\xf0\xa2\xb5\xbe\xb7\x72\xe1\xcf\x39\x2d\x3a\x25\x04\x5a\x12\x28\x3e\xec\x84\xb0\xf0\xcd\x85\x0c\x78\xc8\x97\xd5\x45\xc7\x58\x0d\x78\xc2\xa1\x5c\x6d\xc7\x63\x31\x7e\xb9\x09\x4d\x57\xdd\xce\x43\xdf\xfe\x22\xb8\xbc\xfa\xe3\xba\x14\xfc\xed\xec\x63\x63\xf2\xe3\x88\x46\xe5\xfa\xc9\x77\x78\xbd\x40\xa5\xf6\x57\xcb\xef\x18\x91\xe4\x88\x24\x47\x24\x39\x22\xc9\x11\x49\x8e\x48\x72\x44\x92\x23\x92\x1c\x91\xe4\x88\x24\x47\x24\x39\x22\xc9\x11\x49\xde\xe9\x48\xf2\x14\x9d\x64\xc7\xa3\x47\x6d\xc2\xf1\x98\x9b\x70\xf8\x6e\xf4\xee\x04\x3d\x17\xa2\xd1\x11\x8d\x8e\x68\xf4\x75\x14\x8d\xfe\x8e\x18\x3d\x2d\xf4\x97\x4a\xd6\x5c\x70\xe7\xb5\xa2\xae\xe6\xf2\xdc\x61\x65\x9e\x63\xab\x31\x17\xd4\xb2\x9d\x47\x73\x71\xa9\xac\x98\x4b\xaa\x5b\xea\xc2\x75\x4d\xbb\xe9\xd9\xa4\xda\x3c\xf4\x13\x43\xec\x1b\x1b\xe9\x61\xdf\x66\xaf\xca\xf6\xc2\xff\xb6\x11\x4a\xfa\xa4\xbc\xdc\x25\x71\xb9\x09\xf7\xe5\xba\x02\x96\x0a\xda\x98\xf4\xbb\xd3\x8b\xe2\x46\xeb\xdd\x02\xf8\xe9\x4a\x9c\x13\x02\x73\xde\x78\x21\x18\xb0\x3e\xcb\x9e\x71\xa1\x53\xfe\x18\x2c\x77\x44\xbd\x77\x5d\xb2\xd8\x7a\x4f\x0c\x94\x15\x94\x15\x94\x15\x94\x15\x94\x15\x94\x15\x94\x15\x94\x15\x94\x15\x94\x15\x94\x15\x94\x15\x94\xb5\xd3\x94\x75\x9a\x4e\xb3\xa9\xe8\x84\x4d\x48\x07\xdd\x94\xb5\xde\x16\xae\xfd\xba\x32\xa0\x50\xa0\x50\xa0\xd0\x75\x84\x42\x3f\x7b\x85\x4e\x08\x14\x9a\xd1\x34\x3d\x9b\x2f\xfa\x12\xd0\x1a\xda\x50\x1e\x38\x65\xb0\xbf\xba\xcc\x7e\x65\x17\xbd\xc1\xdd\x80\xcd\x3a\x77\x8a\x55\xa8\x2e\xe7\x4f\xcb\xc0\x5a\x94\x73\xc6\x6c\x21\xb6\xcb\x3c\x68\xc2\x75\xba\x04\x88\x8e\x06\x93\x1f\xd7\xe5\xcc\x30\x05\x3e\x06\x3e\x96\x02\x1f\x03\x1f\x03\x1f\x03\x1f\xeb\x19\x3e\x96\xea\x1a\x3e\xd6\xf2\x9e\x34\xcd\xc7\x52\xe0\x63\xe0\x63\xe0\x63\xe0\x63\xe0\x63\x9d\xe7\x63\xa9\x9e\x66\x50\x29\x30\xa8\xf6\x31\xa8\x54\xb7\x33\xa8\xd4\x3a\x64\x50\x69\x95\xd2\x42\x6b\x35\x41\x49\xae\xb5\x3a\x42\x87\xe9\x60\xcd\xd8\x6f\x0f\xa8\x92\x9c\x29\xce\x01\xd1\x4c\xde\x08\x56\x59\x3d\xe2\xaf\xb2\xda\xc4\x36\x8a\xea\xc7\x97\x83\x45\x56\xe3\xec\x90\xd0\x4b\xf1\xab\x52\x2d\xc1\x95\x0f\x51\xa3\xe8\xc7\xb6\xd4\x20\x65\xaf\x17\xf3\x52\x44\x91\x50\x6c\x50\xfc\x7f\x07\xb1\x98\xa0\x58\xd3\x74\x9a\xa6\x2a\xb2\x6f\xec\xa7\xbd\x4d\x3c\x0e\x24\xde\x40\x42\xc1\x26\x13\x0a\xfe\x4d\xa8\x76\x1d\xa5\x53\xc2\x58\x9c\xa0\x63\xdc\x58\x1c\xa4\xe6\xde\x4e\x3a\x2b\x92\x0d\x4e\x52\xca\x49\x36\xd8\x74\x63\x33\x22\x7d\xd1\x14\x4d\xb8\xd2\x17\x35\xdb\x5a\xb0\xa9\x2a\x69\x8d\x9b\xaa\x3a\xd6\xa8\xae\x15\x8b\xfd\xc9\x70\x0d\x53\x15\x96\xc9\xa8\x5c\x99\xbd\xb4\x6b\xd2\x6c\x8d\x89\xdf\x7c\xcc\xd6\x84\x7d\x74\x7b\x0d\x58\x7b\xd2\x19\x82\xeb\x82\xeb\x82\xeb\x82\xeb\xf6\x0e\xd7\xc5\xea\x2d\x60\xf5\xd6\x3d\xe0\x1b\xa9\x64\x3b\x92\x4a\x16\xfe\x05\xf8\x17\xe0\x5f\x80\x7f\x01\xfe\x85\x9e\xf6\x2f\x20\xa3\x38\x32\x8a\x23\xa3\x78\xbb\x32\x8a\xc3\x7d\x07\xf7\x5d\xaf\xba\xef\xd2\xb9\x16\x97\x0f\x0d\x72\x86\xb5\xd7\xd9\x75\x23\xe6\x0f\xb0\xef\x63\xb2\xd4\xb7\x63\xc8\x69\x1d\xe6\xfd\x61\xbf\xf5\x1c\xed\x14\xe2\xf9\xa2\x96\x75\x17\x71\xd3\x97\x8a\xe6\x43\x96\x45\xdc\xd8\x47\x9e\x63\x3f\xb9\x8b\x36\x99\x07\x5d\x5d\x4e\x84\x63\xf5\x35\xf1\x73\xe2\x64\x91\xf1\xff\x8d\xe6\xb1\xe7\xb4\xac\x7a\x31\xe1\xfe\x3b\xa4\xf0\x90\xc2\x43\x0a\x0f\x97\x09\x5c\x26\x70\x99\xc0\x65\xd2\x35\x2e\x93\xee\xf1\x08\x00\x55\x03\x55\x03\x55\x03\x55\x03\x55\xf7\x34\xaa\x06\x4b\x03\x4b\xeb\x51\x96\xb6\x2e\xa5\xf0\x57\x69\x52\xf0\xbf\x63\x74\x84\xf3\xbf\xfd\xb4\x97\x12\x35\x25\xa4\x1c\x3b\x2d\x27\xe2\x6e\x34\xd4\x12\x11\xfc\x8a\x4a\x39\xb9\xe0\x97\x55\xd3\xc9\xd5\x1f\x4f\x29\xa7\xe8\x5f\x6c\x76\x38\xd8\xfd\xb6\xe2\xdd\x83\xbc\x1e\x14\x7f\x6e\x23\xf4\x12\x8c\x6a\x82\x92\x74\xa2\x42\xe8\x3e\x4a\x23\x2b\x1a\x6c\x88\xa4\x20\x71\x6f\x52\xe2\xfe\xbd\x3a\x12\xf7\x93\xc2\x08\x1c\xa6\x83\xdc\x08\x24\x68\xa5\xef\x25\x4d\x09\x71\xfb\x71\x3a\xea\x88\xdb\x9b\x68\xe6\x94\x90\xb5\x9f\xa0\x63\x2e\x59\xfb\xca\xdb\x69\x54\xd0\xde\x2e\xb3\x13\xfb\xea\xb0\x63\x76\x1e\xf3\x55\xaf\x7b\x4c\x50\x54\x1c\x22\x4c\x90\xa3\x5b\x6f\xa3\x31\x82\x68\x1d\x04\x16\x04\x16\x04\x16\x04\x16\xa2\x75\x88\xd6\x21\x5a\x87\x68\x1d\x9e\x00\x78\x02\xe0\x09\x80\x27\x00\x9e\x00\x88\xd6\x21\x5a\x87\x68\x1d\xa2\x75\x38\xda\xe0\x68\xeb\x42\x47\x5b\xc7\x45\xeb\x2b\x50\x95\x37\x48\x94\x03\xf0\xb1\x0f\x70\x6e\xbd\x98\xfc\xe5\x2b\x74\x40\x88\xc9\xf5\x05\x25\x13\xb7\x6e\xbb\x22\x1f\xfb\x68\xa6\xb0\x64\x94\x55\x5d\xd7\x0a\xea\x82\xb9\x79\x2d\xe6\x0c\xf6\xff\x5c\x66\x5f\xda\x45\x6f\x30\xcf\x4b\xba\x4f\xbb\xba\x9c\x08\xef\xa9\x2f\x36\x9f\x10\xcd\xcd\x69\x05\x35\x25\x9a\x8b\x0d\x99\x67\xcc\x55\xb6\x75\x31\x51\x7d\x28\x54\xe8\x50\xa1\x43\x85\x0e\x1f\x08\x7c\x20\xf0\x81\xc0\x07\xd2\x35\x3e\x90\xee\x41\xfc\x60\xcf\x60\xcf\x60\xcf\x60\xcf\x60\xcf\x3d\xcd\x9e\x01\xc7\x00\xc7\x7a\x14\x8e\xad\x4b\x15\xba\x5a\x5b\x99\xba\xa2\x4c\xed\x1c\x64\x2d\x27\xe2\xd5\xe4\x68\x26\x6f\x94\xff\x3f\xf6\xde\x05\x4e\x92\xac\xac\x13\xfd\x45\x56\xf5\xeb\xcc\x0c\x30\xc1\xb8\xeb\xc5\xd7\x31\x86\xb5\xbb\x9a\xca\xa8\xae\xee\x9e\x57\xf1\x18\x6a\xaa\xba\x99\x1a\xba\xab\x8b\xaa\xea\x19\x61\x1c\xe8\x93\x19\x27\x33\x83\x8a\x8c\x48\x22\x22\xab\x3a\x87\x99\xdd\xcb\x63\x78\x5f\x11\xd0\x01\x1a\x51\x1e\x0a\x0a\x5c\x5d\x91\xc7\xa2\xe0\x8a\x6f\x60\x15\x05\x77\x55\x5c\x7c\xbb\xa0\xa8\xa8\xe8\x8a\x7d\x95\xbd\xbf\xf3\x7d\xe7\x9c\x38\x27\xf2\x51\xd5\x5d\xdd\xc3\xa8\xc9\xef\xc7\x74\x65\xc4\x89\xf3\x3e\xdf\xf9\x9e\xff\x6f\xa7\xbe\xe8\x1b\xdb\xab\xf0\xee\x74\x4f\xa2\x0a\xaf\xbf\xa5\x41\x8a\xbc\xa1\x0a\x36\xe2\xfd\xd2\x81\x21\x7a\xb4\x6f\xd2\xce\xea\x03\x54\x66\x4f\xc2\x97\x8f\xac\xd2\xec\xf2\xe0\xda\x87\xaf\xc9\xd8\x77\x6a\xec\xcb\x7e\xf9\x70\xed\x97\x01\x80\x3e\x7c\x2b\x5e\x21\xf0\xf7\x11\x0d\x5c\x3a\xf8\xfb\xf0\xca\x76\xea\xdd\xbe\x33\x42\xb6\x2d\x8d\xda\x11\xa5\x3b\xfc\xca\xea\x10\x42\x76\x70\xa0\xfb\xfb\x00\xa2\x76\x13\x16\x1c\x44\xd4\xf4\xa7\x57\x9d\xbc\x8d\xfd\xe2\xc7\x3a\xe1\xb1\x4e\x78\xac\x13\x1e\xeb\x84\xc7\x7e\xf1\x63\xbf\xf8\xb1\x5f\xfc\xd8\x2f\x7e\x6c\x9b\x18\xdb\x26\xc6\xb6\x89\xb1\x6d\x62\x6c\x9b\x18\xfb\xc5\x8f\xfd\xe2\xc7\x7e\xf1\x63\xbf\xf8\xb1\xe9\x6f\x6c\xfa\x7b\x14\x9a\xfe\xee\x1a\xa1\xc6\xbe\xa2\x0e\xf3\x97\xe3\x17\xff\x48\xea\xa2\xaf\xbc\xaf\xfc\xef\x1f\x22\xc7\xc5\x06\x9b\xd9\x9c\xc5\xd5\x9d\xd1\x80\xef\xd9\xcc\x0b\xf5\xdf\x0f\xce\x08\xe2\x10\xd6\x39\xab\xd7\x85\x9c\x90\xb9\xef\x3a\xe4\xfe\x97\x49\xb2\xaf\x9e\xa4\x00\x05\x73\xbf\x64\x44\xe3\x20\xdc\x0c\x83\x2e\x8b\x4c\x7b\x2c\xd3\x42\xdf\x1a\xd6\x32\x8f\xb5\xf8\xc6\xed\x3e\xa7\xf9\x82\x83\x50\xd5\xc1\x42\xef\x6a\x29\xd2\x92\x0e\xd7\xb2\x7b\x96\x73\x16\xf8\x87\xf1\x83\x85\x24\xe5\x77\x1b\x19\x9d\xed\xa6\x4e\x85\x59\xfe\x28\x77\xb2\xbf\x6b\x63\xf8\x2e\x5f\xc1\x5d\xbe\x44\x9e\x01\xbb\x7c\x9e\xdc\x4e\x9e\x7a\x19\xbb\x1c\xac\xe5\x27\x84\xfc\xa6\x76\xfa\x8d\x83\x77\xfa\xb5\x2e\x81\x8e\xa1\xdd\x78\x65\xfb\x2d\x5e\x75\x9f\x24\xb7\xb8\xe7\xc9\xbd\x6c\x2f\x80\xbd\x8f\xc7\xf1\x04\xe3\x78\x82\xbb\xc6\xb6\xa3\xb1\xed\x68\x6c\x3b\x1a\xdb\x8e\xfe\xcd\xd8\x8e\xee\x7a\xd4\x98\x46\xae\x78\x4f\x2e\x5b\x67\x7f\xd7\x58\x67\x3f\xd6\xd9\x8f\x75\xf6\x63\x9d\xfd\x58\x67\xff\xc8\xeb\xec\xff\x05\xa6\x8a\xbb\xeb\xdf\xb4\x1e\xf4\xae\xb1\x1e\xf4\xea\xe9\x41\xef\x7a\xd4\xeb\x41\xff\x05\x86\x40\xb8\x2f\x65\xe4\x4e\x44\xe3\x60\x81\x60\x96\xc3\x24\x4e\x79\x33\x14\xe7\xd2\x06\xe4\x80\x24\x98\x33\xed\x6e\xce\x04\x23\xb4\xc5\x6b\xad\x24\xd9\xb0\x44\xcb\xcc\xfd\xf0\x39\xf7\x07\x0e\x92\x6f\x19\x58\xd3\xf3\x64\x15\x4f\x98\x1b\x0d\xd4\x71\x5a\xb6\x70\x0f\xb6\xb0\x60\xb6\x70\xf8\x29\xe2\xdb\xf9\x41\xd5\xdf\x8d\xb5\x8f\xfa\xfa\x51\xae\x60\x1c\xa3\x78\x8c\xb5\x6e\x63\x14\x8f\xb1\xd6\x6d\xac\x75\x1b\x6b\xdd\xfe\x0d\x69\xdd\x1e\x45\x0e\xc9\x8f\x1a\xad\xdb\xd8\x53\x76\xac\x75\x1b\x6b\xdd\xc6\x5a\xb7\xb1\xd6\x6d\x8c\xe2\x31\x76\xe5\xfb\xd7\xa3\xc2\x7a\xd4\xbb\xf2\xfd\x8b\x44\xf1\x78\xc8\x21\xcf\x47\x07\xac\x3a\x61\xe0\x80\x75\x2f\x79\x36\xb9\x67\x68\x80\xfb\x60\x45\x97\x54\x4f\xf9\xa3\x34\x48\x3b\x4a\x39\xf9\xe0\xf6\xee\x58\xcf\x71\xbf\x53\xba\x63\x8d\x52\xba\x49\x47\xad\x51\x1d\x32\xdd\xb6\xa0\xfb\x64\x3b\x94\x11\xef\x6b\x64\x3b\x05\xdd\x7f\xd0\x08\x20\x23\x75\x71\x4f\xc3\x62\x5f\x77\x6d\x1c\x2a\xcf\x42\xd2\x24\xbc\x04\x0f\x72\x96\xac\x5d\x85\x4d\x30\x0e\x31\x1d\xc3\x87\x5c\x26\x7c\xc8\xff\xac\x90\x06\x52\xaa\xe7\x91\xfb\x80\x52\xdd\x43\xae\xce\x26\x25\x1b\x88\xfb\x11\x90\x5a\x81\xfb\x71\xd5\x1a\x8b\x10\x13\x85\x93\xba\x81\x89\x72\xd5\x5a\xbb\xfc\x9c\xbf\x08\x4f\xb2\x33\x02\x7d\x39\xc4\x77\x27\x44\xfd\xf0\xc7\xab\xdb\x11\xe0\xd9\x81\xc8\x25\x23\x89\xf1\x9d\xf8\xc9\x28\x62\x5c\x80\x99\x3c\x82\x64\x79\x0c\x6b\x32\x56\x92\x8f\x95\xe4\x63\x25\xf9\x58\x49\x3e\x86\x35\x19\xc3\x9a\x8c\x61\x4d\xc6\xb0\x26\x63\x63\xcd\xd8\x58\x33\x36\xd6\x8c\x8d\x35\x63\x63\xcd\x15\x31\xd6\x8c\x61\x4d\xc6\xb0\x26\x63\x58\x93\x31\xac\xc9\xd8\x16\x3a\xb6\x85\xfe\x0b\x4f\xf7\xb9\x33\xbd\xf4\x65\x29\x9d\x77\xa0\xcc\xbe\x14\x54\x95\x2b\x0f\x74\xf2\xb9\x0a\x79\x8c\x0c\x43\xe8\x74\xb2\x99\xcd\xd9\x19\xf7\x97\x2b\xee\x2f\x54\xc8\x3e\xf1\xfb\x79\x9b\xb3\x4f\xf8\xf7\x4d\x9e\xdb\x8c\x31\x1a\x9c\x0f\x7f\x43\x93\xe7\xf3\x9d\x4e\x76\xf7\xec\xfc\xca\x92\xd2\x04\x66\x57\x4e\x8f\xdd\x57\xd1\x5c\x5f\x45\x73\x3b\xa9\xe8\xae\x0e\x39\x8b\xfb\x69\x99\x9c\x82\xfd\x74\x92\x2c\x92\x3b\x2e\x63\x3f\x19\xe3\xdc\x89\x45\xfa\xae\xcf\x7e\xf0\x18\x79\xd3\xb5\xe4\x9b\x4d\xf3\x4b\xa7\x93\x81\x5e\x9d\xf1\x76\x12\xaf\xf1\xdc\xfd\x87\x6b\xbc\x5b\xf4\x2f\x9a\x72\xc9\xb1\x65\x4a\xbe\x30\xf4\xb4\xc0\x5d\x06\x50\x56\x50\x17\xff\xfd\xce\x7e\xb2\x17\xb9\x95\x4f\x3a\xbf\x43\xc8\xcf\x54\x08\x61\x9d\x50\x1e\x7c\xf7\xc7\x2b\xde\xdb\x2b\xf3\x2b\x4b\x8a\x26\xa1\xf6\x3c\x33\xd9\x46\x1e\xd0\xac\xde\xe2\x6d\x86\xe7\x18\x98\x3e\xd9\x81\xa2\xc9\x58\x72\x44\x85\xbc\x25\x65\xbb\x7a\x12\x6f\xf2\xd4\x50\x67\xab\xda\xb4\xa3\x82\xd4\x6f\x42\x6c\x41\xcc\x22\xbc\xca\x91\xdd\x36\x74\xe5\x96\xf6\x0b\x6f\x7b\x9f\x9e\x06\x19\x3c\x6e\x24\x73\x85\x01\x30\xcc\x55\x5c\x8c\xa0\xd7\xdd\x38\xcc\x7b\x33\x42\x0c\x48\xc3\x5a\x37\x4f\xd2\x6c\x26\xe0\x9b\x3c\x9a\xc9\xc2\x66\x95\xa5\xf5\x56\x98\xf3\x7a\xde\x4d\xb9\xa2\xa9\x42\x94\x05\x5d\x5f\x3b\xd0\x84\x35\x83\x49\xc4\x03\x41\x3e\x52\x21\x93\x70\xde\xff\x73\xc5\x7b\x47\xe5\x99\x61\x1c\xa0\x26\x01\x5f\x6b\xf5\xa2\x9c\x21\x69\x13\xa5\xab\x27\xd6\xd6\x8b\x1b\x17\x66\x51\xb2\xe1\xc5\x6a\xda\xb2\x6a\x18\x37\x34\x73\xa6\xb8\x4e\x1e\x07\x9d\x24\x8c\x73\x53\x6b\x9d\x75\x6b\x40\x71\x75\xe0\x49\x9e\xf8\x74\x81\xc5\x52\x9d\x28\xa5\x03\x9f\x2e\xc5\x74\x81\xb5\x79\xb4\xc0\x32\x7e\xd5\x67\x2e\xef\x75\x78\x06\x64\xd1\x9a\xbb\xcf\x38\x64\xbf\x62\xf9\xdc\x5f\x74\x2e\x0b\x88\xe7\x0c\x4c\xdb\x69\x9e\x33\xef\x25\xce\x5a\xce\xe2\x80\xa5\x41\xc1\x8f\x6b\x8e\xf2\x6a\x0f\x51\x35\x44\x3e\xeb\x90\x49\xc1\xa2\xba\x9f\x74\x88\x3f\xdc\xa6\x5a\x3e\xd4\x6b\x1d\x5e\xf7\xde\xe8\x20\x13\x9d\x81\x69\xa4\xc6\x5b\x6c\x33\x4c\x52\x7d\xd0\x8c\x73\x7c\xb5\x87\x23\x46\x50\x65\x71\x50\xcd\xf0\x42\xfc\xb1\x8a\x58\x35\xf1\xa7\xfb\xce\x0a\x39\x72\x09\xe3\x82\x8f\xbc\xbf\x82\x91\xd5\xbb\x69\x0a\x9b\x14\x1e\x0e\x1c\xd7\x3a\x3e\xc8\x99\x62\x3a\x05\x8f\x91\x34\xc4\x23\x2e\x84\x08\x21\xa6\xd3\xad\x30\x0e\x92\x2d\xf8\x3e\x6c\x73\x9f\xae\x24\x1d\x29\x83\x2a\xfd\x7d\x2f\xcb\x79\xdb\xa7\xab\x9c\x05\xd5\x24\x8e\x7a\x8f\xf4\x84\x5d\x74\xd6\xb6\x67\x11\x8e\xb8\x7e\x95\x2a\x9e\xa0\xd3\xc9\x08\xa5\x78\xfb\xeb\xd9\x23\x94\x9a\x68\x4f\xe4\x57\x26\xc9\x77\x18\xb3\x5d\x13\xec\x96\xb6\xc4\x2f\xa4\x49\x7c\x57\x52\xc3\x19\x77\xdf\x3a\xe9\xdd\x66\x3d\xe9\xbb\x28\x8c\xc5\xe0\x78\x51\xd4\xd3\x24\xa6\xcf\x4f\x6a\xf6\x35\xf1\xd9\x09\xf2\x76\x87\xec\x05\x4e\x8c\xbb\x0f\x3b\x5e\x75\x5e\x2b\x69\x81\xfe\x40\xd0\x5a\xa2\x2a\x8c\xc0\x22\x10\x0b\x52\xf7\xfc\xa4\x96\xf9\xef\x77\xf6\x91\x3d\x2c\x4d\x59\xef\xa7\x9c\xe3\xe4\xe8\x88\xcd\x53\x4f\x52\x5e\x9c\xe9\x55\xc5\xe9\x5e\x74\x6e\x24\xff\xce\x9a\x4b\xd1\x7a\x55\x10\x15\xf7\x80\xbb\x8f\xe5\x49\x3b\xac\x13\xf2\xb0\x43\x1e\x17\xb1\x2c\x5f\xab\xb7\x78\xd0\x8d\xb8\x60\x50\xdd\x17\x39\xc3\x73\x41\x8d\xa0\x2a\xe2\x5b\xef\xe4\x52\x2c\x64\x63\xbc\xd5\xa4\xcd\x29\x2b\x2c\x49\x5a\x31\xf2\xfc\xa4\x06\x6f\xb2\x6e\xbd\xce\xb3\xac\xd1\x8d\xa2\x1e\xdc\x6a\xa2\x17\x81\x4f\xde\xe0\x10\x17\x3a\xa6\xdf\x43\xd7\x1e\xbc\xfc\x9e\xdd\x71\x09\x3d\xb3\x7a\x55\x4f\xda\x1d\xb4\x54\x90\xbf\xdb\x4f\xe8\x80\xb9\x47\x4e\xf3\x34\xeb\x08\x76\xc5\xfd\xf4\x7e\x6f\xc1\x7a\x82\x97\x9b\xbe\xb9\xa4\x4f\x8e\xd2\x25\xe3\x9e\xd0\x1f\x68\x1d\xd5\x05\x67\x0f\xa8\x88\xad\x6d\xf5\x96\x7d\x63\xee\x63\xb7\xdc\x47\x83\xe0\xc4\xba\xf7\x79\x74\x09\xd4\xf2\x61\x66\x19\x51\xf4\x5a\xd8\xe7\xd0\x27\xd3\xe4\xf0\xb6\xe7\x50\x7f\x3c\xe6\x72\x76\xc1\xe5\xfc\xa4\xc9\xe5\xbc\xcb\x21\x4f\xbe\x8c\x53\x2f\x8e\x1e\xf0\x38\xcd\x47\x88\x8d\xb9\xe8\x9c\xdd\xfe\xfe\x3a\xea\x1e\xd1\xf7\x97\xe7\xe9\xdb\xcb\x22\x18\xe5\x1b\xec\xa5\x7b\x2d\xe1\x46\x6d\xb5\x67\xf2\xde\x7a\xb2\xc2\xf2\x96\xfb\xc7\x7b\xbc\x69\xb1\x5f\x8b\xdd\xb5\xc1\x7b\xd2\x52\xc9\xf2\x16\x18\x13\xc2\x98\x32\xba\x99\x44\xdd\x36\xf7\x2f\x38\x13\x1b\xbc\x77\xc1\x01\xd8\x0d\x8b\xc0\xbc\x79\x0f\x39\x48\xc4\x4b\x97\x7a\x8f\x17\xec\x87\xac\x48\xe2\x6c\xf8\xe6\x22\xfd\xf4\x04\x99\x6c\x27\x01\x77\xdf\x3f\xe1\xee\x09\xe3\xfc\xd8\x51\xef\xfb\x27\xd0\x87\x89\x45\x73\x54\xbc\xa2\x35\xb1\xe3\xc0\x00\x97\x27\xa0\xaa\xe9\xf0\x54\x0a\xf2\x19\x1a\xf1\x40\x73\x1a\x89\x9d\x26\x0d\xc0\x82\x14\xd5\x73\x45\x47\x68\x8d\xe7\x5b\x9c\xc7\xf4\xc8\x91\x23\x47\x80\xa6\x1c\xb9\xe5\x96\x5b\xd0\xbd\x26\xe0\xf5\xb0\xdd\x5f\x10\x4a\xdd\x34\x3b\xeb\xd3\x67\xcf\x9f\x3e\x45\x19\xa8\x38\x33\xd0\xb8\xca\x9a\x45\x01\xeb\xe3\x6c\x9a\xde\xb5\x76\x66\x19\xce\x46\x98\xf2\xac\xf4\x16\x14\x36\x7a\x3c\xa0\x02\xb7\xac\xbd\xa8\x05\xc7\xc9\x55\x2a\xd6\xd3\xa2\xb8\x6d\x43\x06\x3e\xad\x1d\x36\x5b\x39\xda\x5c\x40\xee\x8c\xc2\xba\xf4\x8c\x41\x8f\x19\x74\xed\x52\xf6\x91\x46\x83\x4b\x13\xaf\x98\x24\xe8\xc3\x34\x8d\xc2\x0d\x4e\x1b\xd9\x33\xc4\x2e\x9a\x36\x95\xbd\xca\x08\x22\x58\x40\x69\xd5\x53\x6b\x80\x82\xec\x01\xa2\x34\x40\xe4\xc7\x1d\x02\xcb\xef\xbe\xcb\xf1\xde\x04\x9c\x66\xca\x23\xb4\xba\xc3\x9e\x91\x1a\x27\x68\x36\x4f\x68\x9b\x75\xe0\x37\xee\x07\x9f\x9e\x66\x3d\xe5\x6e\xc1\x62\xca\x6a\x59\x12\x75\x73\xfc\xb4\x78\xa9\xdc\x4f\xc1\x28\x29\x2a\xe5\x32\x30\xff\xa0\xef\x1f\x2c\x8a\xa1\xef\x49\x61\xa1\xc5\x2d\x0c\x65\xcc\xfd\xf6\x5f\x27\x88\x37\xe0\x18\xac\xf1\x7a\xca\xf3\x13\xf1\xe6\x1a\xd0\x4c\xf7\x4d\x13\xde\x47\x9c\xd2\x43\x69\x39\x17\x07\x04\xdf\xc0\x9e\x96\x1c\xb0\xa4\x98\x9b\x61\x9a\xc4\xd0\xbb\x4d\x96\x86\xac\x16\x71\x04\x1d\x90\x06\x40\x31\x16\xe0\x03\xe5\xc4\xe4\x2c\x6d\x82\xea\x51\x54\x77\x30\xa3\x8b\x82\xff\x36\xcc\x2c\x9a\x5c\xab\x69\xab\xe2\x36\xed\xb0\x30\xcd\x28\xcb\x06\xb7\x68\x73\x91\xbf\xea\x90\x97\x3a\x64\x32\x66\x6d\xee\x3e\xe0\x25\xcb\xac\xcd\x0b\x57\x13\xe0\xf4\x06\x4b\x35\x03\x74\xa0\x5a\xd7\x99\x6c\xf2\x74\x33\xe4\x5b\x33\x5b\x49\xba\x11\xc6\xcd\xaa\x18\x63\x55\x72\x1d\x88\xbf\x3b\x73\x23\xfc\x63\xce\xfd\x22\xd9\x9f\xc8\x93\xed\xde\xea\x1d\x56\xf1\x0b\xca\x7a\x2c\x7a\x24\x27\x56\xf9\x71\x48\x27\x42\xd8\x73\xd2\xf8\x42\xde\xbf\x97\x4c\x1b\x2b\x98\xe5\x49\xca\x9a\xb0\x88\x77\xc3\xd9\x99\xcf\x73\x56\x6f\x89\x19\x91\x6b\xf9\xa2\xbd\xde\xe7\x9d\xc1\xef\x4c\xd6\x5c\x11\x36\x3c\x34\x85\x8b\x09\x83\x6f\xc4\xd1\x5b\x85\x53\x17\x0b\x01\x28\x8e\x7a\x74\x45\x7a\x08\xc5\x58\x77\xa6\x4e\x8d\xfa\x80\x6e\x86\x8c\xf2\xf3\x92\xa1\x91\x4f\xd3\x69\x71\x66\x1b\x5d\x40\x4c\xd8\xe2\x68\x74\x06\xbb\x07\x8b\xb2\x84\x86\x71\x14\xc6\x8a\x0a\x80\x2d\xa2\x93\x04\x99\x4f\x4f\x9c\x67\x75\xc1\xe0\x27\x31\xa7\x6d\x0e\x3e\x12\xb2\xb5\x3e\xe5\xd2\xeb\x27\xc9\xcf\x4e\x90\xc7\x61\x4d\xd8\x35\x31\xd3\xee\x7b\x27\xc8\x4d\xdb\x72\x1e\x7a\x4c\x79\xf1\xa5\xf7\x37\x95\x72\x65\xea\x50\xa2\xf1\x44\x2c\x5c\x68\x30\xc6\x31\x17\x8c\x2f\x43\xa7\x08\x1c\x37\xba\xbb\x28\x63\x6e\x41\xe4\x94\xdf\x38\x13\xe3\x3c\x98\xa9\xf1\xcb\x96\x60\x8d\xca\x96\xf6\x8e\x96\x39\x61\x15\x94\x1a\x7c\x61\x6d\xe9\x74\xd8\x94\xda\x37\x09\x49\x01\xa6\x03\xdd\xd5\x3c\x65\x71\x86\x5f\xa2\xe7\x92\x76\x39\x1d\xd6\x34\xde\x7e\x83\xe6\xa4\xdc\x29\x21\x08\x56\x23\x71\xdb\x03\x29\x15\x0c\x97\xe8\x5c\x2b\x01\x4c\x0b\x90\x9f\x4d\x90\x11\x85\x87\x31\xb4\xe3\xe4\x34\xb9\xa1\x53\x6a\x57\x9c\x5c\xf7\x26\xef\x90\x79\x82\xfb\x27\x55\x4f\xb9\x45\xf6\x3e\x44\xc8\xb7\x0f\xd0\x16\xac\x72\x50\xc9\x4a\x35\x88\xfb\x3d\xc4\x3b\x6e\x3f\x52\x6c\xad\xb2\xfd\x19\xca\xcd\xa2\xa0\x7f\xc1\xd9\xaf\xbc\x8a\xac\xad\xf8\xb3\x07\xc8\x4b\x2a\xe4\xb1\xed\x30\x5e\xe5\x2c\xe8\x49\x03\x82\xfb\x65\x47\x5d\xf5\xbf\xe3\x9c\x0e\xe3\x92\xe3\x8f\x72\xfb\x12\x0b\x8b\x2e\x96\x8c\xc6\x7c\x4b\x08\x51\xe8\xa8\x20\xd6\xcb\x38\x9f\xa9\xa8\xba\x70\x75\x88\x7b\xe8\x2a\x93\xa9\x85\x17\x47\x25\x65\x59\x2b\x8c\x9b\xd3\x50\x29\x7a\x05\xd4\x38\xba\x17\x04\xe0\x11\x63\xf8\x75\x98\x66\x9a\x23\xf4\x90\x68\x4c\xdd\xc0\x83\x3e\x10\x54\x38\x4b\x92\x58\xfc\x8b\xae\x27\xd0\xa1\x29\xeb\x9e\x7c\x7b\x85\xec\x4f\x71\xbe\x32\xf7\x7b\x2b\x6a\xf8\x5f\x73\xe4\x24\x6a\xf1\xa1\x98\x06\xa5\x8c\x52\x9f\x15\x0e\x13\x4c\x09\xff\x60\x14\x45\xb3\x6e\x37\xcc\x5a\x9a\x79\xe1\xe7\xc5\x27\x61\x8e\x3e\x42\x62\x3f\x76\x63\xc3\xa9\xcc\x1c\xe0\xec\x25\x93\x7e\x41\xf1\xa3\x84\x05\x19\x72\xba\x49\x14\xf1\x34\x9b\x91\xbd\x14\xbb\xa3\x78\x3c\x73\xe3\x56\x8b\xe5\xd5\x30\xab\xb2\xea\xc0\x02\xd6\x1c\xfd\x73\x85\xe8\x5d\xe4\xfe\x75\xe5\xb2\x5c\xe0\x4f\x99\xfe\x67\xde\x7b\x2b\xea\x4f\x9c\x36\xf0\x4e\x93\xee\x5a\xe2\x06\x03\xda\x6a\x91\xfb\x36\x98\xd1\xf0\x6a\x84\xfe\x52\x89\xf2\x0e\x15\x4b\xdf\xd9\x58\x3b\x65\xa2\x13\x69\x17\x0c\xb5\x88\x1d\x4f\x93\x34\xc0\x85\xc1\xed\x82\x03\x95\xea\x31\x14\x9a\xa1\x5a\x50\xb9\x2d\x59\x1f\xc3\x71\x4e\x02\x9a\xf3\x76\x47\x50\xa9\x83\x99\xf6\xb7\xbb\xa2\xb7\x33\x56\x3a\x73\x23\xfc\x5b\x55\x33\x9e\x91\x37\x54\xc8\x7e\xd5\xb6\xfb\xb2\x51\xba\x46\x7d\x59\x24\xc1\xba\xfc\x00\xee\x89\xdf\x70\xd4\x4f\xb5\x9d\x4d\x17\x17\x15\x08\x99\x15\x23\x05\xcf\x17\x75\xb6\xe4\xe1\x0e\x1b\x34\x8c\xb3\x6e\xa3\x11\xd6\x41\xe2\x54\xfb\x1f\x7c\x6c\x02\x2e\x44\x28\xb1\x89\xaf\xde\xae\xbd\xb1\x93\x04\x55\x35\x11\xe4\xe1\x6b\xc9\x71\x93\x70\x5a\x89\x0f\xc4\x8e\x4b\xea\x2c\x5a\xeb\xc2\x38\xe7\x41\xe1\xb3\xca\xc5\xdc\xbb\x9f\xbf\xc6\xfb\x82\x33\xec\x2d\xad\xb7\x78\x7d\x23\xd3\xac\x4f\x92\x4a\xc0\xa5\x6e\x86\xbf\x40\xb8\x83\x2b\x5e\x3a\x8a\x00\x83\x5c\x57\xae\xb1\x8c\x36\xc3\x4d\x1e\x53\x8d\x57\xe8\xd3\x3b\xd9\x26\x6a\x83\xf4\x33\x04\x3d\x2c\xe2\x4e\x69\x9b\x6d\xf0\x0c\x7d\xf5\xeb\x2d\xca\x59\x16\xe2\x56\x6d\xa6\x2c\xce\xfb\xbf\x33\x7d\x25\xa4\x6f\x57\x66\x89\x5e\x30\x88\x30\x6e\xfa\x17\x1c\xd0\xbc\x5b\xb4\xff\x8b\xfb\xc7\x5a\xa6\xb1\x8d\xeb\xeb\xa7\xfd\x79\xa6\xa1\xfc\xb9\xbc\x54\x13\x85\x85\x8b\xfc\x8d\xb2\x2d\x7d\xd1\x21\xf3\xc3\x6d\x30\x65\xe2\x30\xe0\xe4\x03\xa1\x7c\x87\x03\xbc\x55\x2b\x11\x4c\xa8\xc9\x39\xb3\x9a\x0a\x95\x51\x1e\x40\x35\x2e\x96\x95\x8b\xa5\xc6\xb9\x05\x56\xcc\x2f\x0e\xab\x12\x95\xf8\x0b\xba\xe8\x0f\x0a\x6c\x84\x7e\xdd\x4b\xba\xb4\xcd\x02\x6e\x55\xca\x9a\x82\x21\xce\x7d\x4a\x97\x1a\xca\x0b\x16\x79\x17\xa9\x77\xe0\x81\x4f\xde\xed\x68\xcb\xd3\xf7\x3b\x64\x61\x77\xa3\x46\x63\xd4\x59\x69\x10\x41\x75\x8d\x04\x84\xeb\x8f\xfc\x28\x1c\xf3\x4d\xd1\xd0\x70\x3c\x05\x81\x89\x07\x92\x6c\x5e\x74\xd2\xed\x55\x66\x67\xdc\xd3\x85\xc9\x67\x50\xf6\x1a\xa5\x44\x1b\x46\xb2\xcb\xfa\xb4\x1f\xdc\x47\x0e\x0d\xb8\x13\xe7\xef\xef\xa6\x7c\x31\xcc\x36\x4c\x39\xc2\xfd\xdb\xbd\xde\xba\x7e\x63\x09\x9d\x31\x85\xe7\x28\xf9\xc3\x5b\xe9\xee\x8d\x0a\x8f\x56\x92\xa1\x17\x74\x4d\x1c\x7e\x7c\x25\xd7\xb8\x93\x04\x82\xf1\x0e\xc2\x6c\x43\x48\x04\x17\x9c\x7d\xe2\xcf\xb3\xab\x4b\x16\x19\xfe\xea\x1e\x72\x5e\xf0\x9e\x2c\x38\x13\x47\x3d\x37\xf2\x9e\x6b\xb2\x7f\xe0\x7e\x49\x0f\x89\xd7\x33\x5b\x69\x98\xf3\x29\x34\xdd\x9d\x01\xe1\x85\xa7\x52\xf9\xd4\x48\x90\x92\xf0\xe2\x65\x26\x3d\xd9\xc3\x58\x4a\x4c\xa7\x21\xa9\x8e\x6f\x89\xea\xcf\x24\xd7\xd4\xe1\x7c\x35\x4f\x27\x01\x77\x9f\xe2\xcd\xdc\x29\xc6\xb3\x80\xcf\x40\xb1\x34\x47\x97\x93\x98\x4f\x43\xc5\x54\xd4\x2c\xff\xbc\x47\xf4\xc6\x12\x61\x4e\x12\x3d\x56\x77\xce\xab\xae\xb7\x38\x35\x25\x21\x30\x5d\x8a\x02\xda\x23\x30\x4a\x6a\x54\x6a\x07\xcc\x7a\xe6\x89\x9a\x28\xf7\x66\x6f\x4a\x54\x73\x76\x75\xe9\xd2\xaa\xf8\x59\x87\xec\x6d\x64\xeb\xbd\x0e\x77\x3f\xe8\x78\xef\x76\x4e\x86\x11\x47\xcb\x27\x46\x7d\xe4\x09\x2e\x95\xa1\x8f\x04\x1d\x98\x59\xa6\x70\x16\x97\x07\x00\x96\x5a\xe6\x06\x8a\x9b\xda\x92\x7a\xe2\xbc\x4f\x3d\x7e\x3e\x3f\xee\x4d\x53\xef\x7c\x23\x13\xff\xc4\x79\x23\xf3\x7c\xba\xd4\x46\x3e\x3f\x92\x14\x5c\xba\x4e\xd7\xb8\xfc\x40\xf0\x52\x26\xe7\x6f\x0e\xe1\x0f\x1c\x79\xb5\xfc\x96\xe3\x7d\xc2\x39\x71\xbe\x03\x7c\x95\x62\x6c\xd7\x5a\x2c\xe5\xc1\x1c\x6d\x77\xa3\x3c\xec\x44\x72\x26\xc4\xd4\x00\x07\xa0\xe6\x84\xca\x5c\x4a\x94\x2e\x72\x3c\xb2\xc1\x9c\xf2\x42\xd7\x5f\x0c\xfe\x00\x23\xbf\x83\x39\xca\x60\xfb\xb7\xf1\xa7\xb1\x04\x87\x40\x80\x0e\x63\xfd\x4a\x4a\x5c\x61\x14\xe6\xb0\xfd\xa6\x7c\x45\xad\x60\x2b\x67\xd0\x65\x73\x88\xbf\x7b\x2d\x39\x6c\x9c\xd0\x98\xe7\x92\x1f\xd6\x86\xdb\xa5\xb8\x99\xf2\x2c\x5b\x88\x58\x96\xb9\xef\xbb\xd6\xfb\x4a\xc5\x7c\xd2\x67\xb7\x85\x87\x72\xbb\xc9\x82\xd3\x54\xfb\x05\xea\x85\x94\xaf\xa8\xd2\x13\x70\x7a\x2e\xc4\x47\x50\x83\x6f\xf3\xa9\x61\x56\x95\xc3\xa8\xc2\xeb\x73\x14\xee\x53\x19\xed\x69\x04\x9f\xe4\x45\xc4\x92\xd4\xeb\xc6\xd4\xea\x6e\x21\x12\x1b\x72\xaa\xac\xdb\xa7\x10\x08\xa7\x63\x04\x4a\xe3\x94\xbc\x42\x0b\x8c\x99\x82\xc0\x16\x5d\xc8\x50\xcf\x99\xa7\x82\x51\x8a\xf9\x96\x1e\x5e\x01\x67\x52\x84\x19\xe0\x14\x15\xb1\x17\xda\x81\x3b\xcb\xc2\x66\x0c\x0a\x8f\xe2\x92\xc1\xd2\xb6\xf2\xea\xa3\x63\xae\x71\xcc\x35\x8e\x3d\xa3\xae\xac\x67\xd4\x17\x14\xf7\xfa\x7b\x0e\x79\xca\x50\x3e\x6e\x1b\xfa\x08\x8c\xeb\x5b\x1d\x53\x29\xa8\x54\x54\xda\x91\xc5\xa0\x7e\xf0\xcd\x23\xef\xfc\xd3\xda\x9e\x13\x3c\xe1\x2e\x54\x25\xaf\x67\xf6\xd5\xe6\xef\xd0\x6d\x98\x2a\x8e\xd1\x98\x1b\xc9\x2e\x92\x37\x4e\x92\x23\x03\xcd\x10\x2c\xea\xb4\xd8\x00\x63\x84\x58\x80\x3f\x9a\xf0\xee\x1c\xf4\x62\x84\x9a\xb5\x5c\x5c\xc7\x07\x5f\x70\xf6\x2b\x9b\xc2\x05\x67\x2f\x9e\xdb\x0b\xce\xfe\x38\x09\x40\x53\x6c\x91\xd5\x3f\xaf\x90\x3b\x89\x7e\x25\x18\x31\x71\x2d\x89\xdf\x45\x04\x9a\xd4\x1f\xf7\x1b\x3e\xc4\x79\x35\xcf\xc8\x4b\x84\x60\x80\x7c\x6d\x6f\xb8\x96\x6e\x07\x33\x02\x75\x78\x37\xf5\x9b\x62\x8c\xee\x0c\x33\xc6\x90\x37\x3a\x44\x8f\xdf\x7d\x95\xe3\x3d\x38\x2f\x7f\x58\x41\xde\x28\x0a\xa9\xbd\xa9\xec\x0e\x69\xb8\x89\xb1\x96\x39\x3d\x7d\x76\x6d\x9d\xb6\x58\x1c\x44\x5c\x5d\x1d\x32\xfc\x5a\xa9\x5b\x75\x25\x66\xac\xfa\x33\x78\xbe\x12\x75\x9b\x61\x2c\xe6\xf3\xd0\x94\x35\x3f\xef\x7e\x0c\xb9\x79\x07\x28\x2e\xfe\x6a\x37\xe2\xf7\x84\x79\xeb\x8c\xca\x07\x99\xb9\x7f\x71\x9d\xf7\x62\xa7\xff\x39\xd2\xef\xbc\x2b\x38\xb1\xa4\x41\x8d\x17\xe2\x0e\xd2\xfe\xdc\x2a\x52\xc2\x0a\x91\x48\x40\xed\x43\x65\x40\x1b\xcb\xb5\xc5\x06\xab\xe3\xe7\x3b\x2c\x96\x61\x27\x29\x47\xd4\x0a\xfb\x4a\xfe\xed\x6b\xc9\x07\x1c\x72\x80\x75\x42\xb0\x15\x67\xee\xbb\x1c\xef\x95\xce\xfc\xca\x12\xfe\x54\x53\x34\xbf\xb2\x84\xa7\x25\xb3\xa2\x86\x32\x5a\xe3\x00\x40\x20\x88\xfe\xc1\xc3\x07\xa5\xf8\x26\x8b\x82\x15\x5c\x3e\xd5\x41\xfa\x70\xe5\xf2\xb8\x59\xd8\x8f\xb3\x28\x34\x24\xdd\x24\xe6\x42\x4a\x01\x23\x7b\x60\x79\xd7\x5c\x47\xae\x31\x17\xe2\xa3\x0e\xb9\xa6\xe0\x24\x32\xf7\x7d\x8e\xf7\x5a\xa7\x60\x25\xac\xae\xeb\x98\x8d\x9d\x74\x5e\x15\xbe\xba\xdd\x7f\x5b\x85\x90\xa4\xd8\x1b\xaf\xab\x78\x7f\xe7\xd8\x7b\x02\x54\xac\xc5\x13\x08\x8b\x55\xbb\x8d\xb6\x92\x64\x83\xd6\x59\xca\x33\xa9\x56\xa8\xd2\x85\xd5\x13\xf3\xeb\x27\xa6\xe9\xd9\x95\x45\xf8\x77\xf1\xc4\xa9\x13\xe2\xdf\x85\x33\xcb\xcb\x27\x16\xd6\x85\x3c\x7d\x18\x83\xac\x55\x9c\x6d\x92\x59\x2d\x30\x89\x24\x2f\xed\x97\x45\x63\x56\x2f\x24\xae\x05\x44\xed\x5d\xdd\x29\x7a\x78\x92\x1c\xd0\x8b\xe5\xbe\x62\xd2\xfb\xd2\x84\x3e\x0d\x52\xe7\xaf\x83\xda\xd5\x63\x3c\xe5\xdd\x88\xcb\x70\x23\xe0\x47\x08\x39\x99\xa4\x94\x9f\x67\xed\x4e\xc4\xe7\xe8\xc1\x4e\x12\x64\x07\x65\xe4\x3d\x5a\x60\xe1\xd1\x4c\x94\x34\xd5\x63\x18\x44\xd2\x14\xec\x8d\x66\x9b\xc0\x31\x13\x4a\x1f\x56\xc5\x30\x1c\x5b\x36\x5e\x84\xee\x19\x5f\xe9\xca\xad\x6f\xcc\x02\x66\xbd\x33\x59\x9d\x45\xdc\x2a\x29\x1e\x94\x2b\x3c\x3c\x33\xb8\x07\xca\xd3\x23\x4c\xed\x2f\x08\x59\x6a\x08\x76\x3d\xa8\x0b\x66\xa5\xbc\x58\x40\x16\xf0\x52\x82\x99\x03\xbe\x5e\x46\xc9\x16\x55\xcb\xd4\x09\xc9\x26\x4f\x23\xd6\x41\x5f\x0c\xce\xea\xd2\x29\x05\x22\xa0\x3a\x1c\x52\x02\x2b\xf5\x06\x8f\xeb\x51\x82\xe0\x17\x40\x6d\xa6\xed\x61\xb7\xa5\xc1\x1d\x45\x68\x54\xfa\xec\x6c\x63\xbc\x73\x82\xec\x01\x35\xb6\xfb\xe6\x09\xef\xd5\x13\xf0\xa7\x96\x4b\xe4\x5d\x0b\xcf\xb4\xc4\xd0\x8d\x78\x3f\xe4\x06\xf5\x64\x3a\x63\x21\x75\x17\x89\x79\x3d\x64\xfe\xbd\xc3\x5e\x51\x40\xef\x0a\x96\x4b\xd8\x34\x7c\x51\x2d\x69\xe1\x25\x56\x87\xb2\xf9\xe8\xa6\x75\xed\x40\x8e\xcc\xc0\x62\xbb\x22\xdf\xea\x48\x5f\xab\x5a\xf3\xb7\x7d\x8b\xa2\xfb\xc6\xe7\x39\xe8\x7b\x44\x83\x71\x22\x27\x47\xc1\x43\x48\xbc\x49\x6b\x69\xb4\xcd\xca\x98\x47\xb1\xab\x3a\x2c\x45\x2e\x25\x93\xd6\x7b\xa9\x6f\x12\x7b\xca\x3b\xec\x59\x37\xe5\x17\x1e\x3b\xd0\x27\x4d\xfb\xb1\xb9\xbf\xf4\x58\xef\x96\xc2\xab\x15\xf5\xa5\x76\x9c\x0d\x28\x0c\x04\xc9\x42\x5b\x5e\x02\xb2\x6f\xb7\xcd\xed\x3b\xec\x3d\x8f\x19\x8b\x95\xbb\x15\x2b\xdf\x34\x41\x48\x2d\x8c\x59\xda\x5b\x14\xc2\xd1\x2b\x27\xbc\x3f\xad\xdc\xa1\x7f\x1b\x6e\x16\x2d\x4e\xb1\x1c\x45\x31\xe7\x84\x20\x01\x1b\xbc\x87\xe4\x5d\xc6\xf4\xc3\xe4\x09\xbe\x30\xee\xb6\x79\x1a\xd6\x2d\x4c\xc1\x83\xd5\x83\xd3\xf4\xe0\xf3\x0e\x8a\x0b\xe9\xa0\x7f\xd0\xa7\x66\x3b\x2c\xd6\x2e\x61\xb5\x5e\xce\x29\x62\x0c\xd4\xb9\x71\xf3\x40\x02\x17\xa4\x30\x67\xd7\x4f\x56\x6f\xa5\x29\x8b\x9b\x1c\x75\x31\x60\xc3\x15\xbc\x29\x6a\x9f\x8d\x9a\xa1\x7b\x7d\x04\x0c\xee\xd8\x98\xeb\xb8\xe0\xc2\x45\x6b\x5a\x27\x4b\xe1\x31\x68\x48\x75\xec\xbf\x41\x2e\x25\x20\x8f\x4f\xcf\x66\x28\x69\xdb\x71\xf4\xd2\x57\x90\xce\xfa\xb3\x47\x9e\x54\xe4\x46\x81\x4d\x20\xc4\x98\x88\xe7\xfe\x7b\x9c\xc7\x93\xeb\xdd\x49\x31\x58\x63\x3d\x8c\xfd\x4d\x3e\x5d\x21\x93\x20\xb1\xfe\x52\xc5\xfb\x91\x4a\xff\x72\xf4\x1f\x99\x2b\xb2\x2a\x77\x23\x9d\x84\x69\x8a\x93\xb8\x8a\x73\x5d\x5a\x14\xa8\x5e\x21\x0b\x18\xb3\x2d\x21\xc0\x06\x2c\xc9\x36\x8b\x01\xa5\xe5\x62\x94\xeb\xbb\xa4\x25\x79\x4f\xe9\xd2\x30\x67\xf4\x8b\x0e\x39\x10\xb6\xdb\x5d\x88\x6a\x77\x3f\xe7\x78\x9f\x72\x96\xd4\xcf\x69\x1a\x36\x6c\xb5\x98\x05\x47\x01\x14\xa9\x18\x0d\xb8\xf8\x68\x12\x56\x2f\xab\x3d\xa4\x9e\x53\xaa\x5a\x34\x0a\x8d\x54\xfc\x29\x44\x8e\xa9\xc2\x5d\xd4\x6c\x17\x7d\x2b\xc5\x66\x2a\x95\x57\x19\x83\x30\x4a\x67\x51\x19\x75\xc4\x97\x71\x18\xd9\x4a\xfa\xb1\xba\x68\xac\x2e\xb2\x3d\xd0\x9f\xb5\xbd\x12\xc5\x77\xa7\xab\x65\xaf\xf3\x92\x85\x8c\x1a\x1e\xea\xe4\x75\x95\x81\xd6\xb2\x35\xcc\x3c\x35\xdf\x80\x39\xeb\x61\x55\xee\x9f\x38\xde\x9d\x03\xdf\x8c\x0c\xb9\xcd\xd0\x79\x0c\xe5\x11\x26\xbf\xb3\xd9\x80\x57\x3b\xe4\x15\x0e\xd9\x8f\x1b\x6d\x69\xc5\x7d\x80\xcc\x6c\x1f\x8b\x21\x0b\x63\x0f\xbc\x25\xf5\xf1\x08\x0a\x0b\x3d\xc1\xef\xe8\xd2\x0a\xad\xb1\x4c\x5c\xfe\xe5\x9e\x91\x9f\x38\x40\x0e\x1a\x0d\xa6\x35\x56\x2f\x42\xca\x90\xe7\x5b\x4d\x22\x08\x5f\x76\x1f\x3a\xe0\xbd\xc3\x29\x3d\xc4\x63\x6a\x03\xa0\x1a\x45\x00\xa7\xcb\x84\x68\xd9\x9c\xf5\x67\x6f\x01\xef\x53\xb6\x89\xc1\x8d\xd0\xe4\x20\x6b\xe8\xcc\xe6\xac\x55\xd5\x74\x81\xc4\x54\x20\x5c\x16\xc0\x14\x58\xf9\xd1\xa3\x83\xe3\x8d\x3e\xbb\x97\x44\x2a\x5c\xa6\xee\x7d\x9b\x0e\x97\x31\x02\x97\x8c\xa6\x4c\xa6\xfe\x26\x72\x8c\xcc\x0e\x5d\xa1\x61\x13\x36\xa6\x68\xbb\xa0\x68\x0d\x83\xa0\x3d\x67\x77\x21\x33\xdf\x34\x82\x98\x8d\xd9\xf1\x5d\xb2\xe3\x17\x9d\x6c\x7b\x2a\xbd\xe2\x2e\x6b\x2a\x6d\xd3\x8e\x91\xda\xee\xa1\x64\x81\x90\xff\x72\x80\x58\x3a\x5e\x0c\xb6\x34\x6d\x06\x2b\x69\x98\xa4\x82\x62\x47\x2c\xcb\x80\x76\xbd\xf4\x80\x77\x73\xdf\xd3\x41\xc4\xab\x23\x0b\xa1\x61\x90\x0f\x09\x5f\xfc\xc5\x71\xf8\xe2\xae\x65\xb9\x9e\xa2\xc7\x1d\xef\x89\xe1\xa0\xf0\x45\x6b\xbd\x6c\xa2\x3c\x12\xe1\x65\xdb\x1d\x31\x26\xce\xbb\x20\xce\x9f\x34\xd9\xcd\x8f\xed\x32\xa2\xf1\x3f\x6a\xf2\x6c\x03\x60\x3e\x62\x6c\x66\x7b\x7b\x02\x76\x97\x7b\x67\x75\x04\xa1\x32\x36\x5b\xc9\x8b\xab\x8f\xde\x10\xf2\x13\xdf\x4c\x76\x36\x43\x90\xca\xe5\x84\xe8\xb3\xfb\xcf\xdf\xe4\xdd\x0c\x7f\xd9\x81\x42\xd2\x89\x02\xf1\x36\x21\x46\x04\xf0\x97\x0c\x9d\x9b\x7f\xc1\x99\x14\x8b\x78\xc1\x91\x74\xcb\x22\x61\xbf\x55\x21\x8f\x27\xf0\xde\xb5\xb4\x96\xff\xb5\xa2\xca\xb8\x1f\xa8\x90\xb9\x9d\xad\x6e\xda\x8d\x41\xcc\x5b\x65\x5b\x27\xce\xe7\x1c\x8c\x39\xde\xdf\x3b\x28\x56\xd0\x30\x9b\x23\xf4\xb0\x90\x1e\xd7\x7b\x1d\xf0\xcb\x9e\x07\x30\xbd\x24\xa5\xa7\xa5\xb0\x38\x87\x26\x2e\xbe\x65\x1b\x72\x25\x2d\x2c\x7d\x8d\x20\xf3\xf2\x9b\x01\xe5\x4d\x80\x5a\x85\xdc\x0b\xd8\x48\xe2\x16\x29\xd5\x75\x22\x4d\x93\x74\x8e\x1e\x2e\xbc\x02\x0d\xcb\xd5\x93\x65\xf4\x21\x1c\x05\x38\xd1\x68\xc7\xe2\x71\xc6\x09\xa5\x12\xb1\x4d\xea\x92\x21\xae\xee\x7c\xee\x5f\x74\x3e\xf5\x8d\xdb\xef\xaa\x77\x7f\xa3\xfb\x43\xdf\x38\x28\x80\xb6\x58\xf9\x92\x2c\x53\xb8\x0e\x2a\x8b\x47\x79\xc3\x5d\x85\x4f\x71\xb3\xf7\x7f\x3f\x08\xbc\xea\x32\xba\x71\x39\xd5\xa8\x2e\x0d\x94\xf3\x58\x27\xe4\x6a\x03\x66\x23\x6a\xac\x5e\xea\x07\x23\x67\xa5\x13\xee\x72\x3e\x2e\xaf\x82\xbe\x6e\x18\x28\x22\x3b\x69\x74\x07\xc5\x2f\xa7\x09\xf1\xcd\x51\x62\x79\xba\x22\x54\xec\x65\x4e\xce\x65\x7d\x3f\x7a\x97\x8c\x72\xbe\x1d\xb8\x4b\x76\xf8\xc1\xc8\xb9\xeb\xe6\x49\x56\x67\xe2\xa6\xd8\xc9\xe8\x8b\x5f\x47\x4b\x37\xce\x36\x15\x5d\x4e\x83\x47\x4b\x6b\x06\xd8\x32\x97\xb0\x46\x3b\x2b\x5f\x9a\x90\x3a\x4f\x65\x2e\x31\xbe\xe3\x93\xb7\xbb\xaf\xcb\x1d\x48\x92\x34\x08\xe3\xcb\xdc\x97\x97\xf3\x75\xa9\x03\x41\x98\xd5\x93\x4d\x71\x89\x5e\x72\xeb\x97\xfc\xe9\xc8\x03\x81\xa9\xe9\x77\x72\x12\xb6\x2d\x39\x6a\xbc\x05\xa5\xbd\xd4\x2f\x1b\x51\xb2\x25\xc3\xa3\x7c\x6d\xa1\xd8\x69\x2f\xd0\xf7\x87\x54\x77\xd4\x24\xdd\x51\x93\xdb\xd5\x25\x9b\xd4\x95\x85\x6d\xd6\xe4\x12\xab\x56\x57\xa1\xde\x49\x81\x6d\x17\x03\x1b\xea\x22\xb6\xf3\x0d\x75\xe9\xdf\xaa\x25\xda\xa6\x85\xc2\x81\x2d\x09\x78\x31\xf8\x11\x93\x65\x16\x1c\xb5\x17\xb7\x29\xb7\xab\xce\xe2\x5a\x15\x6d\xc9\xdf\x97\xb8\x6d\x87\x6b\x31\x76\xbe\x30\x97\x5f\x47\x79\x7b\x5c\x7e\x4d\xa5\x61\x0d\x97\x79\xb6\x1f\xce\xa5\x7f\x5b\x1e\xc6\xa5\xd7\x30\x92\xf6\x29\x1f\xc1\x1d\x6c\xb8\xed\x8b\x8e\xee\xf8\xa5\x7d\x8e\xbd\x26\x5f\xdd\x4f\x8e\xd9\xa1\x4e\xea\x56\xf7\x25\x6b\xe0\x2b\x7f\xa3\xd3\x3c\x4f\xc3\xba\x8c\xf7\xf9\xd9\xfd\xde\x27\x27\x06\xbd\x31\x9c\x13\x5b\xc9\x16\xc4\x2d\x80\xf7\x4e\x12\x9b\xe8\x5e\x6d\xf8\x82\x6e\xc4\xc9\x56\x2c\xca\x3c\x53\x8b\x33\x90\xd0\xa7\xf0\xaf\x0f\xe3\x42\x6f\xc1\xe2\x40\xa2\xfe\x4e\xab\x58\x5b\x08\x1d\x63\xf5\x16\x44\xdb\x4a\x5b\xa4\x46\x9f\x83\x76\x25\x00\xc9\x21\xee\x37\x7d\xba\xb0\x72\x56\xc8\x85\x6d\xde\x4e\xd2\xde\x94\x4f\x8b\x84\x29\x45\x82\x19\xb6\xc9\x53\x08\xc7\xd0\x99\xa3\xa4\x90\x87\x81\x6a\xf5\xa4\xdd\x61\x32\x0e\xa5\x00\x38\xf1\x29\x5d\xeb\xd6\x5b\x72\x5c\xe8\xd5\x52\xeb\x86\x98\x22\xa7\x3c\xbe\x38\xa0\x2d\xb6\x29\xbd\x75\x18\xba\x37\x81\x98\x27\x31\x6d\x12\xf1\x49\xa7\x70\x4f\x2b\x22\xf1\xf3\x84\xc6\x49\xda\x66\x11\xed\xf0\xb4\x2a\xc6\xac\x1a\xec\x66\x4a\x91\xe4\x75\x92\x20\xf3\xa8\x72\x4e\x81\x90\x23\x40\xd5\xf0\xb0\xab\x9e\x8c\xce\x31\x93\xa2\x09\x61\x3e\x2e\xbb\xd4\x7e\x7e\x92\xdc\x21\x51\x55\xe6\xbc\x2a\x38\x88\x86\xfd\x1e\xa7\x7a\x49\xc3\x98\xc2\x3a\x89\x83\x6f\x8a\xfc\x7f\xed\x90\x6f\xc4\x96\xe7\x71\x66\xcf\xe6\x61\x24\x29\x84\xfb\x59\x0d\x94\xf0\x31\x67\x58\x21\xd5\xaa\x5c\x49\x9d\xf8\x0c\x9c\x01\xb1\x74\x5f\x67\xe4\xfe\x62\xf5\x34\xc9\x94\x7f\x58\xc4\x37\x59\x9c\x83\x1b\xcd\x74\xa1\xed\xe0\x01\x66\x62\xe8\xf0\xb4\xce\xe3\xdc\xaa\x4c\xa5\x18\xb1\x9a\xd4\x6d\x28\x5c\x0e\xf0\x5b\xb3\x02\xfd\xdf\x59\x21\xae\x35\x1a\xf0\x23\x70\x5f\x53\xb9\x04\x7d\x96\xaf\x15\x2d\xcf\xea\x32\xc8\x80\xe9\xfd\x37\xa7\xbf\xd2\xab\x32\x39\x30\x21\x29\xdb\x92\xd5\x1d\x0a\xe3\x2c\xe7\x2c\x00\x15\xf2\xc8\xb9\x9a\x9a\xa6\x59\xd8\x0e\x23\x96\xaa\xe3\x21\x77\xa3\x6c\x52\x69\x37\x7b\x1d\xee\x93\xd7\x5e\x6b\x59\x4c\x2d\xef\x7c\xff\xce\xf5\xf5\x15\xe9\xbc\x0e\xd8\x5d\x7f\x74\x8d\x97\x94\x9e\x15\x59\x43\x33\x13\xc1\x8b\x32\x80\xca\xe7\x31\xa8\x34\xeb\x49\x5b\x1c\x8c\x6e\x1a\x49\x8f\x2e\x75\x4c\xa0\x3c\xe4\x8c\x49\xd2\x2d\x96\x06\xc5\x89\x56\x5f\x5f\x70\xf6\xc9\x3f\x6d\x6f\x61\x42\x7e\xd0\x21\xea\x95\xfb\x06\x67\x04\xe8\x8c\x3d\x26\xd9\xf7\x3b\xf0\x4b\xef\x39\xf2\x0f\x4b\x9b\x6f\x04\x5b\x09\x6e\x2d\xac\x9b\x3a\xdd\x44\xc2\x85\xc0\x82\xa7\xac\xd1\x08\xeb\x9a\x6c\x99\xc3\xf0\xc9\x0f\x54\x24\x6c\xd5\xf7\x55\xbc\x97\x57\x60\xb6\x42\x39\x01\x62\xc3\x63\x74\x6c\x31\x0f\x68\x1b\x08\xd5\x6c\x69\x0f\xf1\x05\x8d\xbb\x19\xe6\x96\x5f\x92\x91\x4b\x35\x08\x33\x15\xad\xaa\xd5\xd0\x85\x46\x94\x45\xd4\x13\x4d\x78\xb4\xc3\x52\xf4\xbe\xa1\x67\x57\x4f\x95\x92\xaa\xae\x9e\x5c\xa0\xc7\x6e\xbb\xf5\x66\x9f\x8a\xae\x66\xca\x4d\xb6\x19\xc6\x6a\x49\x0f\xce\x1c\x94\x11\x5e\x46\xbc\xdf\x34\xe6\x2d\x81\x4f\xa0\xed\xf2\x08\x90\x10\xcb\x61\x5b\x54\xe9\xf5\xfb\xc8\x7e\xf1\x21\x84\x38\x3e\xb4\xcf\xfb\x87\xbd\x2b\xf2\x97\x89\xe2\x8f\xb8\x3f\x39\x4f\x3b\x29\xcf\x2d\x88\x79\x98\x52\xb5\xa1\xb0\xdb\xf0\xb1\xc2\x15\x8b\xf5\xd1\x68\x24\x62\x76\xb4\xe6\x3f\x9b\xa3\x87\x11\xec\x68\x8e\x02\x1a\xbe\x6c\x46\x4c\x0a\x82\x7f\x21\x10\x92\x4f\x0f\xd3\x95\x94\x37\xc2\xf3\x45\x39\xb4\xb3\xc3\x4d\xaa\x8b\x77\xa0\x0c\xcd\x3a\x51\x98\x8b\xa9\x84\x89\x3a\xad\x76\x7a\x28\x64\xa1\x00\x7a\x13\xab\x43\xa2\xd0\xc5\x6a\xbd\xe2\x4f\x96\x85\x99\x4f\xe7\xed\x02\xb0\x17\x95\xe1\x84\x50\x6d\x3a\x41\x7c\x0d\x6a\x22\x96\xe9\xe6\xc5\x93\x83\x33\x07\x69\xc6\x3b\x2c\x65\x79\x92\x8a\x5a\xcd\xc0\x66\x42\xa5\x67\x25\xb8\x34\xc2\x08\x68\xd8\xc0\x24\x5b\xe2\x4f\x88\x18\x96\x3d\xa8\x6e\x85\x19\x57\x23\x4c\x1a\x54\xde\x89\xa2\x2f\xaa\x4a\x44\x52\x5b\x4e\x54\xc8\x60\xd8\x90\xd6\xaa\x2c\xd7\xe3\x50\x48\x42\xf2\x14\x30\xc8\xdb\x83\xdb\x80\xaa\x97\xd6\x07\x05\xd3\x01\x1f\xa9\xd0\x71\x04\xb0\xc0\xde\x23\x3f\x31\xd3\x48\x92\x99\x1a\x4b\xd5\xa0\x78\xa6\x1f\xcd\xd4\xd8\xfd\xe8\x0c\xad\x13\x6d\xe2\x97\xaa\x40\x8d\xdd\x3f\xe5\x93\xc3\x10\xe3\x0a\xcd\xc2\xfe\x5a\x93\xf1\x31\x73\x74\x69\xfb\x7d\x07\xa9\x80\x3a\x34\x17\xdc\x5e\x7f\x64\x92\x5d\x31\x82\x77\xe5\x29\x07\x47\xd8\x30\x93\x29\xd9\x71\x99\xb8\xde\xc0\x62\x46\x52\x59\x4c\x8c\x5a\xe5\x61\x8a\x00\xea\x6a\x45\x2e\x45\x8a\x3b\x18\xa7\x14\xf4\xd7\x3e\x29\x37\xc7\x52\xae\x9c\xff\x02\x33\x09\x96\x3a\xb2\xf2\x3b\xf3\x50\xbe\xfc\x00\x79\xe2\x76\xd4\x13\x0c\xae\xbf\xb7\xdf\x3b\x68\xfc\x1e\x64\x6a\x95\xaf\x07\x5b\x58\x3f\x32\xb6\xb0\xee\xda\xc2\xda\x54\x16\xd6\xe7\x7a\xdf\x32\x10\x20\x56\xad\x80\x69\x5a\x3d\x4a\x8e\x8c\x80\x2e\x1f\xb8\xe0\x63\x7b\xea\x2e\xec\xa9\xbf\x6e\xda\x53\x7f\x7e\x97\xf6\xd4\x47\x89\xf3\x5e\x6d\x7b\xfb\xd7\xed\xee\x53\x4b\x11\x90\x03\x00\x63\x47\xc5\x3e\xfe\x85\x43\x96\x8b\xc9\x29\x34\x8b\xd5\x42\x8b\xa6\xe7\xc9\x36\xf2\x6c\xce\xfa\x27\x24\x22\xe2\x62\x52\xef\x6a\x82\xe8\xbe\xd9\xf1\x9e\x3d\xf0\x0d\xc6\x7d\x64\x9a\xf5\x03\x90\xa3\xb8\xc0\x55\xb4\x04\x0e\x68\x49\x70\x79\x81\x59\x85\xed\x04\x78\x84\x3c\x81\x5c\x83\x02\x32\x48\x94\xb6\x09\xd6\x25\x13\xdd\x34\xb2\x9f\xfd\xe5\xd3\xc9\xe9\xcb\x1d\x2e\x2a\x09\xee\x5a\x3b\xb3\xbc\x06\xf4\x6c\x25\x4d\x3a\x99\xfb\x96\xa7\x7b\xf7\x96\x9e\xe1\xa9\x15\x0f\xab\xf8\xd4\x60\x8d\xd6\xac\xb0\xd0\xc5\x94\x35\x72\x7a\x9c\x1e\x12\x1b\x69\x6e\x06\xf2\xad\x54\x91\x5a\x42\xc2\xfd\x29\x7b\xbc\x3f\x7e\x3b\xa1\xe4\x71\xfc\x7c\x3d\xea\x66\xe1\x26\x3f\x8d\x99\x36\xdd\x6b\x2d\x27\x60\xab\x04\x42\xf2\x95\x4a\xbc\xd8\x21\xd7\x77\x58\x2e\x66\x5d\xf4\x97\xa7\x79\xc8\x33\xb7\xfd\x1e\xe7\x79\xe4\x3e\x72\xef\xb0\x83\x73\x05\x26\xcb\x74\xcb\xbe\x81\xec\xc9\xc3\x3c\x2a\x99\xcd\x7f\xb3\x42\xf6\x49\x4c\x01\xf7\x57\x2a\x64\xe5\x4a\x77\xc6\xfb\x8a\x13\x14\x41\x2c\x4c\xe3\x17\xc8\xbc\xe5\x90\x13\x58\xb1\xeb\x92\x8a\x96\x52\xe3\x4a\x6e\x84\x01\x4e\xa4\x02\x79\x84\xaf\x24\x78\x65\x37\xcb\x93\xb6\x52\x18\x19\x1f\xa9\xa2\x4d\x96\x73\xbf\xbf\x98\x1a\x24\xca\x01\x1a\x0e\x43\xc5\xd1\x29\x4c\xb5\x42\xfd\xb1\x39\x4b\x0f\x25\x29\x8d\xf9\x16\x4f\xa7\x86\xd6\x47\xe7\x57\x96\x7c\xf2\x2a\x87\x5c\xab\xf2\xa2\xd5\xc5\x62\xdf\xff\x1e\x27\x22\xcf\x27\xad\xab\xb8\xd8\x67\xd2\x35\x58\xd3\x79\x71\x21\x9a\x2b\xff\x6d\x64\x7f\x9b\x9d\x87\x9b\xd4\x7d\x3c\x68\x45\x6e\x3e\x6e\x69\x15\x3e\x3b\x41\xbe\xd5\x22\x7c\xbc\x5d\xe3\x41\xc0\x83\xaa\xa2\x10\xee\x7f\x9e\xf0\xde\x3e\x31\xba\x8c\xc1\xd9\xa8\xb0\x68\xa5\x47\x10\x44\x47\x16\x37\x14\x56\x54\xb9\x5f\x9c\x91\x01\x6c\xb0\x12\x82\x57\x14\x97\x02\xb0\x27\x85\x83\x37\x86\x3b\x80\x82\x49\x87\x3a\x4a\x7e\x68\xc9\x02\x36\xca\x8b\x04\xd1\x56\x8a\x5e\xdd\x01\xf5\x99\xa0\xe2\xd3\xb4\xe0\xd4\x90\x1f\x52\xae\x3c\x3a\xa2\x17\x76\x01\xeb\xe6\x49\x9b\x49\x7e\xd5\xa7\xd6\x44\xc0\x9d\x9f\x6e\xf2\x6a\x37\x06\xad\x63\x55\x22\xa4\xda\x7d\xaa\x71\x19\x78\x60\x31\xee\xa0\xad\xc3\xb7\xa1\xed\x0a\x92\x51\x99\x93\x41\x2b\x2c\x65\xf2\xda\x72\xb7\xa7\x75\x9f\xa7\xec\xe0\x84\xeb\x49\x25\x0c\xec\xd3\x2e\x76\x42\x18\x8f\xd8\x09\x01\x99\x88\x93\xdc\xbd\xba\x54\x89\xfc\xde\xde\xa1\xb9\x31\x7e\x7e\xaf\xf7\xc1\xbd\x83\xdf\x29\x64\x15\x08\xc4\xa4\xc0\xf6\x99\x8b\xad\x30\x12\x01\xbf\x34\x4f\x3a\x49\x94\x34\x7b\x32\x14\x5d\xf7\x09\xf7\x0e\x84\x8d\x28\x6c\x98\x24\x06\xbe\x32\xd3\xec\x30\xac\xc9\xb1\x22\x69\xa9\x14\xae\x09\x99\x9d\xa2\xe7\x30\x71\xc7\xb9\xb9\x82\x1f\x85\x34\xb5\x48\x2b\x98\xe9\xe0\x04\x9a\x35\x89\x15\xce\x40\x13\xcb\x52\x9f\x50\xf1\xbf\x79\xa8\x44\x36\xab\xd4\x2c\xe2\x83\x94\x43\x96\xbe\x4e\x04\x41\x88\x98\xc6\x56\x31\x7d\xf6\x40\xb0\x22\x99\x6e\x46\x8d\x03\xc2\x56\x7a\x18\x51\x08\x7d\x3b\x94\xe5\x69\x17\x42\x43\xa1\xf9\x69\xea\xfb\xfe\x94\x4f\x8e\x4e\xd1\x73\x19\xcf\xcf\xcd\x61\x2d\x6b\x5c\xaa\x33\xb0\x43\x05\x32\xa7\xde\xa1\x1a\xcb\x08\x1d\x1e\xed\x5c\xce\x30\x3f\x18\x14\x85\xf5\x6d\x5a\xf9\xc4\x99\x6e\x5c\x8b\x30\x58\x81\xb5\xca\x6d\xd6\xc1\x45\x56\x33\x0c\x08\xf3\x72\x98\xb8\xd6\xfd\x1f\x15\x5b\x43\x7d\xe5\x93\x63\x53\xf4\x5c\x9b\x75\xd4\xd8\xd6\x5b\x3c\x53\x03\xc3\x21\x6e\x70\xda\x66\x1d\xa9\x64\x40\x42\x15\xa6\x4a\x40\xcf\x70\xbc\x0c\x62\xb2\xc2\x38\xe0\xe7\xe9\x06\xef\x61\x55\x1a\x49\x08\x24\xd7\x06\x68\x24\xda\x3e\x3d\x03\xa8\xa5\x2a\xea\x17\x7c\xfa\xbb\x1d\xb1\xd3\x78\xaa\xe2\xe6\x00\xbb\x9d\x35\xe5\x9a\x0d\xda\x81\xd2\x9f\x1f\xc3\x7e\x55\x57\x84\x30\x08\xab\x29\xbd\xc9\xac\x14\xe8\xb8\x85\x20\xe0\x5c\xcc\x8e\x2d\xee\x7e\xe8\x7a\xb2\x17\x91\xf1\xdc\xf7\x5e\xef\xbd\xf5\x7a\xfc\x5b\x52\xe2\x33\x1d\x1e\x43\xd8\xfe\x31\x2a\x9f\xe3\x57\x3e\x3d\x8b\x04\x4c\x3e\xc6\x09\x0b\x9b\x00\xc3\x8c\x03\x29\xd8\x2a\xb3\x88\x26\x93\x73\x84\x54\x69\x2d\x4b\x62\xec\x71\x18\xcc\x89\x6b\x3b\x4b\xf4\xba\x2f\x2d\x4e\xd3\xd0\xe7\x3e\x65\xf4\xe8\x71\x53\xd5\xd7\xe2\xe7\x95\xd4\x55\xa5\xdd\x34\x9c\x13\x1d\x3d\xbb\xba\x24\x8e\x54\x87\xa5\x99\x44\x8e\x48\x22\x16\x37\x05\x57\x3d\xd3\x4d\x23\x7f\x45\xbc\x58\x45\x59\x49\x94\xad\x52\xde\x66\x61\x34\x87\xd7\x0d\x0b\x23\xca\x82\x00\xf0\x96\x86\xd5\x22\x0a\x61\x35\xf3\xb2\x64\x15\xb0\xc4\x62\xd6\xe6\x73\x98\xcb\x3c\x0c\xca\xc2\x38\xcc\x79\x8c\x5a\x94\x98\xe7\x08\x3e\x26\xbe\x98\x1e\xa0\x7b\x9c\x3d\x72\xec\xf8\x34\xcd\xa4\xf6\xe0\x98\x3f\x4b\xef\x5d\x3d\xb9\x20\x9e\xde\xe7\xd3\x2a\x0d\x3b\x9b\xc7\xa1\xbf\x4b\x2b\x9b\xc7\xe9\xd2\xca\xb0\x9e\x62\x27\x97\x56\xf0\x93\x9b\xd5\x27\x37\xef\xec\x93\x7a\x18\xa4\x62\x38\x0b\x4b\x8b\xab\xa3\x8b\x43\x89\x2a\x6d\xb3\xba\x28\x7f\x7a\x7e\x61\xbb\x29\xc4\xcf\x44\xc1\x2a\xed\x76\x61\xc5\x63\x7a\xf6\xec\xd2\xa2\x06\xcc\x10\x02\x48\xb7\xd3\xe1\x69\x9d\x65\x16\x6e\x39\x2a\xa5\x9b\xfc\x3c\x3d\x74\x7b\x38\xf5\xdc\x7b\x8f\x54\x6f\x63\xd5\xc6\x7d\x2f\xbc\xf5\xc1\xea\xed\xfa\xc7\xf1\x9d\xfd\x98\x3d\xfa\xe0\x13\x65\x0f\x8e\xe9\x2e\x1c\xbb\x82\x7d\x38\xa6\x7f\x1d\xdb\x49\x27\x8e\xeb\x4e\x1c\xbf\x82\x9d\x38\x6e\x77\xe2\xd6\xdb\x58\xed\xbe\xc1\xfd\x32\xba\x72\x93\xee\xca\x4d\x57\xb0\x2b\x37\x5d\x6a\x57\xc2\xac\x16\xe3\xb6\x5d\xbb\x63\x79\xf6\x88\x20\xef\xf0\xd7\x31\x85\xdb\x2d\x8f\x3f\x10\x68\xef\xc8\xb1\xa3\xb3\xb7\xdc\x34\x7b\xe4\xf8\x31\x4f\x94\xf4\x6e\xbb\xe5\xd6\xaa\x7e\x36\xeb\xc9\xfa\x66\x8f\x98\x35\x6e\x57\x8f\xfc\xe6\x58\xf1\xcd\xe0\xb6\xfb\xdb\xaa\xa7\x3c\x08\xf3\x3a\x4b\x81\xa0\xe1\x2f\x0a\x60\x0f\xf2\xfb\x81\x33\xf8\xdc\x43\xb7\xcf\xc1\x8a\xc1\x1c\x1c\xba\x7d\x0e\xff\x3e\xf6\xe0\xd4\xed\x0f\xdc\x74\xef\x6c\xf5\xa6\xfb\xe4\xcb\xe3\x0f\x3e\x70\xf3\xa1\xdb\xe7\x8e\xcc\xce\x3e\x00\xd3\x8a\xcf\xa7\xf4\xa7\x0f\x1c\xbb\xf7\xf8\x2d\xaa\xf0\xb1\x07\x1f\x38\x26\x0a\xdf\x7b\xa4\x7a\xd3\x7d\x0f\xdc\x7b\xf3\xad\x76\xe9\xd9\x07\x1f\x38\x74\xfb\xdc\xd1\xd9\x63\xb3\x0f\xcc\xde\x7a\xe4\xc8\x03\xc7\x6e\xfa\xae\x40\x34\xf9\x5d\x81\x78\x37\xf5\x44\x69\xf5\x88\x7b\xe2\x86\xa3\x41\xd8\x14\x23\x29\xe8\x70\x3b\x3c\x8f\xa6\xf1\x2a\xcd\x32\xb1\x5e\xf4\xac\xbf\xe6\x53\xb0\x86\x45\x82\x8c\x75\x21\xc8\x44\x0e\xbb\xb8\x0e\x8c\x51\x43\x7b\xf7\x56\xe9\x7d\xb7\x7f\x57\xf0\xc2\xa3\xfa\xaf\xe3\xb0\x0b\x5a\xfc\x7c\x3d\x89\x92\x14\xd6\xa0\xc5\xcf\x33\x95\xe7\x05\x9e\xd2\x7a\x12\xc8\x2b\xda\xbb\xf1\x24\xfc\x6f\x6e\x70\x23\x37\xde\x7e\x48\x6e\xb0\xf9\xea\x49\x31\xa7\x0f\x98\x3f\x6f\x16\x03\xad\xd2\xb4\x59\x2b\x1a\x5b\x7d\xc6\x1d\x7d\x8d\xa4\xcd\x9a\x6c\x2d\x6d\xd6\x0e\x1d\xbd\xe9\xa6\x69\xf9\xff\xdb\xc4\xaa\xd7\x7a\x39\x9f\x03\xcb\xc8\xcd\xc7\x29\x8f\xc5\x67\x81\x19\x9d\x4f\xab\xb4\xc3\xb2\x6c\x2b\x81\x6d\x11\xf7\x80\x33\x87\x40\x4a\x75\x91\x89\x4b\x71\x0e\x72\x99\xe6\xdc\xde\x63\x47\x8f\x1c\xb9\xb9\x7a\x64\xb6\x7a\xe4\xa8\x57\xba\x34\x04\xd7\x5f\x85\x0f\xc2\x58\xdc\x20\xc7\x8e\x1d\xbb\x4d\x54\x25\xe3\x23\xa1\x3a\x15\x8d\x6e\x57\x79\x94\xc6\x99\x37\x90\x4e\x83\x90\x05\x84\x7a\x51\xe7\x58\x4d\xd1\xdf\x20\x07\x16\x17\x36\xc5\x9a\x60\xd3\x8a\xca\x25\x6f\x80\xa3\x10\x35\xe8\x91\x40\xaa\xb6\xd2\x70\x66\x8f\x57\x67\x8f\x56\x67\x6f\x5a\x9f\xbd\x6d\xee\xd8\x91\xb9\xa3\x47\xfc\x23\x47\x8e\x3c\xa7\x3c\x38\xf1\x79\x15\x3e\x2f\x06\x67\x31\x2e\xdf\x4a\xf6\xb5\xa5\x0a\xe5\xf1\xee\xde\x20\xe9\xd6\x22\x74\x1d\xc0\x1d\x47\xbe\x9d\x10\xc5\x8b\x9e\x69\x0c\x2e\xf2\x78\x32\xf9\xc4\x94\x37\x6c\xc1\xe7\xdf\x91\x7d\x4f\x44\x35\x8f\xfd\xfc\x85\xe4\x06\x16\x04\x21\xda\x13\x0d\xdd\x4c\x9d\xb0\xab\x2a\xa9\xdf\x91\x24\x11\x79\x80\x5c\x63\x34\xf1\x48\xeb\x83\x28\x39\xd0\x66\xe7\x4f\x01\x94\xd0\x60\x61\xf0\xbd\x93\xe4\x09\xfd\xfc\xb6\xe0\xd4\x37\x78\x2f\x73\x5f\x33\xe9\x7d\x79\x62\xf8\xfb\x41\xe2\x9a\x16\x1c\x86\xb1\xf1\x82\x73\x87\x8c\x1f\x98\xdf\x46\x9d\x7a\xa8\x0f\x78\x65\xa6\x4c\xa7\x82\x35\x97\x96\xab\x36\xeb\x40\x8e\x20\x21\x89\xb1\x26\xc2\x92\x0d\x16\xf1\xe0\xfe\x43\x99\xbb\xc5\xa9\x37\xb8\x17\x9e\x21\x2e\x4a\xc8\x00\xaf\xcd\x3a\x9e\x4f\xe7\xa3\x2c\x99\x2e\x34\x1b\xa6\x37\x11\xba\x6c\x08\x06\x3b\x47\x1d\x74\xbf\x00\x04\xcc\xbc\xcc\x9f\xa2\xf3\x89\xb7\xc2\x28\xa0\x28\xa5\x75\x53\x4e\x0f\xc5\x09\x8d\x79\xa6\x94\x5e\x1a\xe8\x76\x4a\x26\x41\xea\xe8\x2d\x6a\xb4\x0d\x0d\xf1\x50\x7a\x14\x15\xa6\xb1\x24\x55\xd2\x8c\xa5\x75\x9b\x16\x23\x92\x00\x44\xe8\x06\x64\xd4\x2a\xf8\x79\x95\x37\x49\xa1\x59\xa1\x98\x2b\x24\xbf\x91\x90\x5b\x93\xe4\x1b\x06\x8a\x74\xee\xcb\x26\xbd\xaf\x4e\x0c\x96\xf6\xac\x3d\xa2\x32\x1e\xec\x5e\xa6\x07\xc9\x39\x97\xa1\x32\xb2\x5a\x4b\xbc\x3f\x3a\x44\xbc\x6f\xa6\x2c\xee\x46\x2c\xb5\xc5\x47\x90\x17\x01\x96\xab\x9e\x77\x59\x84\xbf\x0f\x95\x52\x4a\x4d\x41\x0b\xe0\x32\x26\x15\x40\x20\x3e\xc5\x4a\x0d\x98\x63\x8d\x60\x00\x2a\x90\x9d\xe8\xa1\xbc\xc5\x7b\x60\x41\x85\x87\x35\xc0\xf3\x0d\x8d\xd4\xb0\xda\x90\xca\x20\xd7\xc4\x94\x46\xd7\xc3\xfa\x10\x4c\x12\x97\x57\x26\xdf\xed\xa6\x7a\xe9\x44\x4f\x51\xde\xbf\x92\x8a\x0b\x18\xff\x0e\xf5\x16\xe6\x16\xd9\x24\x8f\x2d\xa8\x2d\x6a\xa1\x1e\x11\x42\x1b\x92\x49\x1e\x77\xdb\x2e\x33\xb7\xef\x3a\x59\xbd\xf2\xea\x6e\x92\x91\x6b\x79\x61\x8a\xb9\xe2\xe3\x1b\x68\xe6\x21\x6d\x65\x30\x0d\x48\xed\xaa\xce\x26\xa8\x96\xe1\xe6\x08\xe3\x51\x37\xc7\x37\x91\x6b\xba\x71\xf8\x82\x2e\xc7\x45\xb6\xad\x21\x4f\x24\xd7\xb5\x43\xd3\x10\x32\xb0\x8a\x6f\x24\xfb\xe3\x6e\x04\xce\x89\xa5\xef\xff\x1d\xd9\x27\x8d\x29\xf6\x5d\xfe\x1d\x64\xbf\x22\x7d\xee\x13\x46\x10\xaa\x81\xe1\x83\x6f\x9a\x20\x4f\xdc\x89\x56\xd7\xfd\x72\xc5\xfb\x83\xca\x8e\xf4\xbf\x59\x9e\x74\x0a\x90\x44\x09\x4e\x14\xf0\x7a\x02\x91\x77\x59\xce\x3b\x48\x0c\x3a\x69\x17\x92\xd1\xca\xcf\x64\xde\x26\x09\xc5\x64\xf9\xab\x96\xe0\xe4\xa4\xdd\x0a\xe9\x01\x66\x2a\xcc\x54\x2d\xa9\x60\xd5\xb3\x70\x93\x47\x3d\x54\x39\x67\x5b\xa1\x72\xf5\xa9\x6f\x98\xee\x9e\xb2\xf5\x82\x76\x84\x0d\xb8\x82\x78\x60\xde\x0b\x82\x9e\x0c\x60\x94\xa0\x9f\x7d\x7d\xb4\x3a\x06\xa4\x4d\x5f\x4e\x79\xda\xe5\xd4\xb4\xfa\xf8\xf4\x24\x00\xe9\x87\x90\xb5\xaa\x16\x06\x01\x8f\x6d\x3d\x76\x97\xec\x61\x51\x74\xa6\xe1\x46\xe6\xa2\x5e\x6d\x56\x09\x9a\x8d\x7b\x8f\x78\xb3\xa3\x0c\xac\xf7\x91\x7d\x12\x66\xd1\xbd\x1a\xb4\x4b\x1c\x4c\x76\x7e\xbb\x83\x29\x58\x74\x69\x07\x1d\xc8\x7f\x77\xc9\x9e\x24\xe6\x8f\xf8\xbc\xbd\x90\x90\xce\xd7\xcd\xb6\xfa\xf2\x89\x12\xa7\x1c\xc6\x79\x35\x49\xab\xb8\x6e\xee\x17\x2b\xde\xef\x54\x86\xbf\xb7\xc0\x15\x95\x13\x95\xb6\x9d\xc9\xb3\x03\x5e\x94\xb0\x02\x98\x7b\x55\xe9\x6c\x97\x1a\x1a\xb7\x0b\xed\x4b\xa0\xfc\xec\xe4\x3d\xcd\xff\x28\x23\x14\xa0\x57\x02\xd3\x95\x49\xbe\x13\xdc\x8a\x7a\x67\x1a\xa0\xbd\xe6\x69\x3b\xcc\x65\x16\xa9\x42\xe6\x1e\xe8\x6e\x28\xc9\xaf\x64\x9a\xa0\x0a\xe0\x97\xaa\x50\xff\x9c\xea\xa8\xf9\x48\xee\xe0\xa3\x53\x14\xce\xb2\x2c\x5e\x7c\x3a\xf0\xe3\xbe\xcf\xe1\x89\xef\xfb\x98\x9d\x0d\x72\xc2\xa6\xdc\x22\x16\xbf\xb7\x77\x58\x86\x70\xcc\x67\xb7\x92\xa4\xb9\xfb\x91\xbd\xde\xd3\xac\x27\x76\x88\xba\xf4\xda\xa0\xe0\x54\x16\x1a\xc8\xff\x3a\x2b\x9e\x7f\xc1\xb9\xae\x6e\x56\x60\x79\x0d\x7c\x6e\x0f\x79\x85\x43\xec\x02\xee\x96\x72\x47\xaf\x2d\xeb\x3c\x75\xd0\x80\x60\xc6\xcf\x77\x00\x2c\x36\x56\x5e\xdf\x07\x33\x50\xec\xa2\xea\x55\xe5\xad\xd5\xe2\x04\x6a\xa5\xe1\x63\x3c\x73\xd3\xf4\x08\x7d\x0a\x3d\x4f\x9f\x42\x6f\xbe\xe9\xa6\x63\x37\xdb\x2e\xe3\xf3\x64\x6f\x2b\xc9\xf2\xa5\x15\xf7\x16\xef\xf0\x3d\x20\x00\x25\x19\x80\x2b\xe5\x09\xa6\x46\x01\xeb\xa8\xf2\x09\x91\x7d\xb2\xf8\xb6\x3f\x75\xc8\x7e\xf1\x11\x0c\xe4\xb7\xb5\x63\xfd\xcf\x39\xdb\x0d\x45\x7c\x04\x5b\xd4\xca\xd4\x7b\x69\x83\x11\x9f\xdf\x99\x64\xf9\xb2\x5c\x95\x30\x1b\x5c\x1b\xfa\x40\x5a\xcb\xea\xd3\xd3\x49\x96\x17\xcb\xa6\x61\x56\x63\x2e\xf3\x29\xd8\x53\xf5\x4b\x2a\xd7\xeb\xc7\x1c\xef\xc7\x9d\x51\xdd\x8e\xe9\xd2\xfc\xf2\xfc\xf3\xd6\xee\x5e\x78\xde\xf2\xfc\xe9\x13\x32\x51\xa0\xe0\x78\x54\xae\x67\xb9\x92\x12\x2c\x50\xd4\x1a\x18\x1b\x0a\x02\x2c\x44\x65\x52\x40\x93\xdf\x8a\x62\x08\x67\x6a\xc4\x00\xa4\x32\x09\x9c\x74\x00\x06\x67\x1e\x95\xae\xa4\xa7\x7c\xb9\x6d\xfb\xcf\xb3\xc9\xfe\x4e\x9a\xe4\x49\x3d\x89\xdc\xd3\xde\xd3\x57\xe4\xdf\x12\xec\x33\x35\x92\xab\x9c\x5d\x5c\x99\xa6\xeb\x0b\x2b\xd3\xe2\x34\xad\x2d\xac\xaf\xd8\x39\x0e\xbd\xf5\x85\x15\x1b\x77\xf4\x15\xfb\xc9\xd1\x01\x07\xec\x19\x88\x91\xd3\xc8\xfa\x32\x7e\xa2\xff\xc0\x6f\xec\xf3\x5e\xed\xac\x9a\xa7\x4c\x7f\xa1\x52\xf3\x88\x31\x46\x2c\xcb\x95\xaf\x5f\x03\xb4\x4e\xe8\xd8\x0d\x33\x59\x7c\xa1\x72\xbc\xca\xe5\x54\x0e\xa0\xc9\x96\x58\xe4\x56\xd8\x91\x89\x4f\xd0\x47\x37\xa5\x6b\x27\x4e\x85\x71\xf7\x3c\x24\x58\xae\xf1\x08\xd3\xae\x1d\x50\x1e\x78\xd9\xa0\x3c\xdc\x6f\xdf\x4b\xde\xeb\x90\xa2\x8c\xfb\x56\xc7\x7b\xad\x73\x42\xfd\x5c\x36\x62\x56\xb4\x27\x1f\x04\xaf\xc8\x7c\x7d\x39\x0b\xa3\xcc\xe8\x71\x21\xbc\x0e\xf0\x66\x93\x97\x7a\xa6\x11\xc4\x70\x78\x33\x4d\xf5\xf9\xcc\xea\x89\xf9\xc5\xd3\x27\xfc\x76\x70\x23\xfa\xa5\x54\x59\xb5\x93\x58\x19\x5b\xbe\xaf\x42\x5c\x6e\x76\x0f\x90\x6c\xdd\xaf\x39\xde\x5f\xdb\xdd\x46\xa0\x5c\x23\xde\x06\x1f\xe0\x16\x53\xb8\x6c\x45\xc7\x55\x9d\xc5\x4d\xa3\x13\xb7\xca\xec\x57\xa2\x1e\xd5\x42\xd1\x80\x99\x5f\x46\x9b\x8a\x8b\xe6\xa4\x1e\xa7\x96\x74\xe3\x80\xae\xdc\xbd\x70\xd5\xe6\xe5\x25\x2a\xcd\xf6\x0b\xbd\x58\x45\x2b\x88\x96\xcb\x9b\x49\x65\xce\xbe\x3a\xbd\xf8\x8c\x63\x24\x92\xfa\x45\xc7\xfb\x90\x33\x32\x55\x54\x5f\xe7\xd0\x45\x04\x0e\x0a\xa4\x86\xc9\x5b\x90\x2a\xb5\x0a\x5a\x0f\x23\xaf\xa0\x7d\x7a\x21\x45\xd5\x15\x1e\x93\x71\xd7\xbe\xf3\x00\x79\xc2\xe0\xd4\x96\x0a\xbb\xea\x09\xf2\x6f\x1b\xb2\x6e\x25\x09\x86\x78\x4f\xff\x9f\xb1\xf7\xf4\xae\xbd\xa7\xff\x5f\x47\x69\x03\xde\xe9\x78\xd1\x29\x39\xe7\x08\x81\x7e\x75\xfb\x63\xf2\xfb\x87\xc8\x77\x90\x27\xee\x24\x0b\xea\xd8\x09\x7b\x17\x4e\xd8\x9f\x36\x9d\xb0\x7f\x6e\x97\x4e\xd8\x2f\x76\x06\xa3\x5a\x3d\x92\x83\xbb\xe8\x9c\xd9\xde\x07\x7b\xda\x3d\x3c\x08\x81\x48\xd2\x9a\x72\xb2\xc1\xcf\x5c\x47\xa6\x8c\xad\x37\x40\xb0\x93\x8e\xdc\x90\x65\xe6\x87\xae\xf3\x9e\x6c\xfc\x2e\x65\xde\x55\xf9\xbb\xc4\xdf\x90\x6e\x76\x2b\xcc\x20\xcc\x4a\x30\xbe\x61\x96\xf7\x65\xff\xf8\xa9\x4a\x11\xcf\xf7\x63\x23\x60\xa9\x46\x74\x4b\x05\xf5\x7d\xd9\x99\x2f\x14\xbd\x32\xbe\xaf\xce\x3a\x10\xbd\x0b\xe8\xad\x82\x0f\xb4\x22\xd4\x90\x15\x49\xe2\x83\x8a\x39\x66\x71\x4f\xe2\xd7\xcf\xe7\x34\xe2\x0c\xd4\xe6\xf0\xf5\x41\x59\x23\x02\x54\x8b\x32\xd9\x41\xcd\xed\x1a\xf9\xaf\xed\xcc\xed\x18\x56\x8c\xa9\x33\x31\x11\x3f\x26\x76\x60\x41\x8d\x45\x2c\xae\xf3\xb4\xc8\xe3\x0c\x62\x6b\x50\x78\xe7\x46\x49\x33\xac\x43\xf4\x0e\x9a\x7a\x28\xa3\xcd\x28\xa9\xb1\x48\xa7\x5d\x23\x1f\xd8\x43\x1e\x17\x1a\x81\x47\x90\x7f\xe7\x07\xf7\x78\xaf\xdb\xb3\x54\x7a\x3a\x28\x7c\xd8\x4a\xd3\x26\xf3\x00\x18\xd0\xfa\xeb\x2d\x5e\x84\x79\x06\x76\x69\x75\xc9\xa0\x2a\xce\x18\x02\x5c\xd3\xa1\x0a\x47\xb2\x62\x5f\xe5\xdc\x48\x25\xb8\x4a\xf2\xa4\x31\x64\xcf\x95\x32\xd7\xc9\x08\x96\xbe\xb4\x75\x3e\x3d\x99\xa4\xb0\xbe\x5b\x2c\x05\xc4\x7e\x34\xd2\x42\xea\xbe\x69\x69\xd8\xc0\x0c\x76\x3a\xcd\x9c\x90\x88\x78\x3e\x8d\xd9\x89\x71\xc9\x30\xc5\xb1\x68\x9d\x07\x3c\xae\x73\xcc\xd9\x5d\xb0\x6f\x38\x7e\x63\x64\x82\x42\xf2\x76\x98\x03\x1e\x5b\x0a\x1a\x41\xe9\x90\x8a\xab\x8d\xd9\x4b\x74\x93\x20\xb6\x04\x61\x03\xe2\x0a\x72\x7d\xdf\x95\x23\xb5\xd4\x85\x0c\x0a\x50\xbc\x6f\xd1\x9f\x4c\xcd\xf7\xa8\x0c\x78\x3e\x9d\x8f\x87\x24\xdb\x93\x7e\x8f\x6d\x96\x6e\xa0\xf5\x42\xee\x99\x69\xb5\x64\x76\xee\xbf\x8c\xe7\x03\x5d\xcf\xcd\xf9\x38\x29\xb5\x09\x66\x4e\x59\x99\xa1\x50\x31\x02\xf6\x1e\xe9\x8f\x92\x90\x44\xf9\xb7\x1d\xb2\x07\x4e\x90\xfb\x6b\x8e\xf7\x12\x67\x5e\xf3\x3d\x20\x77\xc3\x1b\xdd\x33\x85\x7d\xcc\xcd\x06\x80\xd5\xb6\x82\x51\x21\x59\x2b\xa6\x0f\x91\xd1\x80\x18\xa0\xaa\x42\x75\x61\x07\x14\xe9\x4d\x4b\x64\xc2\xb2\xda\x3d\x99\xdc\x46\x6e\xb9\x0c\x32\xb4\xda\x8d\x38\x79\xd9\x04\x99\xc8\xa3\xcc\xfd\x5a\xc5\xfb\x40\x65\xfd\xd4\x9a\x8d\xdd\x6c\x46\xf5\x9a\xd4\x12\x98\x54\x29\xa3\x19\x86\x26\xf1\xbd\x78\x34\x4d\x8f\x1f\x3f\x06\x63\xd6\x6e\xa6\x6d\xde\xae\x89\x7b\x5b\xed\x1f\x98\x41\x45\x28\x8a\x6d\x27\x26\x34\x03\x01\xa4\xa7\xcd\x51\xaa\x8e\xf3\x68\xf7\xd5\xa2\x07\x46\x08\xd6\xeb\x00\x7e\xd4\x54\x33\xa5\x9c\xfd\x0c\x1d\x76\xde\x4a\x93\x6e\x13\xcd\xd4\x6b\xcb\x4b\xd0\x4d\x3d\x2d\xd3\xea\x54\xc8\x03\x6c\x1e\xa1\x46\x37\x6a\x84\x51\xa4\x38\x14\x55\x42\x0f\x7c\x6d\x79\xc9\x5a\x89\x39\x72\x2b\xb9\xf9\x32\x56\x62\xfd\xd4\x1a\xf9\xab\x27\x59\x11\xee\x45\xbe\x30\x89\xe8\xbc\xb6\xb4\x08\x89\xba\xe0\x4e\xfb\xf8\x93\xbc\xa3\xd6\x93\x11\x29\xd3\x74\x39\xfb\x2a\xfb\xda\x61\xf2\xbb\x15\x72\x5d\x23\x83\xc4\x55\x2b\x00\x2a\xe3\x7e\xa2\xe2\xfd\x74\x65\x51\xd2\x4a\x39\x2f\x10\x97\x11\x81\xe1\x5e\x25\x45\x53\xe3\xaf\xb7\x58\xdc\x04\x9d\xa2\x16\xd3\x05\x55\x29\xa4\x97\x52\xaa\x31\x0b\x1c\x43\x8a\x3e\x3e\x5d\x35\x4f\xa4\x1a\x00\x3d\xb9\x66\x74\x4c\x59\xe7\x1b\x96\xd1\x42\x09\xe5\xe5\x4b\x0c\xd0\x4e\xaa\x91\xe0\x56\x90\xa9\x0f\xe5\x8e\x6d\x25\xe0\xf9\xaa\x94\x2c\x62\x3f\x02\xe5\xe5\x31\x22\x66\xb4\xb8\x98\x2d\xd4\x72\xd8\xed\x5b\x91\x27\xd2\x33\x41\xb7\xa7\x53\x23\x58\x44\xe3\x47\xaf\x21\x8f\xe9\x24\xc1\x52\xdc\x48\xce\xc4\x90\x0f\xd8\x7d\xf8\x1a\xef\xe5\xd7\x2c\x95\xd2\x25\xd8\x65\xac\x7c\x6d\x61\x26\xfa\x53\x4a\xd4\x26\x2d\x62\x99\x39\x11\x88\x68\x52\x64\xce\x3e\x04\xa6\xde\x4e\x12\x2c\x83\x13\x6b\x27\x09\xce\x2e\x2d\x4e\x53\x9e\xd7\xfd\x29\x95\x03\x42\x66\x56\xd6\xa9\xaa\x50\xab\x87\x3d\x03\x31\x73\xba\xaf\x5a\x09\x79\x0e\xf7\x51\x87\x65\xd2\x11\x43\x26\xf7\x35\x32\xdb\x48\x29\x75\x1d\xe7\x53\x75\xbc\xd0\x89\x97\x86\x8c\x0e\x4e\x40\x50\x65\xd1\x80\x77\xa2\xa4\x27\x88\x31\x2a\x29\x60\xa2\x9e\x89\x19\x40\xb0\x17\xa2\xf9\xbe\xfe\xb1\x4c\x26\x08\x5c\x40\x04\x4c\x9d\x71\x62\x6d\x89\x2e\x27\x01\x5f\xe9\xd6\xa2\x30\x6b\x61\x99\x43\x53\xb4\xce\x22\xdc\x3d\x56\x3f\xe1\xce\xcf\x3a\x49\x8c\xde\x04\x18\x7b\x9e\x66\x18\x6a\x17\x68\x73\x9d\x26\x0a\x45\xfb\x72\x4e\xc2\xfe\x9e\x94\x9d\xad\xf5\x4b\xd1\x4b\x45\xe8\xd4\xe7\x8d\xbe\x3d\x91\x99\x5b\x46\x6e\x77\xe4\xe8\x21\x27\x54\x33\x4d\xb6\xd0\x26\x08\xfa\x45\x0c\xbc\x56\xb5\x8a\x8b\xc9\xa7\x5e\x3d\x2b\x88\x8a\x64\xf3\x3b\x49\x00\xa9\xd3\xbd\x39\xd0\xc6\x01\xdb\x35\xaa\x1c\xe8\x79\x8c\xc2\xa8\xf7\x19\xf6\x45\x37\x0c\x3c\xa5\xe6\x3f\x24\x1e\x9c\x5d\x5a\x9c\x1a\x58\x9a\x77\x5a\xbc\xcd\x53\x16\x79\x73\xd4\x13\x23\xf4\x14\xed\x91\x3b\x5f\xc6\x1b\xa9\x62\x34\x8c\xa3\x30\x56\x6f\xd1\xac\x30\xe2\x7f\x86\xb7\x1a\x2b\xce\x37\x6a\x31\xa7\xd1\x67\x03\xb0\x03\x3c\xd8\xb6\x1e\x21\xa3\xfb\x88\xb2\x6c\xcc\xb7\x34\x51\x08\x63\x33\x04\x6a\xd6\x9f\xbd\x59\x45\x30\x01\xd5\xd1\xde\x3b\x62\x27\xe1\x1e\x53\x8c\xa8\x52\x73\xd6\x12\xe9\x45\xe5\x15\xca\x56\x0f\xb3\x6a\x9d\x28\x1a\xc6\x8e\x9f\x0a\x1b\xbc\xde\xab\x47\xfc\x74\x12\x70\x9f\x9e\x41\xb7\x1a\x59\xad\x60\x93\x22\x2e\x58\x39\x75\x36\x00\x73\xa3\x16\xa1\xb5\x68\x26\x49\x15\xbb\x66\x72\x4a\xf3\x59\x69\x00\x37\x41\x3c\x93\x10\x33\x54\x0f\x8b\xe2\xd3\x56\x63\x26\x27\x00\xa2\x47\x3b\x09\x38\x32\xb5\x78\x88\x91\x46\x64\x5d\x21\xac\x68\xa6\x5d\xa6\x5d\x33\xce\xb9\x89\xa4\x81\x73\xd3\xd6\xf9\x38\xc3\x6c\x5a\xc6\xb3\x82\x8a\x8b\x6e\x86\x0c\x42\xf8\xdb\x6d\x44\x79\x8a\xc5\xd1\x49\x59\x5b\xd4\xa0\x13\xa0\xe3\x95\x37\x8a\x54\x1b\x7a\xaf\xff\x33\x41\xae\x57\x74\x75\x95\x77\x90\x4c\xb8\x7f\x36\xe1\x7d\x6e\x62\xb5\xfc\xb8\x94\x51\xd3\x20\x1c\x5b\x2c\xce\x33\x7a\xae\x8f\xd2\x9c\x93\x37\x5e\x87\xa7\x61\x12\x48\x84\x04\xf1\x5f\xe4\x18\x53\xde\x88\xd0\x9d\xa9\x57\xf8\x30\xc1\xd5\xca\x15\x01\x53\x6a\x42\xdc\xf1\xd6\x7d\x17\xf4\x69\x07\x09\x59\x4e\x72\x3e\x47\xe7\x1b\x30\xd5\x62\xee\xeb\x3c\xcb\x1a\x5d\x71\x70\xc2\x3c\x64\x51\x3f\x31\x84\xee\x40\xbe\x39\xcc\x55\x94\x23\x6d\x14\x95\xf6\x97\x95\x7c\x3f\x2c\x3d\x2a\x4f\x14\x90\x4b\xae\xa3\x5c\xf4\xe1\xf5\xe9\x32\xdf\x92\x97\x0d\xaa\xac\xad\x6b\x24\xe3\x3c\xc6\x93\x99\x76\xe3\x18\x41\xb3\x94\x49\x4e\x2e\x5e\x7f\xa8\xa8\x58\x76\x68\xbd\x40\xbb\x92\x62\x14\xac\xc7\x1a\x1a\x50\xe6\x31\xbb\xfa\x7a\xb2\xc1\xe3\xe2\xac\x66\xf2\xb6\x0f\xec\x1d\xf0\x7f\xef\x25\x8f\x95\x47\x7e\x81\x75\x58\x3d\xcc\x7b\xee\x5f\xec\xf1\x3e\xbf\xa7\x7c\x5d\x97\x0a\x59\xbb\x41\x06\x49\xf6\xdf\xd9\xb8\x33\xc4\x91\x2c\x20\xe3\x54\x7a\xb6\x50\x85\xbd\xaa\xac\xf0\x75\x55\xb5\xae\xb0\xef\x56\x54\xe9\xb2\x90\x78\xf4\x30\xb4\x55\xd4\x29\x46\x5f\xea\xa0\x4a\x9e\x07\x2a\xe6\x7a\xd1\x6d\x7d\x6d\x49\x47\xc4\x7a\x8b\xd7\x37\x94\x9c\x25\xe7\xc8\xc2\xaf\x36\x0e\x35\xdc\x85\xea\x8c\xd1\xa5\x58\x99\xb3\x80\x69\x48\x93\xcd\x50\x30\x7f\x21\xc4\x93\x6c\x69\xd3\x0e\x74\x20\x12\xbb\xa5\x16\x22\x56\xb5\xbc\xc9\xbb\x99\xe0\x32\xf3\x30\x1a\x32\xd8\x96\x60\x10\x70\x07\xf2\x80\x66\x09\xb0\xa0\x21\x1c\xe3\xe1\x03\xf6\x09\x99\x8f\x40\xbf\x9b\x4b\x9f\x19\xa3\x72\x39\x4a\x4d\xa1\xb4\x17\x2b\x9e\xa9\x6e\x2c\x96\x3c\x49\xf1\x40\x21\x0b\xa9\xad\x75\x8d\x28\xec\x74\x78\x00\x23\x49\x71\x52\xfa\x56\xce\x64\x0a\x44\xef\x6b\x62\x97\xeb\x21\x8c\xa0\x4a\xfd\x5b\x5e\xcb\xea\xa3\x36\x7c\x69\x06\x06\x6c\x76\xe0\x3f\x82\x32\x8b\x66\x1d\x81\x3f\xdf\x4b\xae\xcb\xc5\x61\x91\x01\x58\x99\xfb\xdb\x7b\xbd\x3f\xdb\xb3\x6e\x3e\x1a\x4e\xfc\x62\xce\x03\xcc\x0e\x7a\x50\xa3\x51\x31\x3c\x81\x14\x6a\xcd\x24\x32\x0e\x90\x02\x43\x9a\x00\xb1\x3d\x01\xc3\x1f\x17\x74\x8a\xa5\xbd\x32\xd2\xf2\x00\xd6\x0f\x60\xad\x64\xb5\xf1\x25\x70\x7d\x43\x78\x3e\x49\xd2\xc0\xcf\xde\xe4\xf2\x78\xc9\x4f\xc2\x6a\x68\x6e\x20\x37\x93\x59\xd4\xc7\xc7\x4e\x7a\x73\xf4\x85\x84\x52\xef\x29\xac\x1b\x84\x3c\xae\xf3\xa7\xc9\x27\x94\x7a\x50\xc2\x9b\xa3\x4f\x81\x3f\x9e\x36\x8d\x4f\xf9\xf9\x4e\x88\x9c\xf9\x7a\xd8\xe6\x59\xce\xda\x1d\x51\xa6\x78\x0c\x4e\xfb\xf0\xdc\x70\xbd\x87\xaf\x1f\x14\xff\xf1\x7d\x9f\x3c\xa8\xaf\x02\xd9\xaa\x28\x09\x4e\xa9\xe6\xa2\x1a\xf0\x7e\x85\x20\x0e\xda\xa1\x9c\xb6\x13\xa9\x51\x84\xbe\x69\x13\xa1\xf6\x55\x59\x17\xd7\x57\x9d\x87\x18\x61\xc9\xb7\x64\x39\x06\x57\x0f\xf4\xb5\x37\x4d\xfb\xaf\xd0\x92\x36\x27\x4f\xc3\x66\x93\xa7\x03\x56\xcb\xbc\x32\xaf\xfe\x7d\x50\x48\xf2\xb7\x91\x5b\x46\x40\xb5\x95\x85\x73\x73\x36\x2f\x3a\x37\x0e\x0d\x85\x3e\xe0\xee\x43\xa7\x5d\x42\x7e\x72\x2f\xb9\x61\xb3\x9f\x9f\xcb\xdc\x0b\x7b\xbd\x7f\xde\x33\x80\xd3\x33\x75\x98\x2c\xd7\x91\x29\x8a\xb8\x0e\x11\x16\x95\xa8\x5e\x3a\xff\x0d\xcb\x67\x18\x97\x34\xcc\x2c\xee\x53\x29\xde\x42\xa5\x1b\x17\x04\xae\x14\x15\x25\xda\xb3\x35\x0e\x40\x2a\x95\xca\x10\x45\x21\x83\xb3\x14\x8c\x1b\x56\xd6\x65\x11\x5d\xb9\x7b\x66\xe5\xee\x05\xda\xe6\x82\xd7\x09\xb3\x36\xf6\x11\x7d\xa8\x81\xf9\x13\x3d\x2a\xd8\x5f\x79\xcf\x00\x05\x09\xf8\xb4\x1e\x39\x4b\x8b\x7e\x49\xc1\x20\x84\x5b\x55\x39\x6c\x40\x17\x91\xc4\x97\xb8\x7f\x23\xfd\x6f\xa4\xe6\x1a\x06\x1c\x16\x08\x7f\xc5\x0b\x60\x6b\x58\x8e\x9e\x0b\xf3\x6a\x86\x5b\x68\x56\xac\x71\xca\xb6\x44\x57\x94\x82\xab\xc6\xeb\x70\xb1\x85\x85\x20\xd0\x4c\xe4\xb5\xdf\x04\xed\xe5\x60\xda\x04\xf4\x50\xb2\xcb\x8a\x83\x1a\xa4\xc9\x94\x69\xac\xf5\x64\xeb\x7c\x9a\x38\x3b\x19\xe7\xda\xb2\x63\xec\x45\x41\xaf\x9a\x61\xde\xea\xd6\x04\xa9\x0a\x92\x7a\x56\x48\x36\xd5\x28\xa9\xb3\xa8\x2a\xe7\xd5\x6f\xe5\xed\xa8\x18\xa6\x38\xb1\x26\x9b\xaf\x7a\x84\xbc\x5e\x86\x7c\xbf\x8c\xb8\x17\xcf\xf1\xa7\xd4\xea\x42\xee\x6b\x45\x96\x31\x5b\xf6\x48\xce\x7c\xa8\xa3\xef\x27\xf6\x90\xc7\x60\x9a\x7b\x95\xf6\xd8\xfd\xd0\x1e\xef\xdd\x7b\xec\x67\x97\xa2\x43\x89\x65\x12\xfd\x42\x11\x42\x0f\x99\x4b\xa7\xa6\xb7\xb8\xef\x16\xb4\x7e\xb0\xac\x4e\x68\xf3\xbc\x95\x04\x53\xd3\x72\x5b\x49\xe6\xcd\xd8\xff\xb2\xa9\x80\xc3\x3f\x86\xa2\x51\x59\xae\x55\x36\x7a\x59\x50\x89\xbf\x71\xce\xd3\x86\x90\xb5\xa5\x2e\x5c\x70\x6a\x99\xc1\x63\x63\x71\xe0\x95\x32\xcc\x1e\x02\x09\xea\x58\x98\x67\x06\x63\x65\x08\xd3\x50\x5e\x9c\x63\x54\xc8\x41\x0e\x50\xae\xb4\xa8\xea\x82\x2e\x2e\x49\xe5\x4a\x56\x95\x1f\xa6\x05\xe4\xbc\xe2\xeb\xfa\xe7\x18\x1c\xa8\x40\x3a\x18\xdd\x55\x4d\xa9\xfb\x16\x22\x44\x63\x49\xc4\x73\x2e\x7d\x55\x78\xa1\xcd\x5c\xc5\x34\x15\xb6\x6a\xce\x20\xe7\x5a\xc6\xd4\x6e\x97\x86\x42\x58\x6b\xb8\x06\xb6\xab\x34\x27\xd9\x06\x70\x7a\x52\xc6\x06\x1d\xc1\xc8\xf2\x28\xd2\xed\x54\xe6\x7c\xdb\xb5\xe4\x49\x23\xee\x14\xdc\x55\xf3\x7a\xba\xdc\xbf\xbe\xc6\x7b\xa3\x53\x7e\x2a\x58\xce\x5c\x66\x5b\xc5\x8d\x22\x73\xf0\xc8\x3e\xa6\x6a\xb3\x19\xba\x55\x2d\x47\xd2\x3c\x99\xd1\x86\xf3\xe2\x25\x80\x99\x13\xd2\xd7\x94\x99\x85\x3b\x4e\xe2\x6a\x91\x5c\xdb\xbf\xe0\x4c\x8a\xef\x2d\x05\xf3\x6f\x1e\x18\x7b\x7e\xec\xd6\xf3\x63\xec\x49\x71\xe5\xe0\xec\x76\x99\x8d\xf6\x45\x65\x40\xbb\x47\x1e\xce\x8e\xfc\xa8\x43\xe0\x9c\xb9\x6f\x1b\x31\x9c\x6d\x29\xc9\x5a\x87\xd7\xbd\xe7\xad\x95\x2d\x45\xa8\x8f\xcb\xe0\x02\x45\xf2\x31\x23\x69\x87\xb6\xde\x40\x3c\x49\xea\xd3\x95\xc4\x88\x66\x2b\xdd\x71\x59\x2f\xcb\x79\xdb\x27\xff\xdd\x11\x2b\x21\x28\xbc\xfb\x49\x87\xdc\x7e\xf9\xbd\x85\x3a\xbc\x97\x39\x32\x2f\x96\xec\x69\x1f\x75\xd2\x38\xc4\x7d\x9d\xc3\xf0\x37\x75\x95\xa8\x43\xd2\x47\x21\x35\x3d\x97\x80\x26\xa6\x0f\xb5\xbe\xf8\xfc\x8b\x4e\xb8\xbd\x3b\xcb\x49\x77\x71\x3b\xa8\xfd\x72\xff\x07\x02\xee\xff\xd4\x04\xf1\xfa\x53\xbc\xfa\xf3\xcd\x66\xca\x9b\xd0\xd7\xd5\x6e\xc4\xdd\x37\x4c\x78\x77\x97\x9e\x19\x5e\x2e\x12\x59\x5f\x30\x77\x39\xb7\x92\xcb\xc2\x45\x21\xbf\x83\xcb\x03\x69\xa4\x51\xc4\x22\xe8\xef\xab\x90\x1f\xad\x90\x1b\xea\xc5\xeb\x35\x1e\x71\x08\x61\x74\xbf\xa7\xe2\x7d\xd4\xcc\xc8\xab\xdf\xd0\x56\x02\x81\x93\xda\x64\x9e\xe9\x37\xc8\xcc\x98\x66\x0a\xb8\x98\x05\x91\xb3\x7a\x29\x88\x33\x7a\x2c\xa2\x7b\x46\x17\xb2\xf9\x2e\x41\xa4\x83\xda\x0e\x45\xad\x60\x4d\x87\x8b\x3d\x2e\x8f\xe6\x60\x66\x3a\x56\x16\x20\xfe\x82\x3b\x35\x99\xce\x45\x72\x07\x79\xfa\xe5\xf8\x5d\xb1\x1a\x8f\xd4\xc8\xc9\x9f\x4e\x58\x09\x8d\x47\xc9\x8c\xee\x47\x26\xbc\xa7\x58\x22\xb9\x76\xdb\xd5\x8a\xed\x0c\xad\xb9\x03\x55\x2b\xfe\x05\x67\xbf\x52\x2c\x58\x4b\xf6\x87\x15\xf2\x06\x87\xe8\x77\xee\xcb\x1c\xaf\x57\xe8\x02\x0c\xa6\x21\x00\x44\x34\xf9\x42\xce\xa9\x14\xf9\x63\xea\x99\x5d\x03\xea\x01\xf6\x0d\x98\x3f\x25\x52\xca\xbd\xa3\xea\x80\xde\x8a\x43\x52\x64\xf1\xb7\x8c\xa3\xbf\xe2\x90\xeb\x0b\x55\xc6\x1a\xaf\x27\x71\x90\xb9\xef\x77\x64\x78\x92\xf7\xfd\xce\x89\xf2\x5b\xd5\x5f\x0d\x67\x20\xa4\x5f\x16\x85\x01\xe8\xfc\x76\xd6\xe5\x96\x74\x52\x06\xff\x01\xdb\x7b\x24\x69\x50\xaf\xaf\x4d\x6f\x70\x5d\x36\xd4\xde\x01\x72\xcb\x8e\xb6\xc7\x69\xf0\x60\x0f\x4e\x42\x38\xdf\x89\x38\x4f\x7b\xee\x1b\x0f\x78\x59\xff\x63\xbc\xe3\xb7\x92\x74\xa3\x11\x25\x5b\xd5\x30\x98\xa6\x8c\xc2\xfb\x35\x9e\x6b\xbe\x16\xe8\x8b\x22\x1a\x7d\xb8\xfd\x5a\xfc\xc0\xe8\x41\xf1\x5d\xa7\x13\x41\x40\x52\x62\x3b\x02\xbc\x61\x3f\x79\xab\x43\xf6\x63\xb9\xbb\x67\xdd\xef\xb9\x3c\xa7\xc3\x93\xf2\x7b\xef\x59\xea\x2f\x79\xf4\xb1\x13\x69\x96\x03\x9c\xa7\xee\xb0\x04\xa3\x00\x4f\x1f\x24\x55\x5a\x42\xf4\x74\x5d\x12\xfd\xff\x1e\xb2\x0f\xdd\xff\x53\xf7\x94\x77\x3b\x4e\x58\x2a\xad\x82\x12\xbb\x2b\x2c\x4c\x3f\x6a\xe2\x30\x64\x40\xd2\xfb\x4c\xcd\x84\xb5\x0d\xdf\xef\x90\x03\x9a\xee\xbb\x3f\xe4\x78\x0f\x3b\x67\x4c\xf1\x23\x57\x00\x85\x49\xc3\xe4\xf7\x81\x70\x45\x9c\x49\x25\x41\x98\xd1\x01\x8b\x28\x53\x80\x60\x3c\xb6\xd4\x6d\xc4\x51\x4f\x86\xc7\x18\x0e\x0d\x86\x0b\xbe\x60\xad\x0f\xce\x77\x3a\x51\xef\x20\xac\xf3\xc1\xb3\xc0\x51\x1d\xb4\x3a\xfd\x2e\x87\x4c\xe6\x61\x9b\xbb\x6f\x75\x86\xfb\xfd\x8c\x58\xa9\xf5\xb0\xcd\xbd\xda\x7a\x28\x9d\xec\xb4\x16\x31\x69\x68\x59\x4c\xcf\x16\xdd\xe2\x29\x66\xfd\x10\xc7\x47\xb2\xd9\x2c\xda\x62\xbd\x0c\xcc\x04\xa8\x39\x6a\x50\x6b\xd6\xe4\x08\xc8\xc3\x36\xfb\xff\xf2\x8a\xf7\x8f\xce\x68\xf6\xdf\xe0\xfa\xed\x7d\xac\x67\xa8\xb4\x93\xa5\x59\x5d\x61\xa1\x79\x70\x28\x66\x64\x6d\x1e\x7d\x7e\x37\xcb\x31\xec\x1d\xa9\x43\x07\xbd\x42\xa8\xd1\x0b\x69\x02\x45\x7b\x6d\xa1\x81\x06\xad\x24\xc4\xd5\xda\xbd\x63\x46\x3f\x0c\x3d\x41\x5d\xf3\xc0\x16\xae\xa4\x92\x48\x4a\x51\xf3\x6f\x73\x08\xc1\xf9\x85\x94\x02\xaf\x73\xbc\x97\x38\x27\xf5\x6f\x4d\xe8\x42\x71\x2e\xda\x42\xca\x4e\x52\x1d\x3d\x54\xa8\x68\xe5\x0a\xa9\x83\x14\x07\xaa\x9f\x30\x2b\xa8\xdb\xac\x6b\xf7\xad\x44\xa5\x76\xb1\x61\x12\xe6\x8c\xd3\x66\x76\xf1\x27\x26\xb7\xc9\xf5\x73\x54\x47\xae\x5b\xb9\x7e\xfe\x71\xc2\xfb\x75\x67\xd0\x9b\x91\xb9\x7e\x64\xca\x0f\x00\xcd\x2f\x3c\x38\x35\xb0\x91\xc1\x5e\x4a\xde\xfb\x90\x69\x0f\x8e\x20\x6e\x5d\xac\xce\x0b\xba\xbc\x0b\x4a\xee\x7a\x94\x74\x03\xda\x16\x8b\x09\x14\x40\x5e\x9b\xe0\x77\xf7\xac\x95\x35\x94\x72\x2c\xb7\x56\x65\x7e\x4c\xba\x39\x28\x0f\x93\x86\xb2\x56\x4f\xf9\x17\x9c\xbd\xd8\xc3\x0b\xce\x5e\x4c\x9e\x62\x51\xd0\x87\x2a\xe4\x25\x0e\x91\x45\xdc\xde\x08\xd6\x7c\xd0\x34\xe2\x24\x2d\x69\x32\xe6\xdd\x2a\x67\x43\x53\x36\x2b\x6b\x8b\x7c\x59\xeb\xa1\x6b\xac\x58\x76\xc5\xfc\x90\x07\x89\xec\x9e\x9b\x8d\x48\x4a\x3d\xbc\x13\xeb\x98\xf4\xe7\x66\xd9\x94\x19\xc4\x5a\xca\x1a\xa3\x76\x23\x7a\xa5\x62\x9f\xc8\x43\x07\xc8\xad\x66\x48\x80\x99\x17\x71\x73\xd6\x5f\x28\x7e\xaf\x85\x4d\x31\xd9\xf2\x4e\x85\xd8\x92\x5f\xd9\xef\xad\x8e\x2c\x31\x08\xb8\x7f\xe8\x07\x4a\x59\x31\x30\x26\xe5\x4f\xf6\x8e\x35\x13\xbb\xd5\x4c\xbc\x59\xc7\xa4\xbc\xd6\xf1\xe6\x74\xd6\xf4\x4b\x5e\x20\x93\xef\x3e\x49\x16\xc9\x1d\xc3\x23\x4c\x76\xba\x9d\xc6\x5a\x93\x5d\x68\x4d\x96\x0c\xa5\xc9\x53\x77\x15\x7d\x72\xd1\xd9\xdc\x5e\x52\x5e\x73\x9f\x35\x24\x19\xde\xa8\xac\xaa\x23\xe9\x04\x21\xaf\xbf\xc9\x92\xbc\x74\x68\x52\x39\x8e\xb5\xc3\xeb\xee\xff\x3a\xee\xcd\x0f\x7a\x31\xc2\xa1\xb6\xa3\x8b\x2b\x03\x8d\x45\x5d\xbe\xf7\x38\xf9\x7e\x87\x1c\x60\xf7\x77\x53\xbe\x18\x66\x1b\xee\x77\x3b\x23\x9c\x82\x55\xe7\xe6\x55\x71\xd3\x3e\xe5\xad\xeb\xc7\x56\x3c\x7b\x4c\xe1\x39\x5d\x64\x39\xa3\xf0\x56\x3a\x73\x16\x31\xda\x40\x38\x20\x16\x5c\xc6\xe2\x26\xca\x1c\xe6\x93\xff\x51\x21\xfb\xeb\x11\x0b\xdb\xab\xbc\xe1\x7e\xa2\x42\x8e\x6c\xdb\x3b\xd4\x83\xad\xaa\x7c\x53\xde\xf7\x56\x16\xe4\xf7\x00\x34\xa0\xb3\x35\xd5\xc2\x6a\x10\xa6\x78\xfc\x59\xa4\xfd\x3c\x6a\x3c\xdf\xe2\x3c\xa6\xe5\x89\x86\x4e\x96\x1f\x42\xcd\x3e\x3d\x71\xbe\xc3\xeb\xb9\x46\xda\x06\x85\x73\x18\x21\x87\x0a\x31\xa6\x3e\x85\x31\x48\x85\x91\x19\x33\x22\x13\x4b\xe6\xe0\xf9\x81\x93\xa0\x7b\x70\x37\xb6\x39\x24\x3c\xd5\x0e\xe9\x00\xf3\x58\x3d\x89\xeb\xbc\x93\x67\x33\x52\x80\x9f\x29\x96\x5f\x99\xca\x6e\x94\xe3\x24\xef\x71\x48\xa5\x51\x77\xdf\xe9\x90\x99\x6d\xa7\xf4\xe4\x82\xb5\xd2\x9d\x93\x0b\x36\x64\xc1\xc9\xb0\x96\x72\xba\xd0\x62\x71\xcc\xa3\x12\x3f\x6c\x9a\x70\x20\xe1\xfe\x06\xfa\x47\x1c\xcc\x70\xed\xe5\xe9\x54\xa2\x62\x2c\x63\xf8\x03\x6b\x17\xfc\xb0\x43\x1e\xd3\x49\xd2\x7c\x2b\x49\xcf\x63\x57\xdc\xd7\x8f\xca\x4f\x56\x44\xf8\x99\xdf\xc8\xee\x3f\xdb\x7e\x6a\x0f\x45\xb5\xa2\x14\x89\xba\xef\x4c\x6d\x4f\x74\x12\x94\xa3\xb0\x07\x41\x5e\xeb\x90\x7d\x2f\xe8\x26\xb5\x5e\xce\xdd\x97\x38\xe4\xf8\xb6\x1d\x7c\x16\x16\xb6\xfa\xf7\x4c\xf9\xd0\xee\x98\x7a\xd8\x7f\x7a\x60\x9a\xb3\x16\x4b\x31\x5f\x1c\xe0\x37\xa8\xf8\x75\x21\x80\xed\x03\xe6\x75\xe9\x8c\x7b\xc1\x21\x4f\xdb\xb6\x47\x6b\x58\x78\x70\x20\xbd\xf7\x9d\xf2\xb5\xdd\x37\xf5\xb0\x8f\xda\x0c\x9d\x3e\x83\x4b\x8e\x93\x80\x67\x3e\xf9\x13\x87\x5c\x2b\xfe\x9c\x6f\x40\xf7\x7a\xee\x67\x1d\x72\x6c\xdb\xde\xca\x03\x65\x7c\xe7\xbd\xc5\x31\x7f\x6a\xf6\xa8\x9e\xc4\x59\x9e\xb2\x30\x56\xa1\x69\x90\x71\x13\x1d\x14\xa0\x0b\x12\xf8\x44\x59\xb7\xc1\xe9\x83\x81\x37\xa2\xcc\x00\x67\xbb\xee\xc7\x8d\xa8\x8b\xda\xa3\x5c\x62\x0e\x49\x57\x39\x19\xee\x8a\x8d\x74\x33\x6e\xd6\xeb\x93\x17\x55\xc8\x01\x79\x3a\x93\xcc\xfd\x8a\x33\x5c\x79\x57\xac\x08\x16\x3f\xb3\x36\x64\x4d\x7e\xcc\xd1\x25\x4a\xcb\xa2\x1f\x2b\x1b\xda\x80\x03\x29\x7a\x3f\xe2\x48\xaa\x35\xd3\x1a\xd7\x4e\x12\x5c\x4a\x48\xb7\x1e\x6b\x11\xd2\x4d\x3e\xe1\x10\x82\xef\x4f\x27\x01\x77\x7f\xca\xf1\xde\xe7\x14\xbf\xf5\x8a\x85\x0d\xed\x56\x00\xa6\x49\xa5\xfb\x43\x22\x8b\x48\x7b\x98\x44\x0f\xc5\xca\x1c\xe0\x0d\x23\x8e\x5a\x7d\x8a\xae\x5a\x29\x6f\xb3\x10\xd4\x6c\x29\xdb\xa2\xb5\x28\xa9\x6f\x80\x31\x97\xfb\xf4\x6e\xa5\x4b\x3b\x59\x7c\x04\x26\x50\x21\xb1\x4b\x1c\x39\xc1\xf6\x84\x71\x3d\xea\x4a\xa7\x00\x71\xc5\xda\x58\xe7\x42\x3c\x8e\xb8\xa2\x4a\xef\x1e\xa1\x90\x2a\xc8\x69\xc4\xcf\x0f\x59\xcb\xd6\x49\x5d\x97\xbd\x96\x4d\x1e\x73\x21\x4b\x6d\xaa\x77\x25\x1a\xab\x3d\x19\x79\x30\xa3\x97\xb7\x9b\xe9\x9c\x3b\xbc\x2e\xb3\xec\x75\xa2\x6e\x33\x8c\x7d\xf2\xf7\x15\x89\xaa\xc2\xf2\x96\xfb\xc5\xca\x0e\x88\xe9\x9d\xb2\xb4\xbd\xf9\x2a\xea\xb1\xdd\x5f\xbc\x5a\x93\xb4\x67\x83\xb1\xac\x14\xdd\x44\x4f\x5a\x60\x02\x93\x0e\x06\x68\x0a\xa9\x82\xa7\x1a\x62\x50\xac\x71\xa3\x2b\xbd\x4c\x20\x6a\xab\x1a\xe3\x06\x81\x6f\xda\xca\xf7\x2b\x97\x90\x95\x49\x1c\xf5\xbe\x9d\x9e\x89\xab\xb0\x8b\x95\xa3\xa3\x4c\x70\xa7\xc1\x2c\x21\xe4\x21\xee\xd1\x2d\xd6\x83\xaf\xef\x59\x3a\x75\x8a\x2e\x9f\x59\xa7\xf7\x9c\x59\x7d\x26\xe2\xa3\x40\x14\x17\xb6\x25\xe5\xea\xcb\xbe\x81\xd5\xb5\x2b\xba\xd4\x61\x79\x8b\xfc\x95\x43\xae\x85\x43\x75\x06\xb3\xe2\xba\x9f\x77\xbc\x9f\x35\xc2\xf4\x54\xa8\x0b\xbc\x9c\xa6\x90\x8e\xef\x5e\x2f\x4d\xbc\x69\xea\x65\x49\x23\xf7\xee\x83\xb4\x80\x46\x76\x90\xaa\xfc\x06\x74\xdc\x99\xd8\xbe\x3d\xda\x60\x61\x24\x0e\x50\x12\xcb\xb3\x03\xc5\xaf\x20\x1f\x31\x73\x23\x34\x5a\x95\x1d\x1d\xe1\x07\xf3\x13\x15\x72\x03\xdb\xca\x4e\x44\x2c\xcb\xc3\xfa\x1d\xe2\x04\x0a\xc2\xc4\xdd\x37\x55\xc8\xfc\xf6\xbc\xe6\x3d\x6b\x7d\x5f\x5a\x1b\xf0\x33\xce\xa0\x22\x65\x16\xf4\x9e\x35\x2a\x39\xd3\x2b\xcd\x9b\xec\x76\x63\xb0\xad\x8c\x63\xef\x81\x38\x89\xd7\x9c\x7c\x74\x82\x7c\x4b\xa7\x44\x21\x56\x39\xf0\x90\x32\xfa\xed\xc2\x84\xf7\x9a\x09\xc4\x53\x62\x9d\x0e\x8f\xd1\x40\x36\xe0\x06\x06\x32\x96\xf2\x88\x33\x75\x8f\x01\x9c\x29\xf2\xa3\x82\x06\x86\x81\x4e\xd0\xcc\x52\x4e\x57\x39\x24\x42\x3d\xa4\x2c\x0e\xe2\xf0\xb5\x59\xdc\x45\x15\xa1\x44\xec\x2c\x53\xaf\x6c\x6a\x9a\x2e\x8a\x99\xe3\xf6\x87\x41\x2f\x66\x6d\xa9\x5e\x34\x28\xd4\xc0\xef\xc5\x24\xaf\x4a\xf7\xb5\x43\x45\xec\xf2\x94\xaf\x9f\xea\x88\x70\x7d\x94\xa5\xd5\x54\x61\xa8\x00\x69\x33\x83\x00\xe1\xea\x2d\x37\x76\x25\xb9\xe9\x14\x17\x25\x8c\x9b\xe6\x96\xff\x58\x85\x5c\xdf\xac\xf3\xa2\x61\x90\xad\xde\x5d\xd9\x01\xfb\xf5\x8c\x85\x13\xf6\x67\xd6\x66\xff\x13\xa7\xef\xbd\x4d\x76\x9f\xb1\x70\xe2\xaa\x6d\xf4\x32\xed\x8e\x29\x0b\xda\x61\xbc\xeb\x13\xd0\xac\xf3\x62\x66\x83\x30\xdb\x20\x1f\x77\xc8\x44\xdc\xc8\xdc\x8f\x38\x3b\x90\xf7\x96\x4f\xae\x59\x73\xf4\x52\x67\xf9\xe4\x5a\xe9\xfc\x8b\x27\x7d\x8c\xf3\xd5\x1b\x51\xdc\xc8\xc8\x5f\x3a\x64\x5f\x43\x9c\x68\x9e\xba\x7f\xb8\x13\x51\xe0\x24\x16\xb6\xc6\xf2\x23\x8e\x7c\x5a\x92\xb7\xe4\xc3\x32\x93\xbd\xdd\xd2\xf6\xaf\x2a\x9c\x52\x70\xbd\xcb\x58\x53\x05\xeb\x20\x66\x70\xa6\xe6\x4a\xb5\x26\x7d\x00\xb5\x59\x17\x8d\x46\x52\x17\x4d\x1e\x20\x7b\xc0\x27\xd3\xcd\xc8\xd1\x6d\xc7\x7a\x4a\x94\xb4\x46\xfa\x54\x78\x64\x0e\x13\x39\x88\xa8\x57\xd5\xc3\x53\x37\x3a\x70\x7d\x70\x3b\x33\xc9\xe5\x93\xcf\x3a\x64\x22\xad\x05\xee\xa7\x9c\x11\x28\x17\xaa\xf5\xd5\x3b\x16\x87\xb0\x5f\xaf\x71\x56\xef\x58\xb4\xe7\x7a\x95\x05\x49\x46\xe1\x66\xa1\x8b\x1c\x06\x7e\x69\x22\xd8\x25\x21\x20\xa5\xb5\xc0\x60\x94\x7f\xc4\x21\x8f\x53\x31\x3c\x1a\x82\xe2\x0d\x8e\xf7\x90\xb3\x2c\xa1\x26\xd6\x8c\xb7\x66\x1e\x6d\x84\x54\x2c\x5d\x05\x35\x1e\x25\x71\x33\xf3\xe9\x09\x30\x85\xc9\x44\x49\x9c\xc5\x16\xf2\xa3\x74\x8c\x54\x39\xc2\xf0\x23\xd8\x5a\x71\xcf\x6a\xcf\xe2\x83\xdf\xe7\x90\xeb\x36\xb3\x4e\x8b\xab\xeb\x59\x48\x9b\xc3\x3d\x69\xb4\xfc\x26\x3f\x09\xd3\xbc\xcb\xa2\x3e\x7a\x77\xcf\xdd\x66\x95\xf6\xc2\x6c\xae\xc1\xab\xcb\x13\xd4\x3f\xea\x90\x6b\x50\xb8\x43\x4f\xf6\xf7\x39\xde\x6b\x9d\xf9\xe2\x41\xe1\xd4\xc0\xa2\x88\x82\x09\xd1\xb8\x68\xa4\x74\xa8\xa3\xc2\xaf\xdc\x7d\x82\x7d\xaa\x82\x47\xf2\x08\x9e\xea\xaf\x1d\xb2\x5f\x05\xf0\xb8\x7f\xec\x78\x6f\x00\x74\x16\x8d\xdb\xaa\x33\x43\x97\xb7\xc0\xc1\xc2\x5a\x29\x7d\x55\x64\x25\x57\x72\x0c\xaa\xce\xf7\x38\xb7\x93\x4b\x51\xcb\xfa\x1a\xcc\xe4\x59\x5d\x06\x7e\x50\x26\xc8\xe9\xc3\x0e\xd9\x5b\xe7\x9d\x56\x23\x73\x5f\x3d\xca\xa3\x4c\x63\x6e\xf2\x4e\xeb\xe4\x30\x91\xf9\x2e\x7c\x6b\x6f\x28\xf1\x8c\x0e\xba\x28\x46\x6b\x58\x7e\xcd\x21\x37\x74\x5a\x49\x9e\xc4\xa5\xfb\xfe\x83\xce\x0e\xf8\xdb\x95\x01\x5f\xda\xca\xb6\x41\x25\xec\x8e\x63\x89\xc2\xd7\xdb\x5c\x77\x71\x9f\x5e\xe2\xd9\xf8\x9c\x98\xe9\x50\x30\x51\xee\xa7\x77\x34\xd3\x50\x76\xc8\x4c\xff\x3f\x0e\xbe\xb6\x7b\x8c\xd5\x5f\xd6\xd1\xdd\x11\x39\x6d\xf7\xb2\x17\x44\x55\x6c\xa5\xda\x31\x49\xea\xc3\x0e\x99\xa8\x67\xa1\xfb\xdd\x3b\xb9\x28\x16\xd6\x96\x86\x0c\x6b\x65\x61\x6d\xc9\x1c\x92\xba\x9a\x14\xb7\xd5\x62\x71\x10\x69\xae\x42\xc3\x9b\x1a\x51\x5c\x87\xee\x30\xa2\x82\xa6\xc0\x07\x71\x4f\x98\x89\xae\x7d\xca\x21\x4f\xd9\xb6\x6b\x4b\x6b\xc3\x3b\xf7\x2a\x07\xde\x96\x78\x20\x7c\xf6\x48\x33\x87\xe4\x47\x95\x7d\xe1\x64\x18\x71\xf7\x2d\x3b\x51\x78\xcd\xab\xe2\x43\xc6\x77\x8f\x2e\x30\xd0\xd2\x00\x2f\x64\x1c\xd5\xa5\x19\x1b\x1e\xaa\x90\x03\x1a\x83\xd0\xfd\x87\x9d\xf4\x75\x1b\xe4\x51\xef\xfd\x4e\x81\xa6\x98\x0e\x06\x20\x1d\xa1\x9c\x63\x45\x97\x77\xcb\x91\x5f\x02\xe6\x22\xf9\x6f\xd7\x92\xff\xb0\x5d\xfa\x72\x60\x01\xdc\x77\x5c\xeb\x7d\xa5\x52\x42\x49\xd2\x83\x44\xb3\xa2\x78\x68\x83\x62\x4d\xeb\x94\xd0\x85\x08\xa7\xd0\x7a\xd6\x3a\xbc\x8e\x9e\x32\xe7\x24\x84\x0d\xd4\xe0\x97\x00\xac\xb2\xaa\x14\x33\xab\x7d\x18\x56\xe5\x80\x3d\xe5\xcb\xa1\x80\xab\x6c\x20\xa5\x22\x9e\x50\xc5\x37\x73\x1d\xa7\xee\xd3\x7b\xc4\x76\xd7\x90\x41\x83\xd1\xa0\xd0\x4f\x2f\xcc\xcc\x2e\x58\x51\xd8\x31\xdf\xd2\xc3\x2b\x6e\xdf\xa1\xc0\x53\x85\xaf\x67\x96\x85\xcd\x58\x42\x05\x6b\x0f\xc0\x7a\xc1\x7a\x29\x2b\xde\x87\xf7\x03\xc2\xa7\xb6\x85\xfe\xe2\xae\x1d\xc8\x1f\x15\x19\xd1\xc9\x1f\x29\x17\xf2\xdf\x19\xe1\x3c\x36\x62\x77\x82\xff\xe3\x5b\x1d\xd3\x44\xaa\x9c\xc6\x41\x05\x3c\x08\xab\xed\xaa\x8f\x4e\x0c\xa8\xca\xe2\xa0\x8a\x0e\xe7\x63\xef\x8e\x71\xdc\xc9\xd7\xcd\x83\xe2\xa2\x53\xdf\xde\xed\xe1\xe9\xee\xd3\x74\x80\x80\x71\xd6\x4a\x6e\x0e\xe6\x19\x2a\x63\x60\x7e\xf8\x00\x31\x0f\x6c\x07\x34\x98\xda\xb9\x7c\x25\x09\xd6\x64\x66\x3f\xd4\x6d\x82\x8b\xd5\x4b\x0e\x78\x4f\x1d\xf8\xa6\x0f\xcc\xd7\x2e\xa2\x7c\x75\x06\x23\xfc\xfe\xc2\xbe\xf1\x76\xd9\x85\xc3\xcd\xa7\xcc\x5b\xe6\x67\x76\x09\xf8\xfa\x9f\xbe\x4e\x78\xaf\xfa\x7a\x19\x53\xde\x5d\x52\xde\x2d\xe5\x56\x17\x7b\x9e\xe1\x55\xa7\xa3\x67\xe4\x54\xc9\x03\x69\xaa\x33\x9e\x4a\x9e\x3c\xc2\xe9\x73\x3b\x02\x71\xd1\x69\x6c\x4f\xb6\x16\xdc\xf9\x6a\x01\xcd\xdb\x4f\x47\x06\x05\x31\x69\x87\x2e\xec\x01\x21\x1f\x3b\x40\xee\xb9\xdc\xb4\x2d\xfe\x42\x37\xcb\x93\xf6\xaa\x9c\xb9\x45\x3d\x56\x0c\x0e\x73\xff\x70\xbf\xb7\x3a\xba\x48\x09\xc0\xc4\xe2\x59\x86\x7d\x69\xe3\x26\xee\x23\xff\x73\x82\x3c\x06\x6c\x4a\x81\xdc\xd7\x99\xfb\x89\x09\xef\x7d\x13\xf6\x33\x95\xa2\x3c\x8a\xd4\xa4\x00\xcf\x6e\x37\x22\xb5\x84\xe0\x65\xcf\x37\x0d\x35\x43\xe0\xd3\xf5\x94\xd5\x37\x8a\xf0\x05\x5d\x89\xcc\xf6\xcb\x68\x3b\x6c\xa6\x0a\x78\x2e\x6f\xa1\x49\x17\xba\x50\x94\x0d\x63\xca\xf3\xba\xca\xf5\xad\x22\x92\x65\x3c\x32\xcd\x12\xab\x16\x23\x20\x5d\xf0\xfb\x62\xf8\x59\xcb\x2a\x01\x1a\x4b\x44\x68\x50\x3e\xf1\x87\x20\xef\x20\x60\xfd\x24\x34\x89\x02\x2b\x4c\x38\xe2\x0d\x80\x63\x91\xa2\xbc\x0e\x8d\x07\xf3\x59\x3b\x91\x59\x1b\x53\x8e\x9b\xdb\xa0\x0a\x9a\xc0\x4b\xa0\x3b\x9f\xea\x69\x15\xa7\x56\x12\x72\xac\x43\x5a\xe0\xce\x81\x1f\x81\xfa\xfe\x1c\xdd\x6a\x85\x88\xe9\xd8\x43\x24\x67\x8c\x2e\x51\xf5\x8d\x50\x04\xfe\x9d\x43\xae\x63\xf5\x3a\xef\xe4\x1c\xf0\x13\x33\xf7\x8f\x1c\x12\x5c\x99\xbc\x43\x43\x37\x30\x34\xe4\xdd\x6f\xb5\x0b\x53\x98\xab\x9c\x0e\x52\xd6\xd2\x39\x0b\x23\x15\x62\x52\x60\xe2\xa6\x9b\x18\x35\x90\x6c\x8a\x6b\x42\xac\x79\x4f\x41\x30\x14\x61\x03\x79\x8b\xc5\x46\xad\xca\x01\x83\xfc\x70\x85\x90\x7a\x12\x07\x32\x77\xe9\xc3\x15\x6f\xb9\xf8\x59\x48\x7c\x78\x62\x24\x28\x62\x1e\xd6\xbb\x11\x4b\x29\x13\x55\xe4\x32\x44\x6d\xf8\x31\x2a\xa6\x3c\x22\xcf\x27\xad\xab\x3c\xa5\x0b\xaa\xf7\x17\x9d\x83\x23\xd3\x9e\x1e\x70\xf7\x61\x56\x22\x72\xd1\xa1\x43\xc1\x5b\xf6\xba\x93\x6d\xd6\x21\xe4\x8b\x13\xe4\xa9\x3b\xba\x95\x01\x3f\x54\x6e\xdb\x93\x49\xba\xa8\x16\xc6\x7d\xd7\x84\xb7\x65\xbe\x2c\x14\xe3\x10\xfd\x54\x8a\x61\x01\x14\x40\xfd\x4b\xb2\x54\x30\xd1\x3a\xdc\x03\x83\x57\xda\x2c\xe0\xc8\x74\x75\x31\xe7\xe6\x06\xe7\x1d\x05\x74\x8b\x70\xd3\xfe\x05\xe7\xda\xa6\xd1\xf2\x05\x67\x9f\xac\xa4\x1c\xd0\xf0\x46\x87\xa8\x57\xee\xab\x1d\xef\x3f\xaa\xe3\x6e\xc7\x04\xa8\xa7\x0a\xda\x23\x49\xdb\x10\x48\xa7\xba\x5b\xb8\x9d\x88\xfd\xa9\xb2\xb4\x22\x97\x26\xa3\x0a\x52\x48\x37\x06\x77\x5b\x27\x0a\x73\xcd\x1d\x9a\x13\x64\x59\x45\x42\x62\x0d\xc1\x7d\xb6\x77\xca\xfc\x5d\xea\xe1\xfc\xca\x92\x8c\x94\x33\x02\x64\xac\xfe\x96\xe6\xdb\x6c\xea\xd7\x26\xcd\xd0\x3e\x5f\xfa\x95\xde\x8f\xa0\x54\x9b\xb3\xfe\x1a\x8f\x1a\x6b\x5d\x98\x34\xb4\x73\xac\xf2\xcd\x90\x6f\x81\x63\xf1\xeb\x27\xbd\x77\x39\x23\x0a\xe0\xbd\x3e\xc0\xc0\x80\xe6\x8a\x22\x9e\x99\x9e\x38\xcf\xea\xb9\x0c\xde\x49\x1a\x54\x6d\xf4\x79\xb3\x37\xf3\x2a\x47\x2d\x9a\x20\x96\x93\x78\xbb\x62\xda\xf0\x5f\x0a\x66\xf9\x5c\x85\xbc\xc7\x21\xae\x62\x4e\x8a\x2f\xdc\x37\x8c\xd2\xa1\xf6\xcd\xcd\x6a\x5f\x05\xde\xda\x76\x7d\x2a\x82\x96\x4d\xa0\x1b\x00\xfd\x2d\x04\x05\x7b\x7e\x44\x67\xbf\x21\x36\x86\x5b\xf4\xf7\x7b\x46\x19\xcb\xfa\xfa\xbb\x3c\xa8\x0e\xef\xf4\xc0\xc7\x23\x3b\x1a\x27\x71\x75\x58\x67\xff\x6a\x82\xdc\x3e\x3c\xa4\x41\x22\x3d\x0f\x73\x6e\x97\x3c\xce\x7b\x26\xac\xf5\x7a\xcb\x04\x79\x93\x43\xae\x31\xaa\x72\x5f\xe1\xb8\x93\xb5\x5e\xce\xbd\x33\x4b\x0d\xd5\x34\xdd\x62\x19\x65\x9d\x4e\x2a\x2e\x4c\xc4\x3d\x29\xa3\xe0\x03\xcc\x3d\x86\x04\x67\x59\x97\x07\xa6\x0b\x3e\xe4\xb4\xf1\x2d\x31\x77\x47\x30\x57\xff\xec\x58\x97\xca\x5f\x39\x90\xa6\x4d\x5d\x2a\x18\xc8\xa7\xf5\xaf\xb2\xab\xd3\x12\xfe\x48\xf5\x97\x45\x18\xa5\x1f\x87\x2c\xf2\x77\x9c\xef\xf5\x12\x27\xf7\x2a\x5d\x16\xef\xdd\x4f\x2e\xd5\xbc\xe3\xfe\xc3\x3e\xef\x4b\x76\x62\x2d\xdb\xb4\xa3\x37\x57\x18\xd3\x33\x1d\x1e\x67\x39\xab\x6f\xf8\x74\x9e\x2e\x58\xc5\x30\x87\x34\x70\x3e\x12\xe6\x47\x23\xef\x81\x16\xbc\xc0\xd9\x04\xe6\xd0\xfc\x8a\x45\x19\xf8\x83\x86\x06\xda\x7a\xca\x9b\x12\x62\xd9\xf0\x6e\xf5\xed\x36\xb3\xd1\x79\xbb\x04\x65\x1a\x98\xb8\x6b\x3f\x7e\xbe\xb4\x68\xed\xec\x2f\xef\x21\x2f\xa9\x90\xbd\x0d\x0c\x92\xfc\xaa\xe3\xfd\xb9\x63\x78\x95\x42\x58\xae\x42\x2b\x2a\xb2\x9f\x31\xd3\x5d\x15\xca\xf4\x79\x36\x81\xfa\x5f\x46\xf3\xc6\x4d\x05\x58\x21\xc8\x2c\x28\xf3\xe7\xa8\xc7\xcf\xe7\xc7\xbd\x69\xea\x9d\x6f\x64\xe2\x9f\x38\x6f\x64\x1e\xa6\x42\x08\xeb\xa1\x20\xc5\xa0\x88\x48\xb5\xdf\x2c\x7e\x40\x43\x0b\xe3\x7f\x77\x46\x35\xf3\x1a\xfa\xb8\x99\x6a\xea\x03\x8e\xf7\xc3\xce\x19\x99\xa6\x63\xae\x3f\x39\x14\x3d\x24\x8a\xce\x6c\xa5\x61\xce\xc1\xcf\x6b\x44\x52\x2a\xfd\x32\xe3\x78\xf1\x6a\x28\x45\xc0\x9d\x1e\x2c\x02\x5f\xc2\x10\x0c\xb4\xa3\x37\x3b\xe4\x40\xc6\xeb\x29\xcf\x57\x79\xc3\x7d\xf5\x4e\x9c\x90\xd6\x54\x71\x19\x74\x72\x4f\x31\x6a\x09\x24\x0b\xfb\x18\x6b\x55\xaa\x23\xb9\xab\x31\xa7\xa5\x86\x4e\x30\x92\x33\xc4\x32\x21\xb9\x38\x39\x6b\x70\x72\xc8\xcb\x1c\xa2\x77\xa0\x7b\xbf\xd7\x56\xfe\xd1\x41\x61\xef\xc0\x50\x4c\xcb\x33\x2e\x8c\xe5\xb9\xbc\x72\x0b\xfd\x6b\x37\x8c\x84\x8c\x30\x1d\x45\xdc\x77\xdc\xe0\xfd\xb1\x63\xb9\xaa\xd8\x89\x6d\x8c\xd1\xe3\xbd\xa4\xad\x46\xca\xae\x2a\x1e\xa3\x6f\x4b\x9f\xeb\xa0\x06\x48\x1d\xec\x6b\xe8\x13\x62\xb6\xcc\x07\x61\x42\x3d\x59\xcb\x18\x1a\xa3\x43\xa1\xa4\x42\x47\xac\xc4\x0d\x42\x46\x45\x9f\x5a\x5a\x58\x4c\x00\x63\xdc\xbf\xe0\x5c\x53\xb4\x9c\xda\x36\x9a\xeb\xc9\xab\x26\xc8\xf5\x32\x1b\xea\x3a\xe6\xe3\x0b\x79\xe6\xfe\x5d\xc5\x7b\x6f\x65\x95\x8b\x59\xad\xa3\x62\x10\x3c\x9b\x72\x5d\x82\x6e\x19\x6e\x2e\xdb\x8e\x16\x13\x3e\xda\x0e\x91\xda\xa1\x5e\x48\x3d\x5b\xb1\x41\x65\x54\x5e\x40\x3b\x74\x2c\x83\xdc\x27\x18\x2f\x2f\x7b\xda\x53\x50\x21\xeb\x3c\x6d\x2b\x85\x1d\x3a\x0e\xc9\xe8\xed\x38\x29\x6a\x4b\xe5\x70\x64\x7c\xb7\x95\xb4\x67\x87\xb9\x0d\xe4\x2d\x53\x84\x55\x48\x4b\xf9\x25\x20\x5f\xaa\xb3\x39\x68\x08\x63\x35\xf0\x2e\xd4\xc0\x7f\x51\x76\x61\xff\x5d\xc7\xfb\x19\x67\x71\xa7\xbe\xbe\x5a\x79\x5a\x3a\x64\x29\xd7\xfe\xc5\x0a\xe3\x38\x93\x8c\xc0\x99\xcb\x70\x87\x97\x27\x79\xe5\xee\x6c\x27\x9e\xf1\x23\x74\x2c\x31\xb9\x01\x8e\x2d\x76\xff\xc4\xf9\x0e\x03\x79\xde\xbd\xdb\xbb\x73\x7e\xc0\x73\x9a\xb5\x92\x2d\x38\xb5\xa0\x7b\x1a\x40\x4d\x20\x57\x95\x3c\xa2\x5c\x7c\x66\x5f\x3f\xff\x2a\x6d\xb9\xaf\x73\x08\x29\xc8\xbc\xfb\x62\xc7\xe3\x2b\x05\xd5\x2f\xd0\x57\x4a\x57\x01\x3c\x2a\x48\xaa\xf2\xc4\x42\x7d\x3a\xe2\x2c\x6d\x8e\xda\x55\xfe\x7b\x4a\xab\x69\xba\x94\x2d\x13\x93\x5c\xbb\xb7\x7b\x47\x57\x8c\xa6\x6c\xe5\xab\x42\x56\x29\x75\xc8\x92\xf6\xdf\xe8\x90\xeb\x52\xcb\x4b\xff\x21\xc7\x3b\x7f\x15\xce\x05\x18\x1e\x8c\x76\xec\xbc\x9b\xe8\x88\x6f\xf5\xec\xab\x0e\xb9\x1e\xe7\xe9\x0e\x0c\xff\x84\xc0\xab\x3f\x72\xbc\xdf\x94\x28\x8d\xc6\xe3\x12\xf8\xc5\xc0\x90\x57\xd3\x6f\xc2\x1c\x13\xf8\xd6\x60\xc0\x2b\xfa\x4e\x00\x3a\xf9\x34\xb5\x1a\x59\x52\x38\xed\x32\xc4\xa7\x3f\xb1\xdb\xee\xef\x88\x62\xe8\x63\x2b\xcf\xee\xac\x3c\x17\x1d\xbe\xbd\xb1\xe5\x0e\xf7\xe9\xdb\x81\xc8\x99\x4c\xd8\x40\x00\xb9\x4f\xee\x27\x37\x9a\x4a\x8f\x4e\x27\x43\xdd\x8c\x90\x64\xd8\x1a\x57\x3a\x85\x77\xec\xf7\x6e\x2f\x3f\xec\xf3\x3a\x42\x28\x19\x05\xdb\x0a\x1a\xc8\xe2\x1b\x21\xc5\xa5\xf8\xcb\x36\x0f\xff\xf2\x3e\xf2\x9f\x88\x9b\xd4\x60\xc3\x05\xcf\xe0\xb1\x42\x5b\x0a\x15\xd6\xd7\xfa\x99\xbe\x97\x2a\x27\x06\xb6\xdc\x2c\x9e\x4b\x6a\x01\xb0\xe4\x29\xaf\x4b\x68\x1b\xf9\xbd\xd9\x1d\x0b\xa2\xeb\x3b\x05\x0d\x61\x41\x4f\xbe\xcf\xdc\x67\xa8\x84\xe7\x47\x85\xe8\x1b\xeb\x9c\xe7\x50\x8a\xaa\x71\x14\xe8\x4c\xf2\x09\x00\x21\x59\x35\xff\x36\x88\x66\xb2\xd6\x4f\xe9\x3c\xea\x1f\x74\x54\x53\xca\x49\xa6\xdc\x63\xec\xb0\xd9\x32\x96\xbf\x64\xa7\xe1\xad\x24\xdd\x88\x12\x16\x64\x33\x85\x3e\x27\x9b\x91\xd5\x89\x39\x2b\x1e\xcf\xdc\xb8\xd5\x62\x79\x35\xcc\xaa\xac\x3a\xb0\x80\x35\xb4\x87\x1c\x72\xbd\xc6\x53\xd7\x33\xd7\x51\x43\xbc\xd7\x9e\xb9\x02\x79\x5d\xcf\xde\x21\x9c\x4d\x90\x3e\x54\x72\xca\x76\x18\x0b\xa1\xb3\x27\xf1\xd5\xa6\x76\x30\xc5\x5f\xb5\x55\x48\x7f\xe6\x78\xcb\xab\xf6\xce\x94\x87\xbf\xe8\x02\x6e\x88\x22\x63\x21\x33\x6b\x3f\x98\x59\x5b\xd9\xe6\x7e\x6f\x25\x37\x8f\x08\x2b\xe9\x3f\x3f\x96\xda\xe8\x9b\xad\x23\xdd\x61\x79\xbd\x55\x6d\xf3\xb4\xc9\xab\x1b\xbc\xe7\xee\x73\xf7\x48\xb5\xd1\x41\xf2\x4d\x03\x4a\x66\x79\xca\x72\xde\xec\xb9\xfb\xdd\xbd\xf0\x15\x21\xaf\x76\xc8\x0d\x8d\x6e\x14\xf5\x00\x59\x90\x07\x7a\x15\x32\xb5\x0a\xcf\xb5\x57\xa1\x08\x92\x86\x74\x8e\xa0\x62\x91\x90\x88\x8a\xdd\x96\xcf\xd4\xb5\x9b\x04\x34\xe7\xed\x4e\x64\x98\x41\xd5\x02\x96\x17\xe2\xa7\x27\xc9\x6c\x49\x83\x6a\xe4\x68\x28\xe1\x1a\x6a\x3d\xf8\x43\x93\xde\x89\xd2\xb3\xa1\xaa\x6f\x99\x3c\xc0\xaa\x58\x2b\xc2\x2d\xaa\xf2\xe3\x13\xe4\x2b\x15\x72\x40\xc3\x0d\xba\x7f\x5a\xf1\x7e\xa5\x32\xaf\xd1\x07\x2d\xa3\x39\xa8\x34\x35\xbe\x92\x91\xa8\x45\x4b\x1d\x78\x1b\x52\xb9\xab\xcc\x84\x20\x12\x51\xb0\x80\x62\x12\x47\x54\xb5\x53\x45\xc8\xf7\xbe\x6e\x03\xba\x65\x88\x86\x5f\xd4\x1a\xc8\x06\xb1\xe4\x16\x33\x22\xaf\xad\xe3\x21\x55\xfc\x36\x92\xa2\x65\xb7\xa4\x4b\x0d\x21\x16\x16\x6f\x59\x2a\xd9\x85\x40\xe9\x75\x35\x8e\xe3\x28\x80\x46\xd5\x8c\x89\x4e\x6e\x20\x35\x0e\x65\xdc\x6f\x21\x7b\x60\x10\xae\xef\x7d\xfb\xba\xca\x09\x21\x2a\x4a\x3a\xec\x05\x5d\x4e\x6b\x9c\xa5\x90\xcd\x6f\x83\xdb\x66\x9b\x5f\x9a\x24\x47\x2f\xdd\x2f\xd9\x7d\xed\xe4\x55\x73\x4d\xbe\xe0\x10\xd4\x1d\x2d\xb3\x36\xbf\xe0\x1c\x80\x60\x04\xf1\xb7\xb5\xd3\xbe\x7b\x42\x1c\xc3\xc7\x16\x25\x31\x0b\xff\x79\x6f\x23\xb7\xb2\xed\x6b\x20\x52\xd0\x46\xd9\xb9\xf7\xb1\xa3\xf2\xb6\xa6\x32\x0f\x05\x5d\x56\xf8\x5d\xcf\xe4\x3d\x33\x35\x8b\x56\xb9\x4a\x5d\xeb\x8a\x9d\x78\xfe\x89\xa4\xe8\xa9\xfb\xef\x3d\xb2\x26\x7e\x50\xdd\x6f\x59\xea\xbc\xa1\x32\x8c\xbc\xe7\x5e\x5d\x35\xa1\x25\x6a\x3d\x97\x18\xd3\xea\xae\x78\x0b\xa6\x1e\xe8\x32\xa7\xc7\x1c\xd9\x3b\xf7\x90\x6f\x19\x02\x4b\x22\xb9\x99\x17\xed\xb9\xe0\x4c\x76\x92\x34\xbf\xe0\xec\xef\xa4\x49\x9e\xd4\x93\xc8\x5a\xd3\x3f\x98\x24\xbf\x53\x21\x7b\x78\x9a\x26\xa9\xfb\xe9\x8a\xf7\xf1\xca\x09\xf1\xa7\xb4\x53\x0a\x1e\x31\x0d\x94\x54\x52\x8b\x78\xbb\x20\x07\x2a\x4e\x0f\x94\xdc\x06\xf6\xa0\x5c\x7d\xa8\x91\x66\x2d\x16\x45\x88\x37\xdc\x33\x52\x0b\xe9\x24\x32\x80\x60\x3b\x47\xab\xb4\xd6\x0d\xa3\xbc\x1a\xc6\xf2\x3b\x89\x09\x89\x9f\x9b\x59\x9a\x35\x09\x68\x88\xbd\x8e\x2e\x14\x49\xc6\x65\xc9\x6e\xc6\x09\x2d\x34\x18\xb8\x27\x49\x55\x62\xe0\x49\xda\x90\x16\x99\x35\xad\xc6\x40\xdf\x0f\x97\x85\xe1\x64\x50\xea\x3a\xa1\x6a\x98\x8d\x24\xf1\xa5\x66\xd3\xaf\x27\xed\x99\x42\x6d\x62\x5b\x68\x61\xf6\x5d\xa6\x6e\xa9\x53\x62\x71\xd4\xd6\x86\xa9\x2b\xae\xac\xbe\x59\x05\x18\x4a\x48\x8e\x27\x1d\x76\x32\xb9\x22\x3c\x80\xdd\x69\xdd\x49\x0f\x3b\x44\x2f\xb1\xfb\x4a\xc7\x7b\x60\x45\xfe\xd0\xad\xa9\xdf\x97\xd3\x14\xac\x70\xa1\xd9\x93\x53\xc6\x52\x3e\x47\xbd\xf5\x85\x15\x6f\x9a\x7a\x67\x17\xe1\x9f\xb5\x85\xf5\x15\xcb\x74\xfc\xf3\xfb\xc9\x71\x63\x97\x36\xa2\x64\x4b\xf2\x59\xfa\xa6\x34\x4c\x8b\x28\x72\x02\x98\xf3\xab\xf6\x7b\x1f\xae\x0c\x7c\x85\x97\x5a\x27\xe5\xa6\xef\xbd\x4c\x1e\x6c\x5b\x1d\xb5\xc2\xab\x9c\x1d\x37\x04\xbf\x9d\x9a\xc6\x90\x95\x98\x7e\xd6\xc7\x67\x57\x4f\xf9\x74\x9e\x0e\xee\x82\x6a\x8e\x69\xbb\x62\xd8\x28\xd2\xef\x84\x0d\xcc\x64\x78\x88\x4d\xd9\x77\x1a\x66\xff\x05\xc4\x5e\x9e\xd6\x32\x5d\x8d\x61\xf5\x83\x5a\x0e\xd5\x86\x7e\x68\xd8\x78\xcf\xae\x9e\x1a\x58\x85\x7f\xc1\xd9\x03\xf5\x5f\x70\x1e\x5b\x2a\x6e\x1d\xff\x77\xef\x21\xbf\xe1\x10\x2c\xea\xfe\xb2\xe3\xbd\xdc\x39\x07\x7f\x9f\xb3\xd9\x06\xcd\x36\x61\x9f\x95\x2c\x29\xb5\x87\xa0\xca\xf5\xa9\x77\xd8\x2b\x26\x05\x6f\xfc\x1a\xa2\x53\x87\x12\x43\x04\xee\x2b\x2b\x95\x77\xae\xa0\x60\x79\x9c\xa7\x3d\x5f\xe5\x47\x1a\xa5\x30\xdb\xc6\xd6\x98\xf1\x9c\x90\x5f\x9f\x20\xe5\x61\xbb\x1f\x9d\xf0\xfe\xa9\x72\xae\xf4\x54\x8e\x13\x72\x9c\x35\x68\x37\x8d\x64\xca\x50\xed\x63\x84\x99\xf0\xa5\xf0\x0d\xc4\x41\xda\xb1\xc1\xff\x6b\xd0\x34\x9c\x2c\xe0\x38\xe7\x08\xa5\x55\xea\xcd\xb4\x38\x8b\xf2\xd6\xfd\x90\x2f\x33\xe2\x4d\x16\x15\xcf\x0f\xc3\xc3\x30\x2a\x3d\x2e\x8a\x42\x2e\xd3\x62\x6b\xe7\x62\x19\x8a\x72\x33\x87\x3d\x34\x51\x0e\x2d\x21\x1a\x9e\x29\xad\x4c\x87\xa7\x55\x41\xd8\x92\x18\x72\xca\x41\x21\x99\x4a\xc5\x27\xe5\x65\xb4\x4e\x44\x37\x8d\x32\x5f\x6c\xee\x47\x7c\x49\xff\xe6\x06\xf2\x6d\x66\x58\x46\x12\x60\xb0\x75\x37\xce\xc3\xb6\x34\x04\xfd\xea\x0d\xde\xa7\x26\xcc\x27\x5a\xff\x62\xd8\x7c\xb4\xb1\x97\xa6\x58\xd2\xc6\x6e\x41\xa5\x79\x57\x21\xc5\x70\x6a\xd5\x17\x16\x06\x34\x9d\xa5\xd3\xc8\xa4\x6f\xd7\x6b\x14\x4e\xbb\x31\xc5\x9b\x50\x16\xca\x10\x0a\x06\xe2\xac\xcc\x16\x24\x1b\xab\x21\x31\xac\x8c\xad\xb0\x17\x93\x54\xe7\x0e\x35\x34\x85\xa8\xe0\x31\x02\x9f\xe4\x50\x56\x92\xa0\x88\x79\x52\xb9\xe3\x06\xa4\xf5\x15\x2b\x1c\x6d\x6a\x43\x84\xd1\xa3\x65\x34\x79\xcb\x8a\x95\x01\x5d\x61\xc4\xea\x60\xb1\x22\x33\x93\x4c\x45\x3d\x2c\xf1\x52\xbf\xdc\x5e\x4c\xca\x8c\x9c\x3a\x0c\xbb\x9a\xb9\xe0\xec\xc3\x48\x47\xdb\xd8\xf5\xb2\xc7\x01\x9e\x72\x01\x8a\xe5\xbe\xbc\x42\x9e\x34\x3c\x82\x47\x6e\x95\x42\x93\xe7\xfd\x96\x63\xa8\xf5\x0a\xed\xb0\x01\xb3\x65\xe1\x79\x25\x14\x3c\x3b\xb9\x4e\x7a\x95\xe9\xf1\x17\x2a\x53\x6b\x9f\x88\x35\x94\xb5\xe1\x06\x50\x18\x60\xac\xc8\x23\x1b\xa2\x08\x63\x34\x1a\x66\x34\x0e\xa3\xe9\x01\xf5\x09\x2a\x95\x65\xdd\xb6\xb6\xb3\x5b\xa6\x7c\x3c\xa6\x80\x73\x36\xd6\x47\xee\xd2\xeb\xfc\xd7\x27\x89\xda\x74\xee\x2f\x4c\x7a\x1f\x9a\xbc\x13\x7f\x94\x9c\xe9\x0c\x14\x18\x75\xdc\x21\xe0\x3d\x89\x1b\x61\x53\xc1\xf2\x17\x69\x50\x57\x97\x8a\xfc\x59\x46\xa6\x24\xc0\x6f\x4b\x64\x38\x2f\x6e\x2c\xb5\x08\x68\x5f\x80\x63\x6b\xc3\x54\xcb\xcd\xa5\x58\x58\x39\xcb\x60\xd5\xfd\x0e\x68\xc8\xea\x83\x4f\xa5\x4b\xa4\xde\x3e\x70\xad\x45\x91\x6c\x34\xc5\xea\x0c\x85\x51\x0c\xde\xd7\x3d\xa8\x11\x97\x49\x97\x54\x8c\xa3\xa0\x08\x08\xb9\x9c\x72\x2a\xc8\xfb\x26\x8b\x38\x0a\x9b\xc5\xb7\xd6\x4d\x38\x4d\x99\xaa\x46\xa5\xfb\xf5\xd2\x6e\x5c\xf7\x64\xda\x6e\x1c\x8e\xa1\x1e\x10\x2f\xe9\x99\x85\x25\x3d\xbb\x87\x10\x6d\x0c\x73\x98\x52\xf4\x9c\x29\x08\xc7\x54\x5f\xf2\x0c\x41\x71\x95\x6b\x57\x1f\xc5\x15\xb3\xaa\xd6\x55\xdd\x5b\x51\xb2\xc5\x53\xcc\xdb\x2a\x66\x30\x49\xdb\x6a\x6e\x17\x97\xd7\x28\xa8\x9d\xe8\xa1\xd5\x93\x0b\x74\x76\xf6\xe8\xb1\x29\x95\x37\x0d\x12\xa2\xe9\xd4\xfa\x83\xd3\xdf\x8f\x8d\xc1\x97\x6f\x0c\xfe\xa0\x69\xad\xfc\x91\x5d\x5b\x2b\x9b\x8f\x58\x70\x69\x85\xec\x4f\x36\x79\xda\xe2\x2c\x70\xff\x7b\x85\x4c\x6d\x7b\x3d\x9d\x91\xa5\xbd\x77\x57\xd4\x9f\x65\xbb\x83\xde\x0d\xaa\xe6\x3e\x88\x78\x75\x2d\x31\x8d\xbe\xc3\x24\x30\xb9\x79\x9d\xf8\x83\x2f\x6b\xb2\x33\x68\x0e\x7d\x5f\x55\xf9\x26\x7a\x61\xcc\x74\x92\xa0\xaa\xfa\x34\x53\xce\xf9\x16\x63\x86\xd2\x2c\x67\x29\x26\xbb\x9d\xf5\x67\x6f\x55\x27\x66\xa7\xc6\xb8\x95\x24\xd0\xb3\xa2\xec\x70\x17\x9d\xfb\xb6\xb7\x1d\xcd\xb9\xb7\x16\xf1\x85\x62\xaa\x4b\x86\x23\x73\x5e\xca\x91\x85\x1f\x38\x6e\x23\xff\x07\x32\x61\x4e\x8a\x09\xf7\xb4\xc3\xec\xe9\x6e\x0e\x0e\x74\xf7\xf0\x5a\x2b\x49\x36\xdc\x7f\x3a\xe6\x3d\xb7\xf4\xcc\x70\x49\x92\x71\xf4\x50\x13\xdd\x92\xaf\x95\x18\x6a\xe3\xa7\xe8\x44\x1b\x90\x31\xd8\x48\xf6\x70\xc1\x99\x8c\x41\x55\x77\x2d\x9e\xe9\x05\xa0\xf9\x17\x9c\x6b\xb2\x30\xe0\x27\x1a\x0d\x04\x7c\xff\xf7\xba\x1d\xd4\x38\xab\xc0\x11\x8b\x9b\xfa\xf4\x51\xf2\x66\x87\x58\xf5\xb8\xaf\x70\xc8\x89\xe1\xaa\xff\x61\xd3\x20\x87\xba\x60\xd4\xe4\xdd\x6e\xfe\xd2\xec\x87\x4c\x7b\x20\x8f\x1b\x88\xf0\x5a\x39\x24\xaa\x28\xa4\x06\xf2\xf9\x03\xe4\x7a\xad\x5a\x54\x3e\x36\xee\x2f\x1f\xd8\x7d\x5a\x22\xef\xc5\x07\x96\xcb\x15\xd3\x80\xd7\xc3\x80\x1b\xfe\x15\xc5\x4d\xa2\x96\x0a\x72\xbb\x2a\x5a\x8c\xa8\x97\x90\x09\xa5\x70\xc8\x28\x54\xa1\x68\xd3\x61\xda\x27\xcf\x14\xd5\x55\xae\x02\x9d\xd0\x51\x96\x09\xf3\x8c\x47\x0d\xbc\x22\x74\x4d\xa8\xcf\xd6\x72\x38\x02\x30\x89\x4b\x0a\x5b\x97\xdc\x99\x76\xbc\x40\xd3\x46\x5f\xcd\x99\x8e\x59\x52\x22\x44\x56\x4f\x3a\x3c\xd0\xdb\x0e\x24\xb9\x18\xc2\xaf\xb2\x8d\xb0\x93\x99\x03\xf7\x09\xb1\x6e\xf4\x61\x53\x63\xe4\x59\x07\xd5\x5c\x31\x1b\x12\x2b\xb3\x4c\xb4\x04\x27\x00\xc9\x48\x3c\x88\x98\x38\xe2\x09\x19\xc7\x9b\xf5\x9e\x4c\x69\x2f\xe9\x4a\xf7\x1a\x9e\x5b\x93\x46\xc1\x26\x09\xe1\x5f\x73\xd4\xeb\xdb\x20\x2a\xc9\x34\x4c\xd8\x89\xf3\x82\x8a\xc2\xce\xf7\xe6\xe8\xbd\x90\x54\x1a\x13\x4e\x53\xea\x6d\xf0\x9e\x37\x67\x74\x61\x5a\xbd\xc0\xb3\x07\x55\x79\xcb\x49\xbe\x14\x17\xaf\x90\x0f\xd3\x75\xc1\xb3\x23\xfa\x35\x15\x7d\x97\x7f\xdf\x07\xff\x3e\x48\xc4\x5f\x0f\x12\xb2\xd4\xa0\x61\x9c\xe5\x82\x88\xc1\xc8\x18\xaa\xe1\x81\x08\x5e\xfa\x5c\x96\xe7\x11\x42\x66\x78\xbc\x19\xa6\x49\x2c\xf8\x12\x9c\xce\x4e\x9a\x04\x38\xa3\x59\x0e\x19\x40\xbc\x27\x3f\x72\xd3\x6a\xf6\x66\xe0\xcc\x6e\x37\xad\xd0\x7b\x63\x66\xd5\x18\x06\xcf\xef\xda\x0e\x25\x4e\x71\x57\x09\x82\x38\x23\xc3\xcd\xab\x62\xfe\xaa\x72\xaa\x67\xf0\xf0\xcc\x20\x36\xa5\xb8\x24\x95\x07\xab\x98\x4f\x78\x59\x24\x59\xf3\x09\x59\xb4\xcd\x4a\xe8\xd8\x68\x51\x1a\x95\x40\x5a\x9d\x7e\x60\x92\x41\x4f\xe3\x93\x3f\xdb\x43\x1e\x83\x0d\x6b\xe2\xf6\x3f\xf6\x5c\x01\xe2\xf6\xba\x3d\x67\xac\x5a\x77\x42\xd9\x34\x31\x0b\x2d\xb2\xd1\x62\x86\xe1\x54\x51\x16\xbb\xcf\x90\x6d\x56\xac\x1f\xec\x46\xd6\x64\x62\x9b\xa3\x06\x14\x2a\x8a\x02\xec\x0d\xdc\x6a\x31\xdf\x92\xbf\x30\xe2\x53\xb9\xfa\x64\xbc\xb0\x4a\xc9\x2e\x69\xce\xda\x80\x4f\xc9\xa5\xb6\x4b\xf4\x92\x87\x30\x96\x91\xd4\x75\x9e\xc6\xdd\x28\xd2\xe9\x72\x8a\xbe\x28\x6d\x0f\xcb\x30\xc7\x0d\x78\x41\x41\x5e\x9c\xa2\x87\xa5\x32\x01\x38\x3f\x4d\x89\x32\xc5\x1d\x80\x86\x02\xe4\x9f\x4d\x63\xf3\x21\x48\xb7\xc4\xe8\x22\xef\x44\x49\x4f\x9c\x81\xd5\x24\x8a\x6a\xac\xbe\x01\xdf\x0b\x9e\x66\x25\x4d\xce\xf7\xa4\xfb\xa1\xac\x6e\x4a\x91\xc9\x01\x43\xf6\xe9\x59\x99\x79\x57\x36\xad\xcf\xad\x52\x3a\x9b\xcb\x29\xd8\xab\x4e\x5e\x0d\xe3\x69\x9d\x9f\x89\xc7\xe0\xc9\x2d\x05\x06\x41\xe2\xd1\x14\xda\xc7\x8f\xd4\x0a\x13\x57\x61\x2a\xd7\x8e\x60\x97\xbb\xd7\x27\xc9\x1e\xb0\xf8\xb8\xbf\x3f\xe9\xbd\x7c\x72\x55\xfc\x69\x30\x46\x00\x96\x6e\xb0\x3c\x70\xab\xb2\xbc\xe0\x89\x66\xb2\x6e\x2d\x35\xc2\x85\x8b\xa1\xd6\x11\x3c\xad\x96\x74\x73\x94\xee\x06\xbc\x80\x15\x2b\x92\x73\x81\x0e\x53\xf5\xf2\x79\x2c\xee\x3d\x8f\x8a\x0e\xf9\xf4\xce\x64\x4b\x74\x7a\x5a\xac\x7d\x92\x06\x78\x54\x3a\x29\x17\x7c\x3e\x22\xda\x02\x63\x37\xaf\xe6\x4c\xb2\x3d\xc8\xb1\x29\xb6\xaf\xff\x2d\x88\x64\x9d\x6e\x31\xa7\xea\x0a\x06\xb1\x14\x63\x49\xa5\x26\x51\x8b\x62\x29\x87\x38\x49\x15\xd7\xab\x40\x7d\x54\x2a\xe8\xa8\x47\x83\x30\x63\xb5\x48\x6b\xe2\xc0\x23\x7b\x7a\x17\xbd\x04\xef\x75\xbe\x59\x88\xe9\x89\xc9\xad\x6a\x89\x51\x90\xc6\xa2\x11\xc5\xf8\x59\xca\x0f\xb3\x9d\x81\x05\x06\x45\xee\xdf\x49\x4e\x92\xc5\x4b\xe7\x3c\xc5\xc2\xdd\x13\xe6\x2d\x9d\x7b\x2d\x23\x7f\x3f\x41\x4c\x66\xd8\xfd\xd3\x09\xef\xb7\x26\xd6\x8a\x07\x38\xe3\xa6\x23\x6d\x98\xe9\x5d\x23\x28\x1e\xa4\xbe\xe2\x58\xd8\xa7\xf3\x10\x8d\xcc\x6c\x2d\xcc\x1c\x5d\x4e\x62\x3e\x0d\xff\x3d\x13\x2f\xa6\xbd\xd5\x6e\x4c\x0f\x6d\xa9\xb9\x54\x6e\x95\x9b\x21\x53\x7e\x68\x70\xec\x40\x61\xaf\x34\x1e\x6b\x49\x1b\x52\xc8\x9f\x8d\x37\xe2\x64\x2b\x9e\xf2\xa9\x5e\x0b\xb8\xd4\xcd\x6e\xd0\xd3\x67\xd7\xd6\x0b\x45\x12\x98\x9e\xc4\x9d\x16\x46\xa1\x04\x86\x82\x00\x9e\x69\x9a\x85\x71\x9d\x1b\x96\x29\x19\xf9\x8c\xba\x36\xa5\x4d\xc6\xec\xf3\x34\xcb\x79\x47\x91\xb9\x62\xa5\xeb\x2d\x16\xc6\x5a\x2a\xb1\x3a\x01\x3e\xf9\xa0\x04\x8e\x79\x81\x97\x1f\x07\x49\xcc\x91\x6f\x87\x1d\xa2\x39\x92\x00\xa7\x85\xa9\x90\xc1\x02\x80\xaa\x9b\x27\x55\xdd\x25\xa4\x5d\x3d\x49\xda\x99\x5e\x0a\x3d\x09\x6a\xdd\x9e\xfa\x54\x35\x57\x62\xda\xc4\xf4\x59\xca\x96\xef\xaf\x90\xc7\x08\x81\x2e\xe9\xe6\x2a\x97\xe6\x2b\x2b\xca\xfa\xfa\x15\x67\xdd\x7a\x55\xce\xeb\x85\x2f\x0b\x4f\x2c\xc5\xf9\xd2\xf9\x46\x2e\x79\x7b\x55\xa6\x03\xca\xfa\xe9\x12\x15\x8a\x22\x3d\xbc\xb0\x89\x42\xad\x74\x33\x9e\x5f\x59\x32\xde\x83\x9b\xb8\xbe\x6e\xc1\x26\xce\xc2\x48\x2c\x87\x44\xa7\x00\x22\xa6\xda\x92\x50\xaa\x52\x51\xa5\x12\xb8\xcc\xc2\xf2\x1c\x3b\x42\x33\x1c\x8c\x45\x9d\x67\x8b\xc7\xb6\x95\x78\x92\x0c\x93\x0a\xdd\x8b\x13\xde\xe7\x27\xe6\x07\xbf\x94\x29\x26\x81\x1e\xf2\x40\x1b\x06\x3b\x60\x18\x10\x4f\xce\x95\x3e\x3c\x57\xe0\x17\x88\xe1\x29\x31\x98\x43\x2e\x1b\x71\xa0\x56\x96\x94\xaf\x11\xcc\x48\x8e\x99\x06\xbb\x99\x4a\x91\x59\x0a\x50\x86\x16\x91\x3e\x86\x5a\x87\x9e\x49\x27\xa0\xc2\x57\x48\x37\xda\xef\x31\x00\x35\x58\x7a\xf3\xa2\x0f\xd3\xca\xc3\x5f\xab\x66\x61\x85\xf4\x46\x50\xda\xef\x25\x33\xeb\x51\x50\x2c\xbc\x45\xd8\x8a\x4d\x25\xe3\x71\x0c\xc0\x8a\x38\x28\xb0\x6f\x65\xe6\x07\x60\xf3\x75\x09\xdc\xd9\xf2\x7e\x15\x1d\x5c\x93\x1d\x14\x9b\x27\x2b\xb1\x47\x46\x57\xc1\xb9\x87\xd3\xac\x2b\x79\x92\x64\xd0\xae\x1a\xe1\xcd\xf4\x3e\x87\x5c\x27\x4b\x2b\x0c\x78\xc7\x7b\x8d\x73\xd2\x7c\x64\xc9\xef\x96\xc6\x1e\x1c\x29\x0c\xb5\x63\x41\x48\xb4\x02\x52\xdc\x2c\x0a\xb7\xb2\x5a\xcc\x4c\xa1\xd2\x5e\x82\x03\x23\xce\x8b\x68\xd4\x76\x3a\x87\x27\xd6\x31\xdf\x47\xae\x01\x52\x21\x3b\xfb\x9a\x7d\xde\xd7\xf6\x1a\x0f\x6c\x55\x83\x10\x8c\x80\xf1\xf0\x70\x17\x18\x96\x39\xc9\x4a\xc6\xf5\xa4\x0d\xca\x7c\x49\xbf\x7c\x3a\xdf\xdf\x43\x0f\xe2\xcf\x51\x98\x3a\xa1\xd5\xde\x9e\x4f\x48\x15\x43\xd3\xe7\x34\xf9\x52\x94\x57\xf1\x65\x61\x2e\xa4\x08\x08\x5e\x2f\x1c\x07\x8a\x3d\x9a\x02\xe7\x61\x89\xd7\xa1\xe0\x36\x15\xe3\x98\x15\xa0\xc0\x01\x7e\x21\x2e\x15\xd6\xe9\x64\x33\x9b\xb3\xd3\xea\x0f\xb8\x62\xa6\x25\x9e\xa3\xc2\x85\x28\x9e\xd7\xba\xb9\x9e\x06\xec\x97\x4a\x3d\x72\x8e\x75\x42\x40\x19\xc8\xe6\xee\xf5\x44\x65\xde\x7d\xa2\x52\x65\x46\x12\x4f\x37\x67\xc5\x33\xcd\x7d\xcd\xd1\x7b\x3d\xa3\x7b\xde\x7d\xe7\xa6\x8d\x51\xe7\x89\xd5\x25\x0a\xe3\x2a\x77\x48\x32\xfe\x92\xd5\x19\xc0\xfc\xe3\xbc\xea\x79\xee\x9f\xdc\xb0\xa1\xe6\x23\x33\xc3\xe2\x23\x3c\x9c\x61\x8c\xee\x45\xd3\x82\x07\x8d\x71\xc2\xa4\xf6\xa3\x80\x42\x48\xd2\x02\x3b\xe2\x2a\x4f\x3f\xa0\x57\x3c\xea\xa6\x1f\xa1\x29\x31\x33\xab\xf1\xa1\xcc\xa6\x39\x68\x4d\xcc\x73\x69\x1e\x03\xf3\x78\x7e\xc1\x21\xa0\xa0\x74\x7f\xcf\xf1\x7e\xdd\x59\x2f\x85\x3f\xf6\x89\x1b\x3e\xba\xb8\x15\x51\x1f\xe0\xea\x4b\x5f\xd0\x65\x11\x4c\x37\x46\x66\x4d\xd3\xb0\xcd\x9a\x5c\xd2\x32\x4b\xbe\x9f\x96\x61\x8c\x9e\x51\xc2\x53\x8e\x4f\x66\xd3\x96\x5c\x69\x55\x31\xa8\x74\x92\x36\x59\xac\x90\x11\x4c\x4f\x86\x62\xa4\xdf\xb3\x9f\xb8\x29\x0f\xe3\xcd\x04\x9d\x74\x25\x3d\xfa\xc7\x7d\xde\x97\xf6\xf5\x3f\x37\xa2\x5f\x06\x32\x9e\x06\x5e\x28\xb2\xdf\x90\x2b\xa6\x13\x21\x2f\x90\x51\x66\xa6\x98\x93\xb8\xa1\x06\xad\x45\x09\x1c\x3a\x3b\x88\x7c\x2d\x0b\xc6\x5e\xc2\xa8\x2c\x35\x96\x39\x0f\x78\x20\xa8\x17\x3c\x9f\xeb\xbf\x58\xe4\xd1\x54\x5d\x49\xd0\x02\x1e\xd3\x24\xc6\x90\xfb\xd1\x5d\x20\x44\xb5\x31\xa0\xea\xa2\x5a\xcb\xc9\x89\x05\xe8\x43\xce\x22\x8a\x36\xd5\x62\xbc\xa5\x6b\x45\xb7\x53\x52\x56\x20\x10\x90\x28\x08\x19\x9b\xc2\xac\x38\xb3\xb5\x1e\xc5\xe3\x5f\x54\x83\x02\x53\x46\x99\xe6\xef\x40\xee\x60\x91\xc5\xd3\x19\x3c\x39\x5a\xf0\xb5\xb5\x12\x45\x6c\x51\xd3\x61\xc1\x9e\x1d\x06\xc6\x2f\xe0\xed\x4e\x92\x83\x5f\x0c\xda\x2f\x84\xf8\x98\x80\xd7\x90\xd2\xe6\x01\xab\x2b\x64\xca\x30\xe9\x66\x51\x4f\xf7\x17\xa2\x0d\xf9\x1c\x3d\x8c\x5b\xb1\x88\x29\x28\xe6\xa5\xd8\x52\x99\xd2\x14\x34\xbb\x2c\x65\x71\x5e\x70\xe3\xbc\xc0\x49\xf1\xe9\x61\x70\x4c\x1b\x5c\x41\xca\x33\x70\xb5\x8d\x69\xa3\x9b\xc2\xdc\xe0\x6c\xa9\xf7\xf2\xf0\x63\xb7\xa7\xe9\x96\x25\x26\x0e\x6a\x59\x54\xbe\xa1\x54\x40\xa2\xed\x2d\x6b\xe6\x74\xc2\x32\x39\x6b\x5a\x30\x51\x8c\xa5\xb8\x91\xc3\x38\x6c\x87\xf7\xf3\x1d\x4d\x81\x68\x22\x4f\x74\x7c\xa6\xa1\x95\xc1\x25\x15\x1c\x77\xbb\x9b\xcb\xe1\x88\x6e\x1b\x5d\x56\x72\xf4\x34\xf4\x8b\x69\x1e\x50\x6e\x20\x5b\x23\x22\x15\xb7\x65\x02\x88\x67\xca\x22\x09\xef\xb9\x96\xdc\x36\x02\x5f\x05\x5d\x1e\x21\x21\xc5\x00\x40\x1c\xf7\x2f\xae\xf1\xbe\xe0\x0c\x7b\x2b\xbd\xb4\x34\xf1\x48\x52\xd4\xa8\x6b\xd7\x20\xbc\xd5\xc4\x6d\x25\xed\x03\x60\x6e\xc2\x24\xb4\x70\x62\xd1\x1a\xa8\x35\xbb\x3e\xbd\x93\x6d\xa2\xc5\xb0\xd0\x2d\x97\x8c\x02\xb4\xcd\x36\x20\xbe\x9b\xb6\xbb\xf5\x16\xe5\x2c\x0b\x51\x29\xd2\x14\x13\xd9\xff\x1d\x92\x5f\x89\x38\x8d\x77\x1c\x98\x2b\xe4\x8c\x66\x38\x08\xc4\xbb\x00\x04\x5e\xcb\x1e\xf5\xb7\xfb\xc7\x4e\x2c\x63\xd0\xda\xaf\x9f\xc7\xc1\x33\x0d\x87\x83\xdb\x77\xe9\x6f\x40\xfe\xb7\xc2\x98\xfe\x4b\x87\x9c\xdc\x31\x02\x93\xc4\xb8\x18\x8c\x96\xe5\xbd\x03\x21\xa7\xd1\x6d\xcd\x04\x5d\x42\x2d\xa7\xe9\x48\x8c\x97\xa1\x56\xcc\xfb\x14\x01\xee\x8a\x13\xab\x74\x0a\x5c\xb0\x5a\xda\x97\x48\xbf\xee\x25\x5d\xc4\x52\xb3\xbc\x93\x51\xbb\xef\x53\x21\x0d\x83\x06\x78\x5a\xba\x83\xca\xc8\x0d\x1e\xf8\x42\x9c\xdc\x8b\xae\xe4\xee\xdb\x1d\x72\xe7\x15\x18\x3a\x54\xe6\x9d\x5d\xd3\xfe\xe9\x8d\x10\xf8\x87\x30\x56\x68\x36\x52\x9d\x00\x16\x83\x01\x6c\x56\x31\x82\xb0\x90\xcc\x91\x80\x5e\x74\xb6\xb6\xf7\x24\x58\x77\x57\xb5\x27\x81\xdd\xed\x92\x4b\xc1\x30\xe2\x3d\x30\x2e\xf5\xc3\x07\x08\xb5\x62\x38\xc0\x4b\x5d\x6b\x36\x4f\x71\x96\x71\xf7\xf5\x07\xbc\x6f\x85\xbf\x0c\x87\x56\x48\xb9\x46\xa5\x49\xcb\x0e\x09\x7b\xf1\x98\x84\x8e\x49\xe8\xd8\x69\xeb\x92\x9d\xb6\x3e\xa9\xa8\xf5\xc7\x9d\x91\x59\xc6\x06\x1c\x51\xa0\xcc\xaf\x02\xca\x6c\xe5\x48\x17\x2b\x08\x05\x1e\x69\xe4\xff\x8b\xce\x73\xb7\x27\x69\x4f\x76\x6f\xd3\x24\xcd\x1a\x56\x99\xa2\x89\x11\x94\xbd\xa3\xbe\x74\x1d\x99\xda\x26\xae\xe7\x64\x94\x6c\xad\x01\x19\x70\x3f\x76\x9d\xf7\xbf\x9c\xe2\xb7\x45\x81\x0a\xba\xc3\x94\x5a\xa6\x41\x45\x7d\x19\xca\x43\x2a\x16\x43\x3c\xd2\xf0\x9e\x58\x4a\xc7\x6e\x84\x31\x20\x43\x80\x6a\x27\xb5\x8c\x10\x59\xd8\x0e\x01\x99\xd5\x06\x86\x0c\xb3\x22\x96\x55\x5a\x44\x3a\x2c\x4c\x11\x16\x4a\x6c\xe3\x6c\xae\x4f\x1f\x60\xf4\x5f\x54\xc1\xa8\x07\x5d\x0a\x42\xc8\x10\xdb\x0d\xb3\x96\x96\x05\x14\x2d\xfe\x0d\x32\xa6\xc5\x63\x5a\xfc\xf5\xa3\xc5\x7f\x62\xd2\xe2\xdf\xda\x35\x2d\xfe\x3e\xe7\x9c\xaa\xed\x9c\x8e\xd0\x7d\x14\x00\x00\xfd\x93\x22\xdd\x5f\x19\x95\x22\x7b\x34\x8d\x02\x1a\xfe\x93\x0e\xa0\x67\x17\x83\x1b\x44\xd1\x55\x9e\x97\x1a\x6f\xb1\xcd\x30\x41\xfd\x84\x41\x1d\x1e\xf1\x34\x2f\x5f\x2a\xd8\xed\x3f\x18\x95\x54\x6d\x9b\x09\x40\x1e\xfb\x07\x9c\x73\x58\x97\x9e\x84\x41\x80\x27\x5f\xbf\xd1\x5e\x74\x5e\xb0\xfd\xd5\xb6\xec\x9e\xd2\x57\x9b\x39\xea\x22\xb4\xbf\x74\xc7\x15\xe3\x19\xc8\xa7\xbf\x78\x82\x3c\x69\x68\x5a\x20\x19\x73\x7f\x07\xab\x6f\xf0\x38\x58\x49\xd2\xdc\xfd\x4c\xc5\xbb\xb5\xff\xb1\xde\x55\x66\xec\xad\xcc\x74\xaa\x63\xb7\xec\x0b\xe4\x95\x15\xd2\x95\xca\xf4\xb6\x77\x0e\xf4\xe4\x03\x34\xd5\x18\xc4\x8b\xa6\x52\xd9\x6c\x81\x38\xcd\x68\xbb\x2b\x71\xd2\xf9\xf9\x7a\xd4\xcd\xc2\x4d\xae\xdd\x7b\xd0\x05\x73\x19\xf4\x6c\xb6\x1e\xeb\xb5\x0e\xd9\x8b\xfa\x37\xf7\xa5\x1a\xcf\x25\xc1\x92\xba\x0f\xdd\x36\x4f\xc3\x3a\x8b\xac\x60\xe6\x43\x00\xa4\x76\xeb\x91\xa9\x5d\x75\x89\xb5\xb9\x67\x5b\xaf\x3f\x35\x49\xa6\x87\x2d\x02\x6e\x66\x99\x28\x46\x4e\xb9\x7b\x61\xd2\x5b\xb4\x1f\x99\x8e\xd8\x51\xa4\xc9\x7b\x66\x39\xcb\xab\xe5\x11\x17\xa2\x18\x97\xbd\x22\xbf\x38\x41\xbe\x0a\x60\x37\x78\xb5\xb8\x5f\xda\x49\xb2\xbf\xf5\x5e\x87\x07\x20\x19\x22\x35\x2d\xc0\x3c\xdf\xe7\xac\x6a\x18\x5b\x30\xb2\xeb\x02\x66\x92\x01\x03\x9d\xc2\x44\xbd\xcd\x07\x21\x2f\xa8\x74\x60\x86\xd5\x3a\x35\x9a\xd0\x66\xc7\x69\x35\x50\x0d\x30\x20\x7f\xc3\x56\x05\xdd\x80\xb2\xce\x69\x28\x57\xb2\x44\xae\x31\xbe\x72\xe7\xbc\xea\x9a\xe5\x44\x61\xee\x4a\x23\x1e\x51\x7e\x63\x6d\xb0\x07\x75\x55\x70\x64\xe2\x9d\x5e\x4e\xdd\x3c\x8c\x7c\xb1\x68\x79\xea\x2f\xc5\xf9\x99\x74\x0d\xea\x2b\xf7\x44\x05\xb6\x0f\xe9\x09\x79\xf3\x7e\x0b\xc5\xa5\x3f\x2f\xc8\x62\x98\xa5\x5d\x50\x54\xdf\xd1\x0d\x9a\x3c\x87\xd4\x41\x7f\xbc\xcf\x7b\xfa\x90\x77\xb8\xb1\xeb\x49\x14\xf1\xba\xba\x2e\x06\x14\x1d\x92\x3d\xe8\x07\xf7\x8e\x19\x9d\x5d\x30\x3a\x4b\x06\x9f\x73\x29\x79\x61\xfb\x73\x07\x8d\x19\xf6\xdd\x32\xec\x67\x55\xea\x9e\x53\xa6\xc7\xc9\xc8\x7c\xbd\x3b\x38\x7e\x17\x9d\xd6\xf6\xf7\xfe\x09\x77\xa1\x5a\xca\xb3\x43\x8b\x44\x3d\x83\x4e\xed\xc0\xeb\xfe\x6d\x93\x56\x8e\x4a\x8d\x56\xae\xa2\xe6\x35\xda\x95\xfb\xbf\x27\xbc\x99\xa5\x81\x5a\x58\x0d\xd5\x85\x0c\x93\x8e\xb8\xf7\x2f\x38\x93\x62\x13\x5f\x70\x24\xcf\x66\x91\x81\x77\x4d\x90\xba\x02\x64\x79\x8e\x77\x5a\x37\x24\xc1\x4a\xea\x49\xc0\x15\x8c\xb1\xae\xb0\x2f\xd4\xd2\x08\xe9\x37\xbe\xb3\x88\x6f\x46\xf6\xb5\x79\x96\xb1\x26\x77\x5b\xde\xbd\xa7\xf1\xcf\x81\xbd\x1f\xdd\x5a\xbf\x06\xda\x6e\xdf\x6a\xf4\x7e\xcd\xa6\x76\xbc\xfa\x9a\xe6\x26\xb7\x69\x0f\x3c\x4d\x95\x25\x5b\xbc\xf5\xee\x84\x06\x20\xc4\x60\x3d\xed\x72\x6f\x9a\x7a\x27\x59\x94\x89\x3f\xc4\x6b\xe9\x20\x68\xb3\x33\xcb\x04\x66\xdd\x3d\xe9\xdd\xb6\x2e\xe1\x36\x77\xd6\xe6\x5c\xd1\x9e\x59\xdf\xdf\xee\x27\xde\x40\xf4\x9d\x60\x5d\xc2\x88\xc1\x7d\xf1\xa9\xfd\xde\xe1\xd2\xb3\xbe\x24\x73\xea\xe5\x90\x9b\xe1\xc7\xf6\x8d\x49\xd2\x6e\x49\xd2\x7d\x8a\x24\xad\x7b\xdf\x70\x4a\x79\x2f\x1a\x90\x6f\x56\x3e\xf4\x23\xc4\x27\xd3\xdb\x27\xd7\x2e\x16\x6e\x7c\x73\xef\xe2\xe6\xfe\xb4\xa9\xa2\xf8\xb9\x5d\xe6\xfd\x7b\xb1\xf3\x75\x4a\xfc\x67\x0c\xee\xa2\x73\xcf\xf6\x17\xd5\x71\xf7\xa8\xbe\xa8\x3c\xcf\xbc\xa4\x4c\x52\x51\x56\xba\xbe\xa8\x62\x89\xa1\x56\xfa\x27\x4b\x02\x92\x00\x60\xbf\xe1\x78\xb7\x5a\x4f\xb4\xfc\xd3\x27\xd8\x97\xc5\x07\x5b\xe8\x79\x85\x43\x1e\x72\xc8\xb5\x51\xc2\x82\x3b\x58\xc4\xe2\x3a\x4f\xdd\x2e\x39\xb6\xed\x21\x39\x65\x7c\x20\xf5\x0b\x4f\x33\x9f\xd9\x19\x9f\xfa\x15\x0d\x40\x6a\x12\x16\x54\x6b\xf2\x03\x9f\x7c\xec\x5a\x52\x1d\x2d\x05\xde\xb9\xbe\xbe\x22\x47\xb1\xc2\xf2\x96\xfb\xea\x6b\xbd\xa4\xf4\xac\x88\x9e\x03\x28\x29\xf1\x04\xc4\x4e\x46\x6b\x28\x28\x8a\xb3\x21\x9d\x42\xbb\x69\x19\x3a\x12\xca\xb3\x14\x6e\xe2\x2d\x06\x28\x59\x92\x2c\xaa\xaf\x2f\x38\xfb\xe4\x9f\xd6\x34\xbe\xe8\x1a\xf2\x43\x0e\x51\xaf\xdc\x37\x8d\x12\x1d\xb7\x15\x6f\xbd\xe7\x14\x42\x6d\x41\xff\xfb\x45\x1d\x83\x42\x24\xd2\x87\x1a\x5c\xd9\x53\xd6\x68\x84\x75\xed\x90\x65\x8e\xc5\x27\x3f\x50\x21\x93\x62\x98\xee\xf7\x55\xbc\x97\x57\x60\xca\x42\x85\x35\x55\x84\x78\xe9\xc9\xc0\xdb\xa4\xec\x47\xeb\xd3\x05\x5c\xd1\xa8\x47\x43\x08\x92\x52\xeb\x4d\xeb\x2d\x96\xb2\x3a\x40\x71\x07\x61\xa6\xec\xb1\x9a\xa8\x15\xa7\x8b\x45\xd4\x13\x4d\x78\x86\xeb\xdb\xd9\xd5\x53\x94\x65\x26\x3a\xce\xea\xc9\x05\x7a\xec\xb6\x5b\x6f\xf6\xa9\xe8\xaa\x4e\xea\xd4\x0c\x63\xb5\xae\x07\x67\x0e\xfa\x1a\x36\xba\x10\x81\x01\x10\x09\x3e\x81\xb6\xfb\x3c\x81\x25\x1e\x0f\x0c\xdb\xe2\x27\x3e\xb4\x8f\xec\x17\x1f\x42\x4e\x96\x1f\xdd\xe7\xbd\x65\xdf\x8a\xfc\x55\x60\x03\x65\xd2\xa7\x2c\xe7\x69\x27\xe5\xb9\xa5\x44\x84\x29\x55\xbb\x0a\xbb\x0d\x1f\x4b\x57\x53\xc3\xa9\xbd\xc0\xcb\xc3\x1b\x74\x8e\x1e\x56\xfe\xc6\xa7\x8d\x90\x37\x31\x29\xb0\x16\xd2\xfd\xcb\xa7\x87\xe9\x0a\xc0\x59\x15\xe5\x74\xcc\x01\x2b\x8a\x23\xe4\x15\x26\x1d\x13\x53\x09\x13\x75\xba\x08\x35\x26\x94\x06\xd0\x9b\x58\x9d\x14\x2e\x03\x50\x6a\xbd\xe2\x4f\x96\x85\x99\x4f\xe7\xed\x02\xb0\x17\x15\xf2\x2f\xa1\x9a\xe7\x91\x11\x72\x52\x81\x01\x9f\xe8\xe6\xc5\x93\x83\x33\x07\x69\xc6\x3b\x0c\xe2\x44\x45\xad\xa6\xe9\x9e\x50\xe9\x09\x8c\xa9\xf7\xc4\x08\x20\x16\x10\xa0\x47\x3a\x52\x89\x22\x7b\x50\xdd\x0a\x33\xae\x46\x28\xae\x7c\x39\xa7\x84\xea\x2a\x45\x0d\xa6\x9d\x49\xfa\x13\x46\x2c\xcb\xf5\x38\x94\x96\x4d\x9e\x02\x26\xee\x57\xb9\x0d\xa8\xa6\x52\xe6\x07\x61\x6c\xd5\xaf\x3c\x24\xd0\x59\x0b\x7b\x8f\x4a\xb2\x99\x46\x92\xcc\xd4\x58\xaa\x06\xc5\x33\xfd\x68\xa6\xc6\xee\x47\xaf\x6d\x1d\x32\x80\x5f\xaa\x02\x35\x76\xff\x94\x4f\x0e\x43\x3a\x9e\x02\x5a\x46\xd9\x20\xe7\xe8\xd2\xf6\xfb\x0e\x5c\xe1\x3b\x34\x4f\x08\x35\x69\xbf\x84\x89\xb0\x2b\x46\x2f\xe8\x3c\xe5\x80\xd1\x02\x01\xc8\x60\x7f\x83\x65\xe2\x7a\x03\x8b\x19\x49\x65\x31\x31\xea\x00\xa1\x60\xa3\x08\x02\x3c\x56\xe4\x52\xa4\xb8\x83\x71\x4a\xe1\xee\xf4\x49\xb9\x39\x71\xf2\x24\xce\x0a\xa6\x75\x94\xc8\x49\xea\xc8\xca\xef\xac\x48\x81\xc1\x73\x61\x1d\xdc\xcf\x5c\x6f\xdd\xa1\x05\xa0\x45\x21\x7c\xa6\x61\x92\x86\x79\x4f\xe6\x97\xb9\xde\xfb\x43\x67\xf1\xc4\xca\xea\x89\x85\xf9\xf5\x13\x8b\xb4\x8a\x5a\x4c\xb4\x54\xaa\x30\x15\xc1\xc8\x9b\x5f\xa1\x3f\x4c\x27\xe5\x75\x26\xa3\x4d\x8c\x76\x24\xcf\xb1\x39\x3b\x63\x7d\xe3\x97\xaa\x50\x54\xbd\xcd\x3a\x1d\x00\xa0\x17\x04\x8a\xd1\x8e\x2c\x24\x31\xcd\x40\xe1\xa6\xc0\x5c\xd5\x2b\xa9\x31\x45\x82\x21\xd3\x5a\x01\x0f\x2a\xa9\x0b\xc4\x9c\x80\x88\x23\x4b\x02\x62\xa0\x28\x61\x5d\x57\x3f\xfd\x98\x31\x67\xbb\x0b\xce\xf6\x5f\x65\xae\x8d\x97\x56\xc8\xe3\x3a\x29\xe7\xed\x8e\xe1\xef\xfe\x65\xc7\xfb\x43\x67\xa5\xf4\x54\x19\x09\xe4\x2f\x20\xd7\xb2\x48\xdc\x44\xb8\x2b\xb8\x9b\x01\x7a\x49\xef\x5d\x9f\x9e\xc1\xab\x6f\x19\xc3\x70\x65\xad\xa7\x44\xa1\x15\x5d\xc6\x3c\xf3\x83\x4a\xc8\x14\x64\x3c\x2f\xa7\x7f\x10\x27\xbc\x0a\x58\x0f\xd3\xb4\xc9\x8c\x64\x68\xcb\x49\xbc\xa2\x7b\xa7\xab\x91\x60\x33\xd5\x26\x2b\x25\xbd\xf8\x11\x87\xe0\x81\x71\x7f\x40\x1b\x47\x5e\xe1\x14\x07\x4d\x49\xdd\xf6\x69\x35\xd2\x80\xb6\x54\xfa\xda\xa2\x88\x81\x2f\xc7\xeb\x3c\xdc\xe4\x74\x4b\xf0\x2b\xe0\x2d\xde\x52\x39\x43\x0b\x05\xbb\x82\x09\x93\xf7\x68\x98\x82\x44\x0b\x2e\x7e\x96\xd9\x64\xac\x3c\xd8\xa5\xf2\xe0\xd5\x0e\xb9\xc6\x00\x69\x77\x1f\xf0\x12\x13\xb3\x1d\x39\x0e\x96\xd6\xc2\x3c\x65\x69\x4f\x91\x46\xe9\xf1\xde\x2d\x72\xb3\x04\x3c\xa3\xcd\x6e\x18\xf0\x08\x26\x1c\x61\x63\xe2\x41\xfb\xc4\x88\x04\x81\x1c\x26\x66\x6f\xde\x35\x41\xae\x6b\x46\x49\x8d\x45\xf2\x10\xb8\xdf\x3b\xe1\x3d\x34\x61\x3d\x32\x82\x10\xad\x40\x13\xfb\x82\x31\xc2\x4d\x0a\xb0\x01\x89\xb5\xad\x60\xb8\x75\xbf\xe0\xf8\x6a\x54\xfd\x20\xa1\x1a\xef\x40\x5c\x26\xe5\x6d\x0e\x28\xd9\x82\x6b\xb4\x5b\x54\x71\x54\x2c\xdd\xc0\xa6\xce\x59\xdd\x3e\x67\x86\xdf\x37\xac\x90\x93\x52\x4d\x3c\xc3\x8c\x8e\x45\xa4\x71\x98\x96\x2b\x93\x87\x1e\x40\x4e\x12\x9a\xa7\x5d\x09\xa3\x93\xb5\x59\x14\x89\xfd\xa7\x4f\x2a\xa4\xd9\xc4\x8f\xf5\xc0\xcb\xcd\x59\x08\x73\x43\x26\xc9\xc2\xff\xbe\xe8\x84\xdb\xab\x01\x4e\xba\x8b\x45\x6e\x93\x32\x87\x50\x68\x05\xcc\xbe\x0c\x54\x58\x3f\x5c\x31\x41\xe5\x47\xdc\x27\x2b\x10\x33\xae\x72\x48\xfc\xbe\xe3\x3d\xc7\x7a\xa2\x5d\x82\x1b\xdd\x48\x7a\xd8\x4a\xc8\x4f\x0b\x3e\xe1\x10\xde\xb3\xd3\x12\x11\x63\x9a\xf2\xbc\xee\x03\x74\x45\x9d\xa5\x69\x28\x64\x8c\x6e\xc9\x6c\xda\x25\x8b\xe4\xb1\xea\x78\x29\x5a\x34\xeb\x3d\xd1\x36\xda\x49\x1c\xe6\x55\xbb\x9c\xb9\xfd\xab\x64\xa2\x1b\x06\xee\x77\x78\xff\xd7\xc0\x2f\xcf\x2e\x2d\x5a\xa7\xe5\x6f\x1d\xd3\x4d\x6d\xc4\xc4\xac\x87\x6d\xee\xfe\x82\xe3\x1e\x10\x03\xab\xe6\x61\x9b\x7b\xef\x85\x78\x71\xe4\x77\xb6\x52\xd6\xe9\xf0\x94\xb2\x14\xfc\xcc\xc4\x7b\xf8\x44\xe1\x66\xcb\x88\x64\x5a\x4f\xd2\x14\xc1\x48\xd2\xac\xc5\x22\x89\x38\xfd\xec\xf9\xd3\xa7\x80\xbc\xdd\xb5\x76\x66\xd9\xa7\xf4\x1e\xac\xcd\x4e\x5a\x80\x88\x33\x80\xfa\x23\x05\x3f\x56\xcf\x93\xb4\x27\x2e\xf9\x96\x3e\x79\x2a\x0a\x9d\x76\x58\x7d\x83\x35\xc5\xfe\x15\x42\x96\x35\xe8\xff\xef\x7a\xcb\x37\x8f\x75\xf3\x24\xab\x33\xe4\x71\x8f\x22\x8f\x7b\x9a\xe7\x69\x58\x87\xc4\x14\xbf\x7a\xbd\xf7\x40\xf1\xd3\x20\x1d\x12\xa7\x4b\x7c\xca\x4d\xd1\x51\x86\x7d\xb5\xe1\x1b\x7a\x08\xa2\x19\xcf\x09\x1e\xe8\x9c\x44\xc0\xe6\x32\xd2\x4a\x8b\x19\xf2\x24\xb6\x0a\xac\x97\x9c\xb2\x1c\x22\xc9\xa6\x94\x3d\xc4\xda\x2d\x1f\x79\x1c\x79\xdb\x24\xb9\x5e\xc3\x37\xaa\x0d\xe1\xbe\x6a\x92\xdc\x35\xca\x9d\xbc\x6f\xa0\x0b\xe5\x2a\xe4\x50\xe1\x6f\xef\xa7\x27\x0c\xe0\xde\x02\x35\x1c\xc4\x56\x48\xaa\x59\x44\xc1\xc8\xd1\xaa\x94\xbc\x12\x78\xde\x8c\x33\x2f\x74\x06\x71\x40\xa3\x50\xf0\xa9\x53\x45\x44\xb7\x61\xc2\x97\x4a\x38\x0c\xbc\x91\xb3\x59\xf4\x23\x8c\x29\x67\xf5\x16\xdc\xe6\xca\x3a\xa2\x14\x63\xb0\x14\x72\xab\xa3\x04\xb9\xb0\x72\x56\x88\x53\x6d\xde\x4e\xd2\xde\x94\x4f\xd7\x44\xff\xb0\xb3\xb8\xbd\x00\x5b\x1f\x78\x04\xb3\x0f\x0a\xdb\x73\x53\x8e\x81\x45\x54\xce\x9c\x0c\xce\x82\xfb\x29\x4f\xa4\xc4\x2c\xc6\x5a\xa0\x84\x02\xa2\x6d\xda\x66\x88\x25\x2d\xfa\xa9\x1a\x44\x98\x4e\x88\xb8\x16\x97\x85\x47\x71\xf6\x0c\xcf\x8f\x98\xb2\xa8\xd3\x62\x8a\xb3\x42\xdc\x54\xbc\x16\x10\xf0\x4f\x73\x64\x77\xae\xcc\xeb\xc5\x3b\x2d\xeb\x57\x5f\x35\x22\xd6\xf4\xc9\xdf\x55\xc8\x7e\x7e\x1e\x99\x08\xf7\x0b\x15\x32\x7f\x49\x3b\xe3\x84\xfc\xd2\xda\x10\x6f\xaf\xa8\x0a\xad\x6d\x20\x2f\x07\xb9\x09\x50\x51\x30\x18\xce\x4c\x9c\x5f\x63\xa9\xb5\x13\x46\x8e\x41\x07\x19\x35\xba\x62\x40\x2e\x19\x66\x34\xa9\x81\x02\x31\x48\x9b\xa4\x0a\xcc\xe1\xa4\x9b\x03\x20\x47\xd2\xd0\x18\x32\x87\x1a\x85\x49\x8e\x46\x3c\x6e\xa2\x46\xee\x05\x5d\xde\xc5\xf4\xac\x90\x00\x01\xed\x7d\x90\xe9\x17\x15\x83\x60\x2d\x7b\xd6\xca\x1a\x36\x15\x25\x2c\x50\x5a\xd6\x11\x8d\x4d\xf9\xe4\xe7\x1c\x75\x50\xdd\x0f\x6f\x93\x5a\xbc\x6f\xd2\xb5\x3c\x53\x4c\x79\xae\x45\xc3\x62\xbe\xe5\x44\x0f\x3a\x28\x1b\xe5\xc9\xb5\x86\x3f\x4d\x5b\x61\x9e\x55\xc5\xbe\x44\x04\x0c\x09\xd8\x67\x3b\xc5\x4c\xf9\xe4\xfb\x2a\x64\x52\x6c\x51\xf7\x35\x95\x11\x1e\x73\x83\x86\xb0\x92\x04\x99\x35\x80\x4f\x3a\x92\x69\x1f\xd5\x7f\x7d\xa4\x15\xa6\xd4\xc0\x23\xfd\xff\xb3\xf7\x27\x60\x96\x64\x65\x9d\x30\xfe\xc4\xcd\xac\xed\x54\xb3\x05\xfe\x9d\xff\xa7\xce\x78\x26\x98\xb1\xb2\x9a\x9b\x91\x95\x55\xbd\x66\x2f\x4c\x76\x55\x75\x77\xd2\x5d\xd5\x49\x65\x75\xa3\x36\x0d\x19\x79\xe3\xdc\xbc\x41\xc5\x8d\xb8\x1d\x11\x37\xb3\x6e\x43\xfb\x81\x38\x22\x08\x88\xc0\x80\x5d\xa8\xa0\xcc\x08\xd3\x28\x0c\x0a\x02\x8a\xac\x83\xeb\xb0\x0c\x8e\xa8\x0f\xa0\x0e\xc8\x30\x88\xf3\x3d\x33\xe3\x36\xb6\xdf\xcc\x7c\xcf\x79\xdf\xf7\x6c\x71\x23\x97\xaa\xac\x2a\xd4\x49\x1e\xad\xbe\x19\xcb\x89\xb3\xbe\xe7\x3d\xef\xf2\xfb\x39\x2d\xa9\x8a\x28\x2b\x31\x7b\xaf\x9c\xa6\x1c\x52\x11\x5b\x6d\x3b\x1c\x72\x73\xb6\x37\x2a\x4a\xb4\x26\x8a\x68\x15\x8c\x26\xab\xa8\xfc\xd1\x1e\x8e\xa1\x66\x72\x4e\x45\x85\xb1\x59\xd3\xb7\xd1\x56\xc0\x1e\x9b\xb0\x62\x9b\x5e\x35\x71\x91\x6b\xaa\x51\xc8\xfe\x6a\xeb\x9b\x22\x5a\xb7\xd7\xe3\x7f\x87\x84\x28\x7b\x5b\x8b\x9c\xd8\x17\x5a\xc1\xab\x5a\xc0\x1a\x99\xb8\x0c\x92\xd4\x95\x4a\xea\x4a\xb1\x63\x76\x5d\xb2\x29\x07\x63\x5b\x62\xd0\xe6\x81\x92\x86\xf2\x37\x2e\x52\xf9\x6b\x11\xbe\x9f\x17\x3c\xb0\x9e\x85\x8e\x55\x56\x29\x9c\xee\xee\x46\x4f\x1d\xae\x64\x1f\x26\x35\x37\x7c\x96\xab\x26\x38\x00\xd4\xea\xd0\xeb\x1c\xbe\x1b\x77\x83\xa4\x54\x7b\x86\xad\xfd\xbc\x74\x92\xcd\x6d\x3a\x4d\x8f\x86\xc7\x8b\xbc\x2c\x49\xb9\xac\x05\xe4\xf9\x1f\x9f\x08\x56\x36\xb9\x6f\x3c\x56\x22\xcb\x87\xab\x3d\x47\x74\x57\x39\x4f\x45\x05\x89\x73\x0e\x53\xb6\xc6\xc9\x51\x73\x5e\x2a\x3d\x52\xb7\x27\x24\x57\x47\xf7\xf9\x58\x8b\xdd\xe0\x9c\xd8\xa7\x82\x6f\x9f\x5f\x5c\xb0\x6d\x8d\x96\xa3\xa7\xb2\x9b\xfe\x63\x1e\x59\xeb\x7e\xc4\x0b\x5e\xea\x81\xb5\xae\xf6\xf4\x2d\x57\xd1\x16\xe6\xc4\x4b\xa4\x14\xc5\x1a\x07\xcf\x3d\x3d\x1e\x23\x38\x5e\xaf\x66\x0c\xc7\x61\x29\x8a\x69\x38\x43\xcf\x58\x44\x66\xcf\x80\x18\x48\xfb\x6b\xaf\x9f\x6c\x8c\xce\x30\x88\xaf\xe8\x1f\xfd\xd3\x89\xe0\xae\xda\x35\x04\x2d\x6e\x0c\xe8\x69\x08\x83\xd6\x2f\xbb\x87\x9d\x37\x4c\xb0\xbf\x70\xd9\xfa\xfe\x93\x17\xdc\x7b\xf1\x6c\x7d\x3a\xb6\x73\x53\xae\xbe\x1b\xd9\xf5\xdb\x70\xc5\xea\xaa\x5e\x59\xaa\xbe\xc7\x3c\xb6\x67\xd0\x8b\x4a\x81\x73\x70\x51\xfe\xac\x07\x92\xa7\x49\x57\x74\x46\x9d\x54\x70\x78\x52\xcd\x05\x2b\x2d\x7d\x7b\xdc\x8f\x55\x54\x9e\x2b\x67\xa2\xb8\x9f\x64\x89\xd4\x4d\xa6\x49\x47\x99\xd1\x25\x95\x33\xf6\xac\xf8\x0b\xcf\x61\x01\xb5\x22\x39\xce\x88\x28\x4e\x32\x51\x96\x77\x45\x95\xf0\x3f\xe5\x05\x73\xf5\x8b\xae\xa7\xda\x30\x62\x80\xfc\x93\xd2\x5b\x0f\xf6\x05\xef\x49\xfa\xf7\xd9\xfa\xc1\xa6\x64\x0f\x33\xf7\xb6\xbf\x1c\x2c\x1d\xb7\x2f\x38\x9b\xa4\x89\x51\x52\xde\xb2\x3c\x3e\x54\x5a\x97\x11\x19\x2b\xb1\x9d\x3a\x72\xc8\x9c\xf3\xe0\x2b\x27\xd9\xb5\x8d\x74\xfa\x21\xb2\x97\xcd\x57\x55\xd4\xe9\xf5\x45\x56\xc1\x81\xf0\x0b\x13\xc1\xdd\x4d\x37\x36\x4c\x8a\x88\x78\xfd\x71\x8b\x89\x68\x7f\x04\x57\x45\x71\xc1\xdb\x8b\xc2\xef\x82\xb7\x3f\xcb\xe3\x71\x86\xb9\xaf\xb4\xd8\x9b\x3c\xa6\x9f\xf7\x5f\xe9\x05\x8f\xce\xd3\x1f\x35\xc6\x64\x3b\xcc\x98\xc8\xae\xe3\x22\x59\x53\x24\xce\x80\x94\x47\xbc\x0a\x64\xbf\x24\x87\xb4\x6d\x7f\xcd\x90\xdb\xa4\x1a\x16\xe4\x45\xbe\x4b\x54\x8b\x00\x09\x22\xab\x36\x75\xd8\xe9\xc3\xbb\x99\xae\xb4\x7f\x6b\x30\x73\x56\x73\xe9\xab\x43\x39\x55\xc3\x6c\xb7\xd4\x0e\xf0\xa7\xbb\x71\xcf\xd4\x0f\x7e\xb9\x89\xfb\x7f\xb3\x41\xc2\xdd\xf3\xfa\x25\xa5\x53\x39\x62\x85\xea\x61\x93\x59\x5b\x95\x09\xd9\x63\x4f\xb7\xe3\x27\xc6\x2c\x22\xa1\xde\xa2\x9e\x33\x8c\xb2\x2a\xa9\x46\xfe\xd7\xfc\xe0\xf7\x7d\xf5\x17\x9a\x43\xba\xc9\x79\xa9\x89\x82\x77\xa6\xc1\x36\x4c\x99\x00\x70\xec\xd1\xa6\x4f\xdc\x28\xc0\x8b\x63\xac\x23\x33\xc3\xcc\x32\x95\x24\x19\x58\x48\x40\xad\xfa\x9e\xf9\x53\xf7\x02\x0a\xa7\x82\xfe\x90\x0b\x02\x43\xbd\xa7\x0e\xc3\x13\xf3\xe5\x42\x56\xdd\x70\x9d\xfc\x0b\xf2\xac\x11\x90\xf7\x2c\x26\x58\x24\x51\x4a\x09\xda\x8a\xb3\x2d\x29\xe7\x18\xbb\xf5\x61\x6a\xc7\xed\x0a\x54\x78\x6e\xee\x36\x7e\x6b\x99\xac\x66\x22\xc6\xe4\x86\xdb\x6f\x2d\x87\xdd\x6e\x72\xfe\x76\xc6\xf9\x94\x71\x0c\xab\xab\x0a\xb5\x84\x72\xdf\xb5\xb7\x2a\x08\x10\x27\x36\xc9\xf8\xad\xb1\xe8\x24\xfd\x28\x5d\x5a\xb8\x3d\x3c\xcc\x6e\x8d\x93\xd5\xa4\xd2\xdf\xa3\x4f\x1e\xe1\x2f\xe6\xb3\xfc\xc5\x3c\x0c\x43\xfe\x62\x7e\x33\xc7\xa7\xca\xdb\xdd\xa7\xd4\xbb\x2f\x56\xbf\xf4\x63\xb7\x62\x17\x37\x3e\x5f\x9a\x17\xca\xdb\xc3\xa6\x6b\xf2\xc3\xa6\x28\xd9\x7a\xbb\x7e\x50\x54\xf0\xcc\x80\xbf\x98\x07\xd3\x41\xad\x77\xf4\xa7\x54\x05\x5e\x4c\x05\xe8\x0b\xba\xa7\xdc\xaa\xad\x24\x59\x54\x8c\x96\x16\xb0\x22\xd8\x43\x27\xcf\xe3\xf1\xd6\xbe\x26\x9f\xb0\x1e\xb6\x8a\xb8\x27\xe1\x2f\xe6\xa7\xe4\x3f\x77\xc9\x7f\xce\xca\x7f\x16\xe5\x3f\x27\x13\x39\x56\x0b\xe8\x4f\xa0\xa8\x91\x25\x40\xc3\x04\x62\xaf\x2c\xa9\xca\x5b\xf8\x92\x10\x5a\xb5\x18\xf4\x46\x65\xd2\x29\x43\xb9\x6f\x84\xab\xf9\xda\x4c\x67\x38\x9c\xb9\x5f\x3e\x37\x83\x5f\x0e\x7b\x55\x3f\x95\x63\x67\xea\x64\xea\xd1\x97\x1d\x23\x7b\xe7\x9c\xac\x8f\xac\x8e\xac\x8d\xac\x8c\xac\x8b\x3b\x6d\x66\x8f\x1c\xbd\x8e\xdf\xc6\x67\xef\x49\xc0\x97\x3f\x7b\xe4\xc8\x11\xf9\xe7\xb9\x5b\xf8\x02\x8f\x93\x38\x3b\x54\xf1\x4e\x2f\xcf\x09\xd8\xb7\x13\x0d\x92\x4a\xcf\xdc\xd0\x54\xc0\x74\x14\x8c\x8d\x18\x1b\x95\x17\xf3\xe0\x64\xfd\x22\x63\xa7\x01\xe2\xae\x12\x05\xd9\x29\x15\xbf\x6c\xaf\x10\x82\x0b\x2a\x13\x16\x88\x66\xb7\x6a\xf3\x2c\xe7\x6a\x95\x90\x3f\x86\x16\xb8\x5e\xd8\x7c\x15\xc0\x4d\x0b\xb4\xce\x1f\x7d\xfe\x0d\xc7\xa6\x67\xe5\xc4\xef\x47\xab\x59\x52\x0d\x63\x21\x0b\x29\xd0\xb1\x4b\x5e\x02\x63\xcc\x3f\xc6\xa9\x4d\x7c\x90\xca\x2d\x3a\xe4\x58\xdd\x92\xa7\xf2\x4c\x06\x40\x36\xf0\xf4\xa0\x10\x9d\xa4\x14\x16\x64\xd4\x60\x80\xa0\x0d\x60\x84\x15\x31\x1f\x0e\x42\x3e\x75\x32\x5c\x0d\xe7\xf8\x91\x70\xb6\x8f\x4f\x9a\x9b\x00\x85\xd9\x0f\x0f\xa3\xd4\x57\xeb\xf6\x3c\x11\xce\xd2\x86\x4a\x40\xa8\x49\x97\xaf\xeb\x78\x03\xab\x26\xe8\x2d\x28\x54\x8f\x24\x42\xca\x18\x88\x23\x8a\xb8\x2d\x13\x07\x51\x51\xaa\x08\x26\xe5\x1e\x87\xb8\x0f\xac\x93\x20\x02\x3f\xfb\xb0\x86\xcb\x04\x7b\x28\xc6\xb3\xa4\xe1\x05\x52\x4c\x3b\xf0\x30\xc4\x5b\xe1\xc1\x08\x23\x49\x94\x80\x93\x02\x9d\xdd\x81\xa7\x7b\x75\x0d\x3e\xac\xab\xa6\x3a\x6f\x30\x84\xf3\x6b\xd0\x89\xb2\x3c\x83\x94\x2d\x39\xea\x01\xed\x88\x7d\x11\x65\x64\x60\x56\x33\x6d\x86\xaa\xa7\xad\x0a\xf1\x0b\x87\x80\xac\x87\xb8\x79\xb1\x3c\x7b\x4f\x51\x70\x15\x58\xbd\xcb\x41\x0e\x14\xfc\x3c\xc9\x3a\x05\xc0\x53\x20\xee\x38\xfe\x4e\x32\x7e\x4a\x56\xa9\x2c\xa3\xc3\xe8\x70\x91\x5f\x9b\x63\x9c\x47\xf2\x84\x48\x83\x4d\xfe\xb4\x34\x87\xd8\xc7\x15\xb8\xd3\x2d\xd0\x06\x12\xa5\x1c\x25\x96\xae\x92\x40\xd8\x2c\xc6\x39\x51\x9c\xe9\x19\x3d\x25\x47\x0e\xea\x7f\x18\xb1\xf2\x71\x44\x01\x51\x8c\xf8\x94\x42\xdc\x29\x92\xd5\x4c\x97\x97\x13\x6c\xd8\x30\x4b\x81\xe4\xcf\x20\x50\x25\x25\xcf\xc4\x2a\xb0\x0f\x85\x8c\x9d\x24\x44\x78\x59\xfb\xd9\xf0\x7a\xfd\xbe\x19\x15\xf9\xa1\x60\xf6\xfa\x23\x47\xfa\x01\x3e\x73\x57\xb2\xf1\x53\xc7\x6e\x38\x95\x04\x72\xad\x56\x96\x3a\xf1\xb0\x33\x80\xa7\x4f\x3e\x70\xf2\x0c\x22\x6c\xe1\x31\x3d\xb5\x96\xa5\x86\xf4\x4d\xf3\x88\x7c\xeb\x72\x5f\x56\x7b\xf0\x59\xb2\x56\xca\x52\xd7\x7b\x39\x50\x4d\x25\x2a\xaa\x49\x1e\xa1\xcf\x8b\x42\xae\xb3\x50\x56\x21\x9b\x36\x13\xc4\x36\x2b\x95\x55\x02\x61\x37\x45\x09\x9d\x98\xe6\xd9\x2a\x79\xc1\x46\x60\x20\x59\x17\xc8\x94\xdb\x97\x02\x44\x0a\x3a\xd5\xda\x42\x4c\x0b\x85\xc6\xa6\xfc\xd4\xee\x1c\x0c\xf9\xd4\x52\xce\xa3\x74\x3d\x1a\x81\x04\xaa\xdd\x6e\xe3\x6c\x93\x82\x32\x4e\xba\xdd\xf0\x30\x23\x8a\x19\xb5\xab\x1b\x0a\x69\x00\xf4\x3c\x27\xe4\x1a\x91\x8f\x26\x1d\x82\xc3\xa5\x05\x55\xaa\xe1\x2c\x35\x96\xf6\x7a\x91\x40\x8f\x95\xb9\x54\xdd\x28\x63\x4c\xd9\x72\x40\x81\x44\x8b\x59\xac\xd3\xed\x7a\xf9\x40\x68\x57\x4c\x44\xed\x44\x78\x75\x0d\xcd\x9c\x93\xf6\x9e\x96\x39\x61\x8b\x81\xbe\x44\xfd\xee\x52\x81\x39\xaa\xe1\x87\xf7\xb1\x8b\xb5\x3e\xfa\xaf\xdc\x17\x7c\xd5\xab\x5f\xb5\xd4\x65\xc7\x8b\x03\xfe\x9b\xab\x66\x9c\xbc\xcc\xb6\xc9\x0b\x1e\xc3\xaa\x23\x4f\xb5\x8f\x37\xe7\xb1\xc4\x07\xc6\xa2\x97\xfe\xdb\x24\xbb\x87\x59\x6f\xf8\xb7\x05\x47\xcc\x5f\x4d\x69\xb4\xd4\x31\x49\xc6\xe1\xb4\x50\xf3\x3c\x7e\xb1\xc5\xf6\x2b\xc4\x7d\xff\x33\xad\xcb\xc0\xd2\xf0\xca\x56\x69\x31\x28\x60\x32\x7d\x01\xd4\x4a\x99\x9c\x72\xe0\x11\xec\x13\xce\x85\x0a\xfd\xb1\xcc\xdf\x2e\x19\x05\xc1\x15\x0b\x4a\x62\xa5\xb6\xc0\x4e\x55\x8a\x4a\x85\x20\x02\x70\x35\x08\x9e\x28\xb3\x41\xf5\x06\x51\x11\xf5\x45\x85\xc8\x6e\xa6\x2f\x4a\x05\xab\xa4\xd9\x30\x34\xf5\x9c\x7e\xa0\x93\x83\x21\x50\xc5\xd6\xca\x6f\xc9\x9d\xc2\x2a\x05\xfa\xbb\x4e\xd1\xb6\x1a\xa1\x8f\x10\x8b\x01\xaf\x42\xc3\x88\xfa\xef\xbc\x98\x8c\x80\xf1\xc3\x4b\x90\x8e\x97\xa9\x8d\xa6\xd6\xe4\xd2\x18\x93\xf8\x5c\x6d\x46\x44\x9d\x22\x2f\x31\x65\xb8\x10\xa9\x58\x8b\x32\x0a\xd4\x99\x82\x20\x48\x25\xab\x0f\xb3\x1f\xdb\xeb\x9c\xb4\xb5\xed\x25\x8f\x35\x8b\xca\x19\x43\x1d\xe7\x7f\x7d\x4f\xb0\x3e\x8f\xe7\x48\x3d\x8c\x16\xb5\x9c\xa2\xa7\xa5\x3b\x2e\x59\x38\x2e\xac\x36\x8f\xf8\x39\x31\x42\xed\x41\xfb\xe8\xd5\xc3\x85\x48\xf5\x91\xf9\x9c\x94\xd4\x99\x8e\xa4\xb9\xe0\x4d\x9c\x13\xa3\x0b\xde\x7e\xf5\x86\xb3\x76\x3e\x3b\xc9\x9e\xc5\xe4\x03\xfe\x4d\xc1\x33\xcf\x2a\x0a\x08\x28\x43\xef\x50\x86\x35\xc6\x30\x53\xd9\xeb\xe5\x35\x1e\xd3\x85\xfb\x2f\xf5\x82\xca\xb2\x7f\x41\xa5\x0f\x95\x58\x41\x39\xaa\xbd\x64\x80\x06\x0f\x02\x74\x51\xf1\x3e\x98\x88\xa5\x8a\x21\xa8\xe8\xac\xcd\x81\x93\xa7\xcd\x4f\x42\x10\x48\x9b\x9f\xc8\x45\x79\x3a\xaf\xe0\xcf\x90\xdf\x55\x61\x7f\xdc\x5b\xb9\x6e\xf1\x16\xdb\x8b\xe5\xfa\xff\xb5\x15\xfc\x76\x6b\x3e\xe3\x60\x41\x33\xa0\x2f\xfa\xb3\x8a\x39\x49\xf5\x66\x52\xf2\x05\x40\x9c\xa7\xef\x56\x3d\x8b\x09\x40\x16\xa1\xe2\x26\xb2\x3c\x9b\x26\x2a\xe0\x86\x32\xb0\xba\xb2\x1c\xbb\xc2\x9b\x14\xb7\x71\x51\x77\x55\xb2\x98\x7b\x37\x7c\x19\x43\x73\x94\xd3\x8c\x02\x93\x15\x3d\x87\x46\xa9\x57\x21\xc2\x5a\x24\xa8\x78\x50\x54\x0b\xb1\x3c\x8c\xff\x92\xba\x7a\xcc\xe3\x61\x41\xde\x38\x34\xfd\x81\x20\x90\x9a\x15\x18\x04\x37\x83\x18\x7f\xef\x01\x36\x65\x2d\x8d\x62\x25\xea\x84\x6b\xb3\xe0\x0c\x9e\x0d\x8f\xa3\xe1\xee\x4c\x9e\x62\xda\xdc\xcb\x0f\x04\x3f\xed\xd5\x2e\x36\xe5\x57\x5b\x8f\x40\x24\xb0\x8e\xb8\x4d\x32\x60\x9a\xbb\x11\xc0\x4d\xa3\x35\x04\xe9\x80\x6f\x36\x81\xb7\xcd\xac\xcd\x3a\x45\x59\xca\x78\x96\x83\xb2\x03\x1b\x15\x0a\x43\x55\xf8\xd1\xa3\xcd\xf9\x7a\xff\x61\x37\x93\x7b\x27\x51\xb3\x5d\x2b\x68\xf6\x7b\x77\x96\x0d\xf6\xed\x9b\x04\xcc\xee\x86\x45\xee\x34\x2c\xb2\xaf\x72\x2a\xe3\xe0\x3b\x17\xe4\x0f\x37\xb1\xd5\x5e\x4f\xb6\x58\xb8\x81\x5d\xb7\x09\xbc\xda\x86\x62\xe1\x09\xaf\xda\x3a\x9c\xee\x39\xfe\x7d\x3a\x9c\x6e\xc3\xc5\xae\xc3\xea\x6a\xf2\xc5\x0d\xac\xc3\x1a\x30\xf6\x63\xd7\x38\x3b\x3a\xd5\x8f\x62\x8b\x4c\x01\x77\x24\x70\xf6\xf5\xbf\x7e\x30\x78\x53\x6b\xfc\xba\x71\x18\xc8\x2e\xb2\xee\xe3\x61\x89\x08\x9f\x20\x33\x2a\xa9\xd0\x6f\xdb\x89\x32\xcb\xcd\xe0\xbc\xa4\xd4\x74\x8a\x4a\xb1\x68\x02\x41\x0b\x88\x63\x20\x8c\x73\xdc\x58\x6b\x49\xc4\x09\x94\xf2\xf2\xc9\x49\x6a\xdc\xf6\xa5\xe5\xbe\x22\x4f\xc5\x19\xd1\x75\xe4\xe5\xaf\xec\x67\xbf\xe6\x31\x75\xcb\xff\x65\x8f\x4d\x6f\x35\x3d\x28\xd8\x00\xdf\x08\x5e\xe1\xd1\x2f\xe8\x33\xa4\xd3\xbb\xb8\x8e\xd3\x3b\xac\x55\x90\x26\x61\x2a\xf3\x74\x4d\x9e\x6a\xe5\xfd\x79\xea\x14\xc5\x1c\x8c\xde\x03\xc8\x38\x2a\x8a\xbc\x08\xd9\x2b\x3c\xb6\x9f\x58\x38\x4a\xff\xd1\xe0\x36\xea\xf3\x92\x00\x5b\xad\x69\xe0\x80\x6b\x93\x57\x49\x56\xd1\xd1\xa6\xcc\xb2\x99\x65\x33\xdb\xed\x17\xfa\xe6\xae\x84\xdb\x45\x9e\xfb\xe6\x6d\xe3\x3d\x6b\x1b\x7f\xde\x4e\x53\x5f\x36\xdb\xc8\x9f\xf0\xd6\xb6\xde\x18\x96\xfc\xe7\x5c\xda\xc6\x40\x22\xae\x31\xe8\xfa\x73\x13\xec\x38\xb5\x44\x7e\x7d\x3a\x5a\x5d\x2d\xc4\x2a\xe4\x2c\xea\xc6\x44\x83\xa4\x4e\x57\x46\x68\x58\x26\xe2\xe4\x95\x13\xc1\x2d\xf5\x8b\x24\x2f\x22\xd7\xd3\xac\x80\xb4\x52\xb1\x1a\x75\x46\x54\x6d\x47\x98\x7e\xb8\xc5\xae\xa3\x48\x8b\x76\xf0\x9d\x1b\x19\x3a\x28\x00\xd0\x1e\xaf\xe3\xec\x80\x16\x87\xfe\x0d\xc1\xe1\xd3\x36\xd7\x68\xd5\x84\x33\xd5\x50\xc8\x47\x3d\x36\x39\xc8\x8b\xca\x7f\xbf\x4e\x8a\xf9\x29\x6f\xa1\x6b\x63\x4e\x55\x35\xb8\x32\x95\xa4\x0c\xc7\xca\x5e\x5e\x22\x04\x98\x22\x06\xb1\x38\xad\xae\xbb\xee\x18\x58\x21\x56\xa2\xce\xb9\x75\x39\x15\xc0\x56\x54\x25\x2b\x49\x0a\x29\x41\xcb\xb2\xd4\x65\xdb\xe5\x49\x29\x6e\x0e\x34\xd9\xec\xf4\x0d\xd7\x5f\x7f\xec\xfa\x36\x42\xd3\x97\xc9\x9a\x38\xec\x66\xcb\xfc\x97\x83\x0e\x22\xf3\x0a\x1c\x6b\xf4\x86\x5f\xe4\xd9\xb3\xf3\x15\xff\xd7\x0f\x06\x73\xf4\xbb\xee\x7e\x75\xc9\xa0\x6c\xa6\x8e\x4e\x91\x67\xfc\x85\xf9\x8a\x1b\x2a\xf2\xb6\x5d\x84\xd0\x5d\x39\xbd\x9b\xa4\x78\x79\x93\x14\xff\x46\xe1\x81\xfe\xf7\xcd\xa0\x9c\x1b\xd7\x36\xc0\x80\xfe\x72\x33\x94\x73\x33\xf0\xa7\x5a\xd7\x24\x53\x62\x35\xbf\x28\x9f\xe7\xaa\x63\x3f\xb3\xcf\x1a\x38\xd0\x4f\x7a\xec\xba\x8b\x6c\x3f\xa2\x74\xbc\xca\x3b\xde\x10\xee\xa6\x45\xd8\x55\xc7\xfc\xbc\x48\x48\x15\x68\x9a\xd9\xcf\xb1\x69\x8d\x9b\xf8\xef\x1e\x70\xe8\x5a\x3a\xa2\xa8\x70\xdc\x85\x01\x55\x39\x6e\x2e\x2e\x25\xab\x59\x92\xad\x12\xd1\xa5\xff\xd8\x81\xe0\xd0\x09\x03\x29\xc9\xad\xd7\xc1\xb5\x68\x41\x49\x38\x52\xff\x6b\xbb\x98\x4e\xbb\x52\xff\xef\x0b\xcd\xc9\x1b\x95\xb4\x7d\xb5\xc7\xee\xd9\x38\x0e\xf5\xa2\x56\x16\x88\xe1\xdb\xcf\xca\xde\xb5\x96\x94\xc6\x01\xa9\x4a\x91\x76\xc9\xe7\x31\x72\xc9\xa1\xb4\xcd\x23\x64\x2f\x35\x82\x70\x9d\x9d\xba\x5c\x35\x43\x01\xf9\x5d\x27\x44\x91\xa0\x79\x63\x13\x0e\x96\x70\xfb\xdc\x22\x24\xaa\x36\xfa\x6c\x93\xf0\xe2\x1a\xbd\xdf\x6e\x01\x1d\x66\xd8\xbf\xbc\xc6\x81\xcb\x35\x01\x85\x64\x5c\xab\x87\x15\xfa\x7f\x76\x30\x78\x93\x37\x16\xc9\xd9\x89\x06\x72\x72\x19\x2c\x1b\x04\x12\xc2\x80\x42\x0c\xf1\x80\x5f\x56\x64\xa8\x14\x0c\x14\x85\x98\xcf\xe8\x35\x63\x6e\x66\x79\x2c\x42\xc6\xc6\x3e\xa5\x6c\x21\xc8\x2f\x96\x4d\xeb\x23\x47\xdc\xc8\x15\xf5\xf9\x03\xbb\x42\x74\x57\x88\x7e\xf3\x84\xe8\x67\x6d\xd5\xf9\x13\x3b\x56\x9d\x5f\x5a\x57\x9d\xbf\x09\x8a\xf3\xe3\x4a\x94\xff\x94\xc7\x6e\xdf\x46\x6c\xf2\x06\xa2\x04\xa4\xf7\x0b\x36\xd5\xa1\x51\x7e\xcc\x90\xf0\x20\x71\xa1\x14\xeb\x90\x2f\xe6\x83\x61\x6a\xe3\x73\x58\x39\x5e\xc8\x73\x1e\xb2\xcf\x1b\xf1\xfe\x5b\xde\xc6\xe1\x18\xdb\xa8\x2e\x8a\xf4\x1f\xf4\x5c\x4c\xd2\x0d\x83\xda\xc7\x6b\x27\x30\x56\x8b\x28\x05\xd5\x32\x19\x93\x91\x3a\x83\xbe\xcd\x93\x50\x84\xf8\x2a\x25\x5e\x4d\xab\xb8\xf7\xf0\x09\xef\x85\x5b\xef\x19\x77\xf9\x27\x0d\x72\x00\x35\xb0\x66\xc6\xaa\xd7\xbf\xd9\xc1\xf1\xba\xa7\xb2\xef\x36\x9d\x65\x20\x05\xa7\x0d\x56\xbe\x6d\xcd\x72\x30\x07\xc3\xe3\xc3\xb2\xca\xfb\x2a\xa1\xeb\x84\xee\x7f\x25\x90\xdf\xf7\x94\xe0\xd6\x2d\x9e\xb1\x21\xd9\x75\x8e\x53\x37\x2f\xf8\xf1\x33\x27\x42\xca\x8f\xba\xe0\xed\x45\x67\xc2\x05\x6f\x1f\x35\xd6\xd9\x09\x3e\xfd\x64\xf6\x45\x8f\x31\x83\xb8\xe4\x7f\xca\x0b\x3e\xec\xc5\xb6\x9f\xc3\xa4\x0f\x24\x65\x3d\x97\xaa\x03\x55\x34\x12\x6d\x7e\x71\xc1\x45\x70\x0a\x75\x20\x8d\xc1\x92\x70\xb8\x66\x40\xfa\x5b\x05\x2b\x04\x97\x88\xaf\x47\x05\x1c\x03\x7a\x22\x8a\x31\xbb\xbb\x32\x6c\x65\x18\x35\x29\x45\x98\x8d\x68\xd3\x8d\xd2\x52\x38\x60\x12\xec\xdf\xb4\x98\xaf\xaa\x93\xe4\xd9\x73\xb1\x50\xff\xb1\x56\xf0\xc3\xad\xf1\xeb\x3c\x5f\x13\x45\x01\x51\xf7\x36\x4e\x85\xaa\x8a\xce\x79\xa8\x72\x64\xa6\x07\xd9\x2b\x77\xa0\x68\x84\xfe\x13\xca\xd1\x87\x88\xd3\x65\xd3\x0d\x48\x09\x51\x28\x4c\xa9\x7a\xb9\x1b\x74\xb2\x8b\x85\x25\x77\x42\xb9\xf9\xf5\xfb\x22\x8b\x31\xe0\x4f\xe5\xff\x88\x75\xb9\x75\x92\xdb\xc8\x1a\x22\xe4\xa7\xcb\x4d\xd8\x71\x59\x45\x68\xf6\x03\x9c\x90\x3c\x13\x84\x06\xe2\x84\x7b\x7c\x48\xb1\x10\xff\x82\x17\xfc\x2b\x2f\xb3\x4c\xa1\xaa\x68\x79\x0d\xc9\x85\xf9\x97\x5f\xf2\xe3\x6b\xb3\x5f\x7e\xc9\x4f\xb4\xe1\x17\xc6\xda\xc1\x9f\xa2\xa2\xd8\xd2\xda\x1c\x41\x2d\x85\xea\x3a\xcc\x62\xb5\xbb\xa9\xb2\xa3\x8a\x2f\x4b\x51\x5b\xce\xdc\x0a\xab\xf4\xf6\x99\x5b\xe9\xd6\xed\x33\x61\x18\x2e\xcb\x8a\x2f\xe3\xeb\xa6\x57\xed\xea\xff\x81\x94\x6e\xc8\x9e\xf4\xdb\x1e\x7b\xc1\x46\xd2\x6d\x47\x0b\xf6\x01\x4d\x7b\x1f\x0c\x4a\xc5\xcc\xa4\x56\x63\x65\xb8\x99\x20\x66\x4b\xae\x49\xc3\x93\xdf\xe6\x83\x62\x98\x69\xef\x1f\x4d\x05\x98\x7b\xdd\xed\xac\xb1\x90\xf5\x18\x2d\x6a\xff\xf9\xc1\xa2\xf2\x15\x42\x72\x49\x1a\xad\x62\x62\x67\x92\xad\xce\xc4\x49\x89\xbf\xdc\x52\x41\x8b\xc0\xa0\x41\x35\x61\x92\x08\x15\x93\xf9\xc5\x85\xd2\x59\x3c\x8f\x7b\x4c\x89\x0d\xff\x27\xbd\xe0\x47\x3c\xfa\x63\xa3\x09\xeb\xa2\xef\xe0\x2a\x20\xda\x7f\x08\x52\xac\xcf\x84\x2a\xd7\x22\x58\x4e\x95\xc2\x62\x56\x34\x54\xbc\xba\x74\xa4\xa5\xc2\xe7\x6f\xa3\x61\xb7\x2a\xfb\x69\x8f\x5d\x53\x0e\x57\x74\xe9\xfe\xaf\x78\x2c\xba\x22\xa3\xbf\x64\x7d\x25\xf8\x6e\xfb\x9b\x9a\xe3\x78\x1d\xb2\x88\xec\x3b\x4d\x43\xab\x80\x38\xeb\x62\xb4\x17\xad\x89\x90\xbd\x67\x82\xfd\xff\xcd\x09\x6d\xb1\x00\xd5\xf8\xb8\xdc\x9b\xb2\xd2\x7f\xc3\x44\xf0\xe6\xd6\x46\x77\x2d\x2c\x12\xeb\x88\xd7\xa1\x9b\x5a\x8a\x25\x19\x3f\x8b\x09\x94\xc3\x6a\x30\x04\xa5\x5d\x6c\x96\x36\xa8\x5d\x2a\x33\x90\x69\x2d\x7b\x4e\x29\x45\x1d\x31\xa8\xca\x99\x67\xa0\xf4\x96\xf7\x74\xc3\xa7\xa3\x72\xba\x92\x5f\x41\x0c\x72\xb9\xa1\x27\x29\x46\x8a\x65\xb9\xae\x53\x54\x08\xdb\xd9\x61\xa1\x7b\xc8\xfb\x3c\x4e\xca\x41\x1a\x8d\xb4\x7e\x60\x02\x0d\xeb\x5d\x47\xc9\x18\x8e\x0b\x38\x61\xab\x4c\x5c\x91\x99\x80\xfd\x6d\xb6\x66\xf6\x96\xbd\xec\xb6\x8b\x0f\x68\xb5\x43\x1b\xbf\xb4\x27\x38\x3f\x5f\x0f\x51\xfd\x5b\x11\xdb\xf8\x89\x49\x76\xc1\xc3\xe0\xc6\xd7\x79\xc1\x51\xf9\x6e\xa2\x32\x72\x2f\x36\xc8\xf1\x09\xef\xbb\xb6\x48\xa1\xdd\xeb\x4f\x9e\x13\xa3\x8b\xc9\xa0\x1d\x8b\x9b\xd4\xed\x2e\xae\x54\x00\x25\x74\x9e\x13\x43\x69\xef\x44\xaf\x33\x71\x93\x2f\x6f\x05\x7f\xe2\x51\xb0\xa1\xc2\x3d\xfb\x3b\x11\x41\x79\xd9\xc3\x19\x7f\x77\x82\x1d\xdb\x02\x65\xa0\x06\x30\x83\x27\x95\xb7\x4c\x04\x59\xd3\x8d\x5a\x82\xab\x8a\xc0\xd7\xc1\xc9\x75\x0c\x9a\xed\x63\xcf\x5c\xf0\xf6\xe2\x3b\x17\xbc\x7d\x54\xac\xb3\x1e\x5e\xdd\x62\x3f\xe0\x31\x75\xcb\x1f\x6d\x72\xf0\x6b\x6a\x25\x36\x02\x02\xab\xe9\x1c\x75\xa3\xaa\x7c\x23\xb8\x37\xb6\xa8\x29\x58\x9d\xbd\xcc\x63\x54\x55\x7f\x74\x51\xa0\x2c\xaa\x16\x0b\x1a\x13\x20\xb8\x49\x05\xf3\xab\x4b\x4e\xcc\x37\xdd\x5c\x19\xa1\x5b\x1c\xc9\x8f\x70\xa5\xb3\x57\x1d\x74\xc8\x3f\x28\xb4\xa6\x29\xd8\xeb\xcb\x2c\x78\x8b\xf7\xb7\x3c\xd8\x6b\x83\xa0\xab\x5f\xd8\x25\x09\xde\xb5\x9d\xfd\x9f\x10\x1e\xc4\x3e\x6e\xc5\x16\xfe\xa2\xc7\xa6\xb6\x8a\xa1\xfb\x5b\x19\x56\xf8\x03\x76\x58\xe1\xf9\xcb\x18\x56\xd8\x66\xd7\x6e\xa3\x4b\xe8\x73\x17\x4d\xbd\xb8\xf3\x50\x2b\xc6\x9e\x68\xb1\x07\x2e\x55\xcd\x25\x57\xce\x06\x67\x5e\xff\x2d\xad\xe0\xd4\x46\x37\xdd\x60\x66\x73\xee\xd5\x68\x8c\x60\xa2\x72\x5e\xae\x71\x66\x7c\xcc\x63\x1f\xf6\xd8\x53\xf2\x81\xc8\xa4\x58\x3d\x46\x54\xc8\x8f\x7b\xec\xc1\xcb\xa3\xc4\x63\xeb\x9e\xbd\x74\xdf\x69\x2c\x7a\xb1\xc8\x07\x65\x70\x4f\xed\x83\x4a\xb9\xbd\x0f\x2f\xf3\xb5\x63\x4a\x88\x53\x66\xa4\x7b\xae\x47\xd6\x43\x3c\xda\x87\xec\x9d\x07\x5c\x24\xc9\xc1\x00\x4f\x0f\x48\xa7\x99\x8a\xe2\x8c\x58\x83\xac\x5d\xc8\xda\xf8\x9f\xfb\x83\xfb\x9b\x6f\x61\x6f\x6a\xa9\x47\xdb\x1f\xaa\x5e\x3a\x60\x7c\xec\x4d\x35\x8b\x9b\xf3\x2c\x7e\x76\x1f\x5b\x57\x21\xe8\x59\x30\xa5\x43\xd0\x61\x27\xd9\xb0\xcc\x72\xfb\xc8\x39\x1b\xb7\x76\x57\xf4\xef\x40\xf4\xff\x82\xed\x36\xf9\x99\x1d\x12\xfe\x5c\x35\x76\xf8\x5d\x6d\x69\x67\xda\xd2\x13\xde\xf2\xd6\x7b\xc7\x6d\xfe\x2d\xda\x11\xde\x28\x47\x6a\x9b\x83\x76\x80\xcb\xa5\x0a\x27\xe7\x1b\xdc\x73\x82\xb5\xf1\x40\xe4\x6d\xda\xa5\xad\xec\xcc\x30\x15\xa5\x2c\x59\xac\x03\xe6\xd1\x59\x47\xb4\xdc\xc9\x4e\xd8\xe1\xb0\x37\x06\xd7\x9a\x70\xd8\x2a\xe7\x42\xf6\x23\xc4\x23\x0c\xc9\x1e\x14\x72\xb2\x7d\xb8\x58\xdd\x1f\xdb\xef\x70\x15\xd5\x2b\xe4\x62\x26\xca\x2a\xf9\x3f\xb2\xdf\x62\x84\x95\x57\xea\x12\x8d\x52\xae\xd1\x38\x81\x6d\x01\xd1\x43\x0c\x3a\x55\xce\x07\xa2\xc0\xbc\xe1\xcc\x98\x28\xd1\x84\x8d\x65\x14\xb1\x28\x90\xfb\x23\x3b\x54\x61\x94\x52\x37\xe9\x44\x59\xd5\x86\x79\xa3\x8e\x26\xf1\x70\x90\xe2\x81\xb4\x4d\x4c\xb8\x80\x9b\x30\xc2\xbc\x41\xf2\x74\x09\x20\x8e\x10\xc5\x8a\x2b\x9a\x7f\x63\x2f\x7b\x59\x8b\x1d\x88\x06\xc9\x5d\x72\x7c\x4a\xff\x2f\xbc\xe0\xf7\xbc\xf9\xc5\x05\xfc\xb3\x29\x24\x59\xdd\xac\x59\x82\x30\x96\x42\xb7\x42\x2a\x54\xfd\x61\x5a\x25\x83\x14\xbd\x34\xab\x58\x60\xdd\xee\x96\x8d\xa8\xa3\x94\x44\xb4\x48\x8b\x2c\x6a\x1d\x01\x04\xc6\x70\x80\x36\x16\xce\x24\x83\xf7\x75\xe9\x26\x77\x1d\xfb\x38\xe4\x3c\xb8\x36\x20\xc8\x8c\x28\x4d\x37\xb3\x12\x7c\xd0\x63\x4f\x52\x25\xc3\x14\xf2\xdf\xee\x05\xaf\xd4\x03\x0c\x97\xc8\x90\x82\x88\x91\x51\xca\xd7\xe5\xda\xd2\xe3\x0d\xb3\xd0\xd8\xa3\xe4\x8c\xb3\x75\x39\xce\xe7\x33\xb4\x71\x80\xe1\xc7\xc2\xf1\x00\x42\x9c\x4a\xb1\xbc\x5c\x42\xdd\xff\xd8\x63\x07\x8c\x15\xfa\xf3\x5e\xf0\x41\x5d\xef\x5a\xaa\x57\xcd\x3a\x3c\x5e\x47\xe7\x9b\xda\x05\xa6\xe3\x41\xf4\x3c\x09\x19\x0f\xae\x9d\xe9\xe6\x79\x50\x0f\xab\xb6\x6c\xd0\xfc\x50\x37\xcf\x0f\x21\x67\x23\x24\x64\x5b\x03\xb7\x51\xb9\x9b\x34\xf3\x27\x3c\x86\x33\xd8\x7f\xbd\x17\xac\x3f\x20\x8a\x15\xb7\x71\xe7\x1a\xa8\x97\x09\x8e\x71\xa5\x6c\xf3\x34\x39\x27\xe6\xf8\xaa\xa8\xda\xf0\x46\x9b\xaf\x47\x55\xa7\xd7\xe6\x1d\x70\x55\xb5\x79\x1d\x29\x7d\x50\xe4\xe7\x47\x17\x33\x0c\x9f\x7c\xda\xa6\x78\x5d\xe3\x7b\xa2\xff\xfa\xa7\x05\x6f\xf3\xd4\x5f\x96\x43\x47\xed\x65\x84\x0d\x36\xca\xaa\x9e\xa8\x92\x8e\xd5\x83\x3a\x73\xd8\x8e\x65\x4d\xb5\x85\x70\x2d\x2a\x92\x7c\x58\xea\x90\x50\xd2\xce\x80\xa0\x49\x61\xb9\x46\xc4\x55\x91\x2b\x06\x80\xbc\xcb\x5f\x64\xce\x6a\x6d\xae\x2a\xf6\xa8\xab\x2d\xff\xc1\x53\xd8\x9f\x78\x00\xb0\xd0\xbd\x37\xc9\xce\xf9\x5f\xf2\x82\xcf\x78\xea\x2f\x1c\x91\xfb\xcf\xdc\x5b\xd7\xa9\x12\x83\xb0\x3c\xe6\x93\xa7\x30\x01\x7e\x46\x44\xf1\xb4\xac\x4e\xc8\x98\xc5\xe3\x63\x19\xca\x08\xe1\x24\x1f\xc8\xd1\x19\x44\xab\x91\x29\x5d\x03\x9a\xce\x86\x47\x8f\x40\xf2\x7f\x54\xa2\xbd\x08\xb0\x83\x14\xad\xc8\x20\x8d\x32\x72\xa8\xc2\xe1\xae\x9f\x53\xe6\xdb\x6c\x78\x74\x56\xbd\xe6\x6c\x0d\x7f\x3c\xc9\xf6\x4b\x29\x97\x64\x43\xe1\xff\xee\x64\xf0\x1b\x93\xea\x2f\x05\x54\x24\xd7\x33\xb1\x51\x0d\x4b\x51\x20\x68\x3a\x82\xdf\xaa\xe4\x09\xca\x6a\xc8\xbb\x1c\xd4\x60\xed\x12\x41\x89\x6d\x5b\x14\xb5\x39\x1b\xdc\xce\xbd\xa8\x44\x34\x07\x98\x0e\x1a\x81\xd2\x66\x0a\x92\x3d\x3b\x88\x1e\x1e\x0a\xad\x50\x58\xd8\x0d\x49\x59\xc2\x0d\x84\x79\x57\x51\x79\xa4\x97\x58\xfa\x69\xa4\xbd\xb9\xd0\x99\xb0\xa4\xaa\x5c\x56\xb3\x48\x84\x22\x34\x11\xe7\x2b\x65\xb4\xb6\xb1\x30\x69\x6e\x1d\xc7\x5e\xc1\xa3\x02\xf0\x54\x94\x15\x62\x48\x96\x15\x54\x8b\x54\x5c\x05\xeb\xa3\xba\x8c\x5a\xea\xa6\x63\xc8\x76\x77\x7a\x51\xb6\x8a\x30\x52\x06\x93\x2a\xe2\x5d\xb1\xce\xfb\x49\x36\x04\xc8\x14\x39\x81\x11\x29\x03\xbb\xa4\xc6\x5b\x40\xe3\xae\x1d\x50\xe0\x20\x54\xa8\xbd\x09\x20\xdd\xe1\x48\x62\x57\xea\x6c\x7b\xc5\x85\xa5\x7a\x8a\x7a\x9a\x70\xa8\x92\x02\x4e\xfe\x18\x10\xd0\x56\x20\x44\xa3\x7c\x88\xf5\xa1\x88\x02\xea\xca\x2a\x3f\x27\xc8\x09\xaa\xac\x04\x04\xf0\xed\x4e\xb3\x3f\xdc\xc3\xfc\x42\xf4\xf1\xb0\x25\x8f\x48\xc7\xf3\x61\x56\xf9\xbf\xbe\x07\xf2\x73\x6e\xb8\x2e\xf8\xf9\x3d\xe3\xb7\x2d\x7a\x7f\x9a\x5e\xe5\x70\xa5\x94\xa3\x2c\xef\xe1\x39\x2b\x33\x5a\x09\x62\x0a\x60\xd0\x5e\x45\x82\x43\xc1\xfd\xa8\x51\x37\x81\x0e\x64\x12\xa1\xab\x38\x73\x14\xf8\x7d\x4c\x2e\x98\xbc\xd0\xe4\x1d\x68\x94\x2d\xc1\x4e\x52\x9f\xf4\xba\xe6\xaa\x52\x25\x1f\x22\xf7\x6f\x6d\x85\xaa\x11\x48\x45\xb7\x42\x8c\x12\x64\x2a\x20\x60\x22\xf2\x02\x38\xa8\x81\x6e\x45\x61\x50\x51\xe3\xe1\x53\x22\x21\xe0\x1a\x82\xfd\xd1\x58\xf0\x9d\xde\x30\x3b\x07\x2e\x70\x73\xb7\xb2\x00\x27\x81\x23\x0e\x1e\x3a\x6c\xda\x53\x08\xea\x3a\x9c\x8e\xf5\x36\x61\x43\xb4\x24\xba\xa4\x96\xa8\xa3\x45\x9e\xc6\x0a\xb3\x6d\x6d\x36\x9c\xbd\x5e\xd1\xb8\x40\x58\x8b\xfe\x06\x4e\x79\x0d\xaa\x64\x05\x68\x34\xcf\x94\x6b\x45\x59\x25\x7d\x90\x99\xd7\xe2\xd2\x4b\x1e\x11\x8a\xf4\x5a\x81\x35\x84\xfc\x38\x06\x99\xa8\xf3\x8d\xfc\x6e\x21\x60\x8f\xd8\xa8\x6c\x14\xa6\x20\x1a\x0a\xfa\x03\xfc\xe9\x6e\xc2\xd6\xbf\x9a\x18\xe7\x15\xf9\xd1\x89\xe0\x65\x13\x4b\x16\x0f\x4f\xcd\x0b\x80\xc2\xe1\x50\x69\x1d\x9e\x6c\x8f\xb6\x39\x97\xa3\x32\x8a\xf4\x04\x20\xfc\x56\x46\x2a\x5a\x46\xd6\x48\x33\x3d\xa2\x08\x50\x46\x37\x58\xaf\x24\x67\xc0\x03\x37\x34\x11\x01\xc0\x8c\x87\x70\x1b\x24\x5f\xad\x22\x41\xcf\x46\x84\x9e\x61\xd6\xcf\x63\x54\x63\x56\xa2\xce\x39\x25\x32\xc8\x26\xb4\x9d\xdd\xee\x4a\x9f\xf2\x3a\x79\x86\x3e\x9d\xce\x68\xba\x83\xa7\x35\x48\xd9\xd0\x42\xba\x33\xb2\x25\xd1\xcb\x0e\xb0\x7f\xdc\x00\x8d\x73\x92\x76\x8b\x25\x29\x61\x2a\xff\x4b\xfb\x83\x5f\x98\x70\xaf\xe1\xe6\x8f\xaa\xb8\x9c\x55\x71\x5c\x08\xa2\xe4\x21\xf0\xb9\x7e\x3f\xcf\xd4\x16\x02\x34\x2c\x1a\x0d\x2e\x82\x29\x4c\xb7\xd4\xc6\xa4\xd7\xe3\xf1\xa8\xa8\x44\x99\x44\x99\xdc\xf7\xe3\x61\x07\x9e\x9a\xd7\xe5\x9f\xe7\x8b\x58\x98\xc3\x78\x0e\x1e\xab\x39\xc6\xf9\x8b\x18\xe7\xdc\x3c\x3e\xc7\x1f\x7c\x51\x90\x0c\x82\x39\x1e\xcc\x1e\x09\xe5\xff\x85\xb3\xc1\xa3\x6d\xee\x5e\x3c\x1a\x1e\x0d\x1e\x7d\xa8\x0d\xaf\x42\xe9\x73\x80\x2a\xf9\xe0\x8b\x02\xa9\xe8\xcb\xe7\xa2\xa0\xcd\x03\xd9\x8a\x60\x8e\xdf\x74\xc3\x8d\xd7\x43\x11\xea\xe6\x8a\x75\xf3\xd8\x91\x9b\x1f\x7d\x88\x71\xfe\x28\xa3\x2d\x8a\xe2\x6f\xc6\x5a\x4b\xf3\x57\x9e\x75\x61\xe2\xcd\xc1\xd7\xa3\x39\xfe\x20\xd7\x35\x9d\x93\x9f\x6a\x73\x5d\x49\xf8\x9b\x53\x45\x57\xdc\x47\x8f\x1d\xb9\xd9\x7e\xf2\xd8\x91\x9b\xf9\x43\x8e\x2e\xf7\x63\x7b\xd8\x37\x3c\x76\x40\x8f\x94\x54\xe6\x1e\xf3\x16\x16\xed\xb1\x23\x38\xca\x2e\x61\x22\xa2\x37\x1f\x93\x35\x49\x5f\x41\xe6\x55\xc5\x14\x55\x88\x28\x06\x3f\xae\x28\x85\xd5\xb6\x46\x0e\xab\x32\xea\xa2\x59\x33\xcd\x23\xb9\x7c\x90\xd4\x02\x97\x97\xb5\x7a\x87\x55\x92\x26\x8f\xb8\x58\xda\xd7\xb1\xa3\xec\xc8\x96\x58\xda\x6a\x82\xd2\xe0\xb3\x7f\xdd\x62\x4f\xcb\xf2\x4a\xae\xbd\x91\x9e\x10\xfe\xeb\x5b\xc1\x67\x2e\xa6\xd5\x2b\xc3\x4a\xef\xa2\x1d\x4d\x9c\x5b\xeb\x02\x6b\x63\x51\xb4\x70\xf2\xf9\x91\xa8\xb8\xac\x72\xd9\x93\xed\xaf\xa2\xa2\x82\xd0\x2c\xad\x39\x40\x51\xdd\x28\x49\x65\x51\x50\x12\x20\x5b\x23\x49\x3f\x40\xec\x6d\xf0\x68\x2a\xa7\xbb\x7e\xf2\x32\xf4\xd5\x8b\xd9\x1e\x68\xae\x5f\x06\xc7\x16\x4d\x6a\x6e\x8d\x04\xc0\xee\x1d\xbb\x0b\x2f\x02\x13\xa1\x5e\x01\xf9\x31\xf6\xd5\x3d\x4e\x52\x44\x37\xcd\xd7\x49\x76\x69\x7b\xcc\xbd\x52\xc3\x3e\x43\xfa\x8a\xff\xde\x3d\xc1\xa2\x73\x45\x9b\xfa\x08\x58\x8f\x60\xa6\x8d\xe5\x55\x6d\x19\xa4\x98\x8a\xf3\xa2\x33\x04\x0b\x43\xb2\xda\xab\x78\x96\xaf\x37\x32\x1e\x7d\x7d\x82\x7d\xc2\x63\xfb\x1e\x1e\x0a\xa9\xeb\xfa\xef\xf7\x36\x61\xde\x68\xaa\xf5\x73\xf0\xc5\xe3\xb6\xbe\x1b\x14\xcb\x54\xde\x32\x39\x8a\xc6\x33\x94\x35\xf0\x1b\x7a\x34\xe8\x79\x87\x36\x91\x94\x7f\x1d\x98\x81\x67\xbb\xa4\xab\x48\x9f\x92\x92\x2f\x07\xf2\xfb\x22\x58\x0e\xd9\x5b\x15\x49\xc5\x9b\x5a\xc1\x2b\x5a\xe6\x11\x7a\x82\xc8\x24\x80\x60\x22\xd4\x17\x2d\xbb\xc5\xd6\x1d\x39\x1c\xe4\x10\x77\x92\xac\x45\x29\x2c\x98\x1e\x9d\xd1\x22\xa2\xbc\x19\x66\x55\x92\xe2\x02\x51\xd4\x42\xea\xdd\xbc\xa0\xa7\xf0\x64\xdb\x47\xe5\xad\x10\x08\x8e\xad\x6b\xb6\xc3\x0a\xa1\xed\x55\x16\xd8\x64\x16\x7c\xc2\x5b\x66\x4f\x77\x4c\xa1\xc3\x0c\x48\x02\x16\xfc\xbb\xa6\x79\x9c\xc8\xf3\x7a\x3f\xc9\xa2\x2a\x2f\xe6\x00\xff\x95\x71\x1c\x89\x72\xba\xca\xa7\xad\xfb\xe2\x8e\x11\xca\x72\x6a\xd0\x1c\xa7\x59\xc0\xd8\x87\xf6\x3b\x68\x5b\x63\xa6\xd0\x5d\xa3\xe3\xae\xd1\x71\xd7\xe8\xb8\x6b\x74\xdc\xa0\x7e\x9f\xd8\xc3\x9e\xb5\x45\xc4\xd5\xdd\x52\x9e\xc8\x15\x93\x2e\xe6\xf1\x3c\x3d\x20\x0a\x4d\x65\xe1\xff\xef\xc9\x40\x6c\xf5\x50\x3d\xdc\xbc\x8a\x2a\x3a\x3a\x6e\xf0\x26\x97\x8a\x21\xe4\x3b\x4a\x71\x01\xfb\xba\xda\x4e\x2f\x78\x94\x0d\xe4\x48\x85\xbf\x9e\x60\xef\xf4\x98\x2f\x8f\xde\x67\x8b\x28\x2b\x91\x66\x23\xe9\x0b\xff\x0d\x1e\xbb\xf1\x12\x5c\x8f\xf2\xdd\xe0\x7b\xc6\xcb\x73\x0e\xf9\xc0\xd0\x48\x9b\xad\x62\x2f\xd0\x4f\x2b\x98\x70\x29\x13\xc8\x94\x5a\xe5\xca\x9a\xc6\x56\xd9\x3e\x32\xe4\xf8\xcf\x0b\xee\xa3\x9f\x38\x3b\x7a\xc3\x7e\x94\x4d\x4b\xe5\x0d\xd4\x24\x71\x7e\x90\x46\x99\x22\x8d\xd3\x1e\x75\x0a\x4d\xb6\x92\x51\xcd\xa7\xed\x31\x5e\x64\x7b\x0b\x11\x95\x79\xe6\xdf\x19\xdc\x8c\xbf\x54\x1b\xe8\x2f\x15\xa4\xa7\x1b\x71\xa8\xa4\xe6\xe9\x02\x1d\x63\xd3\x92\xce\xc7\x5a\x08\x6e\x2d\x35\x9d\x8e\x1a\x59\x93\x59\x65\x7a\x65\xea\x2c\xe4\xd2\xdc\x19\xa5\xa5\x68\xf3\xfb\xd1\x7a\x73\xd8\x2e\xf4\x66\x52\x27\x66\x83\x7f\x02\x58\xe8\xee\x8c\xb1\x42\x0d\xe3\xb1\x16\xbe\x7f\x2f\xfb\x27\x8e\x42\x98\x17\x71\x92\xe9\x3d\xf0\x5e\x11\x95\x02\xbc\x7f\xaf\xd9\x1b\x4c\xe9\xbf\xc8\x93\x3f\x4e\x72\x72\xaf\x31\xe2\xaa\xd9\xf5\x3b\x7b\xd8\x5b\x41\x62\x65\x62\x1d\x26\xd5\xeb\x3c\x76\xeb\x25\x4c\xaa\x53\x49\xa7\xc8\x61\x66\x9d\xd1\x65\x61\x3d\x2a\x24\x19\x15\x2e\x30\x73\x0f\x4d\x39\x50\x2d\x34\x49\xf7\x22\x1a\x1b\xf2\xf5\xe3\x5c\x84\x1a\xb3\x57\x78\xec\x60\xd4\x01\x45\x04\x2a\xf9\xc8\x0e\xeb\x38\x67\x15\xb6\x59\x2d\xb1\x66\xeb\x51\xc9\xe9\x85\x38\x64\x82\x3d\x19\x2b\x8f\xb1\x9a\xd5\xc8\x5f\x0a\xee\x74\xaf\xb8\x1b\x71\xa2\xae\xd2\xdc\xb1\x9b\xee\x7c\xc8\x99\x8a\xbf\xee\xb1\x6f\x81\xab\x27\x48\xd1\x5d\x02\x50\xea\xd2\x7f\xb7\x46\x26\x7a\xcc\x6b\x7a\x00\xdb\x13\x2b\xf5\x58\xe9\x7c\x71\x12\x83\x25\x1d\x36\x00\x6a\x58\x26\x50\xf7\x59\x8f\x12\x30\x56\x75\x73\x29\xa6\xa9\xa9\x10\xda\xa9\xd8\x66\xfa\x22\x2a\x81\xec\x92\xb4\x01\xe8\xae\xbc\x8b\x03\x86\xb4\x4f\x22\xe6\x67\xd4\xc8\xbb\x06\xae\x82\x3d\x15\xbe\x67\xc4\x4d\xe9\x3f\x5f\x35\x62\xa1\x7e\x6b\xdc\x76\x5b\x59\x37\xad\x09\xb3\x22\xaa\x75\x21\x32\xea\xcf\xd2\xfd\xe6\x05\x17\xac\xd5\x64\x50\x52\x44\xd5\xd2\xc2\x09\xa0\xdb\x81\xb0\x9f\xff\xb2\x3f\x38\xe6\x5c\x69\x44\x6a\x55\x0f\x6c\x1e\xd4\xf3\x81\x5d\x60\x8c\x1d\xc7\xa5\xa6\x2a\x2a\xaa\x13\xfc\xa3\xa4\x31\x2a\x4a\x8d\xc5\xf6\x71\x39\x37\x9c\x01\xbb\xa1\x50\x3b\x08\x85\xfa\x4d\x3b\x14\xea\x57\x76\x18\x0a\xf5\x7d\x3a\x0a\x16\x7d\x63\xca\xdb\x7b\x95\x22\xa4\x9e\xf0\xba\x5b\x07\xf8\x1c\xf7\xe7\xb7\xca\x5a\x76\x24\x49\x23\x64\xcf\x37\xf6\xb3\xd9\x4d\xa6\x66\x73\x76\xb7\xff\xbe\xfd\xc1\xf1\xe6\x5b\xe3\x3a\xca\xb6\x08\xcd\x62\x17\x8c\x62\x1f\xfb\x86\xdc\x66\xe1\xde\xc9\xa2\xc8\x0b\xff\x0b\x9b\x81\x2f\x35\xd7\x1a\x5e\x0c\x7e\xda\x3b\xab\x14\x49\xf4\xec\x89\xac\x93\x0f\xa5\xf4\xb1\x52\x56\xaa\xb1\x8c\x72\x29\xe4\x46\xae\xe5\x66\x08\x47\x4f\x93\xd0\xbb\xad\x74\xf5\x6d\x25\xa9\xb3\xf7\x18\xaa\xb6\xd8\xff\x97\x5e\xf0\x2f\xbc\x05\x27\x83\x85\x52\xfa\x93\x92\x97\x43\xa0\xe7\xea\x0e\xd3\x74\x64\x88\xc8\xae\x52\x3d\x9d\xdc\xca\x4f\xb4\x98\x1f\xe9\x31\x3d\xa5\x56\xde\xcf\xb6\x82\xd7\xb4\xee\x1f\xe4\x99\x55\x55\xfa\x4a\xdb\x09\x03\x28\xf9\x40\xfb\x5d\x74\xc6\x8d\x9d\x79\x61\xb3\xc9\x35\x55\x15\xf5\x09\xe5\x0b\x22\x57\x4f\x92\x55\xb9\xed\x61\x7d\x6e\x94\x54\x77\xe6\xc5\xbc\x46\x0f\x38\x05\xee\xb0\x4e\x94\xa6\xe5\xd5\xea\xb6\xc7\x6b\x27\x42\x6b\xae\xc3\x3c\x47\x40\x83\xab\x30\xcf\x1b\x90\x13\x76\x3a\xcf\x2f\x0a\x8c\x81\xbd\xdd\x63\xf7\x5f\x72\x9a\x65\x2d\x38\xfb\xbe\x02\x9d\x92\xf3\x72\xcb\xf5\x4f\x07\xf7\x6e\x76\xdf\x4d\xf7\xab\x3d\x89\x86\x4c\xda\x63\x61\x07\x0f\xd9\xbf\x77\x3d\x6c\x2a\x7c\xf9\x8c\x00\x9b\xda\x92\xa8\x40\x5b\x7b\xe7\x81\xa0\x76\xa9\x49\x5d\x33\x4f\x6c\xa0\xa8\xbd\x62\x37\x81\x68\xc7\x8a\xda\xfb\x3d\xa5\xa9\xfd\x9c\x17\xe4\xf7\x92\x76\x66\x77\xfd\x36\x89\x50\x75\xe6\xf2\x7a\x5e\x9c\x4b\xf3\x28\x2e\x67\x3a\x3a\x7e\xb6\x9c\x29\xb0\x44\x59\x19\x73\xd9\xd6\xfd\x66\xd8\x34\x7b\xe6\x96\x71\xf0\xa6\x62\xbb\x4a\xdf\x0e\x94\xbe\xcf\xd8\x4a\xdf\xc7\x77\xa8\xf4\x7d\xbf\xd7\xac\xf5\x5d\xcd\xc6\x3d\xe1\x7d\xf7\xd6\x9a\xdf\xf5\xfe\xb1\x69\x27\x5a\x5b\xe9\x7b\xae\x2c\xaa\x67\xff\xbc\xf6\xa2\x18\xb1\x50\xd3\xfb\xe2\xde\xe0\x82\x57\xbf\xba\x75\x7e\xed\xd5\xa2\xc5\xaa\xd1\x58\x3d\x9d\x4a\xdd\x90\xc7\xea\xd5\x7b\xd8\x27\x3d\xd6\xf4\x98\xff\x73\x3b\x24\x47\xca\x1a\x0a\xad\x93\x35\x5f\x4e\x7a\xa4\xcb\xca\xc7\xf5\x17\x36\x1f\xd7\x7f\xbe\x1c\x7c\x5c\x6f\xbb\x7a\x7c\x5c\x6a\x4a\xd5\x89\xdb\xae\x38\x4f\x57\xb8\x63\xa2\xae\x1f\x6d\x39\xf9\xd1\xca\xcd\x8e\x8a\xdd\xe9\x3c\x16\xf3\x5d\x18\x85\x91\xff\x35\x2f\x78\xfe\xf8\x65\xad\x18\x74\xf2\xac\xac\x8a\x28\xc9\x94\x6f\x15\xfd\xb1\x80\x39\x92\xe5\xb1\x06\x1b\xc1\x83\x04\x79\x72\x91\xea\x97\x4c\xe8\xae\x31\x76\xc4\xd6\xd9\x7e\x82\x98\x88\xfd\x73\xdb\x08\x0d\xb0\x79\xb9\x82\x39\xe5\xab\xb5\x60\x47\x7a\x72\x88\x81\x9f\x6b\xac\xb2\x4a\x89\xef\x8b\x2a\x64\xbf\xfd\x0f\x1c\xbe\x79\xb5\x63\x4a\xd1\x23\xba\xc3\x74\x49\x20\xb3\xf6\xcf\xfe\x83\xe0\xa6\x79\x5e\xbb\xba\x09\xad\xb6\xf5\xa4\x3c\x78\xaa\xa9\x75\xc1\xdb\x5f\x89\xfe\x40\x6a\x3b\x17\xbc\x83\x84\xa0\x3e\x46\xa7\xfd\x91\x6f\x65\x3f\xd2\x92\x1d\x02\xf2\xb5\xf4\xbf\xbf\xa5\x8c\x86\x7f\xea\xa9\x8b\xea\xdb\x0a\x95\xcd\x8e\xad\xa4\x27\x68\x2d\xe2\x2c\x3e\x4b\x9f\x55\x81\x38\xe8\xec\x56\x65\x29\x68\xab\xac\x34\x44\x96\x48\x0f\x99\x64\x72\xc1\x54\x89\x21\xb7\xaf\x14\xc1\xa9\x2a\x12\x93\xe3\xa5\x94\x5e\x4b\xe2\x61\x94\x9a\x72\x81\x47\x91\xf8\xac\xac\x08\x60\x65\x18\x86\x48\xcd\x61\x66\x79\x62\x63\x0b\x4b\x6b\xd6\x35\x6c\xfe\x5c\x8b\x7d\x4b\x41\x09\x45\x77\x27\xf2\x70\x32\x82\xe8\x0e\xff\x0d\xba\x77\xfe\x97\xd7\xf4\x80\xea\xa9\x7e\x74\x3e\xe9\x0f\xfb\x4e\x4f\x51\x66\xa1\x45\x08\x29\xe7\x85\x9c\x2b\x18\xd4\x4a\x1d\x63\x8d\x26\x20\x77\x50\x92\x63\x0f\xbf\xa2\x22\x8d\xdd\xab\xaa\xc1\x68\x96\x00\x01\xab\xbe\x86\x11\x94\x35\x0e\x50\x13\x37\x84\xbe\xd0\x78\x6c\xb6\xd1\xf6\xea\x22\x78\xe9\x98\xef\xd9\x23\x6e\x7f\xbd\xc3\x16\xb2\x6f\xbe\x1c\x42\xf6\xf3\x9e\x2d\x64\x23\x92\x9a\x0f\x0f\x45\x31\x02\xd8\x32\xdc\x39\x6c\xfa\x72\x20\xb6\x27\xbf\x14\x4c\x09\x0e\xa7\x44\x60\x17\x87\x55\x68\x1e\x90\x9b\xb5\x5a\x1a\x87\x48\x22\x5f\xbc\x16\x2d\xab\xb1\x96\x88\x75\x50\xa7\xa5\xfc\x97\x67\xfd\x69\xb2\x5b\xcf\x60\xa1\x33\xcf\x80\xff\x4e\xeb\x08\x65\xf6\x37\x2d\x66\xaf\x45\xff\x1b\xad\xe0\x4b\x2d\xeb\xc2\x26\x44\x0c\xd8\xdc\x55\xf9\xdd\x8c\xa4\x9e\xbd\xf4\xf1\xa8\xab\x9e\x85\x26\x03\xde\x99\xe2\xce\xac\x4d\x2e\x8a\xfe\x2f\x55\xd0\x35\x84\xc5\xab\xdd\x28\x13\x95\x6c\xd5\x98\x5b\xa5\x14\x90\x43\x11\x97\x5c\x2a\x35\x27\x4e\x2f\xcd\xf4\xf2\xb2\xb2\x02\x01\xba\x79\x9a\xe6\xeb\xd8\xcb\x40\x29\x9d\xcd\xc9\xee\x9e\x56\x62\x6b\x1a\xf7\xca\xd0\x6a\x71\x48\xd3\x2b\x2c\xd7\x3a\x61\x07\x33\xbd\xc3\x34\xef\x40\xbc\x81\x28\x04\x0f\x1a\x0a\x08\xc0\x61\x12\x65\xc0\x12\x4a\xe7\x78\xab\x71\xdc\x9c\x60\x1c\x87\xcf\xcf\xb6\x98\x16\x8a\xfe\x5b\x5a\xdb\x08\x4c\x5b\xcc\x63\x25\x7b\x00\xaf\xf2\x4f\x3c\xf5\xbe\x1a\x29\x3b\x08\xd8\x75\x3b\xc2\x3c\xb3\x57\x7b\x87\xc2\x7a\x93\xae\x94\x75\xc3\x6e\x37\xe9\x24\x68\x36\x54\x42\xac\x00\xc3\x03\x85\x05\x9d\x54\x9a\x65\x59\x45\x7d\x20\xb5\x1e\x56\x4d\x8d\x85\xe2\xbb\xc3\xb4\x2b\xff\x0b\xf3\xc2\x15\x97\x24\x15\x87\x59\xf2\xf0\xd0\x72\x95\xe9\xb3\x52\x21\xca\x4a\x8d\xb0\x3d\xa3\xd8\x57\x3d\xf6\x64\x3c\x15\x2d\x29\x04\xa2\xcf\x79\x6c\x6e\xcb\x33\xa0\x55\xc8\xfd\xce\xeb\xc1\xeb\x3d\xb7\xbc\x9a\xc2\xbd\xe1\x8b\x6e\x3f\xca\xd6\xe5\x23\x54\x3c\xb0\x3c\x9c\x94\xe3\x22\x14\xdd\x8d\x91\x91\x98\x30\x6d\x62\x48\xd0\xd4\xdb\x14\xfb\x5f\x13\xec\x5b\x50\x81\x38\x9e\x46\x49\x5f\xdd\x28\xfd\xaf\x4e\x04\x6f\x9e\x68\xba\xe3\x06\x62\x74\xe4\x3d\x5a\x01\x20\x98\xe4\x38\x5a\x71\x4f\x1a\x79\x01\xe5\x69\xf3\x44\x6d\x5a\x8b\xfd\x68\x00\xb4\xa9\xb5\xf5\x88\xd1\x2b\xea\xb3\x10\xd3\xb6\x1e\x51\x1f\xa9\x1d\x65\xdc\x2f\x1a\xc9\xba\x85\xfc\xe4\x9a\x14\xa2\xf0\xae\x9b\x7d\x61\x31\x42\xa2\xb3\x14\x03\x92\x40\x6e\xca\x4a\x4c\x11\x10\xce\x61\x52\xb6\xd0\xe0\x98\x64\xf0\x94\x4a\xce\xd0\xd8\x95\x95\x56\x02\xe6\x9b\x3e\x56\x45\xe7\x44\x09\x7c\xde\x22\x06\xac\x0c\x90\xea\x51\x36\xa2\xc2\xcb\x7a\x39\x6d\xb4\xa5\x6a\x8d\x40\xd6\xc4\x09\x4e\x99\x63\x37\xb1\x1b\xb6\x5e\xcf\x88\xd0\x27\xb2\xea\x01\x33\xac\xec\x83\x93\xec\xe9\x83\x3c\x3e\x05\x02\xa5\x2f\xb2\x6a\x31\x4f\x93\xce\xc8\xff\xa9\xc9\xe0\xf5\x93\x0d\x37\xd4\xb0\x61\x7c\xa7\x1e\x72\xb5\xbe\xc9\x2a\x09\xf5\x88\x52\x3a\x09\x0e\x07\x6d\x9c\x8d\x88\x2b\x85\x14\xdc\x71\xc9\xf3\x0c\xf5\x58\x88\xaf\x85\x07\xe8\xec\x0a\xec\xe9\xee\x0e\x3c\xc0\xaf\x27\x25\x5f\xbe\xaf\x80\x30\x66\x88\x26\x5e\x6e\x93\xa8\x1c\xab\x49\x92\x29\xa2\x75\xcc\x38\x89\x45\xc1\xa7\xa4\x3c\x3d\x42\xb9\x25\xf2\xf7\x2c\x00\x58\x1e\xd6\xe9\x30\xd6\x9c\x84\x15\x07\xae\x6b\x0c\x97\x34\x87\x5d\x13\x69\x0c\xbb\x4b\x47\x67\x60\x29\x14\x54\xab\x11\x8a\xd0\x87\x2a\x67\x65\xbe\x81\x00\x1d\x0c\xf2\x32\xa9\x04\x56\x0f\x1b\x1c\xa5\x60\x9c\xab\x92\x35\x61\x37\x7a\x31\x2a\xa2\x34\x15\xe9\xb2\x4d\x51\x8a\x6d\xc5\xe2\x13\x8c\x55\x95\xcf\x20\xd1\xb7\xda\xf3\x95\xee\x8a\x63\xa1\x99\xbd\xa3\xa4\xd2\xe8\x94\x79\x46\x77\x81\xb5\x1e\x8a\xc6\xd0\x28\x50\xa9\xb0\xf6\x72\x49\x74\xdc\x20\x82\x7f\xbd\x87\x7d\x57\xc3\x44\xbb\x37\x8f\xe2\x3b\x28\xa8\x7c\x21\x5b\x2d\x44\x59\xfa\xff\x6b\x32\x78\xad\xd7\x70\x63\x2c\xa4\xcc\xf2\x31\xa5\x79\x14\x4f\xab\xe8\x74\x9e\xd0\x0b\x60\xdb\x9a\xe3\x55\x11\xc9\x4d\xc4\xe4\xe1\xa8\x0d\x5c\xa9\x01\x26\xf2\xbd\x54\x90\xec\x99\x5b\x88\x7b\x3a\xfa\xe2\x04\x7b\x11\xdb\xaf\x36\x75\x3f\x0f\x56\xee\xa6\xdf\xe0\xa3\x11\x95\x8e\x98\xdf\xa0\x4e\x56\x58\xfe\x89\xd3\x4b\x7c\x25\x92\xa7\xb0\xa9\x6a\x34\x48\x3a\xc0\x47\x3f\xff\xdc\x25\xf7\xf5\xd2\x89\xe3\x79\x11\x6b\x25\x03\x7f\x18\xf4\x16\x16\x2f\xfe\x83\x0b\x8b\xe3\xdf\xbb\xeb\xf8\x49\xb9\xae\xee\x1b\x88\x6c\xa9\x8a\x3a\xe7\x36\xfb\xf8\x1f\x7a\x2a\xea\xfc\x77\xbc\xe0\x61\x48\xbc\xa8\x47\x13\x76\xf2\x22\x86\x81\x51\x1d\x8c\x41\xf9\xf2\x6c\x51\xca\x43\x05\x84\x36\x22\x99\x94\xc2\xbb\x4c\xb2\xa6\x11\x41\x39\x9b\x71\x91\x55\xc5\x08\x96\x69\xb5\x7d\x5b\xab\x51\x4e\x0a\xf2\x4e\x3e\xe1\x3d\x83\x7d\xab\x63\x5d\x93\x75\x9e\x86\x98\xa8\x03\xfe\xbe\xa8\xca\xfb\x49\x87\xb1\xaf\x1e\x60\x47\x1b\xca\x59\x42\xf7\xcb\x7d\x4b\x75\xe9\x48\xec\xf1\xef\x3a\x10\x1c\x75\x78\x99\xf5\x0b\x0a\xf1\x14\x6c\x40\x78\x04\xd7\x06\x24\x67\x62\x7d\x63\x3f\xfb\xa8\xc7\xf6\x76\xcb\xb3\xb2\x4a\xef\xf3\x82\xb7\x7b\x77\x26\xa9\xc0\x84\x24\x88\x5f\x86\xf5\x8a\x2a\xfb\x29\x3a\x35\x47\xbc\x5b\x7b\xa6\x1c\x0e\x64\xe7\x1a\xa5\x4f\x4e\x55\xe5\xa4\xc9\x56\x75\x82\xd3\xc9\xf3\x21\x0f\xc4\xf9\xea\xba\xa0\xcd\x83\xf3\xdd\x52\xfe\x27\xab\xba\x65\x10\xf2\x85\xbe\x54\xb6\x12\x79\xfa\x01\xc3\x71\xa1\x33\x72\xf1\x05\xa9\x9d\x59\x07\x45\x67\xad\x9f\x97\x27\xe5\x28\xbe\x2f\x4b\x47\x7e\x1a\x3c\x7f\x0c\x8e\x99\x4f\xc9\xdb\x33\xeb\x45\x52\x89\xc3\x98\x66\x25\x9f\xe5\x20\x9c\x51\x4d\xcb\xd1\xaa\x2d\xcc\xcd\x52\x54\x15\x6e\x17\xe4\x50\x86\x8d\xb5\x74\x9d\x92\xbf\xe9\xb1\x03\xa5\xe8\x14\xa2\x3a\x23\xba\xfe\x87\xbc\x6d\xa8\xae\x98\x4f\xad\xc9\xe2\x82\x97\x7b\x4b\xaa\x00\xcb\x78\x81\x73\x53\x5e\xb7\xa1\x7e\xf2\x15\x15\x28\x88\x0a\x95\x1a\x6e\x00\x82\x2e\x04\x68\x15\x51\x4a\x61\xcf\x90\x1d\x38\x76\xb0\x1e\x23\xf5\xaf\xe4\x56\x2e\x15\x5b\xf6\xc3\x1e\x63\x38\x5b\xe0\x0c\xf4\x68\x30\x78\x40\xff\xa5\xd4\xea\x5a\x18\xa3\x7d\x1e\x32\xd5\xc1\x42\x42\x4e\x1d\x47\x21\xc9\x52\x16\x80\x9f\x8f\x34\x5e\x29\xed\x41\x49\x32\x98\x5b\x0e\x42\xff\x04\x7b\x8a\xa9\x0d\x82\x79\x7c\x68\x22\x78\xd7\xc4\x03\xee\xc5\x7a\xa7\x75\xf2\x81\xae\x12\xcd\x7d\xfa\x92\xae\xa0\xea\x1f\x8b\x17\x2f\x29\xad\x30\x60\x9d\xae\xba\x98\xc7\x87\x4a\xeb\x29\xdb\xbc\x16\x72\x02\xa6\x94\x0a\x25\x7e\xdb\x4a\x4b\x87\x8e\x51\xf4\xfa\x38\x8f\xfb\x49\x51\xe4\x05\x79\x9f\xed\xea\xe0\xf6\x90\xac\xf6\x2a\x90\xa2\x95\x58\x2d\x74\xf2\x67\xc5\xad\x31\x80\x7d\x82\x60\x0f\xab\x5c\x03\x85\xd3\x4e\x8a\xc3\x4b\x30\xfc\xc3\x02\xdf\xae\x72\x1e\xd0\x2d\x58\x42\xa3\x7c\xa8\xf3\x94\x30\xeb\x59\xb7\xae\x6c\xe8\xa7\xd3\xe6\x26\x9e\xa4\x30\xe9\x74\x50\x88\x69\x3c\xc5\x8e\xb5\xa5\x76\xa8\x72\x86\xf4\x65\x07\xd9\x33\x36\xe4\x0b\x46\x15\x0e\x72\x1a\xbe\xc0\x82\x9f\xf2\xcc\xdf\x94\xff\x62\xfb\xea\x6b\xc7\xba\x48\x69\x23\xc5\x50\x21\x35\xc6\xb9\x28\x5d\xb8\xc6\x31\xae\x97\xf5\x5e\xde\x14\x22\x8f\x0a\x9f\xd4\x63\xcc\xc0\x37\x45\xd2\x37\x26\x32\xbc\xf5\x00\xfb\x33\xcf\x4e\x64\xf8\xaa\x17\xfc\xfa\xdf\x9b\x44\x86\x4d\xa2\xce\x3f\x34\xc1\x9e\x92\xe5\x99\x0a\xf8\xbf\xff\xcc\xbd\xa5\xff\x8e\x89\xe0\x87\x27\x4e\xbb\x17\x15\x76\x30\x26\x7c\x46\x05\xa8\xe2\xc3\x22\x55\x0a\x03\xe1\x25\xd8\xdb\x31\x58\x8d\x31\x2f\xe0\x5a\xe7\x10\x87\x23\x0d\x32\x25\xc2\x0e\xeb\x0e\xd3\xb4\xcd\xbb\x49\x26\xf5\xfb\x4a\x0c\xd4\x36\x3f\x88\xaa\x1e\x5f\x4a\xe4\x89\x26\xcb\x33\x8d\x0c\xcd\xa1\x46\x6a\x3d\x18\xca\x9a\x7a\xe4\x08\x7e\x62\x00\xe6\x00\x75\x08\xb4\x39\xb2\xcd\x51\x92\xc2\xc3\xa3\x06\x70\xbc\x90\x03\x70\x11\x18\xc3\x29\x0d\x5d\x16\x39\x52\x48\xfe\x66\x1c\xa6\xca\x61\xa7\x27\x9b\x14\x48\xf5\x16\xd3\xae\x70\x33\x28\x83\xc3\xf2\xaf\x7a\x1b\xa0\x7d\xf6\x7b\x33\xd1\x20\x09\x0e\xb7\xb9\x06\x2d\x5d\xc9\xab\x4d\x21\x71\xdf\x31\x96\x77\xf2\x46\x2f\x78\xe4\x9b\x97\x76\xb2\x49\x55\x7f\xd0\x49\x33\x19\x05\x0f\x5d\x6a\x92\x89\x7a\x6f\x1e\x4c\xb3\x46\x8f\xb2\x73\x44\x36\xab\xc8\x7b\x75\x22\xc8\xe3\x5e\xf0\x6a\xef\x01\xf9\xd3\xad\x02\x5e\xc2\x89\xad\x87\xfa\xde\x7b\x49\xd1\xc0\x4f\xdc\x93\x64\x31\xa6\xb7\xce\x57\xe8\xcc\x15\x67\x84\xfc\x02\xe5\x6d\x19\x7c\x05\x75\x52\x2f\x80\x98\x10\x0a\x6f\xa8\x3a\xb8\x75\x37\xab\xf6\x47\xaf\x69\x92\xc2\x63\xac\xe8\xfe\x8f\x5d\x13\xfc\xb5\xe7\x20\x65\x42\xa8\x09\x5e\xe0\xa9\x58\x13\x69\x9b\xa7\xf9\x2a\xa0\x62\x80\xbc\x20\x06\x01\x23\xb9\x4b\x27\x09\xdf\x5a\x24\xe0\x5b\x1c\x66\x49\x85\x96\x6f\x1b\x80\xd7\x5d\x5a\x7a\xed\x5c\x2e\xde\xf3\xed\x12\x9e\x3b\x52\xfd\xcd\xbb\x6c\x55\xbb\x88\xbb\xff\x47\x20\xee\xbe\xc4\x63\x7b\x00\x19\xcf\x5f\x0f\xae\xc3\x25\x4c\x6c\xd6\x60\xc4\x16\xce\xe2\x46\xb3\x46\x52\xda\xeb\x6b\xfb\x49\xe6\x8e\xe0\x31\xc5\xb2\x77\xb5\xd8\x53\x14\x1d\x77\x92\x67\xa0\x11\x5e\x68\xb1\xeb\xb7\x57\xd0\xbc\xfb\x66\xf0\x47\x5e\xed\x4a\x7d\x1b\xc3\x4d\xbe\xa6\x50\x52\x7e\xf8\xca\x30\x49\xd1\xf8\xb6\x71\x83\xc1\x85\xd9\xf0\x0d\xf0\xd1\xeb\x93\x04\xbe\x1f\x15\x8e\x19\x4f\x79\x4a\x80\x84\x25\x29\xe4\xac\x46\xe4\x11\x58\xe3\xf8\x8a\x52\xc1\xca\x2a\x07\x67\x03\x1d\xb0\x2d\x4f\xca\x13\x5e\xbe\x75\x08\xcf\xbd\xfe\xb3\x2f\x0d\xd9\xb7\x31\x8a\xfb\x87\x0f\x38\x5b\x88\x89\x13\xad\x65\x97\x7c\xe5\x32\x66\x97\xfc\xc2\xbe\x5d\x11\xb2\x9b\xae\xb0\x0b\xe8\x7a\x59\x36\xe3\x55\x15\xbc\xfa\xfc\x8b\x49\x33\xda\x1c\xb3\xa3\x49\x0a\x3c\xe1\x45\x5b\xcb\xa6\xdb\xfd\x5b\x77\x90\x58\xc2\xd8\x3f\x0f\xd8\xf7\x5e\x4e\x94\x71\xc3\xa5\x03\x81\x3f\x3f\xf3\x8f\x83\xc5\xcd\x1e\xa8\x6d\x1b\x74\x82\x5d\x8f\xc8\x6d\x90\x14\x96\xf0\xc9\xe5\x39\x40\x44\xc5\x05\x6f\x0f\x34\xf8\x82\xb7\x07\x0e\x4e\x17\xbc\x3d\x60\xb8\x72\x24\xde\xcf\x71\xf6\xef\xf7\xb0\xff\x1f\x4c\xd3\x62\x4d\x50\x82\xed\x9d\x80\x26\xe1\xbf\x7f\x4f\xf0\x8e\x3d\x8d\xb7\xea\xd8\x81\x24\xec\x10\x85\xa2\x06\xf8\x66\x6c\x5e\x74\x50\x56\x48\xe3\xb4\x58\x8c\xa3\x42\x7d\x6a\x9c\x52\xcb\x66\xd0\x32\x8b\xb2\x0d\x23\xd7\x36\xb2\x41\x2e\x05\xc4\x77\xeb\xaa\x6a\x96\x49\x2c\xac\x07\xe0\x60\xbf\x1e\x8d\x4a\xf3\x31\xd8\x5c\xbb\x98\x60\xac\x56\x9c\x0a\xde\x52\x96\x7c\x95\xd7\x4f\x73\xa2\x74\xf9\xf8\xaa\x02\x61\xfa\x70\xa8\xe1\xe1\x95\xa8\x73\x6e\x3d\x2a\x62\xc4\x85\x8b\xaa\x04\xf9\xe8\xec\x33\xc6\x9c\xde\x77\x55\x4c\x1a\x19\xf1\xd0\x9e\x8c\xa7\x04\xbe\x88\xd5\xd4\x02\x44\x01\xd8\x51\x03\xe9\xd8\x33\xd6\xc7\x16\x60\xbb\xe6\x68\x53\x9b\xd5\xb2\xcb\x33\x44\xfd\x30\x4d\x25\x4f\x63\xc9\x73\xd0\xaa\x65\xae\x67\xf2\x96\xb4\x59\x55\x54\x9e\x2b\x67\xd0\x92\x62\x7f\x20\x1a\x24\x33\x48\x5f\x65\xd8\xb2\xea\x17\xa6\xed\xf5\xfe\x0c\x82\x97\x87\x15\x3c\xd4\x35\x94\x57\xdc\x3a\x3a\x4c\x5b\x8e\xcd\xfc\x27\xf6\xb3\xfd\x6a\xac\xfc\xd7\xee\x0f\x7e\x74\x9f\xfa\x6b\x0c\xba\x24\x4d\x15\x72\x42\x69\xc7\x9e\x6d\xc0\x59\x16\xf2\xfb\x94\x52\x97\x74\xf9\x32\xbd\xb5\xec\xd8\x76\xd1\x8f\x69\x9b\xdf\x10\xbb\x51\x0a\x41\x35\x3e\xea\xcd\x72\xd9\xf2\xc0\x1b\x9f\xa5\x29\x98\xec\x43\xf6\xb7\xe4\x2c\xb7\xde\x97\x73\x7a\x25\xaf\x7a\x76\x05\x1e\xb0\x18\x0c\x51\x25\x54\xd1\x9a\x72\x3a\x0e\x2b\xb4\x36\xa2\x53\x38\xc9\x68\xc1\xba\xc4\x8a\xf8\x9a\xac\x1c\xce\x2a\xd9\x49\x71\x52\x76\xf2\x35\xb9\x6f\x2b\xf4\x43\x4d\x89\x57\x11\x7c\x0b\x0f\xe4\xd0\x4f\xa7\xc9\x39\x11\x40\xb0\x2a\x82\xa7\xe6\x45\xc5\xa3\x95\x1c\xd0\xa8\x32\xfb\x99\x5a\x09\x65\xdb\x92\x1e\x39\x3a\xba\x79\x2a\xce\x27\x9d\x7c\xb5\x88\x06\x3d\xf4\xed\x85\x3c\xb8\x67\xac\x84\x12\x71\xad\x14\xec\x5b\xb0\x16\x90\x6e\x2c\x8b\xc2\xe8\x24\x15\x05\x47\xc1\x79\x53\x18\xb0\xf7\xc2\xbc\x50\x65\x28\xdc\x45\xa5\xb9\xa7\x23\x2b\xcc\x97\x07\x60\x46\x46\x5b\x99\x5c\xe9\x01\x31\x8f\x21\xcc\xa9\x53\x68\x92\x59\x85\xda\xd1\x90\x25\xfa\xb0\x70\x46\xac\x8c\xf8\x5d\xf3\xfc\x76\x0e\x62\xe3\x76\x0e\xc5\xf3\x29\x74\xe8\xdf\x35\x8f\x8a\xa7\x43\x0b\x98\xe5\x1c\x82\x87\xce\x73\x65\x86\x83\x57\x41\x3a\x0d\x7a\xd1\xe1\xb6\xf2\xe4\x67\x00\x1b\x28\x45\x0f\xd4\xdc\x69\x24\xb5\xd1\xa9\x63\x08\xb6\x33\x8c\x52\x57\x75\xd4\xe4\x16\xd4\xbf\x72\x27\x3c\xd2\xe6\x6b\x47\xdb\x7c\x6d\x56\xfe\x3f\x88\x3b\xf8\xeb\x88\xfc\x75\xac\xcd\xd7\x8e\xc1\x66\x27\x2f\x1d\x45\x9b\x3b\x3c\x07\x3f\x8f\xb6\x79\x37\xcf\x67\xf1\xdf\x23\x8e\xf5\x28\x67\x7d\x76\xee\x72\x92\x5e\x6c\xc1\x29\xcb\x3e\x39\xb9\x09\xe7\xe0\x3b\x26\x83\xc7\x27\xfe\x8e\x73\x0e\x92\xde\xe9\x18\x99\x15\xb0\x17\x84\x56\x63\x7d\xc7\xf7\xb5\xb3\xf9\x60\x1a\xec\x6e\x88\xaf\x24\x0a\xa5\x47\x39\x1c\x86\xfd\x61\x35\x84\xd5\x21\xce\x77\xd2\x61\x99\xac\x09\xc5\x74\x58\xe9\xf7\xf3\x62\xc3\xd7\xaf\x18\x05\x62\xc6\x52\xf6\xc2\x2b\x37\x91\xc6\x78\x10\x1f\xf7\x18\x43\xc5\x1d\x0e\x09\x6f\xf6\x58\x7c\x25\xbf\xae\x3e\x14\x1c\x33\x1f\xb5\xc3\xe5\xb5\x2c\x45\xbf\x72\xa9\x83\x42\x8e\x9f\x39\x11\xb2\x0f\x7a\x0c\x35\x41\xff\xdd\x1e\x4b\xae\xc6\x72\x03\x9b\x7e\x70\x07\xee\x42\x8a\x33\xd4\x76\x3a\xa1\xc6\x26\x0f\xd9\xf8\x8c\x46\x94\xa9\x93\xc1\x7e\xba\xc5\x98\xd1\x69\xfc\x8f\xb4\xae\x64\x47\x5b\xb4\xb7\x9f\xf7\x2c\x4d\x6a\xbb\xdc\xb7\x36\x47\xce\x46\xf4\xb6\xe3\x8b\x74\x5c\x65\xa3\x19\x2e\xb7\x6d\xba\x29\xb6\xbd\x5a\x95\x26\xbb\xc1\x6a\x65\x9f\x69\x31\xa5\x13\xf9\x9f\x68\x05\xef\x6b\x59\x6c\xcc\xe4\x31\xdc\x26\x8d\xeb\x76\xe9\x8f\x37\xa5\x3b\xa6\xc8\x0f\xa3\x01\x5d\x9c\xfa\x74\xb1\xfa\x51\x93\x12\x57\xd6\xb5\x38\x5b\x55\x1f\x96\xce\x47\x93\xac\xac\x44\xe4\x7a\x9e\xbf\xea\x31\x3c\x70\xf9\x5f\xf0\x82\x4f\x79\xe8\xdd\xb4\x7a\x53\x23\xd4\x5e\xfe\xbe\xdc\xb2\x07\x37\x5a\xa0\x7c\x4a\xa1\x8b\xe7\x45\x9f\x2f\xdf\x0a\xab\x30\x1c\xa4\xc3\x22\x4a\x6f\x0f\xa9\xf8\xe5\xc3\x61\xdd\x25\x05\x07\x49\xff\x71\x2f\xf8\x71\x0f\x83\x21\xcc\x79\x70\xbd\x27\x40\x1d\xda\xa4\x95\x00\x97\x8d\xe6\xbf\x69\x70\x35\x2a\xa7\xe8\x34\x14\x16\x87\x7c\x9e\xb4\x35\x4d\xd9\x29\xf8\x32\x19\x0c\x69\x7c\x75\xd4\x40\xbc\xac\x0f\x63\x10\x28\x68\xdf\x70\x20\xcb\x5a\x35\xde\xe4\x9f\x6f\xb1\xee\x95\x93\x21\x0e\x79\xf2\xaf\x79\xdb\x66\x4f\xde\x8c\x2d\x79\x5b\x5b\xbb\x53\xde\xc5\xec\xef\xce\x8b\x1b\x89\x8d\x4f\x78\xec\x3b\x2d\x7b\x8c\x39\x10\xac\xcd\x86\x77\xe6\xc5\xf7\xe6\x99\xf0\xdf\xe2\x05\xf7\xd2\x6f\x3e\x28\xf2\x35\xe0\x99\x6f\x0a\x8d\x90\x7a\xfe\x23\xb9\xdc\xbb\x8c\x0d\xac\x1c\xf6\xc9\x80\xaa\xac\xa1\x8a\xe4\xdf\xb1\x5b\xdc\xca\xe6\x88\xbd\xfd\x68\xf0\x4f\x61\xa6\xd7\x02\x29\xed\xd9\x2f\xbf\xe1\xcc\x85\x1f\xdc\xc3\xb8\xd5\x0a\x8a\xb1\x86\xa4\xd1\xd9\x70\x61\xf1\x8e\x34\xef\x9c\xf3\xff\xe3\x64\xf0\x15\x8f\xfe\x70\xe3\x40\xa2\xa2\x4a\x3a\xc3\x34\x2a\xf8\xf1\x85\x13\x67\xf8\x14\x84\x9c\xcd\xde\x7c\x34\x9c\xbd\xe1\xa6\x70\x36\x9c\x9d\x39\x7a\x5d\xd0\x0e\x8e\x1e\x39\x32\x3b\x17\xaf\xdc\x3c\x37\x37\x73\xc3\x75\xc1\x61\x02\x1a\x77\x50\x31\x75\x6c\x2c\xac\x5a\x75\x3a\x39\x8d\xd5\x41\x77\xc5\xd2\x40\x74\x0e\x95\xf2\x29\x95\x21\xa3\xc0\xab\xa5\x5e\x48\x41\x84\xa6\x76\xb2\x42\x6e\x76\x0c\x19\x8a\x35\xec\x3e\x45\xd3\x18\x2f\xef\x05\x6f\xb2\x93\xc4\x2e\x07\xf2\x57\x5b\x6c\x8d\xc1\x65\x3f\x0b\x22\x68\xa5\x6d\x05\x1f\xb3\x7f\x2f\x2c\x72\xec\x27\xa4\x13\xa6\x83\x04\x4e\xa3\x7a\xcf\xc0\xf1\xc9\xed\x1c\x7b\x6c\xfe\xc4\x63\x7b\xb1\x71\xfe\x1f\x7a\xc1\xc7\xbd\x93\xd8\x50\xfc\x7c\x9a\x74\x60\x54\xb7\xdd\xcc\x28\xdb\x69\xdd\x38\x55\xa0\x16\xd3\xa6\x20\x5c\x89\x4f\x02\xd3\xd8\xf2\x61\x55\xaa\x60\x29\xe8\xb4\x22\xca\x56\xc5\x26\x7e\xf2\x97\x1f\xb0\x59\x82\x37\xf3\xad\xad\x67\xa2\xd0\x01\x7d\xfe\x67\xf6\x07\xbf\xe6\xb9\xd7\x4c\x54\x8f\xc8\xf2\xe1\x6a\xcf\x8d\x65\xca\x79\x2a\x2a\x88\xcc\x22\xa8\xfb\x11\x98\xa2\xd7\x51\x45\x21\x8b\xf4\x7c\xed\x8a\x36\x83\xa9\x40\x56\x15\x7d\x8f\x01\x4b\x91\x92\x57\x03\x91\xc5\x20\x91\x80\xd7\x40\x8b\x76\x14\xe6\x6d\x5e\xc2\x44\x2f\x04\xd2\x20\x58\x05\x20\x9d\xc0\x05\xcf\xb2\xb3\x5f\xf0\xc0\xfb\x42\x4b\xfe\x82\x37\x31\x4c\x5c\x1c\x9d\xdf\xd9\xcb\x6e\x74\x0c\xf3\x87\x83\xef\x68\xd0\x55\xe8\x3c\xe5\x12\x55\x7f\xba\xc5\xfc\x15\x39\x15\xa0\xe7\x4e\x88\x54\x80\x32\xf9\xfe\x56\xf0\x8e\xd6\x42\x17\x0c\x5e\x6d\x3e\x7f\xfa\x84\xe2\x08\xc9\xe5\x63\x80\x9c\x27\xff\x0a\xba\x79\x21\xe4\x8e\x98\xc5\xea\xd5\x00\xc3\x80\x92\x47\x44\x61\xf9\xe1\xf0\x35\xc3\xe5\x89\xa1\xe4\xb1\xf1\xf3\x9c\x13\xa3\x69\x74\x24\x95\x55\x5e\x18\x3c\xe2\xc4\x0a\xf2\xc1\x30\x7b\x88\x96\x77\x8d\x8d\x60\x1d\x94\x72\xbc\x46\xcb\xd0\x56\x56\xe1\x4c\x88\xb8\xe4\x01\x7e\x35\x90\x22\xbe\x9f\x94\x76\xdf\x40\xfd\xda\x1c\xac\x16\xeb\x49\x29\xf8\x75\x47\x8f\xf2\xa9\xfb\x33\x4a\x47\x87\x63\xeb\x49\xcc\xc8\xb6\xa6\x3b\x1e\x6c\x5d\x33\xdb\x03\x70\xfa\x21\x27\xa1\x7f\x77\x30\xa7\x7b\xb1\xd6\x18\x15\xaf\x4d\x39\xc9\x51\x16\xad\xca\x69\xe6\xe4\x6a\x59\xe5\xbe\xc9\x23\x27\xdc\x6b\xbc\xe0\x25\x1e\x38\xe1\xea\xe3\xfa\x4d\x72\x71\xa5\xb4\xeb\xc4\xc1\x73\x4f\x5b\x3b\xcc\x86\xd5\x6a\x3e\xed\xcb\x71\x9a\x5e\x1d\x26\xb1\x98\xd1\xcc\x13\x45\xf9\x0c\x58\x19\xf6\xd7\x12\x26\xe7\xbf\xbf\x12\xdc\x7f\xff\xc2\x89\xcb\xfb\xad\x61\xe2\x36\xec\x6f\x26\xd8\xb7\x35\x44\x12\xdf\x0d\xe8\xe5\x85\xff\xc5\x89\xe0\x06\xfa\xad\x0f\x9c\x06\x04\x53\x85\x03\xda\x02\x79\x45\x40\xa6\x4f\xe6\xac\xde\x7f\x31\xc1\xce\xb1\x7d\xb2\xb2\x77\x89\xca\x5f\x66\xe1\x96\xa1\xcc\x77\x9f\x3d\xbb\x78\x97\xa8\xe6\xe1\x03\x81\xfa\xb3\x16\x90\x2b\x0b\xb4\x69\x86\x08\x6d\x3a\x64\x3f\xea\xb1\x03\x55\x67\xb0\x94\x77\xce\x89\xca\x7f\xd9\x76\x62\xa7\xcf\x1e\x5f\xc4\xc7\xe9\x93\xf7\xe9\x0b\xb6\xe9\x27\x53\x4d\x4e\xb2\xb5\x3c\x5d\x43\xfa\xa1\xb3\xc7\x17\x21\x01\x20\x84\x5f\xbd\x3c\x3f\x57\x6a\xf0\x7d\x1d\xbe\x2e\xeb\x34\x29\xce\x8b\x8e\xff\x43\xde\x36\x02\xfd\x4f\x9e\x17\x1d\xaa\xc9\xf7\xdc\x97\x09\x4a\x57\x31\xdc\x59\xa8\xbc\x4b\x95\x02\x82\xe0\x4d\xd2\x87\x39\xc7\xc8\x22\x6a\x1d\xa6\xc6\x2b\x87\x31\x0a\xd9\xe7\x0f\x3a\x0a\x91\xfa\xb8\x52\x66\x9f\x33\xcc\xab\xc8\x7f\xcf\xc1\xe0\x4e\xe7\x8a\x94\x40\x25\x57\x71\x14\x82\x3f\x0c\x17\x0b\x3b\xb2\x4c\x64\x10\xf6\x0e\x9a\xa6\x91\xfc\xce\x9c\xf8\x7e\xc6\xbe\xe6\x69\x64\xd8\x2f\x6e\x06\x16\xd5\x58\x2f\x62\x95\x7f\x9b\x47\x40\x1e\xb6\x67\x36\xea\x48\x15\xd6\xd4\x02\x6b\x08\xe9\xaf\x55\xa9\x21\x2c\x86\x40\x8b\x74\x45\xc4\x88\xec\x76\x60\x3d\xc1\xe6\xed\x7a\x95\x77\x43\xbc\xbe\x79\xf1\x19\x9f\xb3\xe3\x33\x3e\xe9\xed\x34\xc8\xeb\x65\xde\x26\x51\x5e\x57\x2d\x4e\xe3\x13\x1e\x9b\x94\xab\xcc\xff\x25\x6f\x13\x7c\xd2\x66\xc9\x31\x10\x1d\xd9\x0a\x74\xb0\x9b\x95\xa7\x32\x06\x41\x5a\x5c\x15\xb9\xf0\x84\x77\xff\xd6\x31\x0c\x47\xfd\x23\x3a\x86\x21\x08\x2c\x80\x24\xab\x49\xf5\xb8\x85\x77\x4c\xd8\x07\x0c\xb3\xc9\xe5\x83\x3c\xcd\x57\x47\xea\x4c\x09\x10\x0c\x84\x6f\xd2\x17\x59\xe5\xff\xd7\x56\xf0\x7d\xf3\xbc\xa2\xc7\x0c\x68\x4d\x61\x9e\x51\x51\xf6\x74\x87\x52\x90\xe5\x39\xb6\x24\x34\x10\x40\x40\x30\x28\xc7\x72\xd3\x04\x0f\x57\x57\x44\x15\xc0\x1d\x93\x8c\xc1\x80\x34\x4d\x74\x37\x94\x37\xc3\x0b\xde\xc4\x39\x31\xba\xe0\xed\x45\x69\xe3\x6c\x19\x9f\xf3\xd8\xb3\x98\xbc\xed\xdf\x14\x3c\x13\x31\x02\x57\x44\x2a\xf5\x6a\x9b\xca\x90\x2a\xe6\x30\xdb\x9b\xc5\xf0\x1a\x8f\x51\xd1\xfe\xcb\xbc\x60\x75\x3e\x43\x98\x3c\xc8\xf0\xb3\x64\x49\x19\x72\xb9\xed\xae\x19\x92\x2e\x63\x61\xc3\xaf\x2a\x1a\xb2\xd4\xce\xdd\xd7\xc9\x7d\x0f\xe0\xb1\x31\x29\xf9\x7d\x67\x36\x8f\x39\xff\xd2\x93\x1c\x2e\x75\xc7\x28\x81\x16\x26\xca\x19\x85\x68\xc5\x77\x3f\x29\xf8\x53\xcf\xba\x50\xb7\x7f\x20\xf5\xb0\xca\x22\x57\xf9\x09\x25\xd9\x0f\x23\x2b\x62\x00\xf2\xe8\x68\x33\x50\x94\x3a\x2b\x51\xe7\x9c\xc8\x62\x95\xba\x58\x4a\xf9\xd5\xc9\xfb\x78\xf6\x27\x41\x07\x6e\x55\xb0\xcc\x2a\xbe\x63\x8a\x93\xc0\x12\xfb\x48\x39\x00\xa7\xa2\x22\x07\x1e\x14\xfa\x88\x2a\x3c\x2a\xcb\xbc\x93\x18\xb0\x4c\x3c\x1a\x50\xca\xb9\xd5\x34\xe8\x42\x37\x58\xfa\x3d\x07\xd9\x97\x19\x9b\x94\x1f\xf2\x7f\x9f\x05\xbf\xc5\xee\xce\x4b\x0d\xc1\x82\x40\xa2\x0f\x0f\xa3\x14\x1b\x18\xe7\xfd\x28\xc9\xb4\x45\x28\xd2\x39\xf5\xf2\xf5\xb6\x3c\xc6\x2a\x93\xdb\xca\x88\x9f\xb9\xf3\x38\x3f\x76\xf3\x4d\x37\x84\xfc\x74\x4e\x6e\x72\xa3\x5e\xc5\x62\x4d\x41\xd4\xe8\x4d\x21\x90\xa5\x04\x60\x14\x52\xfa\xd8\xfd\x67\x16\xec\x52\x93\x4c\x97\x3a\xc7\x67\x43\xbe\xb0\x68\xf2\x41\x34\x05\xc6\x71\x03\xcc\x92\x8d\x35\x1e\xc2\x3c\x74\x82\xc8\x88\x57\x39\xe3\x5c\x19\x5e\x14\xf4\x81\x94\x62\x54\x81\x41\x04\x7a\x0d\x15\x13\xb2\xa3\x68\x33\x5a\x9e\x5b\x96\x87\xd1\xa4\x9f\x54\x08\x3a\x80\x10\x31\x72\x2a\xc0\xa0\x13\x73\x14\x26\xb6\xd6\x6b\xc8\x0e\x70\xab\x92\x68\xb9\xc2\x26\x9b\x0a\xcb\x32\x13\x93\x64\x39\x77\xd3\x11\x98\x11\xa0\x9e\x47\x59\x2c\x8b\x98\xbb\xee\xba\x63\xfa\x62\x19\xb2\x3b\x72\x1c\xf9\x52\x6c\x2c\x0a\x36\x98\x7c\xca\x68\xa6\x51\xd3\x55\x52\xa8\x05\x7b\x32\x36\x8d\x54\xe0\x42\x8f\x26\x8c\x03\x0c\x64\xbd\x81\x73\x96\x62\x92\x29\xd7\x1a\x53\x8c\xf3\x3a\xa3\xc7\xd8\x37\x18\x4e\x47\x8a\xcd\x09\x06\x85\xe8\x24\xa5\x08\xc8\xe2\x89\x00\xf2\xd6\x9c\x54\x29\xe9\x88\x79\x50\x00\x75\x0f\xe6\xcf\x57\xe3\xf3\x95\x4f\x89\x70\x35\xe4\x41\x37\xcf\xc3\x95\xa8\x08\x3b\x79\x1f\xf3\x75\x82\xf5\x24\x8d\x3b\x51\x11\x07\xed\x8d\x3e\x34\x28\x44\x37\x39\xaf\xb1\x69\x95\xe7\x55\xbd\x48\xf2\x8c\x3e\x70\x6d\x28\x3f\x01\xc5\xe3\xec\xd1\x8f\x75\x7a\x51\x11\x75\xe4\x14\x3a\x74\xed\x21\x94\x89\x18\x71\x26\xd7\x4f\x52\x95\x22\xed\xea\x5c\x29\x90\x0f\x27\x4e\x2f\x51\xd9\x28\xf1\x71\x8f\xc0\xf9\xac\x2a\x41\x7b\xc5\xf7\xe4\x43\x65\x39\x21\xec\x92\x5a\xed\xcc\x27\xb0\x9e\xd0\xd3\xb7\xdd\xc6\x83\x6b\x83\xc3\x48\xa7\x04\xf3\xc3\xa0\x2c\x8d\xcf\x11\x78\x45\x13\xf7\xba\x2b\x7c\x3d\x1a\xe1\x1a\xed\x72\x25\x52\x68\xf8\xda\x24\x20\xf1\x90\xa9\x1a\x61\xd2\x7e\xc8\x66\x04\x73\x1d\x06\xaa\x27\xa2\x18\x97\x99\x90\xb2\x48\x4a\x3f\x59\x64\xc8\x8f\x3a\xc5\x9b\x16\x5a\x26\xa4\x4b\xfa\x4c\x95\x9b\x2f\xc1\x0c\xc5\x48\x91\x29\x30\x23\xa9\x5d\x00\x47\x04\xfa\xf2\xb0\x12\x17\xba\x8b\xc1\x1e\x6c\xef\x49\xcf\x66\x93\xf2\x4b\xfe\x1d\x1b\x03\x3b\x35\x6d\x54\xf2\x94\x5e\x5f\x15\xec\xaf\x0e\x38\x64\xf7\x98\x4d\x69\x05\xe7\xc7\x27\x92\xb2\x18\x82\x63\xee\x8e\x61\xbc\x2a\x2a\xff\x93\x07\x82\x5e\xc3\x75\x15\x5d\x4f\xe8\x3b\x39\x09\x5a\xda\x3f\xce\xf3\x58\x3f\xef\xa4\x06\x81\x70\x83\x4d\xa8\x1e\x1d\x3e\xc8\x63\x57\xbf\xf8\xea\x2e\xcb\xc0\xee\x41\xed\x9b\x78\x50\xbb\xc7\x3a\xa7\x3d\x6b\x87\xc7\x34\xf6\x6a\x75\x40\xfa\x01\x8f\x3d\x6b\xc3\x55\xbc\xf5\x72\x84\xd3\xd2\xfc\x52\x1d\x85\xd0\x3e\x30\x51\x62\x78\xa1\xae\x37\x94\x12\xb2\x1f\x32\xc6\x9e\xef\xdb\x84\xc4\x70\x1b\x15\x42\xc3\xcf\xcd\xa7\x72\xa0\x8a\x26\x66\x4a\x4d\x97\xe2\x52\x0a\x35\x55\xe5\x09\x2f\xde\xfa\xd4\x35\xef\x3f\x4b\x9f\xba\xb0\x4e\xfa\xe4\xd5\x50\x66\x63\x2a\xcb\x07\x9f\xea\x10\x12\x34\xd1\x33\xaa\x43\x9c\x95\xa1\xfe\xb2\xa7\x06\x6f\x9d\x18\xbf\x8e\xab\x68\x50\x08\x74\xb8\xbb\xe7\xae\x32\xb7\x60\x38\xf4\x54\x6f\x73\x29\x39\xd4\x12\xa3\xab\x87\x4a\x60\x0b\xd3\xd0\x3f\x04\x57\x6b\x22\x11\xe6\x79\xc3\xc7\xd5\x87\xa2\xb1\xaf\x20\xee\x7a\xac\xc8\x1f\xe7\xf8\x54\x74\xb8\x06\x27\x25\x14\x24\x22\x64\xb4\x5a\x9b\x9b\x2e\xa4\xcd\xa7\x56\x36\x7c\x4b\x27\xbc\x6f\xf0\x66\x67\xc3\x37\x8d\x5f\xbb\xf1\x4d\x59\xed\xa9\xf8\x70\xe3\xab\x16\x74\x41\xc3\xbb\x3a\x41\xff\x82\x67\xf2\xf1\x2f\x78\x07\x5c\x89\xa8\x4f\x2d\xd7\xb0\x3f\x70\x12\xf7\x3f\xeb\x05\xaf\xf5\x96\xf5\xdf\xcb\x6e\x66\xaf\x3e\x0b\xd9\xa9\xf8\x24\xed\x15\xc5\x64\x7f\x50\x8d\x42\xe4\x6d\x53\x23\x43\x01\xcd\xe6\x05\x80\xc4\xd7\x51\x03\x9a\x68\xba\x47\x50\x19\x70\x54\x75\x98\x28\x37\x3a\xa2\x3e\xe1\xf1\x0d\xa1\x66\xf6\xfa\x93\xa5\xa8\x18\x7b\x6f\x8b\x5d\x43\x0e\xc0\x25\x08\x12\x79\x5b\x2b\x78\x43\x6b\xd9\xbe\xb4\xdc\x14\x2d\xa2\x10\x9b\x5c\x36\x4d\x45\x40\x4e\x01\x13\x16\x8e\x07\x9f\x42\x25\xb7\x27\x55\xcf\xac\xe4\x35\xd2\x75\x27\xc8\x8c\x4e\x3a\x26\xf7\x9e\xe7\x85\xa3\x66\xe1\xdc\xc7\xbe\x33\x03\x7e\x98\x0e\x0b\x4e\x96\x3e\x11\xa9\xe7\x05\x85\xe9\x6b\x95\x6d\xd9\xbc\xb8\x6c\xd3\x0e\x28\x6c\x88\xc8\x22\x48\x95\xdd\xe6\x7a\xbc\xfe\x6a\x82\x31\x53\x80\xff\x9f\x27\x82\x77\x4c\x38\x25\x3a\x33\x83\xd6\x6a\x56\x43\xce\x50\x96\x77\x3d\x55\x43\xce\xe7\x4d\x23\xc1\x39\x63\x5c\x18\x63\xa5\xb8\x9a\x79\xd2\x55\x7d\x2a\x17\xb2\x81\x6f\xb3\xc0\x23\xa2\x6a\xbc\x8c\xbc\x80\x25\xdc\xf0\x7c\x70\x6d\x10\x72\x75\xaa\x8e\x2a\x77\xd2\x66\x23\xeb\x40\x65\x4a\x73\x50\x36\x70\x82\x44\x6e\x83\x5e\xa0\x6f\xd3\x24\x79\x81\x3b\x4b\x4a\x81\x93\xa1\x36\x03\x71\x80\xba\x64\xb7\x3a\x4c\x46\x2a\x0c\xc5\x47\x3a\x5b\x18\x29\x0b\xfd\x21\xe9\xd6\xcb\x90\x2a\x77\x31\x14\x3b\x5c\x30\x9f\x6a\xd9\x50\x03\x1f\x69\x05\xff\xdb\x5b\xd6\x7f\x6f\x24\x11\x2c\x1c\x87\x24\x14\x61\x9b\xcb\x33\x7a\xd1\x89\x4a\x34\xaa\x61\x00\xd7\x61\x38\xe7\xc1\xea\xa7\x0d\xba\x6d\x07\xf9\x84\xdc\x25\x2e\x7f\x90\x07\xca\xdc\x03\x98\x49\x79\x2c\xca\x19\xdc\x44\x03\xfe\x90\x82\xa2\xd1\x5d\xb4\xb9\x04\xb2\x22\x89\xae\xb2\x00\xfa\x77\x1a\x31\xe1\xe3\x5e\xf0\xfd\xde\x32\xfc\xde\xa8\x1f\x71\x23\xda\x9e\x50\xd5\xcf\x5e\xd5\xe6\xbc\x7e\xc2\x41\xd3\x56\x38\x9b\x27\xc4\x20\xcd\x47\xc8\x51\x44\xf8\x9c\x5f\x6f\x05\x77\x8f\x5f\x1e\x4f\x38\x46\x10\x42\x81\x10\xb1\x1a\x8b\x10\xd3\x0b\xc4\xba\xdc\xfe\x4a\xd7\xd8\xf6\xda\x16\x7b\x9b\xc7\x9e\x54\xe4\x69\x9a\x64\xab\x88\xce\xe9\xff\xa8\xc7\x6e\xda\x9a\x11\xc2\x7e\xc5\xd4\x2d\xb8\x9f\x6e\x28\x08\x4f\x0c\x5f\x43\xf0\xf2\x92\x72\x9e\x32\xb3\xee\xc6\x5b\x75\x76\x34\x10\xfc\x36\xee\x94\x1f\xb2\x1e\x51\x41\x2e\x07\x4b\xf0\x40\x2e\x27\xbe\x7a\x15\x94\x7d\xb0\xc7\x9c\x11\x08\x1c\x44\x5c\xd3\x76\x19\x81\x13\x4b\xe8\x16\x6f\x2b\xe8\x1f\x98\x74\x68\xc2\xb7\x44\x3f\xf5\x5f\x3e\x19\x7c\xc6\xdb\x18\xe3\xd4\xc5\x42\x2d\x1d\xe8\xd3\x6a\x63\xdc\x50\xb0\x72\xc0\x76\x67\x18\x96\xb1\x4b\x4b\x40\x3f\xa6\x68\x28\x94\xaf\x4d\x28\xf1\x25\xcf\x04\xc4\x7c\x14\x23\xbb\x0c\xf9\x49\x1a\x1a\x15\x91\xad\x6a\x18\xeb\xda\xb9\x93\xe4\x67\x5a\xc8\x2b\xec\x4c\x92\xb7\x6f\xc6\x52\xde\x38\x49\x6c\x34\x6a\x85\x1c\xbb\xe2\x3c\x61\x47\x45\xd3\xf9\x0b\xf4\x60\xab\x4d\x90\x3d\x08\x33\xa0\x3e\x88\x0d\xc5\xcb\xe7\xc6\xa7\x8e\x3b\x20\xd5\x68\x20\x1a\x60\x72\xdd\x41\xdc\xe6\xd4\xf9\xcb\x83\xec\xba\xcd\x98\xb7\x97\x90\x3f\x1b\x32\xf3\xcf\x88\xb5\x44\xac\x13\x6d\xc5\xaf\x1c\x0c\xbe\xd6\xda\xe8\xee\x18\xa6\x93\xac\x07\x18\x0f\xd1\x11\x80\xec\xfc\x28\xc2\xe1\xb7\xb2\x8a\x18\xd6\x6c\x0a\xe4\x82\xf0\x2f\x05\x5c\x88\x65\x50\x15\x65\xd7\x56\x84\x67\x88\x16\x27\x1d\x76\xaa\xe9\xae\x62\x98\x6a\xc0\xd6\x54\x72\x71\x7e\x20\x8a\x04\xd1\x58\x08\x18\x95\x5c\x05\x90\x71\x74\x07\xe9\x6a\x4e\x17\x50\x7d\x21\x51\x13\x26\xec\x9a\x40\x4a\x27\x0d\xae\x23\xa2\x82\x90\x6f\x31\xf4\x5b\x9e\x64\xca\xa8\x8b\x99\xaf\x25\xc5\x8f\x1a\x1e\x72\x0c\xdf\x8a\x2a\x2b\x10\x0a\xc0\x1a\x33\x34\xa5\x01\xad\x00\x5a\xe2\x1c\x02\x71\x8d\x54\x04\x5d\x7d\xc1\x7b\xaa\x05\x3c\x45\x97\x98\x79\xc1\x59\x0a\x6f\xd8\xcf\x5e\xd5\x62\x4f\x31\x4d\x45\x1a\xac\xff\xe1\x05\x7f\xe2\x9d\x74\x2f\xc2\x28\x90\xf1\x34\xc9\xe4\x7c\x5e\x21\x02\x5a\xec\x50\xf8\x12\x2d\x65\x35\x21\xa3\x8c\xd8\xb0\xf2\x0e\x04\x30\xe8\xbe\x85\x0e\x32\x5f\x6d\xeb\x1c\x31\xf9\x0d\x3d\x86\x4a\xb1\x16\xc8\xb4\x8e\x61\x29\xe3\xef\xe2\xb1\x30\xaa\xb8\xd3\x68\x79\x79\x26\x2f\xf8\xe9\x5a\x67\x28\xa5\xc9\xea\x42\xc7\xb5\xe5\x31\xab\xb3\xfc\x4f\x7b\xc1\x47\xbc\x05\x33\xf1\x48\x91\x32\x04\xb1\x38\x07\x5c\xb2\x34\x39\xdd\xe4\x36\x8c\x74\x01\xfa\x33\x86\x43\x15\x4c\xee\x79\xbf\x4f\x9b\xb0\x61\x0a\x43\x20\x68\xbb\x0f\x9c\xae\x51\x9c\x5e\xce\xfd\xa6\xfe\x29\xed\xd9\xeb\x68\xef\x6f\x6c\xb1\xb1\xf9\xe1\xbf\xb4\x15\xbc\xd7\x1b\xeb\xa8\x9d\x30\xe7\xdb\x90\x5c\x57\x90\x3d\xdf\x56\x58\x6e\x63\xb7\xb0\x9b\x37\x16\xe1\x75\xe1\x55\x6b\x2e\x7b\x45\x8b\xb9\x0b\xc9\xff\x2b\x2f\xf8\x39\xef\xf2\x75\xc9\x55\xee\x8e\xcd\x91\xa6\xc7\xba\xc3\xe9\x8b\x4f\x4c\x3a\xf4\x6b\x2b\x52\xb5\x04\x20\x83\x22\xcf\x9e\x9d\xaf\x90\x94\xff\x89\xc9\xe0\x66\xe7\x4a\xdd\xb1\xab\x49\x86\x0c\x17\x7a\xa7\xc8\x33\xfe\xc2\x7c\xc5\xdd\x91\x7f\x7b\x82\xfd\x94\xc7\xf6\xca\xee\x5c\x13\xfe\x1b\xbd\x60\x7a\x5e\xf7\x31\x58\x47\x41\x9e\xe7\x16\x25\x44\x31\xcc\x20\xfa\xf7\x85\xf9\x8a\x8b\xee\xb5\x39\xc8\xce\x06\xa8\xa3\xdb\x04\xa6\x7d\xa3\xc7\x9e\x9a\x46\x65\xb5\xd4\xe9\x89\x78\x98\x22\x03\xf5\x4b\x77\xc0\xbd\x7e\xe7\x82\x15\xf8\x0c\x6b\x7f\x3d\x6a\xa2\x5e\x7f\x61\xbe\x02\x77\x1c\xfa\xc9\x92\x6a\x11\x87\xec\xf5\x44\x0b\xbf\xa4\xef\x43\xd5\x1e\xbd\xf4\x9a\xdd\x71\x11\x35\x73\x6a\xa5\xe6\x62\x1c\xb2\x5f\x3b\xc8\x8e\x34\xf4\xfd\x5d\xc7\x4f\x1a\x04\xdf\x13\x49\x79\xce\x41\xf1\x7d\xdd\xc1\xe0\x63\x2d\x07\xc6\xd7\x3c\xcc\xe5\xd3\x96\xad\x24\xe3\x77\xe5\xf9\x6a\x2a\xf8\x71\xca\x14\x3f\x99\xad\x26\x99\x08\x19\x9b\x07\x48\xe5\xc5\x13\x0d\x0c\x13\x80\xde\x4b\x40\x0d\x91\x41\x84\x27\x08\x73\xf9\x01\x74\x13\xa6\x65\x5e\x8f\x27\x97\x65\x0e\x8a\x1c\x96\xb9\x5c\x85\x8f\xe4\x99\x0e\x2d\x97\x73\x27\x15\x55\xc8\xf5\xa7\xb5\x23\x7c\x85\x3e\x8a\x40\x6f\x06\x7b\x17\x50\xba\x39\x44\xaa\x44\xf1\x34\x3c\xda\x97\x2a\x89\xec\xdc\x32\xa4\x62\x4a\x2d\xd7\x21\x16\xba\xec\x25\x03\x02\x4a\x82\xc0\x16\x59\x8d\xa5\x93\xf7\x26\xd9\xf0\x3c\x44\x44\xac\x08\x20\x14\xbb\xe0\xed\x1d\xc4\x63\x34\x3a\xbf\xb8\x9f\x7d\xd8\xb3\xc0\x81\xdf\xe3\x05\x3f\xed\xed\x0c\xfe\xb7\x29\xde\xfb\x22\x29\x4a\x08\x2d\x63\x86\x20\xf5\x9f\xb1\xda\x11\x06\xaf\x59\x0e\x88\xb3\x7f\x7d\xac\xa5\xf1\x99\x7f\xb1\x15\xbc\xa3\x55\xc7\x67\x76\xa1\x6e\x41\x2d\x18\xe5\x43\xc0\x1f\xb1\xb0\x9b\xcf\x26\x83\x39\x7e\x32\x03\x26\x73\x7d\x72\xa9\xc3\x38\x27\xe5\x45\x20\x39\x63\xa6\xc6\xdc\xe5\xc2\x73\xbe\x02\x9d\x68\x74\x9c\xbf\x6e\xb1\x03\x90\x19\x04\x39\x05\xdf\xd0\x74\x41\xbf\xd3\x3a\x8b\x11\x19\x78\x47\x03\x74\x6c\xde\x97\x0b\x5d\x65\x6a\x6c\xab\xa4\x30\x75\xb4\x50\x0f\xc9\xde\x5b\x33\xe0\xc7\x76\x7f\xdd\x99\x17\xea\xd6\x4c\x2c\xd6\x66\xca\x38\x9a\x6d\xc3\x67\xec\x24\x5c\x53\xa7\xa8\xe4\xc1\x6c\x10\xf2\xa5\xa4\x9f\xa4\x51\x91\x8e\xda\x76\x1d\xcd\x73\xf2\x30\xa8\x0a\x04\xac\x87\x23\x01\x9f\xca\x0b\x28\x59\xae\xcc\x54\x44\x6b\x38\xc7\x07\x85\x1c\xcf\x6a\x84\xc6\x94\xc3\x57\x68\xfe\x2a\x16\xa2\x9f\xf7\x18\x2d\x4d\xff\xed\x5e\xf0\x98\x77\x3f\xa2\x3f\xdb\x39\x60\x8b\x27\x5c\x19\x77\xfc\x64\xc8\xef\xa7\x63\xa4\x4e\x89\xa9\x94\xb4\x52\x4f\x5c\xc9\x09\xf3\x6f\xaf\x71\x38\xc1\x36\xd8\x45\xfd\x9f\xb8\x26\x78\xa8\x76\x6d\xdb\xa9\x3e\x30\xf7\xa5\x42\xc4\xfb\x79\x6c\x72\xaf\x69\xa9\x90\x27\xda\x91\x66\xef\x3e\xc8\xfe\xc3\x24\x3b\x00\xe6\xd1\xc5\xa8\xea\xf9\xbf\x3a\x19\x7c\x60\x72\xa1\x4b\x6f\x69\x11\x3f\x48\x04\x66\x62\x19\x47\x3c\xe5\xc4\xd2\x45\xd9\xa3\x85\xa2\xc8\xa1\x7c\x10\x72\xfd\x1a\x8f\x37\x19\xc6\x21\xb9\x19\x18\x6c\x67\xee\xca\xc9\x34\x4b\x88\xbc\xa0\xe5\xf4\xc1\xd0\xa6\x54\x76\xb2\x65\xc2\x39\x3c\xec\x47\x59\xd2\x15\x65\x15\xea\x3d\xa7\x7c\xf0\xe8\x43\xa1\x6b\xd9\x54\xe9\x3c\xca\x91\x6c\xa5\xd8\xb8\xfb\x95\xc1\x0b\x1f\xe4\x0a\xa0\x77\x1d\x2a\x5b\x45\xe7\xe4\xd6\x82\x95\x1d\x4a\x45\xf3\x9c\x98\xe3\x81\xec\x5f\xeb\xd3\x2f\x92\x33\xee\xd1\x40\x41\x78\x04\xf2\xcf\x00\x3f\xa8\xdd\xf8\xf6\xa4\x34\x1f\x46\x79\x59\x24\xab\xab\x70\x64\x01\x27\xf6\x9a\xc8\x2a\x08\xed\x49\x00\x59\xc1\x3c\xac\x49\x19\xb4\xc5\xbc\x5e\x91\x07\x8f\x3e\x14\xf0\x29\xb7\x5d\xf2\x08\x29\xce\xf3\xa3\x1a\xe3\x75\x90\xc7\xca\xf0\x5d\x8e\xb2\x2a\x3a\x0f\x47\xfa\x5e\x5e\x0a\xda\x63\x2b\xa2\x55\x03\xaf\xe2\xba\x48\xd3\x69\x15\xd2\xb6\x8e\x81\x92\xaa\x2b\x31\xfd\x41\x85\xc0\x99\x20\x07\x7b\xba\xff\xed\xcd\xe9\xf9\x01\x8f\x92\x7a\x5e\x1c\xe4\xdb\x4a\xea\xd9\x19\x3f\x18\x38\x27\x66\xc6\x93\x7d\x5e\xe3\xb1\x03\xda\x71\xe1\xbf\xc4\x0b\x4a\x83\x3f\x7f\x15\x6a\x04\x7e\xa4\x19\xbb\x42\xff\xc9\x63\x4f\x51\x32\x53\xc5\xc1\x7c\xce\x0b\xfe\xad\xa7\x62\x00\x78\xed\xae\x9c\x30\xe8\x95\x1b\xcf\x65\xeb\x47\xb1\x30\xdc\xdc\x57\x78\xa0\x65\xbb\xe1\x54\xd3\x19\x4d\x93\xb9\x14\x82\xad\x35\x3b\x60\x67\x64\x37\xf4\xa5\x1e\xe6\x59\x3d\x12\xf4\xb7\x93\x67\x75\x59\x86\xbf\x9e\x7f\x75\xc9\x49\x8d\x3f\xf3\x34\xe7\x58\xa9\x89\x3d\xd0\x95\x33\xdf\x01\x3b\x88\xff\x92\xa7\x05\xbf\xe4\xb9\xd7\xf8\x0a\xa0\x42\x57\xf9\x2a\xb8\x60\xe7\xf8\xb5\xe4\x39\x6b\x63\x90\x70\x59\xe5\x39\xa8\x68\xc3\x52\x14\xea\x88\x2c\x8a\x5e\x34\x28\xe5\xd5\x81\x28\x92\x41\x4f\x14\x51\x4a\x0a\x5b\xd9\xc6\xf0\xdf\xcc\x50\x4f\x5d\x0b\x91\x0a\x49\xd6\x49\x06\x51\xea\x04\x63\xc9\xa3\xb2\x7c\x08\x4d\xca\x60\x37\x54\xd6\x97\x18\x5e\x23\xdb\x23\x41\x92\x3b\x7b\xd4\x17\x9e\xbc\x1b\x9d\xb5\xd3\xe8\xac\xdf\xf5\xd8\x77\x44\xc3\x2a\x07\x4d\xd2\x9d\x17\x67\xf3\x73\x22\xf3\x7f\xd1\x0b\xde\xee\xcd\x6f\xf2\x44\x83\x13\x1f\x1c\x49\xca\x88\x10\x51\xd4\xa2\x62\xbf\x89\x68\xd6\xd5\x58\x70\xe4\x34\xaf\xa0\x3c\xa8\x4e\x54\x11\x7b\x0f\x1d\xee\xb4\xd7\x86\x88\x28\x62\xf9\x60\x45\xe1\xc7\x31\x22\x84\xbb\xb6\xb8\xaf\x4e\xb0\xa7\x26\xfd\x68\x55\x2c\x0e\xd3\x14\x69\x4f\x4a\xff\xb3\x13\xc1\xcb\x27\x16\x6a\x57\xeb\x50\xee\x24\xad\x60\x48\x4b\xf5\x48\x63\xe6\xb3\x45\x97\x32\x18\xa2\x27\x4b\x9e\x31\xe1\xb3\xc8\x44\xa5\x39\x2a\x8d\x10\x44\xda\x46\xa7\x23\xe5\x11\xa6\x56\x27\xe0\x01\x04\xc7\x5c\xa7\xc2\x80\x36\x75\x47\x85\x36\xa8\xbf\x69\x25\xa9\x53\xb0\x62\x21\xc8\x89\xb2\xa0\xb1\x64\x8c\xb9\x55\x14\xb9\x74\xfc\xd2\xa7\xec\x8b\x94\x73\x46\xdd\x98\xc1\x96\xcf\x3c\x83\x8e\x17\x52\xe8\xc1\x25\xd9\x3b\xd4\x95\xd3\x79\x36\x1d\x4d\x0f\xf2\xd8\x36\x2c\xdd\xcc\x6e\xdc\x04\x74\xd9\x10\x6a\x75\xa2\xb4\xa6\x03\xef\xc6\x17\xee\x26\x82\xb9\x89\x60\xff\xb6\xc5\xf6\xd1\x5c\xf3\x3f\xd0\x0a\xde\xea\x59\xcb\xdc\xb6\x2f\xab\xa5\x6d\x19\x94\x15\x9b\xb5\xdc\xd6\x6c\x19\xa6\x30\x33\x1b\x16\xee\xc5\xaf\x15\xf0\x94\xc1\x5e\x33\x83\x55\xb8\x0c\x16\xd6\x43\xec\xdb\x5d\x30\xcf\xa8\xea\xf4\xa6\x95\x87\xd6\xdf\xef\xef\xed\x8b\x62\x55\x30\xf9\xe4\x77\x34\x3c\x09\x77\xa7\xcf\x89\x91\xbf\xcf\x07\x6c\x30\xf6\x84\xf7\xc0\xd6\x31\x91\xc7\xfc\xd9\xa6\x4c\x34\xb7\x8f\xea\xa9\x68\x5f\x79\x92\x03\x1d\xd3\x04\xe5\xeb\x7f\xe4\x49\xc1\xa7\x5b\x06\xac\xbb\x13\x0d\x2a\x00\xb5\x19\x47\x8f\x89\xf8\x71\x7d\xba\x21\x66\x20\xbe\x20\x37\xdf\x2e\x84\xfd\x1c\x5f\x5a\x50\x64\x95\x3c\xc6\xc2\x30\x14\xc0\x24\x70\x28\xc2\x59\x9b\x52\x29\xaa\xaa\xa8\xd3\x03\x24\xbd\x4e\xcf\xf6\xb4\x0f\x4b\x15\x85\x6f\x87\x9d\x63\xb6\x86\xd0\x1b\x20\xbd\x9e\x94\x1a\xd2\x15\x4b\x97\x07\xf2\xed\x95\x00\x04\x8b\x56\x63\x11\xcc\x01\xa7\x28\x71\xbe\xe7\x99\x32\x12\x8d\xa1\x9a\x53\xd2\x4e\x36\x6d\x42\xdd\xc2\x0b\x1e\x44\xff\x3a\x1a\xd4\xff\xd8\xe5\x9a\xd8\x8d\x6f\xff\x26\xee\x3f\x8f\x4d\x5a\xfb\xcf\xab\x26\x77\xba\xff\xfc\xe6\x44\x6d\xff\xb1\x76\x1f\xfd\x0b\x19\xe6\x9c\xb0\x0e\x07\x21\x6d\x69\x41\x09\x0a\xb2\x5d\xdb\x43\x43\x06\x9c\x5b\x78\x52\xf1\x53\xf7\x2f\x9d\x55\x01\x5f\x5a\x2f\xac\x39\xab\xb1\xbc\xbb\x44\xb5\x98\x0e\x57\x13\xc0\x41\x9c\x3a\x8c\xfe\x6b\x15\x73\x48\x5f\x23\x17\x09\x7e\x19\x4a\x52\x01\x65\x37\x1c\x33\x99\x56\x25\xcf\x0b\x9e\x8a\xb2\x6c\xf3\x15\xb1\x9a\x90\x86\x9d\xc5\x9c\x02\x36\x28\xfa\x02\xf3\x6b\x81\x76\x2b\xe9\x58\x79\x5a\x53\x0f\x46\xd3\x8f\x1c\x99\xbe\x79\x7e\xfa\x7b\x1f\xc2\xa8\x40\x1e\x47\x65\x4f\x94\x7c\x6a\xfa\x70\x9b\xc7\x79\x55\xf2\xa9\x90\xd0\x63\xed\x32\x00\x5f\x76\x5d\x88\xec\xea\x6d\xe3\x0f\x51\xb6\xc2\xfd\x6c\xf6\xa2\x60\xe0\x21\x3d\x81\x37\xa6\x27\xc8\xb1\xc0\x87\xc2\x27\xbc\x87\xb6\xde\xde\xe6\xfc\x9b\xb6\x0d\x16\x5f\xdf\xe5\x3e\xf9\x24\xf6\xbc\x2b\x84\x23\xb7\xd4\x89\x52\xe1\xff\xf1\x35\xc1\xf3\x37\x7f\x44\x0b\x6f\x0a\xf8\x83\xcf\xe2\x74\x85\xdb\x56\x0c\x28\xb2\x8c\x39\xa5\x95\xe1\x05\xef\xa9\x72\x04\xce\x10\x35\xf9\x62\x54\xf5\x2e\x78\x3e\x46\x82\xda\x17\x9d\x2d\xe5\x53\x07\xd9\x7f\xdc\xc3\x9e\x96\xda\x5c\xfe\x60\x40\xfe\xad\x3d\xc1\xaf\xec\x19\xbb\xec\x6c\x30\xcf\x5e\xba\xef\x34\xd2\xa7\x11\x5e\x3b\x7a\xb5\x6b\xf8\x77\x44\x5d\x57\x20\x53\x36\xee\x8a\xd8\xde\x65\xac\x5b\xa8\x52\xbe\x97\x43\x0e\xfe\x35\x5d\x6e\xe9\xe4\x58\x62\x9e\x77\x96\xd3\xb6\x65\x91\xbd\xd9\xfc\xa3\xf0\x32\x54\x95\x20\x17\x43\xfc\xca\xb2\x5c\x8a\xcb\xa1\xec\xa1\x65\xf3\x7c\x89\x3c\x88\x90\xa6\x09\xeb\xeb\xee\xbc\x48\x1e\x91\x1a\x4a\xba\x98\xc7\xf2\x1c\x0d\x7d\x4f\xcb\x1d\x4d\xdc\xe8\x84\x37\xe1\x2d\xa6\x1b\xfa\xba\x16\xb4\x9b\xe0\x0b\x53\x90\x8f\x4b\xde\xe0\xf3\x26\xc3\xbd\xac\x8a\x61\xa7\x3a\x4c\xb6\x37\xed\x1c\x88\xe4\xc8\x27\x00\x4f\xa5\xb2\x27\xf5\x2b\x89\x86\xec\x06\xa0\x9c\x6d\xaa\xb3\x97\x0b\xe2\xfd\x19\xd0\x19\xd3\xf6\x44\xc4\xb4\x5c\x0d\x12\x86\xdb\x27\xf6\xbc\x1c\x33\x04\x14\xa0\x39\x42\x71\x10\xce\xf4\x40\x8f\xd5\xd8\x4c\xa0\x82\x14\x6c\xe8\x0c\x7c\x78\xd9\x59\x02\x44\xf7\x8c\xfe\x35\xd2\x45\x88\x45\x0e\x7a\xc8\xb1\xb6\x7d\xa5\xc5\xc6\x16\x87\xff\xe9\x56\xf0\xd1\x56\xfd\xea\x65\x9e\xe1\x03\xd1\x09\x0b\x2a\xfe\x4a\xcd\x6f\x9c\xd2\x97\x69\x24\x36\xec\x6a\xdc\x29\xad\x30\xb6\x8c\xdf\x75\xf2\xac\xd3\xcb\x2f\x99\x60\x0d\xf2\xc6\xff\x7a\x2b\xf8\x42\x6b\xfc\xfa\x15\x91\x25\x57\xba\xaf\x51\x96\x5c\xb6\xde\xae\xd7\xfa\x12\xe6\xfd\x11\x67\x08\x7e\xf2\x20\xfb\x47\x9b\x47\x38\xfb\x7f\xc3\x82\xb7\xb4\xec\xc8\x64\x9b\x25\x50\xd3\x6f\xea\xe0\x72\x6d\x7c\xaf\x94\x81\x38\x81\xd8\x46\xfd\x1b\x6d\x5f\xe4\x61\x8a\xca\x39\xc6\xa7\x15\x16\xe6\x1c\x9f\x57\x89\xe2\x25\x20\x9e\x43\x4e\xb9\xd4\x56\x14\x61\x79\x28\x9f\xa6\x83\xe0\x1c\x9f\x2f\x31\xea\xc3\x62\xfa\x2f\x31\x4e\x84\xf8\x4a\x43\x76\xb6\x16\x56\xbd\x3a\x8c\x8a\x28\xab\x84\xd0\x2c\xa1\xd8\xf7\x2a\xf9\x5e\x1b\xb5\xa1\xdf\x88\x44\xa4\x1f\x0d\x74\xb6\x35\xb0\xf1\xd2\x49\x54\x3d\xec\x3a\x57\xff\xfb\x3e\x56\x91\x76\x93\x6e\x72\xda\x6f\xe8\x6b\x50\x6e\x6e\xda\x10\xa8\xc6\xf4\xa7\xee\x72\xe5\xe4\x2b\x45\x15\xb2\x77\x9b\x94\xcb\x7f\xb9\x19\x4a\x4e\xd3\x97\x31\x01\x24\xa3\x60\xb4\x64\x3c\x08\x0d\x73\x2c\x17\xed\x8f\x5a\xef\x93\x83\x11\xd8\x57\x28\x48\x54\xae\x9d\xbc\xcb\x21\x98\x7b\x65\x44\xde\xc5\x24\x8b\xf3\x75\x50\xd8\x12\x39\x98\xbb\xc7\xd3\xdd\xe3\xe9\xdf\x8b\xf4\xeb\x8b\x46\x76\x92\x6b\xd0\x58\xd4\xcc\x42\xaa\x1f\x34\xbe\xde\x62\xf5\xd8\x53\x72\xa8\x51\xf0\x29\x78\x69\x08\x10\x83\x82\x4b\xdf\xd7\x0a\xae\x1b\xbf\xac\x16\xb5\x9d\x35\x80\x2e\x19\x2b\xcb\x15\x2e\x5c\xf0\x9e\x2e\xce\x0f\x12\xb4\x62\x9e\x4d\xfa\xa2\xac\xa2\xfe\xa0\x0e\xcd\xf4\x46\x8f\x35\x3d\xe6\xff\xdf\x97\x1e\x39\x79\xe2\xe4\x78\x79\xaa\xda\x10\x36\x99\x77\xb9\xf9\xa4\xf1\x97\xd2\x99\x1c\x2a\x1f\xb2\x1b\x19\x36\xc3\x0f\x83\x7f\x4c\x3e\x2c\x2c\x22\x1f\x44\x0f\x0f\x05\x5f\x11\x51\x01\xb9\xa8\xf2\x69\x7b\x42\xfc\xc6\x7e\x16\x6e\xa7\xaf\xad\x6c\x8d\x37\xee\x0f\x4e\x8c\x5d\x1d\xef\x69\x68\x80\x72\x7f\x59\x85\xea\xae\x77\x3a\xf7\x63\xfb\xd8\x3a\x9b\x1c\x96\xa2\xf0\x73\x76\x6c\xd3\x38\x64\xb7\x7e\xf7\x97\xa2\x58\xc8\xba\x79\x70\x93\xfc\xa5\xaa\xa1\xae\x36\x22\x31\x11\x72\xb7\xee\xbc\xd7\xed\x61\x07\xa2\x61\x0c\xe9\x1c\xa5\xff\x03\x7b\x82\xaf\x4d\xce\xab\x3f\x51\xef\xa1\xbf\xb8\x05\x33\xaa\xc2\x49\xc8\x28\x62\x55\x4c\x59\x41\x90\xae\x12\x29\xb2\x52\xc4\xc2\x41\xb4\x7e\xf9\xbc\xd5\x81\x98\x90\x00\x55\xe1\xf3\x99\xf5\x0d\x44\x03\x19\x39\x57\x32\x4a\x59\xaa\x44\x51\x1a\x98\x8f\x5a\x89\xb0\x9b\x46\xa6\x09\x2a\x0f\x5e\x3e\x71\xa8\x34\x77\x42\x3e\xaf\x84\xd8\x78\x21\xe8\xbf\x84\xcc\x5a\x41\x01\xda\xa0\xaa\x9b\x72\xf1\xe8\x46\xdb\x8c\xa6\x71\x20\x15\xc3\x6a\x79\x43\xf7\xa1\x21\xd9\x30\xca\x60\x6e\x18\x28\x7a\xf5\xf2\xab\x9c\x8b\x5a\xe4\xa5\x5d\x4b\x93\xb2\xa3\x3f\x13\xad\x47\x05\xc2\x21\x45\xce\xa3\xf8\x41\xcc\x8c\xa0\x53\x90\xf3\x45\xfa\x20\x46\x38\xe9\x7b\xb6\x37\x3f\x29\x79\x50\x15\x43\x81\xfc\x4b\x34\xbd\x15\xc1\x85\x83\xc4\xa3\xcb\xa4\x8e\xb5\x2c\xf1\x40\x10\x87\xf6\x92\x4d\x30\xd3\x56\xd9\x93\x9c\x6f\xfb\x0f\x04\x77\xcf\xbb\x95\x71\x89\xea\x4c\x85\xd6\xa3\x72\x6c\xde\x47\xc4\x1e\x27\x57\x98\xeb\x55\xbe\x9b\xed\x81\xd3\x8a\xff\xac\xe0\x28\x66\xee\x6c\x58\x70\x47\x8e\x74\x76\x08\xb6\x35\x48\xb5\x12\xb1\x5d\xe5\xdf\xdf\xc3\xee\xd8\x02\x0c\x62\xb1\x48\xf2\x22\xa9\x46\xf7\xca\x8d\xec\xb8\xed\x39\x3a\x9e\x67\x98\xc4\xe7\xbf\x6e\x4f\x70\xef\x36\x9e\x73\x34\xa5\x8e\xbe\x2a\xb5\x44\x7a\x59\xfb\xd0\x2d\x39\xf3\xbe\x49\xf6\x2e\x8a\x7e\x3f\x5b\x44\x59\x99\x28\xc1\xeb\xbf\x69\x07\x81\xf9\xcf\x5b\x1e\x2f\x70\x59\x7b\xe7\x9c\x08\x78\x53\xd3\x4a\x3f\xae\x10\xb4\xf3\x4c\xcd\x3b\x88\xde\x43\xf6\xad\x90\xad\xb2\x7d\x7d\x51\x96\xd1\xaa\xf0\x9f\x17\xdc\xb7\x4c\xbf\x29\xf1\xb7\x37\xec\x47\xd9\x74\x21\xa2\x18\x0e\x0f\x74\x53\x8d\x21\x42\xbb\x01\x79\x12\x79\x97\xb0\x36\xfa\xd3\xa1\x0b\x01\xbd\xb7\x10\x51\x99\x67\xfe\x4a\x70\xff\x32\xfe\xa4\xcf\x0c\x21\xee\xb4\x2d\xab\x38\xbd\x9e\x17\x71\xdb\xe8\x32\x1c\x1f\x34\x0c\x37\xaa\x85\x87\xca\x4d\xbf\xd6\xd5\x9a\xbb\x6c\x95\x32\x41\x25\xa5\x25\x0c\xac\x68\x42\x2c\x52\x07\x4d\x9c\x05\x2c\xee\x3b\x91\xdb\x90\x08\x1c\x9d\xcc\x64\xf3\x9d\xe3\x94\x00\x79\x4b\x10\x2e\xcb\x1f\xfa\x1b\x76\x00\xb8\xf5\x85\xc6\x42\x3e\x3a\xc1\xa6\xc6\x49\x93\x91\x08\xac\xce\x9a\xec\xbf\x7e\x22\x78\xa0\xce\x69\x3c\x96\xac\x9c\xe6\x90\xdc\x69\x91\x05\xe3\xa8\x6b\xcc\xe1\x24\x23\xfd\xdc\xe1\x87\xb6\xe6\xf2\xcf\xb6\xd8\xbf\x6e\xb1\x6f\xe9\x98\xdb\xca\x0e\x59\xfa\xaf\x6d\x05\x1f\xb2\xe9\xe7\xf5\x1d\x45\x48\x6d\x39\x8d\xd5\x1d\x34\xb2\x29\x7c\x31\x95\x89\xda\x95\x0a\xb6\x53\x4b\xb9\x9f\x60\x9e\xb1\x49\x69\x43\x71\x9b\x8d\x54\x7f\x9a\x52\x6d\xb4\xc4\x5a\x6b\x0e\x95\x56\xea\xa2\x41\x36\x8b\xe2\x58\x38\xb1\x14\x27\xd8\x26\x28\x5d\x9b\x31\xee\xda\xb6\x59\xf6\x3b\x7b\xd9\x73\x2e\xd5\x7e\xbd\x21\x5f\x95\xff\xbf\xf7\x04\xa7\x36\xba\x39\x3e\xe8\xea\x30\x16\x27\x5d\x0c\x78\x73\xd8\x19\x23\x7e\xfc\x4c\x78\xc1\xdb\xaf\xbc\xdc\xce\x68\xbf\x71\x0f\xfb\xe4\x04\xd3\xf7\xfc\x0f\x4c\x04\x8f\x4f\xe8\x7c\x6a\x83\x7e\x21\xbf\xd4\x48\xb3\x43\xdf\x06\x30\x23\xf0\x7c\x58\xdc\x29\xe3\xac\x34\x73\x7c\x9a\x2f\x9f\xce\x33\xb1\x3c\x87\xcc\x3d\xf4\x76\x81\x91\x36\x84\x66\x08\x5b\x9d\x3e\xcc\xc2\xcc\x58\xd7\xa4\x15\x55\x0e\x71\xcd\x72\x52\x80\x07\xd8\x01\xa6\x1b\xa3\x07\x9a\xe6\xcb\xcf\x15\x2b\xbd\x3c\x3f\xb7\x3c\x07\x7b\x24\x9e\xc5\x70\x56\x80\x7f\x09\x64\xa2\x49\x6a\x5c\xc7\xa7\xc1\xdb\x9c\xab\x45\x6c\x48\xff\x4c\x4e\xb8\xe5\x75\x66\x1c\xac\x51\x42\xc4\x22\x36\x7c\xe4\xc8\x89\x48\xe7\x79\xf2\x6f\x63\x0c\x72\xd8\xcc\x11\x6b\xb1\x99\xe2\x39\x59\x05\x29\xab\xcf\x5b\x75\x43\x13\xba\x23\x4c\x7e\xcb\x63\xfb\xe8\x09\xff\x23\x1e\xfb\xee\xcb\xc3\xd5\x13\x52\xf7\x59\x64\x6a\x1d\x55\x8f\xf1\x89\xa8\x18\xe9\x2d\x6e\x35\x7a\xd8\x48\x40\xcc\xe4\x5a\x56\x93\x6c\x99\x88\xd9\xe5\xfb\x7a\xac\x42\xf6\xce\x6b\xd8\x03\x57\x86\x64\xcd\xff\xec\xc1\xe0\x9f\xb7\x36\x64\x78\x72\x8c\x72\xae\x01\xd4\xa0\xc5\x8b\xf3\x83\xdc\xc2\xb6\xb4\x94\x2f\xce\x17\xaa\x12\x1d\x93\xca\xf1\x69\x51\x46\x45\x15\xbf\x15\xec\xc6\xa1\x7c\xe2\xf6\x90\xfe\x40\xde\x28\x9b\x41\x8b\xe8\x6c\x67\x6f\x68\xf3\x41\x1a\x65\x8a\x53\x17\xa0\x09\x61\xf2\xc9\xbb\x47\x8f\x42\x4e\x06\x77\xdb\x4f\x87\xfd\xb5\xd9\x8d\x59\xac\x14\x1d\x57\x53\xac\xc3\x07\xf6\x4b\x5d\x06\xad\x6e\xff\xca\x63\xbd\xab\xc1\x7b\x07\xe6\xba\x9b\xcb\x71\xe2\x66\xd9\x6f\x2e\x75\xb3\x25\x7e\x34\x73\x33\xfb\x25\x63\xaf\x7b\xb7\x77\x25\x09\x0d\xad\x2a\xa3\x9d\x6f\x9e\x54\x0a\xd7\x51\x4e\x30\xfa\x3a\xe5\xb4\xda\x84\x52\x6c\xd7\x74\xb7\x6b\xba\xfb\xfb\x62\xba\x5b\xdf\xda\x74\x77\xd6\x3f\x63\x99\xee\xc6\xe5\x96\x89\x18\xd8\x68\xbd\x34\x21\x06\xfe\x9e\xc3\x0b\x25\xcf\xd7\xe0\x3f\x06\x8c\xd5\xa3\x2e\x62\xe0\x29\x51\x15\x49\x87\xac\x4e\x6f\x3d\x10\x7c\xa9\xd5\x74\xa7\xb6\xa0\x95\xfd\x1e\xe7\x12\xe2\x84\xa8\xa9\xd3\x87\xd7\xe8\x24\x5c\xe5\xd6\xa1\x1c\xb0\xb2\x1d\xaa\x71\x83\xc7\x9c\xc5\x1c\x80\xa5\xcb\xb6\x12\x79\x00\xf7\x11\x75\x7a\x14\xd3\xe6\xfa\x0d\xc0\xd7\x46\xe0\x61\x08\xe4\x7b\x7c\xf1\x7e\x48\x54\x13\xfd\xbc\x18\x1d\x0e\x39\x5f\x92\x7a\x11\x56\x06\x55\xb3\x95\x61\x92\x56\x50\x52\xad\x52\x19\x85\x93\x43\xd5\xa4\x9c\xc2\xae\x22\x8d\xa5\x84\x5d\x2d\x27\xea\xc5\x5c\xee\x2f\x6b\x51\x92\xc2\x41\xb0\xca\x79\x26\xb7\xb1\x14\x98\xf0\x64\x45\xd5\x07\x0d\x5d\x7a\x30\xc8\xe3\x32\xe0\xa4\x81\x69\x66\xaa\xa7\x53\x5b\xe6\xd7\x44\x11\xad\x22\xc6\xad\x0b\x03\xb2\x97\xfd\x59\x8b\x35\x3d\xe6\x7f\xa1\xc5\x6e\xd9\xf6\xd4\x0c\xb5\xf6\xf7\x9c\x61\x04\x5e\xa5\xe0\xcd\xad\x86\x52\xeb\xbe\x19\x3d\xb6\x20\xc1\xf1\x41\x63\x19\x75\x07\x3b\xea\x14\x79\xa9\x90\xbb\x52\xb1\x16\x65\x15\xb8\x91\x60\xc4\x23\x5e\x44\xeb\x54\xdc\x94\x9d\xe5\x07\x40\x94\xa2\xe8\x48\x39\x6d\x97\x0d\x73\xe2\x70\x9b\x97\x98\x4e\xaa\xc4\x30\x75\x24\x7d\x52\x09\xaa\xd1\x40\x00\xc0\x89\xed\x56\x43\x6d\xb0\xcd\xe5\x19\xaf\x88\x53\x51\x5a\x67\x5c\xe5\xb3\x05\x5a\x6b\x2a\xca\x0e\xfa\x09\xd9\x1d\x94\xce\x35\x17\x4c\xab\x4c\xb9\x7a\xb4\x97\x9d\x0a\x0a\xb5\xad\x1f\xbb\x7f\xb7\xc5\xfe\x2f\xb7\x8f\xef\xaf\x92\x94\xa0\x1d\xfc\x0f\xea\xec\xde\xb7\xb5\x36\x7c\xea\xca\x8c\x87\x16\xe6\x98\xf8\xbe\xc9\x00\xa8\x5d\x6c\xec\x1b\xca\x04\x21\x0b\x04\xfd\x0e\xfb\x5e\xa5\xd5\x53\xf9\x00\x78\x87\x2b\xd4\x9e\x65\xcb\x88\x99\x20\x2a\xbd\xa4\xb7\x1e\x11\x27\x57\xf7\xf7\x0f\xb2\x6f\xdf\x04\x06\xc3\xff\xe0\xc1\x60\x8e\x7e\x8f\x41\x5f\xd8\x26\x2e\x94\x5a\x8a\x3c\xba\x11\x01\xe3\x31\xb6\xab\x8c\xec\x2a\x23\xbb\x69\x16\x97\x35\x3e\xf3\x2f\xd5\x61\xea\xbf\x78\x6c\x7a\x43\x17\xd4\x18\xba\x8d\x3c\x11\xfd\xb2\xb7\x6d\xf4\x68\x03\x6a\xd3\x26\x14\x3b\x35\xb5\x14\x42\xcb\x15\x6f\x71\x9d\xba\xeb\xb7\xcc\xa1\xec\xa3\x1e\x9b\xd9\x7e\xd3\xf1\x64\xf5\x2a\xef\xf8\x58\xd0\x84\x05\xdd\x73\x95\x5b\xf3\x84\x77\x66\x6b\xdd\x76\xc6\x9f\xd6\xba\x2d\xb4\xca\x28\xb3\xd8\xb4\xba\x4f\xfa\x07\x18\x6b\x4a\x5b\x39\x2e\x06\xbd\x3b\x97\x0c\xe4\x8c\x83\x4d\xf3\xd9\x03\xc1\xab\x3d\x07\x9b\x46\x3e\xce\x2d\x08\x12\x44\xbb\x40\xa8\xb6\xa8\xac\x54\x36\x4f\x57\x28\xcf\x2f\xa4\xeb\xc3\x6b\xdd\x92\x92\x3e\x4a\x0d\x1d\xbc\x19\xd0\x4b\x5e\x34\xe3\xbc\xec\xef\xe7\x59\x22\x3b\xd8\x85\x38\xdc\xcf\x3e\x6d\x23\xbd\x7c\xcc\x0b\x7e\xde\x53\x4c\xe2\x73\xe3\xa0\x2d\x7c\xca\xc0\xd2\x00\x37\xc5\x8e\x30\x61\x1a\xe6\x87\xa2\xb2\xd5\x26\x12\x6c\xfa\x4c\x07\x7a\x62\xe6\xcc\xc9\xf9\x13\xa7\x4e\xca\xc1\xef\xe5\xeb\xd3\x55\x3e\x3d\x2c\xc5\x74\x52\x39\x7e\xad\x0f\x7b\x8c\x61\x36\x92\xec\x70\xff\xdd\x5e\xf0\x53\x56\x93\x96\xf4\x1d\xa5\xcc\x40\x24\x5a\x95\x03\xd5\x92\x0a\x1f\x05\x3f\x72\xdb\x86\x28\x99\x11\x55\x07\x6a\x01\xec\x93\x21\x7e\xe0\x72\xb6\xc0\x49\x52\x3f\x80\xe5\x9f\x11\x5d\xff\xf7\xb6\xc3\xf0\xb8\xa4\x1e\xc7\x2c\xaa\xe0\x6d\x63\x2d\x3e\x23\xba\xdc\x49\x60\xa7\xbd\xbb\xe6\xa3\xa7\x76\x35\x76\x01\x81\xc8\x5e\xb6\x36\xb3\x1f\xf3\xc8\xf3\xff\x23\x5e\xf0\x52\xab\xc6\xb6\x43\xbf\x88\xe2\xbc\x24\x16\x58\x48\xe4\xb6\x2a\x14\xc5\xfd\x24\xbb\x32\x63\xf0\x33\x72\x9f\xa3\x15\xe3\x3f\xe6\x05\x8f\x2a\xd3\xe8\x1c\x3f\x45\x97\x51\x69\x70\x69\x37\x60\x9d\xab\xf7\x2e\x67\xcd\x36\x74\x17\x0b\x36\x29\x27\xb0\xff\x50\xb0\xe8\x74\x60\xac\x00\xa7\x54\x32\x6d\x91\xe7\xf2\xf8\x11\x11\x93\x7d\xa4\xe8\x88\xd2\x14\x6b\x5d\x15\xc2\xed\x5d\x07\x38\xe1\x17\xaf\x61\xdf\xda\x30\xef\x16\xf3\xd8\x7f\xf3\x35\xc1\xfa\x62\x1e\x37\x75\x87\x49\xa7\x35\x99\xf2\xc5\x30\x43\xd4\x91\x1e\x30\xc7\x90\xe9\xdd\x62\xd1\x07\x07\x13\x84\x90\xa3\x7e\x84\x27\x71\x8d\x62\xc6\xf3\xac\xca\xe1\xe5\x1a\xa6\xef\x27\x19\xfb\xbc\xda\xc8\x3f\xe5\xb1\xa9\x2d\x17\xcd\x62\x1e\xc3\x1e\xfe\xd6\xed\xef\xe1\x74\xc6\xb8\xea\x1b\xf5\x9b\x5a\x7a\xa3\x7e\x55\x8b\x5d\xbb\xad\xa6\xe1\x1e\xfd\x25\x6f\x5b\x5c\x12\xd0\x28\x37\xac\x51\xab\x9f\xe0\x68\x89\x2a\x11\xf2\xc5\x7c\x30\x4c\x23\x0b\xe6\x4a\xe1\x5a\x9d\x51\xc8\x64\x57\xbd\x67\x76\x4f\x43\xbb\xa7\xa1\xdd\xd3\xd0\x65\x3c\x0d\x3d\xe1\xdd\xb3\xb5\x1a\x3d\xe5\x7f\x57\x53\xb6\xf4\x62\x1e\xd7\xf5\xe7\x3f\x3a\xe0\xc4\x4f\x68\x85\x05\xa3\xca\xef\x5b\x72\x14\xe7\x5f\x38\x10\x1c\x75\xf4\x66\xfd\x18\x37\xa0\x63\x2a\x07\x5a\xdb\x10\x9d\x5d\xe0\xbf\xee\x67\x1f\xf5\x34\xf4\xdf\xfb\xbc\xe0\xed\x5e\x1d\xfa\xcf\x40\xd2\x99\x74\x86\x3a\xa6\xdf\xf6\x01\xfd\xc2\xcb\x05\xe5\x67\x4f\xac\xf3\x96\x4e\x9e\x06\xcf\xbf\xb2\x7a\xb8\xa3\x3d\x7f\xc6\x51\x3e\x3f\xe6\x5d\x22\x96\x45\xf0\x72\xcf\xe8\x9d\x2e\x51\x37\xa9\x98\x16\xe0\x48\xbe\x22\xb5\x04\x25\x5a\xcc\x98\xcf\x2f\x2e\x48\x75\x00\x82\x07\xa3\x14\x0c\x7b\x5d\x8b\x17\x03\xf8\x0d\x95\xc2\x42\x01\x0c\x3a\x94\xa4\xaa\xa4\xba\x2a\xe2\x90\xfd\xb0\xc7\x18\x4e\x19\x40\xd3\x7b\x34\x18\x3c\xa0\xff\x52\x5a\x66\x2d\x98\xca\xb6\xab\x9a\xea\x60\x21\x21\xa7\xde\x43\xf0\x14\x83\x41\x82\x91\x52\x06\x6f\x4d\x27\xac\x3b\x23\xfb\xd9\x09\xf6\x14\x53\x1b\x04\xc6\xfa\xd0\x44\xf0\xae\x89\x07\xdc\x8b\xf5\x4e\xeb\xe4\x63\xa0\x95\xf4\x25\x5d\x41\xd5\x3f\x16\xaa\x8b\x83\xa8\xa6\x23\x71\x16\xf3\xf8\x50\x69\x3d\x65\x47\xfe\x28\x52\x0c\x48\xf9\x29\xeb\x21\x8c\xd0\x31\xb2\x2e\x84\x9a\xb7\x22\x78\x3f\x29\x8a\x5c\xc1\xa5\xdb\xd5\x41\xa3\x6c\xb2\xda\x03\x66\xce\xac\x12\xab\x05\xa1\xa4\x2f\x89\x8a\x5b\x63\x00\xe1\x1d\x23\x2c\xbb\xca\x15\x2c\x8e\x20\x25\x0c\x87\x97\x94\xb0\x61\x81\x6f\x57\x39\x0f\xe8\x16\xac\xa3\x51\x3e\xd4\xec\x9e\xe8\xe6\xb0\x88\x64\xc6\xfb\xe9\x74\x8d\x65\x86\x0e\xd6\x83\x42\x4c\x23\x06\xec\x58\x5b\x54\x17\x91\x76\xea\x0c\xe9\xeb\x3d\x76\xed\xb6\x44\xfd\x62\x54\x75\x7a\xbe\x08\xbe\x1b\x7e\x20\x11\xa3\x8e\x48\x86\xdc\x1c\x44\xee\x93\xeb\x83\x26\x21\x84\xf0\x92\xd0\xaa\x8d\xc5\xe2\xfc\xd9\xe3\x77\x6b\xe6\x98\x95\x3c\x76\x52\x73\xd8\x6b\xf7\xb3\x9b\x9c\x3c\x18\xf2\xa6\x2b\xbd\xc4\x44\xb1\x51\x2b\x49\x65\xba\x37\x29\x2b\xff\xb7\xf7\x05\xdf\x66\xa0\x95\xdd\x07\xca\xf0\x82\xb7\x27\xa9\x44\xbf\x66\x4a\xd8\xcb\x16\xac\xdd\xf0\xb6\x8b\x70\x07\x59\x81\x5b\x49\x89\x0c\x6f\xbb\x6a\xdd\x0e\xd5\xba\xe7\x31\x1c\x23\x7f\xc9\x3e\x3c\xde\xc9\x4e\xb0\x3b\x36\xc9\x95\xda\xe6\x1c\xd9\x55\x1a\x2f\x5d\x69\xbc\x68\x17\xbc\x1e\x0c\x13\x10\x53\xf3\xc3\x8f\x2f\x60\x57\x0b\xc3\x31\x64\xec\x2d\x13\x0e\x5c\x8d\xda\xbf\x4f\xe7\xb1\x0e\x13\xf5\xff\xa6\x15\x7c\xc8\x9b\xe7\x59\x1e\x0b\x9b\x22\xdd\x71\x5a\x0d\x33\x27\x23\xa5\x04\xd5\x24\xef\x42\x18\x33\x00\xb3\x16\x8a\x48\xfc\xe1\xa1\x28\x20\x85\x6f\x0d\x19\xba\x31\x81\x12\x78\x98\x6e\x41\xd1\x9b\x94\x6d\x9e\x54\xf5\x2f\xdc\x77\x66\x3c\x9e\xd4\x76\x13\x92\x52\xe6\xd6\xb2\x12\x45\x5f\x0a\xa7\xa7\x65\x56\x83\xce\xca\x8b\xae\x0b\x0d\xd2\x79\xc6\x1f\xf2\x5f\xe2\x05\xb7\xea\x18\x60\x6e\xc4\x5f\xd3\x57\x20\x34\x12\x7e\xc2\xbe\x33\x46\x84\x7e\x3d\x3b\xb6\x09\xd8\x43\x53\xcf\xcb\x3a\xb0\x9f\xb8\xc6\x21\x94\x6d\x8a\xa4\xbf\x33\xcd\xd7\x97\x40\x34\x2d\x0d\x44\xc7\xff\xc6\xc1\xe0\x2e\xf7\x52\x43\x7c\x96\x79\xe0\x50\xe9\x3a\x32\x79\x9a\xe7\xe7\x4a\xc0\x7e\x0d\x2f\x78\xdf\x36\xd8\x30\xfc\xde\xe9\xc2\xbf\x64\xec\x63\x2d\xb6\xc9\xd3\xfe\x4f\xb7\xd8\xe2\x86\xcd\xbf\xb8\x04\x01\xa3\x53\x7e\xca\x5b\xde\xf8\x93\xcb\x4a\x94\x1b\x13\x67\xc4\x37\x2e\x55\xfb\x7a\x15\x64\xd2\x82\x03\x48\xd9\x11\x8a\xb3\x79\x05\x4f\x1a\xe9\x9a\xc2\xad\x36\x9d\xa9\xb5\x82\x64\x35\x03\x15\x08\x37\x83\xe2\x1c\x5a\xdf\x92\x0c\xd3\x43\x92\x8c\x4b\xd9\x44\x89\x25\x26\xcc\x9c\xfd\x79\x8b\xed\x81\x20\x6a\xff\x4f\x5a\xc1\x9f\x7a\xcb\xf0\x7b\xd9\x1a\x3f\x0c\xcc\x2e\x1c\x06\x68\xc5\xd5\x2f\x45\x62\x9a\xaf\xd3\x36\x45\xc6\x1b\xab\x6e\x36\xad\x65\x13\x9b\xe5\x86\xc4\x92\x44\x7e\x32\x4e\x0c\x29\x5f\x4a\x14\x55\x31\x25\xd2\xa4\x09\xe5\x6b\x17\x46\x8d\xcc\x72\x53\x65\x4d\x4b\xe6\xf6\x9c\xb3\x56\xee\x66\x77\xb2\x13\x17\x37\x59\x34\x7b\x67\xf9\xdc\xa4\xea\x11\x83\x50\xb9\x4d\x7a\x86\x9f\x69\xb1\xa7\x23\x1e\xe1\xea\x30\x29\x7b\xa2\x38\x25\xaa\x5e\x1e\xfb\xaf\x69\x5d\x64\x35\x64\x7b\x4e\x8c\x17\x14\x7c\xd2\x5b\x6e\x28\x7f\xb9\x0e\x62\xd2\x21\x36\x02\xb0\xc3\xca\xa1\x74\x5e\xa2\x60\x52\x9b\x3a\xd2\x1a\x7a\x35\xea\xcb\x59\x92\x2e\x3b\x67\x05\x4a\xdc\x71\xcb\x4a\x4a\x79\x41\x9e\x6d\x62\xca\x0a\x1b\x96\xf5\xf0\x94\xaa\x0e\x12\xc1\x7e\x64\x82\xf9\x6a\x00\x17\x0b\xd1\x91\x27\xb1\x8e\xf0\xff\x87\x0e\x15\xf9\x72\x6b\x79\xfc\xfe\xb2\x43\x67\xd5\xcb\x21\x3c\xa9\x9f\x8f\xcd\x01\xa7\x51\x2a\x35\x5d\xcf\x35\x08\x3d\xc7\x4c\x3b\x6b\x52\xcb\xb9\x47\x45\xc9\x62\x75\x66\x1f\x61\xfb\x00\xcc\x66\x9a\xaf\xcb\xd9\x4e\x64\x9a\xeb\x02\x81\xae\xf1\xb0\x92\xe6\xab\xf4\x54\x2f\x59\xed\x89\xb2\x3a\xcc\x4f\x8d\x35\x20\xe4\xfc\x64\xd4\xe9\x35\xdc\x21\xc5\x46\x61\x99\x14\x51\xb6\x8a\x41\x63\x0f\xce\xb6\x67\x8f\x1c\x39\x72\xe4\xa1\xd0\x62\x83\x24\x8c\xee\x81\x79\x3d\x29\xeb\xc7\xd7\xa4\xd2\xcb\x86\x02\xac\x65\x39\x88\x09\x0e\xc7\x1b\x37\xd2\xe4\xfd\x7b\x1d\xda\x5d\x03\x1a\x84\x13\x12\x0f\x55\xf3\x00\xd9\x06\xdc\x72\x68\x56\x79\xe9\xde\xe0\x4b\x5e\xf3\x3d\x37\x96\xda\x46\xf0\x37\x91\xd4\x08\x01\x27\xf7\xc4\x33\xf2\x34\xc7\xb3\x7c\x1d\x85\x88\x76\x7f\x3e\x40\x0e\x4a\x85\x84\x4b\x2f\xf0\xb5\x24\xb2\xb8\x88\xf0\x6a\xd1\x96\x1d\xd6\x1d\x4a\xad\x49\x8e\x8e\x54\xf3\xe0\xb0\x89\x54\x1a\x49\x96\x26\x99\xd0\x2e\x4f\x02\x1e\x05\x26\x80\x0e\xd8\xaf\x8d\xb0\xa2\xaf\xe9\x20\x7b\xb5\x3b\xbd\x6e\x92\x7d\x74\x82\x3d\x15\x4b\x22\xfb\x92\xdc\x2a\xdf\x39\xb1\x0d\x63\xc6\x98\x4b\x77\x20\x3a\xc1\x7f\x6b\xd5\x0b\xb3\x20\x69\x28\x9e\xde\x85\xb8\xb3\x18\xe8\x08\x41\x2f\x6a\x30\x61\x29\x64\x88\x95\x11\x3a\x7c\x0f\x95\xaa\xfd\xb6\x59\x8c\x64\xbb\x26\x6c\x1d\x68\x2b\x3c\x8c\x82\x8a\x7d\x3a\xbe\xb4\x70\x2a\xa1\x33\x36\xef\x8a\x48\x76\x30\x84\xa1\x19\x1e\xb5\x22\xca\x4a\x7c\xb3\x8b\xf9\x0c\xa0\x54\x6f\xf2\x69\x04\x93\x6f\xea\x93\x7a\xa5\xe4\x04\x9c\x86\xbc\x3b\x10\x30\x09\x51\xae\xf6\x72\xdc\x19\x57\x46\x14\x7d\x4f\xab\x5e\x64\x28\x8c\x36\xac\x38\x3b\xc5\xbe\x65\x50\xfb\x2e\xd8\x6f\xae\x0f\xa6\x6c\x44\xf3\xf1\x4e\xd5\x5d\xee\x1c\xd2\xff\x05\x63\x27\xec\xa3\x4e\x4c\xd9\x47\x85\x58\x4d\x20\xcf\x81\xd2\x8a\x4f\x0d\x2b\xb0\xf0\x99\x9c\x0a\xa3\x33\xc0\xd1\xf8\xdf\x1d\x08\xee\xd9\xea\x21\x17\x86\x77\xb3\xa7\x9b\xcf\xd2\x5f\xde\x25\xeb\xdf\xf1\x01\xf8\xb5\x9e\x3a\x01\xff\xa0\x17\xfc\xd3\x7b\xb7\x33\x16\xb6\x52\x72\x86\x2d\xb2\xd3\x1b\x9f\x94\x2f\x65\xfa\xec\x9e\x9a\x77\xe0\x6a\xf9\x8c\xed\x6a\xf9\xb8\xb7\x23\xeb\x52\xf0\xfd\xc6\xd1\x82\xe4\xbf\x57\xcb\xc9\x62\x35\xee\x09\xef\xfb\xbd\xad\x0d\x01\x2f\xf0\x1f\x32\xb1\xf8\x8d\x93\xae\x66\x0b\xd8\x4a\x34\xd5\xfd\x33\xff\xbc\xcd\xe6\xb6\x31\xb1\x49\xbf\xc0\x5c\x7f\x53\xbc\xff\xab\xcf\x0c\x96\xc7\xae\x5a\x27\x98\x28\x33\xd5\xd6\x89\x7b\x0a\x97\xc0\x61\x54\x56\xce\x95\x3c\x2b\xa5\x56\x14\x0d\x06\x29\x28\xb4\xb9\x89\x4f\xbf\x06\xe7\x2d\xb6\xc9\x11\x98\x1f\xb9\x96\x7d\xf1\x00\x7b\x9a\x36\xfa\x6a\x73\xc6\xaf\x1e\xd8\x79\x02\x69\xf0\xd2\x03\xa7\xeb\x05\xf3\x58\x74\x92\xd8\x65\x7b\x2f\x86\x78\xa4\x54\xcd\x84\xbc\x48\xb5\x56\x57\x22\x4a\x46\xd3\x2f\xf4\x6c\xf8\x75\x0d\xa1\xa9\xd0\x3e\xad\xf3\x97\x32\x3d\xe8\x33\xaa\x62\xa7\xa9\x4a\x91\x76\x51\x84\xe8\x92\xf0\x8c\xaa\x8f\x5d\x49\xa9\xa8\x05\xf1\xeb\x24\xfd\xf5\x84\x07\x33\x4d\x39\x56\x72\xa9\x92\xd0\xd5\xf9\x18\x1d\x10\xb1\x85\xd1\x95\x54\x3c\x13\x6b\xf2\xce\xb9\x64\x50\xda\x0d\x0f\x19\x73\xb8\x6a\x36\xea\x9a\x91\xc6\xf8\x5d\x07\x6d\xde\x71\x5b\x00\x2e\x60\x0d\xcb\x20\x28\x86\x19\xa8\x18\x81\x14\xe5\xc1\x11\x64\x3b\x9e\x0d\x6e\xe1\xc8\x37\x25\x15\x69\xd0\xa2\xad\x4e\x93\xaa\x74\x37\x07\x67\xc6\x1c\xb2\xd7\x38\xe3\x18\xcc\xf1\x17\x31\xce\x03\xe8\xb0\x93\xe7\xa5\x3c\x05\x1b\x77\x30\xc7\x1f\x64\x9c\x73\xb8\x2b\xff\x17\x9c\x13\xa3\x60\xce\xaa\x42\x5b\xdd\xc0\x79\x0b\x45\x05\xa7\xf3\x6a\x21\x33\xb7\x70\xff\xd3\x65\xc1\xb5\x23\xfa\x36\x97\x75\xa7\xdf\x0f\xc1\x7f\x1f\x65\xf2\xd7\xa3\x8c\x2d\x74\x35\xf7\x90\xcd\xa4\x05\x2a\xd5\xc5\xf7\x65\x13\x16\x4a\x20\xb2\xb5\xa4\xc8\x33\x20\xaf\x86\xee\x1c\x14\x79\x8c\x3d\x5a\x56\xd1\x6a\x92\xad\x06\xb7\x5c\xbd\x6e\xb5\x6b\xd3\xd8\xb3\x5b\x75\x2b\xd4\xde\xea\x59\xd5\x86\xe6\xfe\x5d\x12\xe2\x32\xf0\x9e\xe0\xe2\x81\xb5\x0b\x36\x4f\x15\xdc\x25\xbb\xd3\x05\xa7\x2c\x43\xc6\x4e\x34\xe1\x31\x3a\x82\xa6\x4d\x06\x1f\xb5\xf8\xe5\xf2\x1a\x55\x3d\x38\x8b\xff\x3f\x93\xca\x56\xf4\xc7\x93\xc1\xcb\x27\x91\x66\xd4\xb6\x14\x45\x95\x2d\x41\x41\xd0\x00\x57\x83\xc2\xae\xb4\x70\xf2\x9c\xd5\xca\x3b\x51\x21\x08\x24\x02\x8f\xdd\x0d\x37\x40\x90\xa9\xd2\xc9\x0e\xa4\x6a\xf9\x82\x28\x1b\xbd\x00\x68\x7d\x43\x7e\x77\xbe\x2e\x2b\x0d\x47\x3c\xe0\x2c\x05\x6e\xd3\x02\x78\x9f\xb8\xd9\x27\xe6\xd5\x96\x40\x1b\x06\x6e\x00\x6a\xeb\x1a\xbf\x0b\x5a\xcc\x60\x58\x69\x9d\x48\x49\x25\x70\xb4\x62\x0e\x27\x21\x85\x5a\x46\xbb\x8e\x1c\x3d\x05\xb1\xa1\x10\x0e\x15\xef\x64\x3a\x22\x8b\x88\x2a\x72\x00\xb0\xc6\xed\x1d\xd4\x12\x1c\x90\x02\x41\xde\x53\x8c\x54\xb3\x36\x3f\xad\x64\xc9\xe9\x32\xb6\x65\xba\xb6\x49\xfb\x3b\x8d\x0f\xd0\x0c\x74\x34\xd6\x53\xec\x1e\xb6\x70\xd1\x1a\x2b\x65\xde\x0d\x53\xf1\xdc\xa4\xea\xdd\xa7\x67\x10\xfb\xbd\x09\x76\xb0\x4c\x62\x71\xb2\xdb\x95\x9f\xf2\x7f\x7d\x22\xf8\xa5\x89\x25\x73\x01\xbb\xdd\xda\x00\x81\x59\x8c\xa6\x4e\x2f\x2a\x39\x40\x55\x0a\x7c\x38\xe4\xf3\x1d\xb9\xa2\xc0\xbb\x6e\x63\x0d\x50\x7a\x7d\x9b\x9f\xce\x33\xd1\xe6\x4b\x79\x5f\xe0\xef\xfb\xb2\x13\xc5\xe8\xcc\x30\xe3\xba\x7b\x41\x74\xd9\x85\x62\xf6\x76\x22\xc7\x13\x39\x2e\x61\xcc\xb3\x4e\x92\x26\x14\xcc\x0a\x41\x1a\x6d\x5e\x26\x68\x0d\x56\x86\x50\x02\xed\xc3\x13\x8b\x3a\x7e\x93\x45\xa2\xac\xc4\x40\xd9\x86\xcd\xe0\x75\x7a\x40\xeb\x46\x7a\x8b\x53\x09\xb0\x7d\x02\x63\x68\x26\x0c\xf5\x42\x16\xe7\x99\x40\x5b\x2f\x99\x6e\x49\xee\xc6\xd8\xaa\xa8\x42\xf5\xd1\x58\x4d\xa3\x61\x95\x4f\xeb\x2a\xa1\xed\x68\xa4\xad\x63\xaa\x63\x75\x27\xa8\x51\xb8\xed\x36\xd5\x87\x10\xfa\x9d\xf7\x85\xcb\xb5\xa9\x20\x52\x1c\xde\xb2\x7d\xec\x20\x14\x8c\x76\x54\xff\xe5\xfb\x82\xbf\xde\x6b\x5d\x70\x0d\x95\x72\xb3\x00\xc9\x13\x68\x5a\x71\x65\xdd\xc3\xda\x01\xb1\x30\xb0\x75\x53\x6b\x9b\x60\x25\x78\x00\x16\x1c\xdc\x60\x4e\x3e\x3c\x4c\xd6\xa2\x54\x0a\xfb\x90\xb1\x69\x34\xee\xcc\xe9\xc6\xaa\x71\x52\x96\xea\xa4\x92\xa2\x15\xcc\x3f\xc6\xaa\x6d\xe2\x1a\x0a\x10\x3d\x75\x7a\x3c\xe4\x46\xe8\x83\x65\x4b\xf3\xca\xc4\xf8\xc6\x5a\x12\x01\x28\xdd\xcc\xda\x6c\x5b\xfd\x80\x85\x80\xc7\x59\x93\xf1\x6a\xae\xaf\x0c\x2b\xdd\x0d\x58\x2f\x48\xe1\x10\x31\x5f\x8e\x06\xc9\x5d\x52\x43\x2f\xe7\x1e\x0c\x64\x61\xc1\x43\x6d\x0b\x1b\x43\x5e\x5d\x9b\x95\xd7\xb4\xf8\x9d\xe3\x0f\x06\x56\xf5\x82\x87\x96\xdb\x56\xab\x31\x67\x5e\x7f\x9a\x43\xbb\xea\x15\xb2\xd0\x36\xc0\x04\x96\xe9\x7d\xc5\x28\x61\xd3\xdc\xf4\xf3\x78\xe7\x26\x5d\xd5\x1f\x0e\x8a\x82\x1c\x62\x4a\x84\x95\x8d\x25\x5e\x79\xe8\x30\xd2\x08\xe7\x17\x17\xf0\x44\x22\x6b\xa6\x61\x37\xae\x70\xf7\xcb\xeb\x7f\xfb\xba\x7f\xc5\x06\x57\x31\x2f\x62\xc0\x72\xe3\x98\xd8\x4b\x93\x56\x84\xbd\x32\xbf\xa6\x78\xfb\xfe\xc0\x0b\x3e\xeb\x9d\xad\xa5\x78\x8e\x9d\xa4\x30\x92\xc5\x32\xd5\x22\xb7\xf2\xc3\xc3\x28\x25\xfb\xb2\x08\x57\xc3\x36\xb2\x38\x0d\x60\x6d\x87\x8e\xba\xd3\x26\xd0\xb3\xc0\x7a\x22\x68\xca\x2e\xa5\x0f\xe2\x40\x38\x45\x34\x3d\x9d\x17\xab\x51\xa6\x48\xc3\x9b\x71\x95\xde\xe5\xb1\x27\x75\xa3\x24\x1d\x16\x82\xa4\xd0\x8f\x7b\xc1\x6b\xbc\x3b\xed\x4b\x8e\x1c\x72\x0c\x4b\x00\x5c\x66\x59\x37\x4c\xcf\x68\x3b\x87\x94\x39\xbd\x28\x8b\xe5\x46\x3c\xad\x99\x71\x2c\x81\xb4\x00\x4e\x3b\x39\xbe\xf2\xa3\xae\xd4\xc4\x7b\x4e\x85\xbf\xbe\x87\x3d\x19\xb7\x5d\x7d\xb8\xfc\xfc\x9e\xcb\x70\xb8\xfc\xd1\x3d\xf7\x39\xa5\x6e\xe7\x64\xa9\x0f\x93\x2e\x0d\xa8\xdc\x75\xf5\xc9\x4f\x9d\xec\xdc\x3a\x43\x1e\x07\x52\xfe\x0b\x03\x5c\xa7\xd1\x09\xf3\x34\xc6\xda\xc0\x38\x67\x62\x9d\xfe\x82\xa3\xa9\x9e\xf3\x0d\x53\xbb\xad\xac\xbe\x00\x89\x1c\x8b\xc2\xd9\x20\xba\x5c\x24\xd0\x96\x4d\x4f\xb7\xf3\x3c\x1b\xa6\xa9\x7a\x66\xca\xd4\x45\xb9\x6a\xa3\x12\x66\x18\xc6\x60\xb5\xe5\xc8\x99\x1a\xd6\x9e\x89\x85\x54\xf2\x80\x6a\xd4\x9c\xc1\x55\x0e\x82\x94\x9a\x90\x5d\x4f\x0a\xfc\x54\x9a\x9c\x93\xfa\xc1\x09\x2d\x14\xce\xe4\x69\xba\x12\x75\xce\xc1\xfb\x7c\x31\x8f\x17\x8b\xfc\xfc\xe8\x3e\x95\x7c\x0f\xc5\x1d\x56\xc7\xd4\x86\x26\x23\xe8\x8b\x35\x34\xfa\xdc\xa4\xf6\x34\x7b\x38\x11\x89\x68\x5a\x6a\x9f\x8a\x11\x4d\x64\x31\x92\x14\x82\xb2\x22\x8f\xd8\xcd\x12\x00\x0d\xeb\x46\x31\x56\xa3\xbe\xb3\xc3\xc6\x8f\xb7\xd8\x93\xab\xa4\x2f\xf2\x61\xb5\x24\x55\xaa\xb8\xf4\x5f\xa1\x9d\x7e\x7f\xe6\x9d\x75\x6e\xd5\x22\x15\xe9\x3d\x03\xb2\xa4\x65\xd5\x7c\xb7\x22\xbb\x87\x7a\x06\xe8\x7f\xca\x76\xed\x38\x92\xa6\x63\x8e\x75\x72\x71\x40\x40\xa8\xbe\x2f\xc5\x87\x59\x0a\xe0\x45\x45\xe9\xc1\x49\xd4\x61\x90\x06\x7d\xcb\x75\xdd\x29\x24\x2c\x94\xd5\xc7\x8e\xf0\x12\x1b\xe3\xf4\x9c\x75\xd9\xf1\xc2\xfd\x9b\x49\xf6\x0f\xf4\x48\x20\xc6\xa4\xda\x6d\xfc\x37\x4c\x06\x7f\x35\x31\xdf\x7c\x93\x5c\xe7\x70\x30\x12\xb1\xf6\x0f\x0c\x34\x7d\xf1\x72\xed\xc5\x65\x83\x12\x26\x9b\xa7\xcc\x6b\xe2\xfc\x80\x94\x6a\x0d\x6a\x84\x3d\x52\xa1\xc7\x09\xe2\x6a\x93\xa2\xd4\x20\x63\x6a\x75\xc0\x17\x71\xd8\x13\x9d\x47\x88\xd6\x9f\x0c\x82\x77\xba\xb6\x43\xa1\x06\x8c\x01\x83\x09\x25\x38\xc1\xd1\xa6\x0e\x6d\x85\x05\x0a\xf3\x53\x8f\x90\x41\xdb\x22\xcf\x03\xe0\x73\x2a\xbf\x4d\x6c\x06\xde\x39\xe1\x98\x49\xa5\x45\xb7\xaa\x95\x1c\xb1\x38\x17\xb8\xf8\x48\x0f\x00\x13\x88\x7e\x42\x03\x7d\xa8\x49\xb3\x44\x15\x94\x93\xa7\xac\x89\x2e\xab\xaa\xb2\xe4\x15\x60\x13\x51\x74\x56\x4d\xb3\xca\x9a\x21\xcb\x0f\x1e\x22\x8d\xe0\xd0\x43\xcb\x9b\xa1\x7a\xfe\xa4\xc7\x1c\xeb\xa5\xff\x6a\x8f\x3d\xfb\x12\x0f\x6b\xea\x44\x68\x15\x17\x3c\xcb\xfe\xab\x21\xd0\xa0\x3f\xcc\x00\x2b\xc5\x1c\x44\x5c\xc4\x2f\xf6\x47\x07\x1b\xa9\xbb\x17\xf3\x78\x3e\xab\x92\xf9\x2e\xd4\x73\xe4\x7f\xf0\x60\xb0\xb0\x98\xc7\x3c\xca\xaa\x84\x47\x74\x15\x4d\x90\xa4\x13\x76\xd1\x43\x04\xf9\xab\xee\x53\x94\xc2\x05\x27\x05\x80\x0e\x74\x4c\xb8\x7f\xc8\xd8\x5f\xee\x61\x33\x7a\x31\x9c\x18\xca\x8e\x5b\xd2\xef\xe0\x96\x4c\x97\x4f\x9e\x17\x9d\x21\x04\x1a\x7d\x7c\x4f\xf0\x97\x93\x67\xad\x24\x6a\x5a\x0a\x58\x0e\x70\xc5\xd0\x0d\x62\xb0\xcc\x31\xfc\x8c\x9c\xdc\x51\x95\x94\x44\x22\x2e\x2b\x3b\xad\x2b\x2b\x8c\xd1\xca\x5a\x06\x8a\xd7\x04\xdc\x9e\x78\x28\x48\xf0\x3c\xa9\x02\x1d\x30\x5a\x0c\x0a\x5f\x4b\x72\xf0\x99\x39\x71\x71\xb4\xc4\xac\xe2\x51\x4c\x99\xd7\x92\x92\xf7\xf3\xb2\xb2\xc4\x82\x82\x74\xce\xac\xe1\x5b\x85\x4d\x10\x16\x63\x5f\x16\xba\x2e\x92\xd5\x5e\x55\xb6\x79\x12\x8a\x10\xd6\x1c\x00\xd5\x98\x62\xfb\x82\x18\x02\x75\x64\x9d\x35\x1c\x38\x0b\x50\x5b\x9f\xd2\x67\x01\x52\x89\xdb\x9a\xfa\xad\x3e\x26\x1b\xf7\x59\x9b\x8b\xaa\x13\x1e\x6e\xeb\x20\x97\x08\x2a\xba\x32\xe2\x49\xa5\x72\x28\xaa\x5e\x01\x54\xef\xd0\x1f\x29\x7d\x5d\xf9\x2e\x89\x32\x3d\x8b\x79\x14\x43\xa2\x7c\x80\x2d\x0c\x34\x39\xc1\xb0\xaf\xf6\x51\x68\xa4\x54\x7e\x90\x99\xc1\xd9\xd6\xaa\x31\x3c\x8f\x41\x1e\xab\xe9\x7c\x56\x14\xfd\x5b\x74\x11\x53\xe5\x61\x6b\x79\x60\x7c\x08\x7c\x26\x2a\x04\xa5\x52\xda\xc3\xe2\x2c\xf7\x5b\xd9\x1c\xbb\x69\xcb\xe0\x82\xe7\x42\x13\x44\xbc\xe8\x56\x81\x7d\x65\x92\x85\x1b\xf5\xf1\x06\xf3\xfe\xdf\x4c\x06\x7f\x3a\x41\x56\x7b\x77\x14\x9c\xc1\xdc\x60\xea\xea\x60\xf9\xbe\xa8\xb8\x5c\x07\x66\x48\xe5\x7e\xd9\x56\x39\x81\xb8\x96\xd4\x29\xd3\x4d\xc1\x54\xdd\xa6\x9d\x07\x97\x50\x8d\x8e\x90\xfa\x1a\x25\x12\x50\x55\xf2\xbe\x40\x1e\x21\x1e\x43\x9b\xa1\x1e\x42\x35\x9c\xa0\x95\xe2\x21\xc5\x26\x00\x65\x2e\xd8\x5a\xd1\x5d\x79\xb8\x6d\x25\x26\xc2\xca\x94\x2b\x8f\xd2\x19\x69\x7f\x04\x73\xe4\x10\xc2\x80\xc4\x5a\xd2\x31\xdc\xbb\x70\x9e\x48\xaa\x92\xda\xf5\x5c\x4a\x98\x28\x04\xf4\x57\x7f\x98\x56\xc9\x20\x35\x93\xb5\xad\x37\xd5\x52\x87\xb5\xd6\x26\x9b\xfc\x1a\x01\x46\xd9\x23\x0e\xe5\x69\x30\x6f\x08\x04\x92\xcb\x16\x62\x49\x20\xa8\x54\xe9\x29\x28\xa0\x92\xda\x6c\xdb\x1e\xb5\x66\x7d\x96\xfd\xf4\x5e\xf6\x0f\xad\xc7\xa0\x8d\x6b\xb3\xa1\x99\x6a\xfe\x4b\xf6\x06\x67\xad\xd5\x5d\x4f\x41\xd1\x37\xa4\xc6\x5b\x15\x51\x92\x91\x39\x13\x5b\x4e\x6a\x01\x32\xe7\x9f\x19\x66\x72\x26\x1d\x4f\xa3\xb2\x26\xe8\xdf\xbc\x87\x7d\xad\xc5\xae\xb1\xe3\x6f\xfd\xcf\xb7\x82\x0f\xb4\xec\x2b\xd4\xab\xa4\xa0\xa3\x00\xa3\x2e\x51\x60\x3e\x79\xe6\x48\x72\x02\x45\x80\xc9\xe5\x7c\x1c\x79\x3c\x2c\xde\x53\xfb\x2e\xd8\x26\x14\x4c\x90\x99\xe0\x30\xb5\x40\xac\xa0\x1c\x31\xf3\xd6\x1c\x57\xa4\xd4\x76\x8a\x72\xea\x2f\xa5\xb8\x28\x56\x0d\x0c\x37\xc6\xd8\x40\x7a\x09\xe4\xa7\x58\x0f\x87\x7c\x3e\x1b\x81\xfe\x93\x26\x1d\x15\xe7\x89\xe7\x00\x35\x33\x71\x89\x18\xf3\xa0\x65\x59\x0e\x1f\xaf\x29\x1b\x76\x16\xc8\xbb\x5a\xec\x60\x95\xa7\xca\xaa\xeb\xff\x64\x2b\xf8\xa0\x67\x5d\x40\x98\xfb\xc1\x40\x64\xb1\x88\xf9\x94\x38\xaf\x70\x49\xe2\x21\xd0\xee\x54\xa2\x3c\x0c\x36\x7c\x9b\x43\x96\x84\x64\xbd\x2b\x69\xb9\xea\x8a\xb5\xc9\x46\x9a\xac\x09\x4c\x8f\xca\x75\x8e\x97\x1d\x08\xce\xa9\x3a\x26\xac\x1b\x55\x07\xb4\xb5\xd6\xe6\x91\x59\x03\x33\x6c\x9a\x3d\x73\xcb\x35\x70\x56\x37\x75\x9b\xc1\xa1\xbf\x73\xc0\x59\x24\x2e\xde\xf3\x99\x3c\x85\x24\xc5\xcf\x79\xf2\x57\xcd\xf3\x1a\xb7\x55\x78\x21\xaa\x42\x00\xd7\xd6\xe5\x56\xac\xaa\x43\x17\xaf\x03\x8d\x09\xf4\x6a\x98\x25\x15\x5a\xa2\x65\xd9\x77\x24\x20\x3f\x9a\xf0\x46\x6f\x84\xf8\xb9\x68\x0d\x33\xd2\xa1\x82\x8a\x68\xde\x8e\x08\x98\x59\x9b\x85\x92\xf0\x64\x4e\x72\x9c\xa7\x79\xb6\x2a\x0a\x3c\xc4\x43\x1a\xb8\x86\x29\x75\xd6\xe8\x57\xf6\xb2\x9e\x15\x6f\xf1\xbc\x9d\x66\xb6\x7e\xfb\x26\x89\xad\xec\x11\xe5\xd9\x7a\x38\x98\xc6\x7e\x22\xa8\x6a\x8a\xac\xb3\x7b\x50\x1f\x26\x10\x14\x7b\xbb\x01\xf7\xee\x30\x9a\x02\x77\xc3\xac\x76\xd3\xc7\xbf\x89\x99\x40\xc9\xd6\x01\x40\x77\xfa\x27\x74\x00\xd0\x86\x6b\x5d\x47\xff\xc8\x55\xd1\x9c\xfb\xf3\x8b\x07\xec\x24\x45\x9b\x6e\xb4\x1e\x18\x0c\x51\x8e\x2f\x3f\x10\xcc\x37\xdd\x68\x42\xf9\xa8\x3f\xa7\xbd\x93\x8d\xb1\x8d\x1f\xdf\x8d\x6d\xdc\xf1\xa2\x5b\x53\xa1\x8d\xfd\xe0\xbb\x16\xe4\x8f\x3a\x21\x7c\x7d\x48\x4a\x5b\x54\xde\xc4\x6e\x60\xd7\x6d\x87\x88\xb6\x5e\xca\xee\x62\xdf\x41\x00\xe3\x6f\xda\x01\x8c\xbf\xb2\xc3\x00\xc6\xef\x6b\x8e\x5f\xbc\x7a\x18\x11\xbd\xad\x25\xd7\x49\xff\xf8\xb4\x13\x6b\xc8\xb7\x20\x20\x6e\x92\x37\x8c\x7d\x71\x9f\x63\x98\x6a\xe0\xf3\x03\x81\xf5\xbe\x7d\xc1\x91\xda\xb5\x26\x59\x65\x3d\xb2\x81\x7c\x7a\xed\xde\xdd\x69\xbe\x83\x69\xbe\x9b\x03\xfe\xb7\x67\x9b\xb8\x53\x6d\x13\xb7\xd9\xe2\xff\x08\x0b\x59\xfb\x62\xf8\x32\x9f\xf0\xbe\x67\xeb\xd5\x7e\x83\x7f\xdd\x96\x7c\x7f\x4d\xf1\xc7\xef\x74\xcf\x5b\x2e\xa0\x1d\xac\xec\x57\x1c\x08\xbe\xd3\xfc\xe9\xa6\x56\xe0\xf5\xe6\x85\xfc\xff\xee\x2a\x1a\x3b\x9e\x41\x8f\xeb\x24\x8a\xb7\x7a\x41\x57\xab\x1a\x36\x89\x10\x80\xb9\x28\x8d\x6f\x9b\xa4\xdb\x3a\xbe\xd2\xf1\xf9\xcc\x60\x61\xf6\x5c\x7d\x26\x3b\xcc\x0e\x6d\x13\xfd\x70\x57\x6c\xef\xa6\x57\xd8\xe9\x15\x17\x89\x06\x6b\xc1\x58\x19\x69\x53\x97\x56\x5f\xf8\x56\x87\xc4\x80\x3c\x82\x26\x2d\x39\x3e\x91\x94\xc5\x10\xc2\x04\xee\x18\xc6\xab\x8a\x6b\xd8\x7f\xdb\xb7\x06\xaf\xf4\x36\xbc\x6d\x27\x61\xda\x69\x84\x18\x7a\x5b\x39\xac\x68\x10\x8d\x50\x2f\x26\xe4\x54\x90\x9c\x9e\x55\x11\x25\x68\x38\xa9\x73\x9c\x44\x0a\xb6\xea\x82\xe7\xc7\xba\x88\x92\x82\xf5\x2e\x78\x4f\x26\x5c\xf7\xbb\x45\x94\x56\xbd\xd1\x05\xef\xc9\x84\x81\xa8\x2f\x5c\x83\xae\x67\xf0\x60\xb8\xd2\xf6\x63\xdf\xc2\x96\x59\x43\xa9\xfe\xb3\x55\xdc\xc0\xf5\xa7\x87\x2a\xc7\x7c\x90\xc7\xdc\x7a\xd4\xa2\xcd\xc4\x0a\xa4\x23\x4d\x39\xee\x38\xde\x1f\x64\x4e\x05\xfc\x7b\x54\xd9\x37\x54\x79\x15\xa5\x3c\xb3\xbf\x50\xf2\x0e\x41\x5f\x2a\xdb\xad\xf9\x24\x5f\x81\x7e\x73\x0a\xff\xb2\xc7\x7c\x85\x8e\x78\x97\xc8\xc8\x6c\xe8\xff\x96\x07\x1f\xb9\xe1\xba\xe0\x7d\x36\x94\x22\x5f\xd5\x8f\x18\x4c\x45\xa0\x4d\x82\x75\xad\x8d\xcd\x8b\x27\xee\xd0\x99\xff\x27\xc6\x7a\x07\x13\x5f\x20\x34\x46\xb3\xd4\x98\xf1\xd7\x04\x93\x2a\x68\x64\xbc\x7a\x5c\x3c\x3c\x8c\xd0\xa5\xbd\x78\xe2\x8e\x43\x5a\x76\x99\xda\xb9\x3d\xf8\xe7\xfb\x19\xd3\x94\x77\xa5\xff\xd5\xfd\xc1\x9f\xef\xd5\xcc\x8a\xa5\x4a\x15\x35\xac\x78\x68\x71\x5b\x3c\x71\x07\xda\xbb\xad\x1e\xa4\x64\xf8\x54\x56\x5d\xf1\x84\x9a\x06\xaa\xf6\x59\xf4\x7a\x67\x81\x60\x49\x5e\x07\x2b\x71\x21\xc8\x4d\x4f\x21\x59\x2a\x8d\x55\x91\x0a\x82\x7f\x68\x2a\x32\x6c\x5e\x78\xa3\x44\x32\x4a\x4d\x17\xa7\xa9\x9b\x20\x7c\xf7\xf0\x1c\x9f\xe6\x4b\xa3\xac\x73\x67\x94\xa4\x22\xd6\x0c\x66\xaa\xa6\x22\xc3\x39\x81\x60\x0d\xc4\xd6\x0f\xf6\xd1\xa8\xcc\x0e\x55\x5c\x31\x68\x90\xd7\x52\xa7\x13\xe0\xff\x28\xd3\x9c\xa6\x98\x8a\x4b\xb0\x26\x32\x34\x52\x45\x03\xe7\xce\x14\x8f\x8a\x7a\x69\x91\x35\x05\xaa\x8d\x99\x0f\x75\x2c\x0c\x70\x1e\x86\x6c\x9a\x2f\x64\xe5\xb0\xdb\x4d\x3a\x72\x93\x91\xcb\x00\x5b\x59\x9b\xfb\xb2\x7f\x29\xe8\x2a\x02\x54\xe8\x15\x91\x52\x34\x2f\x3e\x59\xab\x0d\xfe\x4f\x39\x21\x95\x25\xbe\x51\xd6\x9c\xde\xaa\x65\x3b\x6c\xdf\xd2\x78\xeb\x94\x07\x2e\x2f\x94\x1b\xbf\x17\x65\xdb\xaa\x6d\x43\xd5\xce\x36\x7e\x1e\x89\x25\x55\x65\xc7\x86\xb9\xa1\x9c\x5a\x27\x18\x30\x2f\xaa\xce\xb8\x30\x94\x8f\x0c\x44\x01\x24\xfa\x46\xc9\xf9\x67\xec\x76\x76\xeb\x25\xec\xb7\x7a\xdd\x3e\xe1\x1d\x62\xdf\x36\xee\xda\xe8\x47\x83\xe9\x73\x62\x54\xfa\x07\xfc\x7d\xd3\x80\x22\xc6\x9e\xf0\xf8\x86\x4e\x90\xbd\xfe\x64\x3f\x1a\x30\x59\xd8\x77\x38\x8f\x0c\xa2\xaa\xd3\x9b\x06\x6f\x96\x2c\xcf\xdf\xe7\xef\xa1\xc2\x0e\xb1\x6f\x6f\x78\x52\x33\x15\xee\xf7\xf7\xc2\x5b\x8c\x9d\x64\xb5\xbd\xc5\x3f\xa6\x44\xf7\x3f\x52\x64\x22\xa6\xcb\x7b\xf8\x0c\x8c\xb4\x23\xbd\x4e\xb1\xda\x8e\xe4\xdf\xa2\x8a\xf9\xae\x7e\x92\x25\xfd\x61\x5f\xc3\xf6\x6e\xa3\xb8\x57\xef\x63\x4f\xa2\x41\xa2\x0d\xe5\x6f\xf6\x06\xef\xde\x7b\xc2\xbe\x64\xb2\xe7\xc7\x77\x66\x0a\x37\xc8\x4b\x81\x7e\x64\x98\x4e\x11\xa0\xba\x75\x44\x59\x9a\x99\x60\xc5\x69\xe9\x07\xad\x7c\x1c\x8a\x53\x2d\x20\x9e\xa4\x17\x61\x60\xd3\x48\x48\x2d\x51\x58\xbb\xcb\xc6\xb3\xdc\x12\x71\x21\x9f\x37\x8e\x7b\xc5\x6c\x97\x48\xcd\x60\x60\xb4\x55\x40\x99\x5f\x57\x70\x80\x56\xed\x4c\xcd\x41\xa9\x55\x75\xb5\x62\xa3\xc7\x5f\x1f\x20\xf6\x73\x29\x90\x14\x5b\x6e\x78\x96\xc4\x8d\x4a\xde\x8b\xd6\xa4\xc4\x87\xc6\x10\x3a\x4e\x17\xe2\x5c\x53\x81\x1e\x7d\x29\x83\x21\x36\x30\x52\xd1\x7a\x87\x71\xbb\x38\x27\x46\x4a\xbe\xcb\xfa\x37\x44\x1a\xdb\xae\xc2\x35\x9b\x32\xe8\x12\x9b\xa8\x83\x19\x74\xed\xe2\x04\x98\x8f\xf3\x4e\x67\x88\x5b\x45\xa4\x5b\x5c\x25\xe8\xa1\x92\x3a\xad\xc1\xf1\x00\x02\x40\x95\x76\xa4\x8d\xb2\xd1\xb0\xca\xe5\xe4\x41\xf4\x11\xd9\x4f\x9b\x0e\x23\x75\x08\x04\x43\xc8\xa6\x40\xbd\x4c\x88\x26\x5f\xcd\x45\xc9\xcb\x7e\x9e\x2b\x4f\xac\xec\x1f\x8b\xfc\x10\xe2\x3d\xd5\x96\x0a\x71\x2b\x8a\x99\x1d\x0a\xbb\x37\x2a\x56\x6d\x21\x27\xa4\xba\x8d\x70\x1b\xaa\xb3\xf1\xa4\x83\x0c\x5b\xb2\xd3\x56\x52\x79\xf8\x03\xd7\x2f\xa8\x6f\xd4\x3f\x65\xf8\xb8\x77\x0b\xbb\xf9\x92\x29\x94\x6d\x67\xf5\x17\x0e\x38\xa6\xbe\x9a\x76\x7d\x92\x86\xca\x7f\xef\x81\xe0\x73\x9e\xfa\x0b\x47\xb0\xa4\x51\x71\x02\x38\xec\x38\xbe\x8e\x28\x40\xb1\x81\x32\x13\xca\x38\x2e\xa3\xae\xa8\x46\x76\x34\x03\xa1\x5a\xe0\xb1\xd1\x5a\xa0\xe0\xc7\x8d\x43\xce\xe7\xed\xb5\x80\x2e\xfa\x12\xc9\x4e\xcd\x54\x72\x41\xcc\x17\xef\x5b\x3a\x4b\x91\x20\x61\x18\xce\x48\x99\x31\x73\xab\xac\x2b\xd0\x4b\xce\xa8\xb7\x6a\x41\x12\x7f\xbe\x97\x15\xec\x49\x18\xc5\x4c\x61\xc7\x7e\x74\x49\xd1\xe6\x27\xec\x32\x82\x7f\xe8\xfc\xa9\x32\xa1\xd4\xce\xb5\x7b\x84\xde\xc1\x11\xfa\x25\xf6\x11\xba\xda\xa9\xc7\xfc\x98\xf9\x6d\xa5\x79\xea\x70\x10\x0a\x14\x5c\x11\x40\x49\x27\xe7\x90\x88\xc3\x5d\x7b\xd7\x0e\xed\x5d\x17\x6d\xe9\x44\x11\xa5\x0d\x07\x4a\x28\x35\x12\x20\xfe\xd0\x53\xd8\x3f\x6d\x30\xb4\x1e\xd7\x32\xff\x8c\x58\x4b\x60\xdc\xfe\xe0\xc9\xc1\x7b\xf6\x8c\x5f\x37\xa9\x8e\x10\x46\x9e\xf4\xfb\x43\x4c\xa8\x2c\xb3\x68\x50\xf6\x72\x34\xc8\xc1\x61\x1f\xad\x2d\xc7\x15\x7f\x42\x01\x58\x0b\x83\x3c\x2b\x13\xf9\xbc\xdc\x17\x4a\x51\x24\x51\x9a\x3c\x82\x51\x9c\x52\x9e\xdb\x57\x4c\xe6\x82\x0a\x5a\xa1\x83\x61\xd5\x13\x49\x61\x86\x13\xbe\x16\xf2\xfb\x30\xbf\xb2\xa1\xca\x52\x9b\x81\x8d\xbf\x1c\x76\xe4\xb6\x8b\x09\x4a\x24\x1e\x01\x44\xa0\x13\x65\xbc\xbe\x9c\xcf\x3a\x61\xdb\x56\x80\xb6\x15\x60\x8e\xaa\x79\x0d\x21\x8d\x60\x9f\x21\x0f\x63\x58\x29\xa2\xf2\x13\x51\x15\xe1\x81\x32\x6c\xa8\x23\x48\xa4\x36\xef\xa9\xd4\xe5\x15\xda\xfc\x65\x45\x34\x98\x57\x5b\x45\x1c\x4a\x69\x24\xa5\xfe\xca\xc8\x64\xcd\x9c\x88\x44\x3f\xcf\x96\x04\x66\xcd\x58\x06\x6f\x6b\x43\xc7\x03\x2e\xb6\x10\x1e\x2b\x28\xc5\xa4\xed\x08\x4c\x42\x52\xb2\x33\xa9\x75\xbe\xaa\xb5\x9d\x69\x6c\xe0\xda\x6a\x45\x76\xee\xd2\x42\xd8\x2a\x44\x2a\xa2\x52\x71\x4a\x2a\x46\x0d\x5a\xbf\xb2\xdf\x63\x31\x10\x19\x26\x13\x61\x52\xef\x4a\x92\x26\xd5\x08\x90\xa3\x00\xa1\x38\xe9\x47\x45\x42\x38\x53\x7a\xe0\xa9\x0b\xac\xf6\x85\x17\xbc\xfd\x05\x75\xa9\xb3\x95\xbd\x67\xff\xdf\x4b\x9c\x7c\xb6\xc2\x74\x7b\xfd\x07\x94\x8d\x68\xde\x2c\x56\x87\x9d\x54\x3d\xa9\x83\xaf\x61\x72\xd6\x20\x4d\xe5\x3c\x75\xcd\x35\xbb\x02\x7d\x87\x0e\x8c\x11\x9b\x84\x49\xf7\x30\x9b\xdb\xde\x9c\x2b\x30\xde\x30\x3c\x13\xad\x9f\x54\x69\x9f\xc1\x31\x90\x20\x89\x4a\x58\x43\x39\x29\xc6\x56\x9f\x3d\xb6\xe1\xae\x2e\xb5\x93\xc8\xa8\xe7\x6d\xbd\x0f\xdf\xec\xdf\xd8\xec\x71\x1c\x17\xf1\x75\x33\xfe\x9b\x27\x1b\x9d\x8e\x27\xcf\x8b\xce\x3c\x9e\x31\xfe\x7a\x22\x98\x35\x7f\xda\x80\x46\x00\x01\xc3\xd1\x46\x8a\xe4\x46\x01\x8f\x3a\x95\x66\x5b\x55\x62\xef\xfd\x13\xec\xbd\x13\x6c\x9f\xec\xa1\x28\x8b\xfd\x77\x4c\x04\x3f\x3c\x71\x1c\xff\xd0\x34\xaa\xf4\x27\xc0\xee\x55\x39\x05\xb9\xcb\xee\x2e\x15\xfe\xbd\xfe\x08\x25\xc9\x21\x0c\x09\x8f\x93\x02\x22\x87\xcd\x19\x4f\x95\x05\x24\x5f\x79\x5e\xf1\xa9\x43\x33\x87\x0e\x1b\x46\x53\x2a\xe6\x50\x69\x51\x5d\x10\xca\xa6\xa9\x54\x29\x35\x8c\x11\xd4\xe3\x10\xee\xce\x94\xe2\x88\x4d\x86\x5a\x45\xbc\xec\x89\x34\x6d\xf3\x32\xe7\x55\x11\x69\xf3\x2c\x5c\x05\xd4\x9a\x62\x88\x27\x1a\x3e\x75\xe8\xc5\x87\x20\x11\xe4\x30\x5f\xcf\xe5\x21\x5a\x56\x3f\xe4\x67\x31\x43\x4d\x17\x34\xca\x87\x1a\x3b\x41\x9c\xd7\xa4\x19\x90\xe8\x07\x0e\x90\x5c\x21\x52\x8a\x34\x0d\xf9\xc9\xf3\x89\x4d\x38\x78\x04\x7a\x93\xce\x5b\x51\xc9\xd3\x64\x4d\xcc\x28\x93\x0f\x64\xb1\xe6\xd9\xf4\x23\xa2\x80\x44\xe5\x61\x46\x77\x36\xcb\xd5\xfa\xdc\x1e\x76\x5d\x93\x97\x11\x10\x90\x14\x13\xb5\x8a\xdd\x3e\x63\xd2\x1c\xfc\xc7\xf6\x04\xaf\xf5\xe6\x09\x2a\x69\x5a\x2f\x62\x0b\x46\x5b\x3f\x4b\xa2\x40\x83\x4a\x5b\x3a\x56\x49\x02\xb3\x2d\x1f\x00\xda\x07\x24\x3e\x03\xdb\x83\x82\x61\x51\xef\x14\x22\xd5\x7b\x8c\x79\x18\x9e\x25\xb1\x7b\xc1\x3b\x00\x37\x4e\x03\x84\xd6\x7e\xf5\xba\x33\x57\xff\x68\x82\x9d\x62\xe6\x31\xff\x9f\x05\xc7\xea\xb9\xe7\x58\xb8\x86\x97\x35\x38\x40\x06\xa7\xcb\xee\xc3\x1f\x6a\xb1\xbd\x58\x01\xff\x7f\x7a\xc1\x1f\x79\xf3\x19\x87\xce\x46\x15\xd5\x08\x40\x0b\x7a\x4a\xb5\x2b\x29\xa5\x08\xca\x0b\x0e\x60\x4a\x6d\x63\xda\x29\xa9\x08\x95\x08\x20\x07\x96\x38\xe9\x1a\xca\x38\x79\x1e\xf3\x32\x0a\x7e\x22\x17\xe5\xe9\xbc\x82\x0b\x9b\x14\x47\x45\x21\xfb\x05\xdc\xc1\xcd\x33\x8d\x3a\x22\xd6\xc1\xed\x9c\xac\x9b\x49\x07\xe3\xfb\x39\xd8\x3c\x37\x9b\x4e\x2f\xf3\x98\xee\x75\x7f\x3d\x78\xa1\x43\x70\x03\xdd\x7a\xa8\xc4\x71\x94\x8b\xa6\x97\x0c\x30\xfb\x80\x42\xe4\x55\x2f\x3d\x80\x8e\x20\x2a\x87\x32\xd8\x01\x37\x05\x3a\x09\x5b\xdb\x76\xda\xea\x0c\xc8\x7b\x0f\xb0\xc3\xd6\xa4\x8e\x93\x12\xe0\x71\x2c\xf3\x0a\x6d\x19\x8b\x79\x51\xf9\x3f\x78\x20\xb8\xd1\xbe\xe0\xc2\xc4\xc2\x95\x21\xd9\x37\xa3\x8c\xab\x27\x97\xd2\xa4\xe3\x12\x86\x7f\x78\x3f\xfb\xfd\x16\x3b\x18\x0d\x06\x8b\x45\x5e\xe5\x9d\x3c\xf5\x7f\xa3\x15\xfc\x72\x4b\xce\x2e\x98\x39\x84\x42\x3e\xa0\xbb\x26\xbe\x7b\x90\x17\x95\x83\x31\x4a\x68\x53\x72\xe5\xa3\xea\x67\x51\x61\x10\xd8\xd2\xff\xc7\xde\x9b\x87\x47\x92\x55\x77\xa2\x5f\xa4\x54\xdb\xad\x5e\x20\x66\xf1\xcc\xd8\x33\x0e\x07\xe0\x92\x9a\xcc\x54\x2d\x5d\xd5\xdd\xd5\x34\x8d\x4a\x55\x45\xa9\xbb\x16\x21\xa9\x7a\x4c\xb3\xb4\x42\x99\x37\xa5\x68\x45\xc6\xcd\x8e\x88\x94\x2a\x9b\x61\xcc\x3a\x30\x80\x19\xf0\xb0\x0a\x63\xcc\x98\xc5\x60\x3f\x30\x36\xc6\xc6\xbb\xb1\x31\x36\x18\xbc\xce\xc3\xd8\xe0\xe7\x05\x8c\x3d\x66\xec\x79\xc6\x6b\x31\x7e\xf3\xbe\x7b\xce\xb9\x5b\x64\x68\xa9\x52\x2f\xc6\x9f\xfe\x80\x56\x45\x46\xdc\xf5\xdc\x73\xef\x3d\xcb\xef\x37\x48\x8b\xe8\x4a\x33\xb8\x9c\x36\x7a\x19\xef\xc4\x57\x78\xdb\xe2\x68\x91\xcd\x07\x33\xaa\xac\x62\x7a\xf2\xe2\xa4\x29\x49\xfe\x10\xb7\x14\xa1\xcb\x58\x04\x98\x69\xc1\xec\xd9\xa9\xc6\x89\x63\xc7\x8e\x23\x19\x7b\x51\xf4\x4e\x4e\x4c\xac\xad\xad\x35\xe3\x28\x8d\x9a\x22\x5b\x9a\x88\xf2\x3c\x5e\x02\xc8\xaa\x7c\x82\x8a\x00\x76\xee\x7c\x5c\x5e\x1c\xd2\x86\x2e\x5f\xf5\x4e\x1f\xb3\xa4\xfa\x2b\x35\x11\xad\x48\x79\xd0\x1d\xb4\x44\xb7\x17\xa5\x83\x66\x4b\x74\x27\xba\x83\x46\x0b\x48\xf6\x1b\xaa\x0c\x67\x52\x3f\x3e\x42\x70\x11\xc0\x20\xe3\x2e\x59\x3d\x86\x93\x49\x02\x7f\xc1\xad\xa0\x3c\x5b\x28\xfd\x90\x0c\x1f\x29\x06\x1b\x59\x86\x5e\x52\xee\xdb\x71\x1e\xb4\x01\x11\xab\xad\xa0\x63\xad\x59\xa0\x31\xa0\x0b\x8d\xc9\x83\xd2\x67\xc7\x39\x7c\xa1\x09\xad\x79\xce\xf3\x9a\x58\x11\x40\x58\x40\x33\xc8\x5f\xb5\xc8\x2d\x80\x71\xd4\x15\x22\x83\x5c\xf1\xe0\xf4\xc5\xb9\x07\xce\x4f\x9e\x3a\x73\xde\xba\x09\x9e\x0c\x6e\xb1\x54\x02\xfa\x88\xc0\x3d\x74\xe2\x98\xbc\x0f\x65\x51\xab\x90\x47\xa5\x44\xa4\x4b\x4d\xf5\x2a\xa4\xec\xa3\x51\x34\x11\x6b\x80\xd8\x24\x77\xa4\xa4\xb7\x1c\x11\x94\xb4\xfd\xa9\xc8\x82\x43\x8d\x43\xfa\xe3\xbc\x88\x32\xbc\xea\xf1\x54\xa5\xf7\xa4\x1b\x7c\x6c\xb2\x85\x15\x81\xa6\x42\xd7\xb6\xe7\xf1\x87\x3d\x36\x2a\x07\xc5\x7f\xbf\xa7\xfc\x19\x6f\x00\xf4\x0f\x48\x69\x32\x66\x5a\xfb\x68\x47\x33\x84\xd6\xca\x12\xaa\x34\x4e\xb7\xca\xf1\xcb\xb8\xac\x06\xf2\x86\xe0\x98\x4e\x63\x05\x47\xf8\x5e\xc6\x0b\xe3\x44\x95\x3b\x10\xbf\xa2\x6d\xc5\x8a\x29\x00\x86\x4b\xf6\xcc\xbd\x9c\x2c\xb2\xfd\x4a\x2a\xfd\xfb\xc2\x69\xd9\xde\xe9\x99\x0d\x97\xb2\xe2\xda\xba\x7c\x7a\xa6\x1e\xcc\x4f\xcd\x00\x7e\xc3\xdc\xd4\xfc\x8c\x33\x44\xf3\x53\x33\xce\xc8\xfc\xea\x08\xfb\x96\xea\xe0\xe4\xa9\xb9\x69\xa0\x4f\xe8\xf1\x96\xff\xbe\x91\xf0\xb9\xd6\xbf\x29\x7f\x64\x83\x50\x8a\x32\xd7\xa3\x3c\x66\x4c\xcd\x4d\x07\xed\x2c\x86\x33\xb5\x3c\xc2\x18\xfc\x2e\xb0\x24\xaf\x7b\xfb\xe8\x57\x47\xbb\xfd\x50\x8d\x7d\xb0\xc6\xd4\x4f\xfe\xf7\xd6\xc2\x57\x79\xba\x14\x3b\x4a\xca\x6e\x89\x55\xe3\x69\x7a\x57\x27\x85\xe9\x0a\x31\x49\x3e\x49\xac\x46\x59\xae\x84\x0c\x28\x38\x54\x33\xd5\x7a\x83\xb4\xa2\x96\xe8\xaa\x9d\x6c\xfb\xd9\x31\xc3\xa3\x8a\x2d\xdb\xbe\x83\x6f\x5b\x4e\x43\xb9\xdc\x19\xfb\xdc\x41\xd6\xbc\x36\xf7\xa6\xff\x9e\x83\xe1\xbc\xfe\x97\x39\x26\xb5\x79\x11\xc5\x84\xbf\x27\x52\x1e\x44\x72\x6a\xb5\xf0\xb6\x2c\x6a\x6a\xa3\x12\x27\x67\xa6\x03\x75\x84\x6b\xae\x7b\xa3\xf2\xfe\xb1\xee\x11\xb7\xe6\xba\xe7\x27\x51\x5e\xcc\x67\x51\x9a\x43\x5d\xf3\xb1\x3c\x33\xed\xc5\xc8\x83\x75\x6f\x5f\x97\xe7\x79\xb4\xe4\x6e\x71\xff\x99\xb1\xdf\xae\x31\x7a\xc7\xff\x74\x2d\xfc\x99\x1a\x85\x30\x18\x88\x70\xb9\x28\x96\xb2\xa8\x0b\x0e\xa0\x20\x06\x42\xb3\x4e\x0c\xf8\x75\x60\x24\x50\x97\x3f\x15\xfb\xa0\xcf\xf4\xd4\xe7\x43\x39\xd0\x44\x23\x80\x37\x85\x53\xcc\x64\xa2\xdd\x6f\x81\x7a\xea\x38\x2b\x95\x86\x09\x6e\x56\x70\x41\x44\x2b\x41\xa0\x22\x67\xf4\xe9\x47\xea\x02\x1e\xa5\x71\xba\x64\xe5\x55\x51\x66\x3b\xc4\x44\x58\x48\xa5\x16\x6e\x8e\x05\x77\x12\x05\x4b\xfd\x28\x8b\xd2\x42\x9e\xde\x27\x67\xa6\xf1\x42\x81\x37\x5b\x0b\x3f\xde\xdc\x27\x95\xf2\xb3\x37\x76\x8b\x6b\x54\x09\xae\x59\xff\xe7\x35\xef\xe9\xa9\xf0\xf8\x06\x11\x04\xf5\x80\xb0\x2b\xd0\x85\x0f\x71\x04\xf5\x4a\xe0\xb3\x79\x06\x13\xee\x9f\x0f\xef\x06\x52\x2d\xa4\xa8\xa5\x01\x8b\xad\x7b\x6f\x00\xb6\xae\xa0\x23\x44\x93\x40\xad\x60\x3b\x36\xf7\x62\xbb\xd4\x1f\xab\xb1\x0a\xb9\xf1\xdf\x59\xbb\x6e\xa7\x58\xf8\x25\x6f\xb8\x40\x9d\xe3\x01\x92\x10\x77\x79\x29\x8e\xc2\x08\x87\xda\x9d\xe5\xb0\xd0\x98\x01\xc7\x1a\x04\x1a\xd1\xd8\x9b\xe9\xd1\x4e\xd2\x7e\xda\xe6\x59\x32\xa0\x04\x5f\xb5\xda\xc0\xa2\xd8\x46\x6e\x39\xe5\x76\x90\xd3\x45\xb8\x7d\x40\x2a\xa7\x92\x6b\xab\xdc\xae\x94\xe8\xbd\x4c\x5c\x09\x79\x10\x69\x24\xc0\x26\x7b\xb1\xc7\xd4\xa2\xf2\x57\xc3\x98\xfe\x44\xe5\x09\x9c\x7c\x81\xe6\xe4\xd3\xbf\x99\x25\xa3\x14\x80\x51\xee\xf6\x02\x99\x47\xb7\xe8\xa0\xe2\x3c\xe1\x4c\xdf\x2f\xd5\x2a\xe3\xbe\x3e\x54\x53\x36\xbd\xb7\xd5\x2a\xe2\xae\x4a\x84\x45\x06\x51\xd7\x8a\x0b\xd3\xb7\x25\x2b\xda\x24\xca\xe1\x64\x8f\xb0\x35\xfd\x9e\x82\x4e\x03\x6d\x9e\xb6\x10\x3b\xad\xb2\x30\xa9\xe2\x75\x74\xdc\x91\xa3\x08\x3e\x01\x55\x53\x78\x99\x89\xd9\x7a\xce\x95\xe7\x35\x2b\x9a\x1c\xe7\xc1\x1d\xf5\x52\x7b\xe2\x1c\xae\xd8\xa2\x03\x0c\xbf\x78\x98\x91\xc7\x36\x0b\xfe\xa4\x42\x91\x72\xdd\x5e\xf7\x44\xf0\xe6\x7f\xe6\x5c\x32\x94\x8b\x63\x56\x24\x49\x9c\x2e\x5d\x06\x0b\x93\x36\x96\xfb\x7f\xea\x87\xa7\x60\xbb\x86\x80\x2b\xb0\xd9\x90\xeb\x7d\x98\x78\xb9\x0d\x5f\xc1\xd0\x65\x58\x1a\x19\xac\x5c\xa3\xcb\x9b\x7c\xf6\x59\xc6\xf6\x77\xa3\x2b\x73\xfd\x6c\x89\xfb\x9f\x64\xdb\xb5\x35\xf7\x8b\x38\x69\xc6\x69\x91\x17\x59\x73\x3a\x2d\x2e\x65\x73\x20\x1d\xe1\x2b\xd9\x3c\x38\xc4\xaf\x40\x70\x89\x39\x8a\x61\xea\xb2\x3a\xfc\xe9\x1d\x3c\x5a\x8d\xe2\x04\xe4\xd5\x38\x05\xb4\xc3\x4e\x6e\xd1\x78\xd4\x4e\x95\xb9\xad\xf4\x1a\xdd\x32\xd5\x65\x53\xbd\x06\xd7\xbf\x3e\xd7\xfc\x1a\xf2\x3c\x93\x8b\xa4\x5f\x68\x1f\xfe\x18\xbf\x72\x32\x38\x8e\x78\x57\xf2\xf6\xd2\xe2\x69\x21\x57\x0b\x40\x61\xe1\x70\x42\xb4\x0a\xbc\x77\xe4\xf0\x53\xc6\x69\x7d\x58\xde\x97\xc3\x52\xf4\x2e\x44\x57\x2e\xa7\xa6\x13\x71\x1e\x1c\x6e\x06\x93\xa5\xca\xe0\xbb\xa4\x45\x24\x14\x08\xce\x6a\xaa\x5c\x1c\x04\x99\xe8\x23\xfc\x41\x9f\x2e\xb3\x2a\x38\x47\x74\x82\x23\xe6\xbc\xa7\x03\x36\x0e\x03\xbf\x87\x54\xb3\x27\x95\xf2\xc0\x73\x2d\x71\xa2\x1c\x3b\xfc\x94\x7a\x10\x15\x18\xc8\x70\xec\xf0\x53\x74\x30\x43\x29\xea\xd3\xc6\x03\xd0\xfa\x4d\x65\xad\x83\x68\xa1\x18\xc9\xa1\x1e\x03\xc4\x05\x5a\x3b\x34\x46\x18\xa1\x3a\xa7\x60\x00\xc6\xcd\x8c\xa1\xdf\x2b\x0a\x52\xbe\x06\x5f\x6b\x07\x3f\x06\xfb\x15\x88\x9d\xa6\x22\x43\x0c\x07\x94\xf6\x24\x49\x29\x22\xef\x0f\xdc\x1f\x72\x39\x4e\x49\xd4\x4f\x11\xad\x8d\xca\x05\xe0\x5e\xea\x20\x74\x46\xf9\xd6\x8c\xc0\x50\x15\x66\x8e\xc6\x66\x79\xd4\x46\x43\xa0\xa6\x74\xea\xc6\x29\x3c\x25\x88\xae\x71\xdd\x40\x57\xdc\x94\x8e\x82\x68\x09\xd3\x6e\xdd\x68\x65\x56\xa1\x9e\xe1\xf1\x32\x0f\xfa\x96\x84\x40\xb5\xe9\x40\x1d\x5d\xa8\x31\x46\x0f\x1b\xce\xda\x3a\x62\xcf\xc5\x88\x77\x81\x46\x9a\x76\x16\xc5\xa9\x1c\xe8\xe1\x0e\xc6\xdd\x2e\x6f\x03\x68\xb5\x71\x18\xba\x0d\x36\x90\xbe\x78\x20\x01\xc8\x0a\xb9\xec\x83\x24\xee\xc6\x1a\x86\xd4\x3c\x8e\xbb\x64\xab\x82\x9b\x55\x9e\xc7\xe8\xea\x32\x7a\xda\x00\x24\xd3\x8d\xc7\xc4\xf2\xc1\xb8\x81\x4d\x06\xe1\xb6\x91\xae\x08\xda\x21\x85\xa4\x2d\xfa\xb0\x5e\x14\x89\x58\xd4\x8e\x53\x9e\xe7\x41\x6b\x99\xb7\x56\xc0\x77\x49\x1e\xb8\x5c\x58\x6c\xf7\x29\x38\x18\x56\xad\xe2\xf5\xc6\x0c\xa4\x45\x71\x2a\x57\x4f\x0b\x62\x56\x75\x2b\x07\x88\x37\x84\x30\x71\x2a\x7a\x44\x6b\x0e\x1d\x52\x64\x85\xb2\xd0\xe5\xd4\xc2\xd4\x21\x4b\x64\x8e\x3c\x2c\xf2\x43\x2d\x18\xa8\xa5\x41\x7d\x2a\x32\x96\x60\x09\x1d\x1a\xfb\xd8\x4d\x5d\x47\x3f\xf8\xef\xd9\xb7\x53\xfd\xfa\xc5\xbd\xd5\xfa\xd5\x11\x54\x17\x39\xc1\x16\x3f\xea\x76\xa1\x57\xd7\x8e\x54\x65\x59\x9f\x94\x1a\x11\xe9\x60\xfc\x4c\x5f\x33\x68\x4d\x5b\x7a\xf5\xfa\xb5\x65\x9b\x50\xcb\x1c\x7d\x09\x38\xc2\x4a\x57\x97\x54\x35\xce\x92\x54\xa0\xc3\x3a\xf5\xc8\xd7\x89\x4e\x85\x91\xcd\x0b\xd1\xeb\x91\x6d\x4e\xab\x02\xd9\x3a\xb3\xd4\x30\x70\xad\x52\x8d\xc2\xd7\xb0\x61\x96\xbb\x23\x72\x3e\x34\x89\x29\x31\x21\x2f\x66\x70\xf3\xe9\xf7\x40\xf9\x96\xde\xd2\xa1\x0e\x60\xfe\x25\x2d\x0c\xc1\x87\x4a\x51\x03\x70\x8a\x92\x43\xf0\x95\x40\xa9\x10\x5e\xc8\x41\x91\x17\x82\x42\xfb\xdd\xb2\xeb\xc8\xbe\xc6\xd3\x5c\xc9\x2e\x04\x2e\x90\xe6\xbe\x0d\x9b\x2e\xb2\x78\x29\x4e\x37\x15\x46\xbb\x7e\x18\xaa\x24\x81\x41\xca\x2b\x16\x05\xfb\xe0\x0d\x4e\xfa\x7f\xf5\xc9\x4c\xc3\x5f\xfa\x2f\xba\x21\xbc\x6d\xbb\x47\xb3\xcd\xce\x63\x3f\x76\x90\x7d\x69\x8f\x75\x1e\xfb\xed\x3d\x3b\xd5\x17\x6f\xda\x53\xad\x2f\x86\xb4\x84\x01\xf3\x89\x16\xc5\x2a\x77\x9a\xef\x7e\xf6\x75\x7c\xba\x72\x51\x6b\x8f\x1e\x7f\xca\x76\x16\xbd\x12\xe3\x59\x0e\x06\x78\x88\x53\x51\x63\x16\x25\x70\x2d\x31\xbb\x6f\x32\x30\xd7\x39\x77\xa6\x69\x01\xd6\xd1\x74\xad\xf7\xd0\xb2\xfe\x10\xb4\xe5\xe8\x85\x43\x64\xdb\xfc\x8a\x5c\x27\xc1\x11\x5a\xab\xf6\x38\xd2\x72\xa3\x63\x47\x8e\xda\x02\xa2\x88\x56\x62\xb4\x78\x6d\xd5\xfc\x4e\x3f\x2b\x80\x6a\xce\x5d\x65\x95\x59\x42\x4a\x97\x91\xb6\x81\x1b\xec\xd0\x0a\x82\x7d\x94\xb4\x4b\x65\x93\xd9\xa7\xf7\x0c\xed\x8e\x3f\xbe\x63\x69\xff\xbb\xd1\x6d\x4a\xfb\xa3\xb7\x27\x6e\x24\xe0\x3b\xdb\xe6\x36\x5e\x20\x66\x4f\xbb\x6e\xe1\x96\x82\xb3\xa1\x74\xa8\x4d\xf6\xb6\xe1\x49\xbc\x06\xa9\x27\x11\x75\x76\x03\x79\xea\x1b\xd4\xb7\x51\xbb\x96\x4e\xf4\x69\x11\x3d\x5e\x2b\x4a\xd4\x95\x69\x68\x81\x0e\x09\x72\xc5\x42\xc3\x76\x6c\x73\x47\x20\x79\x76\xf6\x1c\x57\x9e\xbf\x54\x63\x87\x2a\xbc\xe0\x88\x30\x7a\x21\xea\xdd\xcb\x07\x1a\xbe\xed\xa3\xb5\xf0\x9b\xf1\x1f\x79\x10\x41\xd4\x3e\x79\x87\xf4\xdb\xcd\x75\x6f\x64\x85\x0f\x9c\xcd\xe1\xa5\x35\xf6\xad\x4c\x3e\xf5\xbf\x39\xf4\x55\xb8\x7f\x21\xc8\xb7\xec\xd8\x68\x5e\xa6\x70\xd1\xff\x43\x28\x6c\xf6\x3f\x02\xd1\x2a\xae\x39\xf1\x78\x73\x62\x17\x70\xc9\x4d\x3c\x09\xfe\x63\x37\x63\x96\xed\x17\x3d\x8c\x77\xf0\xcf\x86\xb7\xcf\x81\xd5\x75\xe0\x18\x4a\x75\x8f\xe1\x86\x53\xe4\xd0\x29\xe5\x72\x21\xbe\x47\xb0\x99\x2c\x0a\x91\xf0\x28\x65\xbf\xb8\x9f\x3d\x69\xc3\x9c\xe6\x99\x4c\x3c\x88\xe0\x15\xfe\x77\xef\x0f\xbf\xa3\x36\xd9\x8e\x7a\xe8\x37\xc6\xbc\x6b\xbc\x20\xc8\x43\x07\x01\xc3\x21\x07\x62\x93\x31\x95\xf8\x66\x40\x35\x79\x50\x44\xd9\x12\x2f\x28\xbd\xf5\x50\x6e\xc5\x45\xea\xe4\x05\x13\x8f\x06\xd4\x2a\xe5\x82\x81\xf6\x27\x4e\x78\x6e\x99\xfc\x56\xf8\x40\xfb\x27\xac\x12\x23\xbc\x67\xc9\xb7\xd1\xc5\x69\x53\xa3\xaa\x95\x8b\xa6\xf0\x56\x94\x28\x9f\x37\xf4\x8a\xea\xa2\x5b\x92\xba\xe6\xe1\x06\x8e\xa7\xdc\xae\x68\x97\x4e\x1a\xff\x67\x0f\x7b\xd7\xa8\x4a\x56\x5f\x1f\x0d\x3f\x3f\x32\xdd\x09\xfa\xa9\xe5\x14\x03\x1c\xc6\x15\x3e\x68\xe0\x11\xb9\x17\x41\x20\x6b\xb9\xd9\xa2\x44\x03\xdd\xa6\xe1\xb2\x46\x48\x68\x10\x3e\xb2\x90\x99\xb1\x89\xb0\xbf\x86\x83\x49\x19\x6d\xa5\x14\x40\x00\x26\x4e\x89\x7a\x0c\x4d\x81\x7b\xb6\xd5\x50\xe5\xe8\xe1\x6d\x1c\xdb\x4d\x6a\x36\xb8\x9a\xbd\xa8\x58\xa6\x2b\x66\x3f\x1d\xfa\x9a\x74\x2c\xcd\x2e\x41\x30\x43\x76\x8d\x8d\xcd\x49\xc8\xd0\x68\xdf\x55\x30\x8b\x34\x44\x38\x0a\x75\xbb\xbf\x39\x2f\xfa\x3d\x2c\x1f\x13\x29\xfb\x69\x22\xef\xbc\x18\x36\x44\xb6\x04\xb5\x5e\x9a\xc1\x8c\x6c\xa1\xe1\xce\x85\x80\x87\x55\xae\x23\x07\x09\x49\x5d\x45\x19\x07\x87\x9a\xcd\x43\xd0\x2b\xb9\x90\xf0\xca\x05\xd6\x36\xf9\xdc\xf1\x6d\x35\x59\x9d\xdd\xb2\x25\x46\xc0\xbd\x7c\x30\x2f\x64\x13\xfe\xb1\xe8\x92\x4b\x96\x2e\x99\x0a\x8f\x57\xe9\x12\x92\xbc\x6d\x2a\x92\x2f\xd7\x1c\x76\x7f\x82\xbc\x23\x7e\x1f\x91\xf0\x59\xde\xf1\x7f\xbe\x16\xde\x4d\x7f\x57\x27\xb6\xc1\xea\x04\xff\xb2\xf6\xda\x67\x22\xe1\x94\x68\xd0\xcf\x79\x7b\xdd\xdb\xaf\x18\x37\xd6\x3d\x08\x70\x24\x7e\x3e\x67\x39\xfe\x8e\xc7\x66\x98\x7e\xd1\x3f\x1d\xde\x36\x39\x33\x0d\x7f\x2b\xd1\x47\xb8\x68\x93\xf5\x4b\xab\x1d\x2b\x32\xcb\xcf\x1e\xb2\x53\x14\x50\x79\x32\x6c\xa8\x70\x4a\x50\x6b\xe4\xca\xd9\x6e\x19\x30\xf9\x27\xc3\xc6\x45\x6b\x7d\xaa\xb8\x89\x6d\x95\xf1\xd9\x11\x76\x8e\x46\x5a\xca\x45\x23\x5a\x5a\xca\xf8\x52\x54\x88\xcc\xb8\x73\xa2\x5e\x5c\x09\xde\x4d\x31\x10\x9a\xd4\xde\x7f\xd5\x48\x78\x67\xf9\xa1\x02\x40\xb4\xd8\xe8\x0b\xa1\xc3\x27\x12\xbe\x14\xb5\x06\x14\x82\xe9\x86\xdb\xd4\xd8\x14\x3b\xa0\x11\x29\xfd\x13\xe1\xf8\x45\x9b\x08\xae\x70\x38\x07\x95\x97\x1f\x8b\xb5\x3b\xf8\xb3\x2a\x1e\xe1\x47\x75\x3c\xc2\x3b\xbd\x61\x25\x05\xd1\x09\x04\xbd\xaf\x62\x68\x40\x80\x96\x05\x5a\xc3\x35\xf4\xbf\x05\x99\x7e\xeb\xad\xc7\x60\xd6\x17\xa3\xd6\xca\x5a\x94\xb5\x21\xd7\x3a\x2a\x62\x15\x76\xbe\x20\x4b\x5d\x70\xdc\x87\x98\x04\x6f\xc7\x42\x8c\x1d\x69\x9c\x38\x7e\xfc\xd8\xf1\x3a\xe2\xbf\xe7\xf1\x2a\x1f\x77\x5d\x11\xb7\xd2\x3c\xd7\xc3\x6f\xae\x9a\xe7\x0d\x3a\xfe\x8e\xfd\x2e\x1b\x66\x2f\xc6\xac\x41\x15\xee\x6c\x30\x24\xe7\xd0\x67\x4e\x91\xd8\x04\xf3\xf0\xfb\xfb\xc2\x57\x78\x56\xae\xa1\xf2\x92\x40\x1c\x19\xa2\xd3\x72\x07\xd2\x7f\x80\xc6\x43\xde\x12\x6d\x6e\xf2\x18\x29\xba\x1b\x7e\xe7\x29\xfc\xa6\x93\x31\x04\x1e\x4c\x09\x3e\x1f\x82\x06\xe8\x27\xd2\x9b\x72\x5c\x79\xda\x76\x77\xc7\x4f\xec\x65\xff\xaf\xc7\x6e\xce\x9d\x46\xe7\xfe\x17\xbc\xb0\x39\x0f\xab\x8f\xf0\xfc\x75\xdb\x7a\x44\xf4\x53\xea\x88\xa3\x78\xcf\xb3\x7b\xd8\xb9\x4d\x80\x84\x36\x1e\x3b\x78\xee\x8e\xe0\x55\xaf\xb9\x69\x0e\xf3\x13\xfc\x9b\x1a\x41\xd4\x8b\xf1\xdb\xe9\xd3\xdb\x49\x65\x66\xbf\x59\x63\xff\xa2\x25\xba\x5d\x91\x9e\x91\xc3\x18\xa7\x4b\x2a\x92\xfe\xa3\xb5\xf0\xfb\x6b\x14\x63\x51\x39\x61\xd1\x52\xc6\xb9\x16\x6e\x29\x35\x9c\x8a\x50\xf0\x65\x6a\xb0\xc8\x07\x5a\x38\x74\xd8\x74\x25\x41\x1c\x78\xc5\x91\x74\x49\x6a\xf6\xb5\x38\xe7\xa5\x97\x13\xde\x29\x54\xf8\xa1\x69\x8c\x36\x05\xcb\xe1\xcd\x97\x0d\xae\x04\xe6\x69\x0c\x8b\x1f\x64\x71\x0e\x94\x4b\x02\xa4\x5b\xae\xc1\x2c\x2e\xb8\x45\x0d\x88\x81\xbb\xfa\x10\xe6\x1e\xff\xe2\x34\xc8\x07\x69\xcb\xc0\xa0\x67\x3c\x82\x65\x69\x2f\x92\xab\x9e\x83\x21\xf1\x67\x5e\xf8\x8c\x79\x93\x19\x60\x6e\x20\xe8\x82\x54\x84\x84\x2a\x36\xde\x6e\xf7\x21\x62\x91\x73\xc4\xea\x12\xbb\xc0\xee\xbd\x2e\xb1\x72\xca\x7e\x74\xb2\xe3\xd9\x0f\x1c\x70\x18\xf8\x53\x5e\xd0\xae\x2f\x0f\x19\x17\xf1\x5f\x88\x2f\x3b\x9d\x2e\x65\x3c\xcf\x67\xfb\x09\xf7\xff\x66\x7f\xf8\x61\x6f\xa3\x5f\x9d\xe8\xf2\x5e\x94\x15\xb1\xbc\x45\x67\x2a\x02\xb4\xc8\xa2\x4e\x27\x6e\x69\xe7\xbb\xc2\x55\xa0\xed\x19\xae\x7d\x16\x4a\x75\x14\x38\xf5\xc8\x73\xc5\x21\x40\xc6\x9f\x73\x90\xab\x55\xa9\x70\xa2\x40\x9a\x1e\xc8\x67\xa2\xd0\xb1\x14\xaf\xf0\xae\x16\xf9\xc1\x7d\xec\x73\x23\x6c\x54\xfe\xe0\xff\xda\x48\xf8\xb2\x11\xc5\xaa\xad\xbc\x26\x78\x80\xb4\x54\x37\xc1\x69\x44\x90\xfb\x65\x9a\x8b\x37\x3c\xb2\xf7\x62\x92\x0a\x70\xb8\x11\xc0\x94\xcd\x35\x82\x11\x27\xdd\x45\xe0\xc9\xc7\x4b\x47\xa4\x71\x96\x2f\xcd\x1a\xc1\x36\xf1\x70\x7a\x5d\xa1\xcb\x5f\x64\x01\x00\x52\xa7\x4b\x75\x53\x97\x21\x92\x4b\x12\xdd\xfc\x31\x35\x28\xa5\xa8\x39\x79\x3b\x87\x57\xc6\x2b\x2a\x51\xe7\x64\x75\xba\xc7\x88\x1f\x75\xb5\x16\x29\x0f\x62\x20\x21\x34\x55\x47\x18\xc8\xaa\x2a\xb3\x19\x81\xf4\xac\xa8\xd6\x95\xcb\xd1\x70\x27\xf2\x7e\x9d\x60\x90\xef\x76\x59\x08\x36\x91\xd5\x19\xce\x33\xf6\xeb\x23\x6c\x0f\x4c\xbf\xff\x89\x91\xf0\x6b\x35\x35\xb9\x28\x11\xe5\xa9\xed\x46\x72\xc7\x82\x79\x85\x9c\x42\x91\x6e\x3d\xbd\x67\x22\x20\x9e\x51\xbd\x50\x53\x0c\xc1\xa2\x1b\xce\xf0\x0e\xe6\x15\x5b\xbe\xc9\xac\xca\x17\x76\x36\xa7\x4a\xf1\xef\x68\x62\xe1\x68\x60\x45\xf8\x3d\x42\x73\x2a\xb2\x82\x7d\xd6\x63\xa7\xcc\xeb\x86\xc8\xae\xa1\xf5\xa8\x73\x64\x35\x2f\xe8\x03\xeb\x3d\x73\x97\x2e\xfa\xaf\xf3\xc2\xef\xf0\xe4\x5f\x4e\x20\x78\x3a\xa0\xa3\x19\xfc\x42\x77\xd9\xf9\x65\x9e\x73\x8a\x3e\x93\x8b\x57\x93\x05\x9d\x0c\xe4\x4d\x45\x9e\xd8\x8a\x13\xb7\xd6\x83\x4e\x22\x22\xf8\x03\x77\x95\x7a\xf0\x9c\xe7\x81\x4a\xef\x44\x2d\xfe\x82\x17\xd6\x83\x6e\xd4\x7b\x0e\xfe\x64\x3f\x47\x53\x72\x9c\x34\xd9\x6f\xde\xc8\x9e\xbc\xe1\x40\xd8\xba\xf7\xfd\x37\x86\x5f\xf1\x6c\x75\x5b\x0a\xdd\x01\xec\x71\x59\x5d\x4f\x53\xc1\xc2\x4d\x15\xc2\xa1\x1c\xa2\x49\x79\xac\xd5\xb7\x22\x8e\x86\x4e\x3a\x6e\xa9\xc3\x64\xde\x0c\xa6\xcb\x74\x98\x30\x0c\xc8\xc7\x64\xa8\xd7\xc0\xd3\x85\x25\x82\x4c\x90\x30\x65\xa2\x5f\x18\xdd\xae\x0a\xaf\x22\x70\xd6\x44\x6f\x56\xd7\xc0\xcc\xeb\xea\xec\x1f\x38\xc8\xfe\x90\xb1\x51\x59\x91\xff\x39\x16\x7e\x8a\x9d\x13\xb9\x36\x3f\x94\xe8\x02\x83\xb6\xe8\xca\xeb\xb7\x3a\x24\x47\x01\x8d\x2a\xb4\xb3\x8e\xf1\x0c\x70\xf1\x94\x8b\x67\xf6\xec\x54\x70\xec\x8e\xdb\x4f\x68\xbb\x8e\x0d\xef\xd4\xe6\xab\x31\xed\xfc\x3a\x29\x2d\x94\xa5\x84\xb0\xc3\xa9\xe3\xc0\xe5\xd9\x69\xbb\xd4\x38\xd5\xa5\x9e\x0c\x8e\x34\x83\xe9\x19\x13\xc5\xac\x00\xc1\x82\x29\x83\x11\x96\x0e\x75\xde\xf0\x39\x44\xbd\x5e\x32\x08\x0a\xc1\x08\xb8\x69\x7a\x46\x9b\x32\x7a\xbc\xa5\xf1\x43\x22\x88\x6d\xa2\x62\x9a\xec\x28\xee\x8e\x0b\x27\x17\x82\x36\x87\x30\x02\x34\x6d\x93\xee\xa0\x08\x4a\xc5\xd2\xe6\xc6\x59\xab\x16\xb2\x03\x81\xd5\x48\x73\x51\xea\x58\x0d\xc6\x08\x07\x9d\xeb\x74\xf2\xf6\xc3\x20\x11\xcb\x45\xd1\x93\x22\x2e\x8b\x38\xa9\x6e\x4a\x60\x83\x68\xb2\x53\x94\x6e\x9c\x73\x22\x1c\x8a\xd2\x25\xee\xc2\x5f\x6d\x24\x7c\xea\x78\xa0\xf8\xfe\x0a\xe0\x7f\x02\x53\x82\x0e\x5f\x19\x12\x23\x15\xfd\xb1\x4c\x02\xe3\x18\xd3\xac\x2f\x50\x66\x09\xae\x9f\xd4\x9c\xc3\xca\x66\x16\xd0\x50\x1d\x0c\xc5\x91\x6c\xe4\x61\x2f\xe3\xad\x38\xe7\xa1\xb1\x44\x45\x8e\x4c\xda\xa6\xc0\x82\x67\xdd\x38\xa5\x40\x40\xcc\x7d\x77\xe5\x95\x98\x62\xc2\x8e\x10\xcd\xc5\x28\x6b\xb6\x44\x37\x04\x0f\x47\xb8\x16\x27\xed\x56\x94\xb5\xc3\xfa\x46\x15\xe9\xe4\x0c\x22\xef\x90\xbb\x4c\x02\x5c\xbd\xf0\x21\x25\x9c\x50\x05\xb7\x34\x65\x15\x50\x3c\x11\x68\xab\xd7\x74\x1a\x40\x70\xe8\x96\x43\x78\xd4\x8a\x7a\x3d\x1e\x65\x48\x84\x04\xf4\xfd\xda\x4e\x2a\xf5\xc3\xe9\x8b\x73\x54\x36\x9a\xc5\x70\xb3\x40\x79\x56\x8d\x80\xdf\x9b\xc1\xb3\x45\xdf\xe1\x32\x8c\xca\xad\x33\x55\x60\x3b\x61\xa4\xef\xba\x2b\x08\x6f\x91\xed\xb4\x98\x89\xf1\xe8\x5f\x25\x23\xf0\x09\xed\x8a\x69\x69\x85\xaf\x45\x03\x5c\xa3\x9d\x40\xa9\x14\x9a\xbe\x3a\x29\x48\x45\xb6\xac\x88\x98\xd4\x36\x49\x5b\x22\xc8\x3a\x4c\xd4\x32\x8f\xda\xb8\xcc\x00\xcd\x4e\x6a\x3f\x59\x64\x33\x38\xea\x14\x6f\x7a\xa8\x77\xde\xeb\xac\xa6\x10\xa6\x26\x90\xd0\x7e\xa7\x13\x5f\x09\xc6\x00\xba\x47\xed\x02\x38\x23\x30\x96\xe3\x9a\x06\x55\x0d\x31\x1c\x68\xec\x4b\xd1\x19\x36\x2a\x6b\xda\x0c\xf3\xb8\xb4\x47\x9d\x9b\x9f\x9f\x29\x2f\x08\xf6\xbb\xa3\xec\x8e\x6d\x13\xc1\x0d\xd9\x92\xde\x3e\xba\x23\x5b\xd2\xba\x67\x6c\x47\x55\x46\xbd\x9f\x1e\x61\xcf\x20\xb3\xca\xed\xe1\x53\x17\xe4\x1f\x0b\x9b\x18\x56\x0c\xbb\x9c\x6b\xf7\xb4\x0c\x54\xa7\xc2\xe3\x0b\xfa\x5f\x0b\x5b\x99\xa8\xaa\x0b\xec\xb0\x51\xb9\x61\xfb\xcf\x0f\x9f\xb5\x20\xff\x58\x50\x34\x8b\x64\x5d\x0d\x2e\xcf\x9e\x47\x43\x32\x2e\x76\x25\xf0\xca\xba\x8d\xd1\x6b\x16\xc0\x55\xac\x53\x99\x9a\xff\xc4\x8c\x62\x5f\x1e\x75\x21\x48\xfa\x72\x19\x15\x94\x0b\x23\x65\xf2\x72\xce\xb3\xe9\xb4\x23\xfc\x9f\x1a\x0d\xef\x57\xff\x20\x09\xc2\xb0\xdf\xaa\x94\x9a\x7e\xce\x33\xc8\xe0\xc5\x93\x8b\x61\x64\x57\x3f\x36\xa1\x18\x7d\x8c\x73\x4f\x28\xbf\x31\xc2\x52\xb6\x87\x5f\x29\xb2\xc8\xe7\xe1\x1d\x93\xe9\x20\xb0\x50\x1f\xed\x1a\xcb\x00\x7b\x56\xfb\x45\xd6\x7c\xbf\xf7\x4d\xec\xdf\x6c\x9c\x87\x69\x03\x4d\x3d\x8b\xed\x05\xf3\x73\xee\x3f\x33\x7c\xaa\x4a\x9b\x03\x1b\x05\x3e\x46\x21\x80\x6e\xc5\xea\x52\x1e\x88\xce\x66\x59\x9e\x1f\xf0\xd8\x48\x3f\x6e\xfb\xef\xf1\xc2\xb7\x78\x93\x2a\x95\x0e\x5d\x4d\x78\x73\x57\x59\x1f\x76\xe9\x51\x2b\x13\xf2\x62\x1c\xeb\x8c\x3b\xab\x5e\x0a\xc3\xa4\xc4\x5f\x0c\x25\x82\xdf\xa8\xfb\x60\x95\x52\x4e\x26\x00\xc3\xac\xa3\xcd\x10\x24\x1c\x36\x85\x76\xdc\x41\xa7\x46\x70\x79\xfa\x74\xee\x88\xf3\x73\xd9\x7e\x59\x18\xac\xe6\x99\x70\x4a\x27\x0f\x42\x63\xb1\xf9\xf2\xfa\x52\xd9\xea\xae\x90\x97\xb4\x24\x81\xc4\xf7\x55\x9c\x63\xb7\xf4\x1f\x67\xec\x69\xae\xa4\x09\x72\x70\x37\x57\x8f\xa2\xf6\x3a\x27\xb2\xf8\x61\x79\xb9\x4a\x66\x44\x7b\x92\x5e\xe0\x19\x99\x52\xff\xfe\x40\x78\xff\xa6\x6f\x94\x50\x91\xec\x28\x75\x85\x94\xbb\xac\xbf\x47\x9c\x38\x5d\x42\x73\xdd\xbb\x99\x3e\x20\x1f\x7b\xbe\xee\xdd\x4c\xfe\x6f\xf3\xc4\xb2\x72\x39\x12\xfb\x85\xfd\xec\xcf\x3d\x76\x63\x12\xe5\xc5\x9c\x2c\x0f\xd2\x3d\x3e\xef\x5d\x7f\xba\xc7\xf7\x78\x4e\x59\xd5\x99\x1e\x1b\x8c\x86\x8a\x2c\x28\x86\x30\x40\xeb\x3a\x47\x97\x16\x8b\xfa\xc2\x0a\xea\x5a\x16\x6b\x81\xe8\x14\xb4\x99\x96\x82\x09\xe4\xc5\x9c\xd2\x3f\xd8\x95\xca\x24\x89\x45\x95\x23\x71\xa1\x3a\xdf\xa0\x50\xe8\x73\x9b\x80\xe6\x2a\x74\x5e\x6b\x7a\x1c\xa5\xf5\xbf\x5d\x73\xe3\xff\xf4\xc2\xd7\x78\x16\x3e\xad\x46\xe5\x28\x9c\x74\x9e\xdc\xa0\x83\x6a\x2b\x84\x3b\x04\xf0\x17\x18\x53\xd1\x2f\x4e\x14\xd6\x1a\xb6\x45\x79\xe2\x80\xdf\xae\xa0\x60\x42\xab\x7c\x38\x58\x73\xf7\xb2\xfe\x2c\x76\x89\x5d\xd8\xd8\x76\xb9\xfd\x55\xa0\xad\x97\xec\x07\x3c\x8d\x9d\x79\x81\x17\x59\xdc\xca\xfd\xb7\x7a\xe1\x05\xf7\x91\x23\x31\x19\x8f\xda\x6e\xb6\x46\x97\xde\x32\xf2\x50\x1e\x6f\xd3\x85\xbb\xd8\x9d\xec\x8e\x6b\xea\x02\xb6\x01\x57\x25\x5b\xf7\x58\x79\x69\xf9\xff\x49\x6f\x98\x0f\x95\x7e\xb2\xb2\x5a\x2c\xe1\xcb\xd4\xaf\x4a\x10\xbb\x51\x1a\x2d\x55\x36\x1d\x2e\xa5\xd0\x6b\x85\x3f\xe9\xca\xba\x2b\x4a\xef\xf2\x58\x79\x95\xfb\xaf\xd3\x8d\x7b\x41\xe9\x27\x35\xa8\xc3\x51\x83\xd7\xd5\x40\x2b\x3a\x6a\x8b\x66\xfe\xc5\x7e\xc7\x93\xbb\x08\x08\x03\xab\x47\x9a\x53\x99\x48\xef\x11\x8b\xc0\x8a\xf0\xa9\xfd\xe1\xb8\xf5\xef\x2a\xae\x93\x56\x26\xd2\xe0\x41\xb1\xb8\x01\xd1\xc9\x0f\xee\xdb\x85\xa8\xd9\x01\xdc\xdf\xa7\x6c\x4c\xab\x9f\xde\x21\x62\xfe\xb7\x3f\x4e\x80\xf9\x1a\xcc\x6a\x17\x68\x6a\x87\x40\x53\x2d\x15\x7b\x74\x7f\xf8\xef\xe2\x2a\x4a\x2e\x5a\xac\x2e\x89\x65\x83\x3d\x95\x8d\x6f\xa8\x6c\xcb\x0b\xff\xaa\x77\xdf\xd6\xb0\x48\xc7\xfc\x23\x1b\xd0\x2e\x41\x71\x06\x25\xc9\x28\x0f\xc6\xbe\xf2\x0d\x95\x41\x68\x17\x45\x9b\x63\x40\x1b\x9d\xca\x7e\xe1\x1b\xc2\x7f\x5f\x7e\x58\x3a\x88\x0d\x25\xe9\x76\xe2\xa5\x00\xa1\x32\x50\xf3\xc9\xef\x9b\x73\x3d\xde\xa2\x58\xc2\x39\x4c\xc6\x76\x74\xd3\xe7\xff\x25\xfb\xb9\x1a\xdb\x8b\xc7\x4b\xff\x23\xb5\x4d\x92\xd7\x2b\xda\x0a\x05\x86\x2f\xaa\x4d\xe2\xe9\x14\xbd\xdb\x74\x4c\x5c\xe6\xad\x15\xd0\x3b\x08\x4e\x2f\x1b\x57\x28\x0a\x69\x48\x4e\x55\x74\xa5\x39\xe4\x29\x53\x11\x70\xa2\xd6\xf2\xad\x80\x2a\xec\x73\xa7\x72\xda\x53\xbf\x27\x55\x87\xb1\x0e\xc8\x77\xb2\x5f\x3f\x1f\xe5\xc5\xbd\xa9\x58\x4b\x9f\x29\x84\x79\x09\xb1\xf8\x08\x09\x40\x9d\x3f\x08\xd3\x90\x30\x64\x15\x29\x6c\xa9\x02\xa9\x8f\x21\x52\x16\x31\x3e\x20\x1e\xab\xc9\xfe\x7e\x94\xed\x57\x43\xef\x7f\x65\xf4\x7a\x46\xf1\x23\xa3\xba\xa6\x6d\x8f\x23\x8c\x16\x71\x2d\xf7\x73\x45\xa4\x5c\x3d\xef\x60\x59\x44\xbd\x5e\x37\x25\x98\xe2\xb1\x3a\xcb\x00\x4e\x95\xf5\xa2\x41\x22\x22\xb8\x6f\x26\xa2\x15\x25\x41\x3b\xce\x57\xea\x41\x94\x08\x45\x50\x1b\x81\x72\xc9\xda\x76\xc6\x30\x64\x5c\xb5\x75\x29\x16\xf5\x3a\x58\x47\x72\x6d\x00\xa0\x4f\xe5\x49\x19\x89\xdd\xe5\xb6\x44\x55\x9b\xc6\xd5\x15\x06\x23\x8d\x8b\xf9\x30\x4e\xf5\x0c\x35\xcd\x5c\x81\x21\x0f\x7b\xab\xe3\x35\x68\xbd\x20\xde\x33\x5a\xb4\xa0\x04\x8d\x9c\xe9\x0c\x75\x01\xd8\xfb\x2b\x86\x9b\x1a\x00\x58\x12\x5e\x20\x58\x11\xc4\xc9\x11\xb0\x26\x22\x3a\x17\x22\xe8\x46\x2b\xd5\x32\x03\xcf\x50\xc0\xe9\xc9\xe2\x20\x90\xa3\xaa\x40\x41\x15\xc8\x0a\x6d\xfc\x4e\x4b\xd4\x04\xe8\x1b\x22\x2c\x6e\xdd\x69\xf6\x3d\xfb\xd9\x1e\x10\x43\xff\x4d\xfb\xc3\x57\xee\x3f\x03\x11\x82\x96\xa7\x3b\x1d\x18\x54\x69\xd9\xe5\xb4\x15\x27\xaa\xa2\x61\x29\xa1\x4d\xc1\x69\x6d\x33\x80\x42\xf1\x88\x01\xf8\xdc\x75\x24\xbe\xc7\x20\xf1\x7a\x69\xe5\x98\xd6\x6f\x5c\x3e\x8a\x92\x25\xf1\x72\x2a\x36\x29\x08\x5d\x08\x38\x10\x65\x27\xcd\x50\x25\xe5\x72\xe0\x2b\x91\xa9\x51\xae\x9c\x23\xe4\xd1\x1f\xea\x68\x10\x15\xd6\xdd\x9e\x16\xca\xda\x72\x9c\x70\x88\xdf\xa0\x14\x7e\x1c\xa3\x28\x4b\x62\x9e\xa1\x4a\xc8\x15\x7d\xba\x58\x4b\x55\xf5\xa6\x3b\x80\x25\x0c\xaf\x8d\x9b\xb0\x51\x54\x2c\x18\x0e\xac\x30\x4b\x65\xeb\x1d\x0d\x66\xef\xcb\xb9\x48\x56\xb9\xb2\x6c\x28\xe9\xcc\x38\x88\x63\x33\x38\x1f\x15\xe5\xc6\x28\x89\x33\x43\x81\x3e\xe0\x0a\x1d\x33\xae\x34\xf1\x36\xda\x04\xc7\x44\x3a\x49\x14\x04\xf1\xa3\x30\xed\xfa\x39\xd2\xbf\x63\x16\x28\x06\x29\xa8\x96\xc3\xe1\x14\xa4\x75\x71\x10\x74\xe2\x2b\x5a\xfa\x4b\x5b\x59\x9c\x0e\x4f\xb1\x36\xcb\x07\x1d\x79\x98\xde\xc0\x8e\x85\xe8\xf7\x8b\xfd\xa5\x25\xc0\xc5\x1f\x04\x39\x87\x33\x07\x55\x84\x95\x1b\xbc\x03\x67\x99\x27\x42\xc9\xbd\x85\x92\xd0\xd0\x28\x09\xb8\xc0\x7a\x36\x1c\x25\x16\x07\xf7\xc1\x3b\x03\x3a\x8c\x62\xe6\x05\x26\xa7\x96\xee\xb9\xba\x6c\xf0\xb2\x23\xcc\x80\x05\x17\x9b\xc9\xcd\x51\x68\xd5\x45\x19\xb4\x54\x15\x7e\x0b\x10\x42\xa5\xf9\x57\x81\x65\x8e\x91\xe8\x6f\xf6\xa2\x11\x45\x4f\x99\xff\xc5\xbd\xd7\xb3\x47\x7d\x60\xaf\xbb\x9d\x5e\xdb\x46\xd5\x89\x92\x24\x50\x12\x04\xc1\x75\x71\x61\x88\x62\x72\x8b\x27\x66\x3b\x1b\x31\x81\x17\x97\x34\xad\xca\x9c\x96\x1f\x54\x6d\xfd\x26\xdb\x04\xda\xd5\xe6\xe8\xdd\x52\x89\x97\x55\xca\x3b\x46\xb0\xde\x84\x53\x94\x42\x96\xc1\x39\x5b\x25\xfd\x1a\xac\x08\x6d\x8e\x55\x4c\xe3\x47\x0e\x37\xba\x71\xda\x2f\x78\x90\x8b\x68\x25\xe8\xf1\x2c\x16\x6d\x0c\xb1\x06\xfb\xb4\x6a\x0a\x2a\x43\xda\x8e\x44\xa7\xaa\x05\xe6\x46\x56\x79\xec\x91\xaf\x90\xca\xa6\x5e\x00\xd4\xb0\x82\x27\x83\x8a\x61\x49\x6e\x38\x3e\x76\xd2\x40\xdc\xa9\x50\xdc\xb8\xed\x61\xb4\x5d\x1a\x27\xc1\x98\x9c\x17\x3a\x11\x50\xf6\xd0\x78\xbd\x62\xdc\x21\x90\x2a\x17\x4e\xca\x8f\x5d\x50\x5d\x3b\x79\xcd\x50\xa8\xec\x03\xd3\xb9\x28\x59\x8b\x06\xb9\xd4\x09\x90\x2c\xbe\x04\x2d\x96\x2a\xc0\x5a\x31\xb0\xfd\xc2\x1b\x8a\x2b\x46\x1b\xce\xe5\x64\x23\x76\xf1\xb2\x68\x63\x0a\x0e\x4e\xbc\x51\xe0\xd6\x22\xb3\xe6\x39\xe5\x79\x5e\x47\xd7\x21\x81\x9c\x90\x3b\x18\x88\x7e\x00\x04\x4a\x53\xeb\x41\xa6\xa1\xe3\x25\x66\x5f\x60\xec\x5b\x2b\x11\x2e\xa3\x84\x4f\x5f\x42\x1e\x56\x1c\x5f\xff\x87\x58\x78\xb2\xe2\xb9\x0b\x08\x48\xd1\xa8\x72\x2f\xa2\x77\x29\x47\x60\xdd\xdb\xb7\x14\x15\x7c\x2d\x1a\xac\x7b\x7b\x11\x74\x74\xdd\x3b\x80\x69\x1e\xb3\xbc\xe3\x9c\xf9\x7f\xe9\x00\xeb\xb0\x27\xf4\x32\x51\xa0\x09\xe3\x34\xf8\x63\xfd\xd9\xf0\x4c\x19\x8b\x52\xd5\x31\xa3\xdf\x0d\xf0\x65\x1b\x39\x09\x3a\x2f\xaf\x95\x04\x6e\x65\x2b\x9e\x5f\xf3\x98\x69\x84\xff\x31\x8f\x1d\xdf\x52\xe9\x9c\x97\x12\x80\x18\xd4\xda\xb5\x16\xbe\xd2\x9b\x53\xa5\x18\xf7\x9a\xbe\xc1\x52\x36\x8b\x6c\x93\x6a\x31\x9a\xcf\x0d\xe7\x17\x07\x94\x84\x55\xc7\xb1\x32\x04\xec\xa6\xdc\x1e\xf5\xe0\xbc\x58\x8a\x53\x13\xf2\x66\x80\xd1\x9b\xec\x39\xec\x20\xf5\x74\x46\x88\xc4\x3f\x1f\xde\x3d\x6f\x8d\x14\x85\x46\x06\xf2\xb7\xca\x68\x12\x33\xec\xe4\x07\x6f\xba\x3e\x3b\x9a\x3c\xff\x4c\x78\xfb\x10\x32\x28\x95\x8d\x6f\x48\xa1\xb4\x46\x5f\x6e\x92\xd8\x06\xa7\xc0\x17\x7b\x8c\xa1\x84\x00\xde\x68\x1e\x76\xec\x52\x23\x9d\x51\x93\x40\x4e\x9d\x86\x7f\x50\x01\x1c\xd4\x2b\xaa\x51\x07\x46\x0e\xf5\x2b\xce\xdd\x5c\x22\xa7\x0d\xef\xf4\xd8\xde\x4e\x3e\x3f\xe8\x71\xff\x4d\x5e\xf8\x4a\xef\xac\xc6\xc5\xc5\x8c\x02\x79\x72\x96\x7b\x80\x81\xae\x8b\x2c\xec\x5c\x7c\x47\x07\x37\x29\x93\x1e\x38\x9a\x69\x82\xd2\x25\xc5\xb7\x17\x9c\xb9\xd2\x0c\x42\x7e\xa5\xb8\x35\xac\x07\xe1\x95\x4e\x2e\xff\x93\x16\x9d\x3c\x74\xc0\xef\xe0\x17\xa7\x8d\xa7\x99\x5a\x3f\xfe\x1d\x61\x7d\x5e\x55\x10\xb5\xdb\x10\x79\x51\x5a\x0f\x93\x33\xd3\xc1\x33\xf1\x75\xa7\x94\x2b\x6c\xbf\x1c\xc7\x4b\x69\x32\xf0\x93\xf0\xf9\x76\x56\x25\x20\x73\x04\x63\xf2\xe7\x09\x88\x14\x86\xd0\x00\x7c\x37\x00\x66\x1b\x94\x31\x91\x51\xfe\xbb\xfe\x31\xe7\x05\x5d\xa9\x88\xb8\xf9\x82\x1c\xac\xbc\xe9\xe4\xa4\x2c\x30\x96\xe7\xc9\x99\x54\x2a\xa1\xb6\x3f\x1b\x9e\x3e\x9b\x44\xb0\x7b\x02\xee\x04\x9f\x68\xc7\x39\xe8\xa7\xb9\xb9\xf3\x01\xd9\x65\x5a\x4a\xb4\x8b\x65\xd5\x99\xba\xd6\xbc\xd0\x5c\xa7\x86\xef\xf4\xb4\xe0\x5f\x10\x6d\xee\xbf\xc4\x0b\xfb\xd3\x43\x36\x7c\x5b\x4e\x31\xf2\x4a\xc9\x85\xf6\xa8\xce\x2f\xc7\xad\x95\x19\xb9\xd4\xc8\xba\x25\x32\xf9\x2c\xb5\x1e\xb9\x48\x85\xa5\xdf\x1c\x48\x29\xcf\x89\x4d\x1b\x06\x5b\x3d\x2b\xb2\xfb\x45\xca\xfd\x77\x78\xe1\x79\xfa\x5b\x2d\xf3\x2a\xdc\x42\x74\x5c\x3f\x2c\xe4\x81\xc0\x18\xd0\xe4\x9e\x83\x42\xae\x31\x21\xab\xbc\xf6\x4f\x63\x27\xc9\x69\x7f\x34\x7c\x0a\x2c\xb1\x52\x00\x9c\xbd\x98\x65\x1d\x4e\x57\xfe\xa4\xc6\x82\xe1\xac\x22\x8a\xb8\x7e\x3c\xd2\x8a\x1e\x89\x04\x9e\x7f\x9c\xa9\x49\x5f\xb8\xd9\x91\x1a\x83\xca\x88\x32\x33\x35\x37\x8d\xb0\x8c\xfe\x87\x6f\x0e\x3f\x3a\xaa\xff\x19\xb4\xa2\x9e\xdc\xd6\xab\x04\x07\x39\x39\x00\xf9\x5b\xef\x01\xd3\xca\x0d\x1f\x8c\x4d\xcd\x4d\x8f\xab\x95\x80\x48\x93\x41\x1b\x40\x20\x4c\xf0\x56\x2b\xe9\xe7\x80\x63\x6a\x43\x64\x52\x0a\xbf\x02\xed\x46\xf5\x0c\xaf\x9b\x56\x91\x4b\x00\x91\xca\x93\x81\xbc\x8d\xe5\x05\x8f\xda\x81\x86\xb0\x51\x87\x2b\xaa\xa2\x81\xa5\x37\x54\xa8\x4b\x16\xe4\x71\x9b\xb7\xa2\xcc\xa0\x97\x93\xd9\x43\xb7\x91\xec\x3c\xa6\x69\xf2\x2c\xe9\x32\x6d\x61\xdb\x72\x7c\xcb\x6d\xda\x90\x63\x03\xcb\x68\xda\x98\xb6\x11\xb0\xd1\x03\xd2\x5c\x6b\xd9\xe6\xe7\xea\xe7\xca\x25\x2e\x34\x2b\x87\x3e\xb6\xdb\xb6\xbb\x08\xe3\xcb\x94\x37\xb2\xa9\xaf\x44\xdb\x2b\x01\xd0\x90\xac\x79\x4d\x01\x5c\xa4\x10\x90\xce\x19\xe5\x14\x66\x47\x1b\x55\xb9\x8b\x2a\x36\x31\x6d\xe8\x90\x9a\xb6\xd4\x11\x79\x8f\xb7\x9c\x75\xf5\x0f\x07\x76\x3d\x00\x3b\xf5\x00\xec\x3a\xd3\xae\xdf\x99\xf6\xd6\x51\xcb\x99\xf6\x9a\xd1\x9d\x12\xc4\x7c\x72\xa4\x44\x10\x63\x79\xd4\xf4\x5f\xb8\x7b\x38\x2c\x2d\xf6\x4e\x68\x29\x15\x93\x2d\xa5\xa7\x86\x8c\xc5\x77\x4a\x85\x73\xe1\xf2\xdc\xbc\x1c\x51\x37\x26\x27\xe3\x45\x3f\x4b\xcd\xc9\x50\x96\xf7\x4c\x5e\xcc\x24\xfd\xa5\x38\x95\x75\x8f\x8d\x23\xc5\x41\x47\x61\xf9\x2b\xf5\x33\xaf\x55\x11\x96\xa4\x92\x7e\x5d\x3c\x6b\x91\x05\x09\xdc\x02\x17\xf9\x52\x4c\x08\x26\x08\x49\x1d\x6b\x0b\xf8\x46\xa8\xd4\xc1\xd8\x73\xa2\xc6\xc3\x87\x1b\x77\x4c\x36\xee\x7f\xde\x38\xbe\xdc\x8e\xf2\x65\x9e\x07\x63\x8d\xf1\x7a\xd0\x16\x45\x1e\x8c\x35\xc7\x89\x74\xc0\x2a\x03\xe8\x89\xd6\x38\x4f\x1f\x4b\x9e\x1d\xd0\x57\xfe\xfd\xec\xc4\x36\x10\x8c\x4b\x7b\xe5\x5c\x8f\xb7\xc2\x60\xae\x8c\xf9\xac\x26\x04\x5f\x6a\x5e\xf5\x16\xb7\x76\xac\xdd\xed\xdf\xa5\xf9\x46\x54\x7d\xd8\x59\xe3\x53\x53\xd5\x56\x12\x80\x7d\xc9\x67\x97\xaf\x37\x17\xa3\x39\x05\x30\xf0\x0a\xba\xf8\xb4\x1e\x06\xc0\xbf\x7e\xb5\x1f\xce\x6c\xf6\x82\x65\x77\x5f\x16\x6b\x41\x84\xf7\xd0\xb5\x88\x4e\x80\x71\x66\x69\x20\x41\x21\xca\xeb\xde\x9e\x25\x3c\x8d\x01\x70\x73\xbe\xee\xed\x01\xb2\x82\x75\x6f\xbf\x32\xe6\x39\x5b\xc8\x2b\x9e\xc8\xde\x8d\x91\x3a\xf4\xb3\xff\x26\x8f\x3d\xb0\xd1\x8c\xed\xa8\xf7\x53\xba\x8e\xf0\x98\xa9\x4f\x6f\x51\xd6\x23\xba\xa4\x18\x76\xe9\xa9\xd9\xd3\x4d\xf6\x25\x8f\x61\xdf\xfc\xdf\xf5\xc2\x4f\x7b\x4b\xf6\xd9\x4f\xde\xa1\xf0\x81\x50\x44\xa0\x98\x9b\x80\x38\xfc\x7a\xa0\x88\x3b\xc5\x7d\x48\x19\x2f\x18\xd7\x84\xf9\x23\x0b\x52\xb6\xf3\x89\xa7\x41\x99\x4f\x9f\x68\x36\x9b\x0b\x74\xa1\xc4\xa4\xbb\x21\xb5\xb3\xc1\x34\x06\x63\x3a\x02\x3b\xeb\x06\x0b\x4f\x43\x48\x8d\x5e\xd2\xcf\xa2\xe4\xe9\x4d\x2a\x7e\x61\xdc\xe5\x7c\xf0\x18\xce\x9d\xff\x7e\x8f\xb5\x1f\x95\xa9\x30\x0d\x84\x44\xf3\xf0\x14\xb1\x19\x10\x9a\x81\x73\x7e\x96\xba\x44\xae\x13\x8a\xb6\xd4\xb6\x9a\xd2\xc0\xb2\xf7\x8d\xb2\x7f\xd1\x23\xba\x06\x42\x71\x3e\x1b\xf3\xa4\x9d\xfb\xff\x65\x34\x7c\xd1\x68\xe5\x4f\x8e\x22\x8f\x0a\xa5\xa8\x3b\xf8\x23\xde\x9f\x54\x9e\x86\xc9\x47\xa0\x21\xbd\xd4\xe3\x29\xe4\xdd\xe2\x69\xc6\xdc\x09\x7b\x9a\x34\xa2\x9c\x74\x5d\x08\xad\x03\x02\x73\x6a\xaa\x43\xff\xea\x7a\x8f\xc1\x2e\x03\xcb\x79\x47\x35\x13\x48\x74\xcc\x0b\x19\x57\x46\x44\x5d\x99\x83\x8e\x0d\x71\xa0\xbd\x8c\xb7\x94\x01\xa4\x13\xad\x22\xee\x9a\xba\x80\x2f\x5c\x69\xa8\x4f\x1b\x7d\x1c\x93\x06\xd6\xb6\x00\x27\xa9\xac\x0f\xf6\xbf\x05\xd9\xed\xa6\x5a\xba\xcf\xb9\xe5\x79\x4d\xec\x6e\x53\x60\xef\xef\x3b\x36\x07\xff\x5e\x90\xa7\x0d\xbe\x19\xf0\x45\x11\xe5\x2b\xf9\x04\xe6\xfe\xd9\x3a\x33\xea\xc5\x13\xc4\x56\xa1\x17\x44\xf9\x41\xc3\x96\xc1\x27\xf5\xb2\xbe\xdc\xb8\x40\xcf\xf6\x73\xd5\x0d\xf9\xc4\xed\x08\x79\x4c\x00\xed\xd9\x35\x30\xbc\xcd\x63\xa8\x96\xfc\xd7\x7b\xe1\x4b\x3d\x64\xa9\x19\x8e\xe1\xdb\x64\x21\x83\xb1\x9c\x6e\x20\xe0\x03\x51\x27\xe5\x06\xf2\xf8\x10\x8a\xa8\x85\x9b\x9e\xf1\x60\x61\x0a\xbf\x58\x80\x19\x5e\xd0\x20\x0b\xed\x05\x67\x01\x7e\x75\x2f\xd3\xca\xd2\xff\xe3\xbd\xe1\x57\xf6\xe8\x04\xfb\x52\x74\x88\xca\x43\xd7\xbf\x6f\xa5\x7d\xd4\xb9\xdc\x10\x9c\x40\x70\x9f\xe1\xae\x87\xcf\x45\x06\x19\x0f\xa9\x4a\xdf\x44\x61\xd6\x95\xc8\xcf\x08\x2b\x26\x4e\xa1\x7e\x63\xaa\x50\x26\x7d\xad\x4a\xf1\x18\x1b\xe7\x41\x08\xa0\x17\x49\xbc\xc2\xc3\xba\x26\x3e\xce\x45\x56\x10\xd2\x5e\x2a\x52\xfb\x9d\x52\x09\x79\xdd\x5a\x8e\xd0\x3e\xde\x0e\x12\x7e\x25\x6e\x89\xa5\x2c\xea\x2d\xe3\xbd\xad\x19\x84\xf7\x0e\x95\x90\xdb\x38\x30\x51\x10\xae\x86\x94\x08\x02\x09\x76\x16\x96\x56\xa4\x43\xe2\x21\xfa\x31\x7a\x50\x64\xaa\x8c\x71\xfa\x44\x65\x07\x50\x86\x16\xf5\x2e\x84\xb3\x4e\x08\x59\x42\x72\xd7\x0e\x9d\xe0\x6b\xa7\xd0\x38\xb5\x0a\x55\x69\x8f\xa0\xfe\xd1\x20\x88\xe9\x23\x8b\x83\xe0\x99\x93\xc1\xd3\x81\xd4\x31\x78\x3a\xe1\xb0\x8e\xad\x81\x65\xed\x99\x93\x78\x41\x50\xe3\x03\xdd\x4a\x85\xca\x46\x51\x8c\x30\xf0\xa9\xc8\xf0\xdb\xf1\xba\x05\x60\x39\xc0\x34\x01\x68\xb9\xd3\x49\xea\xa3\xd3\xc6\x66\x30\x99\x2a\xd7\xb8\x6a\xa3\x92\x3e\x35\xbe\xf2\xb0\x72\xb8\x1e\xac\x1e\xad\x07\xab\x47\xe4\xff\xe0\xe8\x02\xff\x3a\x2c\xff\x3a\x56\x0f\x56\x8f\xc1\x69\x46\x3e\x3a\x8a\x56\x20\x78\x0f\xfe\x3c\x5a\x0f\x3a\x42\x1c\xc1\xff\x3f\xec\x04\x3a\x3d\xc8\x96\x59\xe7\x51\xde\x81\x68\x49\xb0\xef\x3d\xe0\x82\x78\x0c\x85\xac\x1e\xdd\x28\xea\x16\x22\x2b\xbf\xb8\x3f\xbc\x77\x93\xdf\x5d\x66\x8f\x0d\x43\xcc\xd5\x0d\xbc\x3a\xf6\xf2\x35\xfb\x76\xef\xdb\x3b\xbd\x6f\xbf\xc5\x53\x21\x77\xaf\xf5\xc2\xdb\x2a\x63\xee\xb6\x9e\x1d\x5b\x46\xcf\xb1\xb3\xec\xf4\x35\x44\x3e\x6f\x28\x46\xbb\xa6\x80\x1d\x98\x02\x32\xcb\x12\xd0\xd9\x59\x54\xed\x21\x7d\xcc\x8a\x75\x6c\x62\x55\x94\xed\x55\xef\xa1\xad\xaf\x7f\x17\xfd\xf3\x86\x6e\xd2\xc8\x82\xbe\xfb\x6d\xa2\x32\x9c\xdb\x20\x8a\x0e\x63\x3f\x54\xed\x83\x3d\xd3\x5b\xe6\x5d\x9e\x45\x89\x36\xdc\xe6\xfe\x2b\x58\xf8\xac\x49\x2d\xd4\x5c\xbd\x61\xec\xa2\x14\xd9\xaf\xbd\x79\x33\xa2\x6d\x5e\xb3\xde\xb2\x28\xed\x9b\xeb\xde\x3f\xe3\xc3\x75\x95\x99\x7b\x77\xb5\xd4\x0e\xb5\xd4\x17\x6b\xac\x6a\x9c\xfd\x5f\xa9\x85\x1f\xf2\xb6\x98\xd4\x4a\x87\x66\x0f\x82\x22\xf8\x5a\xf5\x27\x8a\xef\xa4\xd7\xc3\x38\x47\x15\xcf\x98\x00\xf7\xe1\x62\xbf\x30\x54\x15\x1b\x7e\x4f\x5a\x01\x92\x61\xd1\x0f\xd6\x15\x6d\xb8\x30\x39\xea\xf2\x36\x76\x9c\x1d\xdb\xd2\x6f\x3e\x2c\xcf\xdb\xe7\x8a\xda\x3e\xff\xd4\xae\xc6\xdd\x81\xc6\xbd\xd7\xd2\xb8\x77\xef\xd0\xf4\x7a\xd5\x7b\xce\xd6\xaa\xf4\x76\xff\x84\x56\xa5\x61\x68\xd8\xf3\x87\x97\x49\x99\xb8\xf7\x07\x0f\xd8\xe4\x61\x5a\xc8\x28\x63\xa7\x40\xd8\x27\x72\xd1\x50\xc8\xfa\x3f\xec\x0f\xef\xdb\xe4\xf7\xb2\x33\xb4\x2a\x8f\x30\x33\x9f\x5b\x2e\x20\x24\x3c\xc7\x44\x20\x47\x6d\xbe\x7a\x3f\x6b\xb1\x1b\x21\x72\x41\x67\x19\xcd\xaa\x24\xa3\xbb\xe6\x9d\x3c\x3b\x8c\x6f\xd0\xf9\x44\x06\x30\xa7\xba\x4a\x27\x4d\xe8\xb3\x1e\xd3\x0d\xf0\x3f\xa9\xd3\x98\x3e\xec\x95\x13\x98\xac\x0c\xbc\x64\x10\x88\x45\xbc\x05\x0e\xa7\x33\x5d\x33\xf2\xe5\x9a\xc8\x56\x12\x11\xb5\xf3\x09\x8b\x08\x7e\xc2\x6a\xbb\x79\xfc\xa4\xb5\xe5\xa8\x68\xc4\x79\x23\x6a\x54\xfe\xee\xf4\xec\x75\x1e\x7b\xa2\xc6\x11\xd3\x63\xf8\x02\xd5\xc3\x8e\x3b\x86\x06\x71\x4c\x8f\xe3\x58\xb6\x0d\x4e\x94\x6b\x1a\xec\xd7\xd6\x9c\x2c\xc4\xff\xe3\x85\xcf\x9e\x75\x25\x67\x4b\xfc\xb3\x8d\x04\xe9\x50\xee\x72\x2c\x39\x5a\x76\x8a\x4d\xb2\xbb\xb7\xd4\xb2\x95\x02\xee\x20\xa0\x6d\xa9\x71\x09\x01\x6d\xdb\x1a\xf7\xcd\x1e\xfb\xe7\x80\x1f\x73\x3e\x5a\xe4\x89\x95\x50\xf7\xed\x6a\x9a\x1e\x9c\x1f\x4e\x29\xc5\x4c\xf8\x68\x95\x60\x2c\x72\x03\x63\x83\x43\x08\xcf\x14\x36\x8b\x68\x07\x05\xef\xf6\x12\x2b\x93\x71\x3b\x53\xf5\x6a\xaf\x32\x57\xb5\xaf\x72\x55\x17\x2e\x55\xd1\x79\x75\x10\xbe\x1a\xfc\xff\x56\x96\x6a\xa7\x72\x05\x91\x21\x65\x3b\xad\xf9\xb2\xe7\x30\x2f\x74\x12\xb1\x46\xaf\x6a\x6f\xc5\xe5\x9c\x67\x73\x7d\xd0\x1e\xfe\x8f\x79\xe1\x5d\xd6\xbf\x29\xf7\x1e\x6d\x5f\xbc\x3d\x14\x46\xdc\xcf\x79\x06\x4a\x55\xee\x38\x70\xa2\xaa\x0a\x9b\x68\xb3\x45\x8a\x9a\xb8\x3f\xbc\xe0\xe2\x36\xa8\x1c\x70\x9c\x19\x42\xd1\x80\x74\x95\xf0\x96\x10\xb3\x07\x8a\xd6\x32\xd8\xa7\xd4\xab\xb9\xc1\x61\x70\xac\x5d\xff\x70\x80\x3d\xd5\xea\x69\x0f\x50\xa8\x74\x27\x67\x44\x7b\x8e\xb7\xfa\x59\x5c\x0c\x10\x9f\xca\xff\xf4\x81\xf0\x2d\xde\xd0\xe3\x60\x49\xac\xf2\x2c\xa5\xbc\x0f\xc5\xd0\x43\x59\x0c\x66\x3b\x05\xd2\x8c\x4e\x07\xfc\xe6\x08\x95\x0b\x65\x40\xbc\x03\xbf\x42\x6c\x39\x0a\xea\x01\x49\xaa\xdb\x08\x32\x0d\x37\x41\x03\xec\x85\x1c\xad\xb6\x85\xf5\x48\xf3\xe8\x11\x37\x1d\xe9\xa7\xf7\xb1\x07\xc9\x0b\xb5\xb8\xf1\x06\xb9\x65\x8f\xc1\x19\xf5\x2d\x39\x3a\x64\xcc\xc1\x19\x3f\x0b\x78\x0a\x51\x56\xed\xe6\xee\xa1\x7b\xd7\x15\xff\xf8\x9d\x06\x7f\xc3\xce\x6b\xfd\xb8\xb7\x53\x57\xfc\x4b\xbd\x92\x2b\x1e\xe3\x9d\x1f\xdb\xf4\xd6\xed\xfb\x77\xf1\x24\x3a\xb4\x72\xab\xfc\xb9\x3a\xaf\x12\xd7\x2f\x63\xbf\xb6\x6f\x93\x50\x39\xa5\xdf\xbf\x7f\x5f\xf8\x8b\x9e\x52\xee\x16\x43\xac\x83\xce\x03\xa6\x7b\x7c\x85\x74\x3c\xa5\x59\x15\x31\x84\x32\x61\xec\x5c\x8c\xae\x7e\x8b\x81\x3f\x30\xac\x1a\x94\xa2\xb8\x0c\xf4\x2b\x14\x85\x05\x16\x7e\x3b\x84\x81\x03\xe3\x24\xc6\x43\xc2\x9a\xe8\x40\x12\x48\xaa\xc0\xcb\xb5\x0d\x5a\xc7\x2d\xa3\x6b\x14\x77\x81\x4d\xe2\xf4\x3e\xbe\x87\xfd\xbc\x67\x03\xfd\xfc\x88\x17\xbe\xd7\xbb\x58\xc6\xf5\xb1\x50\xf6\x95\x6a\xd2\x9c\x73\xd8\xcc\x15\x5a\xbb\x4e\x0c\x53\x5d\xb7\x2b\x94\x5b\x25\x9a\xeb\x21\x82\x2f\x54\xe6\xf1\x38\x37\x4c\x58\xc0\x36\x03\x90\x91\xe0\xe0\xed\x17\x60\x16\xe4\x99\x52\x7f\x84\xcd\xac\xd3\x26\xed\xd5\xf0\x7b\x9e\xa3\x8a\x7f\xd5\x0b\x7f\xce\xb3\x54\xb1\x41\xc6\x31\x7e\x63\x48\x9c\x73\xb3\x41\xad\x7e\xaa\x6d\xda\xe1\x36\x09\x57\x8f\x84\x18\x27\x8e\x80\x41\x93\x44\xf9\x46\x2f\xe7\xa5\xb7\x41\xb2\x22\xea\x07\xc6\x8c\xd3\x8a\x51\xe2\x86\xa5\x5d\x56\xb3\x86\xd1\x8d\xba\x34\xbb\x83\xbf\xef\x91\xaa\xfc\xac\x17\xfe\xb2\x07\xaa\x52\x74\xd4\xe8\x97\xa3\x15\x89\x48\xc6\x81\x01\xd4\xb4\xca\xd4\xfb\x8c\xd3\xac\xd4\xdd\x39\x09\xdd\xbe\x85\x26\x67\xc4\x4c\x48\x5b\x70\x05\xb5\xa7\xf7\x11\xf9\x0a\x48\x01\xed\x39\xd7\x3e\x87\x77\xd0\xd9\xe7\x48\xf8\x64\x1b\xef\x7f\xa3\x3e\xda\x9f\x7e\xdf\x5e\xf6\xc0\xce\xe0\x33\x37\x72\x56\x18\x76\xeb\x5f\xd8\x13\x3e\x7b\xcb\xb7\xaa\x59\xaf\xed\x0b\xab\xe1\x74\x35\xf4\xff\xed\x21\x8a\x6b\x67\x95\x7e\x72\x94\xbd\xdb\xab\xe4\x2e\x7e\xed\x0e\xc0\x6c\xe6\x2a\xa8\x8b\x77\xca\x59\xcc\xb8\xe1\x09\xbe\x3f\xbc\x30\xcc\x13\xdc\xd8\x3e\x4f\x70\x99\x49\xdb\x9e\xef\x07\x35\x91\xf7\x42\x38\x47\x94\x96\x50\x09\x02\x22\x01\xd3\x74\x63\x0d\x72\x42\x0d\x57\xf4\x35\xb0\x76\xdb\x75\xdd\xaf\xa9\xad\x67\xc2\x29\xea\x72\xbc\x41\x0e\x7d\x9b\x38\x8d\xa7\x10\x28\x71\x4b\xa2\xeb\x87\x88\xe8\x3a\x0e\x9f\x0b\x21\xc8\xa5\x70\xe4\x52\xa9\xf3\x00\xd6\x0a\xa0\x61\x6d\x1e\x9c\x81\xb4\xb2\x38\x5f\xe6\xed\x7a\x00\x2a\x7b\x12\x18\x9b\x09\x89\x6a\xde\xe0\x2e\x3a\x55\xbe\xfe\x89\xec\xdf\x56\x61\x17\xdc\x23\x16\xc9\x12\xf3\x17\x4f\x08\x0f\xeb\x7f\x6d\x66\x77\xa1\x24\x90\x7b\xc4\xa2\x7b\x0c\xff\xc0\x13\xd8\x94\x06\x05\xb8\x43\x5d\x33\x9f\x5c\xb2\x06\xa8\x0c\x7e\xc5\xeb\x05\x74\x46\xce\x95\xec\xf3\x23\xec\x09\x2d\xd1\xed\x01\xbc\xd6\x74\xda\xe6\x57\x38\x60\x1e\x7f\x74\x64\xaa\xf4\xd4\x52\xf0\xfa\x03\x29\x59\xf0\x1b\xc4\x84\x34\x21\xac\x82\x7e\x8c\x45\x7a\x41\xb4\x79\x70\x57\x10\x62\x01\xed\x10\x93\x54\xe1\x4a\x82\x37\x37\x0c\x1c\x52\x65\x20\x6f\x94\x61\xdd\x01\x30\xd4\x56\xdc\x85\x8c\x51\x68\x6d\x1e\xe4\xbc\x17\x65\x0a\x37\x46\x9e\x89\xa2\x9c\x12\xd7\xa1\xd3\x65\x37\x7e\x9c\xb6\xa4\x44\x62\x46\x6d\x1b\x03\x0a\x01\xcb\x3e\x0b\xba\x82\xf8\xdb\x79\xab\x0f\x69\x47\x76\x09\xb2\x0f\x19\x87\x88\x62\xca\x6a\xd7\xad\xa2\x10\x46\x74\x69\xcb\x1f\x41\xae\x39\xa1\xbc\x19\x90\xbe\x58\x5e\x1d\x9d\xe6\x46\xc1\xf2\xa0\xb7\xcc\x89\xe5\x5a\x67\x66\xc7\x9d\x0d\xc6\x54\x36\xe4\x48\x3d\x38\x56\x0f\x6e\xad\x07\xc7\xa1\xae\xdb\x08\xd5\xac\x62\xa8\xc2\x23\xf5\x63\x8d\xe3\xf5\xdb\xdc\xa4\x99\x8f\xd5\xd8\x4d\x66\x42\x40\x9f\x7d\x70\x07\x5c\xec\x5f\xf5\x6c\x43\x8f\xc3\x6f\xfe\xa0\x58\x04\x46\x6f\xdd\x8f\x66\x30\xad\x09\xd2\x2d\x6a\x7c\x0c\xd7\xce\x81\xb0\x29\x58\x06\xe3\x7c\xde\x20\xec\x55\x0c\xd1\xa0\x74\x59\x35\x76\x16\x5e\xbf\x2a\xd2\xee\x3a\xe2\xe4\x1e\x3b\x76\xec\x0e\x0c\x07\x8b\xf0\x90\x14\xa7\xc1\xe5\xf9\x29\x8a\x4c\xd3\x03\x80\x6d\x8e\x09\x46\x54\x36\xc2\x69\x3f\xb2\x0b\x70\x38\xeb\xb5\x78\x9e\x83\x4d\xa7\xc9\x3e\xb2\xc7\xb1\x77\xbd\x77\x4f\xf8\x67\x23\xdb\x42\xf9\xd7\xd7\xcc\x21\xb3\x16\x06\xef\xc3\xba\x56\x8c\xb8\x44\xdc\xef\xe8\xa3\xdc\xc2\xaf\x03\x85\x15\x9e\x05\xdb\x07\xc6\x62\xa8\xbd\x21\xeb\xbb\x05\xc6\xb2\x03\x39\x7a\x3d\xb6\x5b\xee\x9c\xfa\x60\xa8\xe8\x3b\xcd\x18\x51\xe1\x19\x87\x14\xcf\xfa\x90\x7e\x06\xf4\x72\x4d\xef\x8e\x06\x07\x48\xc0\x84\x5c\xa5\x72\x1b\xb5\xa4\x6c\xb7\x8d\x4a\x23\x55\xf4\xfe\x11\x31\xd6\x3e\x28\x16\xf3\x46\xd6\x4f\x1b\x85\x68\x18\x99\x99\xb0\x4d\x90\x47\xd9\x61\xd6\xdc\x1a\xa4\xe6\x1e\xb1\xf8\xa8\x5a\x1c\xaf\x7a\x4f\xda\x90\x9d\xe1\x80\xbf\x2f\x2a\x44\x37\x6e\x31\x76\x81\xed\xed\x80\xbc\xf8\x53\x6a\x87\x68\x56\x18\x22\x31\x06\x29\xe3\x11\x80\xde\xf6\x96\xe5\x46\x8e\x72\xe6\xee\x15\x5f\xaa\xb1\x03\x10\x75\x04\x7a\xe4\xb3\x3b\xd0\x23\x6f\xab\x6d\xaa\x47\xac\xdc\x12\x42\xf1\x40\x2e\xd9\x9c\x10\xf1\x1f\x14\x8b\x43\xc2\xe4\xa6\x45\x6a\xf9\xc7\xf5\x56\x2f\x81\xda\x43\xe8\x23\x2f\x82\x7e\x5a\xc4\x89\xa5\xcf\x51\x3d\x14\x96\x90\x97\x03\x10\x31\x2f\x9a\xaf\xf2\x8c\xe8\x31\xa3\xd2\xaa\xc0\xa3\x1b\xd6\x8f\xb1\x46\xd7\xaa\xb3\xd8\x1c\x3b\x00\x0a\x88\xb7\x79\xdb\x3f\xab\x66\xee\xc8\x36\x67\x6e\x4e\x7d\x5a\xb2\xbd\xde\x58\xe9\x2e\x9a\x9e\x9b\x9a\x9b\x9e\xd1\x39\xcb\x4e\xbe\xf3\x87\x6f\x0c\x3f\xe0\x6d\xf2\x82\x0b\x80\x1f\xc0\x9b\x04\xc9\x82\x7f\x63\x3a\x55\x6e\x80\xc8\x17\x39\xa6\xe7\xe0\x96\x65\x32\x2d\x03\xb9\x30\xcb\x5f\x51\x42\x69\x20\xd6\x52\x9e\xe5\xcb\x71\x8f\xa0\xe5\xba\x8a\x8e\x60\xee\xcc\xf9\x38\xed\x5f\x01\xfc\xf9\x45\x0e\xd1\x28\xeb\xde\x0d\x88\x60\x38\x23\xb2\x22\x4a\xd6\xbd\x91\xf8\xa1\x74\xdd\x1b\x49\xfa\xa9\x73\x7c\xfa\xdc\x41\xb6\x62\x65\x82\x3e\x10\x3e\x6b\x67\x99\x9e\xc1\x50\x22\xa9\x1b\x9b\xf9\xb0\x9d\x64\xdd\x65\x87\xb7\xf4\x62\xe8\x64\x6a\x4a\xaf\xbe\x63\xea\xdc\xe4\x8c\x62\x41\x93\xc7\xeb\x18\xc6\x8a\x68\x0c\x11\xad\x31\x2e\xe2\xa8\x10\x59\xe0\x62\xd9\xb2\x77\x79\xcc\x19\x14\xff\xbf\x7a\xe1\xcb\x3d\xfc\x7e\x1e\xbf\xc7\x1f\x70\xb7\xc4\xbf\x01\xf5\x02\xed\x26\x72\x6a\x67\x80\x79\xad\xf7\x40\xd4\x6e\x67\x27\x91\xa3\x41\x39\x26\x32\x10\x6f\x41\xb1\xa5\x40\xe1\x84\x89\xa1\x63\xc5\xa0\x47\x99\x67\xf3\x53\x33\x04\x10\x7f\xfb\x89\xc3\xd0\xda\x63\x47\x4f\x1c\x76\x23\xb4\xef\x63\x4f\x6c\x2d\x47\x3d\x79\x9f\x3d\xad\x22\x2f\xfd\xc9\xf0\x98\x8a\x5b\x55\xe2\x80\x0d\xd7\xaf\x04\x30\x30\x6e\x97\x9d\xa1\xff\x2d\x8f\xdd\xa8\xc7\x06\x52\xac\x3f\xe6\x85\x1f\xf6\xf0\x9a\x49\xa5\x4d\xeb\xb1\x93\x2f\xc0\x75\xdc\xf9\xa4\xc4\x0d\x18\x17\xcb\x41\x9c\xb7\xf2\xd8\xe4\x0f\xe6\x71\xb7\x9f\x14\x51\xca\x45\x3f\x4f\x06\xc8\xca\x8b\x65\x6b\xa8\xdf\xe0\x69\x34\x5b\x3d\x18\xe1\xa7\x9f\x7c\x1a\xa5\x1b\xca\x1b\xf9\xd3\xb5\x81\x5e\x69\x32\xeb\x0e\x95\x62\x3a\xba\x33\x5c\x29\xbb\xc9\x6d\x82\xff\xdc\xf0\x92\xea\x8d\xaa\xf1\xa2\x41\xb1\xcd\x01\x68\x48\x89\x8d\xbc\x86\xc9\x66\xb8\x82\x7b\x88\xa6\xee\x50\x30\x56\xb4\x7a\xee\xf4\xdc\xca\xe4\x22\xf2\x1b\x4a\x1d\xfd\x2b\x47\x80\xce\xf7\x53\xd2\x4d\xae\xd6\xf9\x61\x8f\xed\xc3\xee\xe6\xfe\x7b\xbd\xf0\x55\x55\x62\x17\x9c\x8f\xf3\xe2\xf1\x90\xbd\x0d\x01\x8c\x67\xd9\xcd\x4a\x14\xe7\x38\x60\x8e\xfb\x77\x87\x47\xaa\x05\x91\x5e\xd8\x52\x0c\x7f\xa4\xa6\x53\xec\xdf\x5f\x0b\xbf\xab\x56\x4e\xb1\xa7\xe3\x0f\x89\x04\xcc\xd9\x40\xf4\x21\x31\xc5\x4a\xbf\x9f\x8f\x7b\x27\x83\x33\x69\xde\xcf\xb8\x81\x43\x29\x67\xe2\xc7\xf9\x35\x24\xe3\xc3\x2d\x24\x3f\xb9\x51\x4a\xfe\xb4\x21\x66\x00\x0b\x7f\xa6\x8f\xf0\xf8\x81\x9c\x0b\x8b\x0d\xe1\x9a\x4f\x62\x94\x39\x30\x41\x4a\xff\x49\x20\xd3\xf6\x5c\x1c\x66\x52\x85\xfb\xe3\xe1\x37\x91\xd0\xe0\xb0\x3f\x4b\x13\x75\xc0\x8a\xb5\xbf\x78\x7b\x8d\x7d\x4b\x15\x6a\x45\xdc\x8d\x8b\xd9\x28\x5d\xe2\x90\x27\xf4\xb7\x5e\x78\xd1\x7d\xa4\x9d\x49\x51\xd0\x8d\xd3\x89\x6e\x74\x25\xe8\x83\xf9\x04\xb8\x2f\x60\x3d\x9a\xe4\x16\xe3\x22\x0c\x44\x0a\x46\xb9\xe6\xba\xb7\x17\xde\x74\x0d\x4b\xff\xc5\x63\xaf\xf1\x18\xfd\xe2\xbf\xd8\x0b\xef\x86\x5a\x87\xe2\x33\x4d\x5b\xa6\xe5\x44\x6a\x92\x3b\x70\xee\x65\xdc\xb8\xc4\x6c\xb9\x3d\xc6\x8e\xb0\x89\xad\xf1\x3a\x9c\xa2\xd9\x1b\x47\x9d\xdc\x6a\x07\xd5\xc3\xd9\xff\xbf\x32\x12\x9e\x3f\x4f\xc0\x37\x7a\xa3\x57\x49\xcc\x0d\xcc\xe7\x35\xa8\x22\x2a\x66\xbb\xcd\x83\xa8\x03\xed\x19\x04\x63\xa7\x78\x11\x05\x1d\x1e\x15\xfd\x8c\x8f\xaf\x7b\x80\x4e\xef\x0c\xcf\x2b\x47\xd8\x8b\xcc\xca\xf8\x6b\x2f\xfc\xf2\x26\xe0\x13\xd3\x85\xb6\xf0\xc3\x71\x42\x1f\x1a\x67\xa2\x82\x98\x2b\x16\x13\xd1\x5a\x01\xca\x15\x79\xa0\x78\x54\xd1\x2a\xe6\x2d\x12\x5e\x6d\x60\x2f\x04\x44\x44\x36\x90\xf7\x89\x2a\xc6\x7a\x4b\x2b\xc5\x16\xd9\x97\x78\x04\xdc\xff\x70\xd8\x9d\x27\x32\x1a\xc4\xe9\x77\x69\x75\x85\x01\x46\x82\xd1\x20\xb2\x10\xa5\x2c\x69\x72\x44\x06\x8c\x50\xf6\x50\x04\x63\x88\x09\x08\x94\x6a\x05\x84\xc5\x37\x9b\x4d\x57\xc3\xff\xe8\xc1\xca\x75\x73\x51\xb4\xf9\x1c\xf4\x00\xd0\xf0\x5f\x7f\x30\x9c\x72\x1f\x91\x3f\x11\x41\xa7\xe3\x76\x3e\xd1\xef\xc7\x98\x97\x5d\x86\x4e\x1f\x98\xd6\xaf\x7b\x07\xe8\x92\x30\x7d\x7a\xdd\x63\x38\xdc\x97\x2f\xcb\x7f\xec\x5d\x14\xa2\x90\x7f\xdc\xb8\x22\xd5\x46\x42\x0e\x86\x75\x6f\x9f\xc8\xa7\xbb\xd1\x12\x5f\xf7\xbe\x41\x3b\xac\x67\xe5\x11\xbe\xcb\xf5\x3b\x37\xad\x60\x4a\xb9\x7e\xf0\x04\xf9\x60\x26\x13\x57\x06\xfa\xd1\xcd\x7a\x9a\xe7\x08\x86\xe7\x06\xdb\x7b\xe6\xc8\xe7\x7f\x3b\xc0\x52\xe6\x36\xc4\x7f\x5e\x38\x73\x2f\x3c\xd0\x99\x27\x9a\x34\x72\xd1\x74\x11\x2f\x02\x87\xfa\x10\x51\xd0\xc8\x0e\x11\xc2\xdb\xb1\xe6\x91\x13\xcd\xc3\x8d\xc3\xcd\xc5\x9e\x68\xde\xda\x88\xba\xed\x13\xb7\x8e\x97\x80\x4e\x4a\x9d\xf0\x8f\x86\x4f\x51\x99\xf2\x9b\xd5\xe8\x94\x32\xcd\xca\xdd\xf4\x4f\x84\xe3\xf3\x98\xe2\x45\x42\x8e\xcf\x2b\xcb\x72\x8f\x1a\x6a\xe4\xfd\x56\x78\xdf\xa5\xb9\x00\xfe\xde\xa4\xd3\x13\xbc\x68\x4d\x88\xbc\x91\xf1\x84\xcb\x2b\x09\xf6\xfc\x34\x5f\x8c\xa3\x34\x78\xe6\xc5\xcb\x13\x78\x6e\xbf\x0d\xb2\x3f\xf8\xc3\x83\x71\x77\x00\xfe\x3f\x8f\x59\x02\xe1\xff\x85\x17\xfe\x81\x37\xa7\xff\x5d\xdd\x75\xb0\xa9\x11\xd3\x00\x09\x96\x86\x63\xa4\xa8\x94\x0b\x4a\xde\x88\x9f\x05\x77\xb3\xf2\x05\x8f\x16\x68\x4b\xca\xef\x2c\x6f\x07\xe7\x88\xae\x22\xd7\xdb\x19\x66\x7b\x35\x33\xde\x5e\x8e\x8a\x66\x4b\x74\xe5\x96\xd6\xef\xaa\xf8\x82\x09\x9e\x36\xfa\xf9\x44\xc6\xdb\x0f\x2c\x47\xc5\x03\x79\x7f\x51\xc3\xd0\x3d\x60\x2e\x30\x13\x47\x26\x96\x8b\x6e\x32\x91\x2d\xe7\x5d\x58\x30\xf6\x00\xbc\xc2\x63\x1b\x49\xb8\x9f\x84\x0f\x4c\x95\x7e\xda\x5c\x0c\x8b\xe5\x4c\xf4\x97\x96\x83\x8c\x5e\xce\x78\x57\x14\xe8\xa4\x53\x00\x88\xad\x15\x9e\x9d\x9c\x98\x38\xd2\x3c\xde\x3c\x5c\x3e\xf5\xd1\x6a\xf4\x6f\x09\xff\xed\x29\x21\x8a\x60\xa3\x09\xb0\xbf\x3a\xc7\x86\x56\x9d\x7f\x6b\x78\xe8\x5e\xf5\x6c\xfb\x52\xfc\xff\x78\xcc\xe8\x09\xff\xd7\xbd\xf0\xe7\x3d\x33\x8d\xd7\x2b\x08\xb1\x03\xe7\x31\xcc\x77\xa7\x04\xe3\x3c\x8f\xb2\x14\x0d\xc5\x20\xd6\xdd\x28\x1d\x3b\x3e\xae\x4a\x6d\xc4\x6d\x3c\xe2\x9c\x9c\x98\xe8\x46\xe9\x6d\x4d\x91\x2d\x4d\x24\x52\xb0\xe5\x3f\x1b\xbd\x68\x89\xe7\xf2\xaf\xe3\x13\xe6\x83\xe6\xf1\xa6\x9c\x75\x17\x2d\xc5\x51\x3e\x72\xad\x03\x6a\x9e\xf5\x6c\xcb\x05\xfa\x53\x37\xb0\x86\xa5\xb9\x2b\x5c\x6f\x16\xc1\x8e\xdc\x2b\xfd\x57\xdf\x10\x8a\xd2\x33\x13\x62\x8d\x34\x1f\xc5\xb2\x4a\x2e\x53\x34\xba\x86\x51\xab\x9f\x95\xc3\xd5\xe0\x7d\xcc\x3d\xcb\xd6\xa2\xac\x3d\x44\xdc\xd6\x5c\xf7\xf6\xd1\x9f\x8e\x82\x7d\xf1\x41\x79\x41\x55\x3f\xf9\x6f\xf1\xd8\xc9\x0d\x0f\x34\x15\x1d\xa3\x0e\x9c\xc2\xcf\xc3\xfb\xe9\x0f\x27\x30\xc8\x76\x39\x13\x0b\x8d\x89\x4c\x11\x64\x44\x29\x2c\x66\x42\x75\x15\xb3\xfb\xd2\x64\xdf\x5d\xa3\x4d\xfa\x8d\xb5\xf0\x15\x35\x75\xe4\xa8\xe2\x8a\x42\xaa\x76\xb0\xff\xc6\x25\x12\x32\x9b\xb3\x2d\xc6\x0d\x5c\x31\xbd\x5b\x80\x06\xed\x38\x57\xd4\xa6\x3a\x98\xc6\xc4\x73\x44\x49\x10\xca\x2a\x0c\x7f\x5c\x04\xc4\x3e\x1b\x71\xd2\x39\x6c\xf3\x4b\x71\xaa\xe6\xf5\xd0\xc4\x21\x32\xa3\x39\x7c\x66\x11\x9d\x3d\x28\x90\xa7\xdc\x03\x87\x46\xcd\x59\xac\x1f\xd9\xc7\xf6\xcb\x0f\xe1\x28\xf7\xbe\x7d\xe1\xdb\xf6\xcd\xd0\xbf\x5c\x14\x47\x8e\x77\xe2\x5e\xc6\x0b\x27\xb2\x10\x86\x54\x49\x15\x36\x1b\x3e\xa6\x53\x8e\x65\x24\x36\xd4\x5b\x18\x5a\x75\x32\xb8\x45\x5e\x65\x5a\xc5\xc9\xe0\x82\x26\xbf\xe2\x86\xed\x88\xcb\xdf\x92\x41\x33\xb8\x25\x98\x01\x3a\x33\xf3\x9e\xa6\x67\x8b\xcc\xeb\x48\x79\x16\xe4\xbd\x24\x86\xb4\x45\x18\xa8\x0b\x4a\xdc\xe3\x9c\x05\x41\x1b\x5a\x93\xaa\x95\xa2\xfc\x3f\x8b\x03\xf3\x67\x94\xc7\x79\x33\x98\x74\x5f\x20\xb8\x0c\x3c\xfc\xb3\x40\x1f\xff\x29\xdc\x93\x54\x13\x7c\xa2\xab\x97\x4f\x0e\x4d\x1c\x52\x1e\x11\x91\xc9\x52\x15\x4d\x93\x3c\x7c\xb1\x80\xae\x22\xf2\x8e\x82\x3d\x90\xa7\x4d\xb4\x52\xf6\x88\x03\x8a\x5a\xd0\x00\xd2\x65\xea\xa1\xe8\x04\x2a\xb9\x9f\x05\xba\x48\x59\x42\x09\x6c\xb2\x50\x84\x1a\x25\x47\x57\x4f\x1f\xbc\xe5\x3e\x87\x62\x10\xa8\x1f\x9d\x0f\xe2\xd4\x29\x5f\xa1\xcf\x02\x59\x20\xb5\x1e\xb7\xa3\x89\x8e\x10\x13\x8b\x51\xa6\x3a\xc5\x73\xfd\x68\x62\x31\x7a\x18\x33\x37\x74\x74\x04\x7e\xa9\x5e\x58\x8c\x1e\x1e\x6f\xb2\x5b\xe0\xd6\xca\xf5\x8e\xac\x20\x2f\x4e\xa2\x65\x64\x73\xb9\x43\x28\x4f\x24\x4b\x2c\x0c\xb3\xdf\x54\x12\xe5\x79\xb3\x54\x30\x5a\x36\x8b\x8c\x2b\x4c\x94\x08\x4f\xc2\xe4\xb8\x52\x02\x2c\x47\x24\xa3\xd7\x62\xc5\x7e\x84\xc6\x89\x42\x90\x40\xca\x37\x40\x82\xe9\xd8\x3f\xe8\xf1\xbc\xc9\xca\xd5\xa1\xdf\x8f\xb8\x5c\x0a\xa1\x4d\x11\x91\xbe\x2e\xc0\x77\x8e\x51\xa7\x7a\x2c\x9c\x85\xfb\xbe\x03\x4e\x5c\x6e\x2e\x57\x76\x3f\x21\x6e\xb6\x99\x2c\x16\x59\x5c\x0c\x60\x04\x20\x2b\xf4\xea\xfe\xf0\xc4\xd0\xd3\x2a\xd6\x8d\x1e\xbd\x14\xb4\xe4\x5b\x7c\x83\x04\xd0\x9f\xdd\x4d\x00\xdd\x71\x94\x67\xa1\xf2\x3f\x57\xc2\x27\x57\xa6\x7f\x3a\xf3\x25\xbf\x35\x46\x84\xdb\xd9\x09\x76\xeb\xc6\x70\x32\x1b\x0b\xc3\x6e\x6c\xe9\x0e\x62\x4b\x3f\x69\xc7\x96\xfe\xd4\x0e\x39\x53\xfe\x63\x35\x67\xca\x63\x17\x53\xba\xbc\x75\x4c\xe9\x19\x7f\xca\x60\x06\x19\xa1\x2a\xc1\x06\x0d\xe9\x95\x72\xda\xd3\xd7\x9e\xc8\xc6\xb7\x48\x45\x26\x12\xa6\x1e\x6f\xf9\x9f\x7e\x62\xf8\x1f\xcc\x3f\xb5\x0d\x1f\xb1\x7f\x34\xf1\x95\x75\x06\x20\x62\x51\x64\x89\x0a\xc6\xc0\xcc\xb4\x20\xa7\x10\xe1\x2d\x60\xd7\x07\x63\x8b\xde\x2f\xf0\xe6\x60\x80\x52\x72\x5e\x04\x51\x01\x1e\xad\x71\x15\x73\xe6\xe8\xbb\x8f\x3e\x81\xbd\x51\x1e\x25\x45\x3b\xf7\x5f\x53\xdb\x24\x86\xbe\xaa\x6f\x33\xa2\x9d\x53\x87\x10\xf0\xfb\x93\x1e\x78\x02\x0d\x67\x43\xa4\x1a\x4f\x40\x47\x90\xdf\x18\xb5\x96\x09\x3e\xcf\x8d\x30\x82\xee\x93\x5b\x62\xcc\x21\x0c\x00\x17\x41\x04\xaa\x3c\x6f\x90\xf7\x95\xb7\x1b\x3d\x9e\x35\x72\xc8\x1a\x1a\x87\x10\x5b\xae\xa0\x40\x74\x7e\xc1\x2a\xcf\x80\xff\xa9\x10\x4b\x68\x2f\xa7\xe0\x0e\x0c\x2e\x44\x94\x06\x73\x3b\xa0\xba\x91\x30\x9b\xbd\x75\x84\xed\x57\x9a\xc1\x7f\xcd\x08\x9b\xbc\xa6\xb1\x51\x31\x83\xce\xf8\xfc\x62\x4d\xab\x1a\x7b\x8c\xf4\x43\x35\xd3\x2a\x8c\x16\xb9\xcd\x1c\x5c\x1c\x73\xf0\x4d\xdb\x68\x0c\xce\xc7\x09\xca\xa6\x10\x36\x42\xe2\x35\x8f\x38\x1c\x78\xa6\x66\x2e\x43\x40\x12\xef\x8a\x6c\x30\xde\x0c\xe6\x64\x4b\x14\x4d\x99\xdc\xf1\x17\xfb\x31\x22\xfc\x3b\xb5\xe1\x66\x04\xe1\x11\xd0\xda\x28\x09\x68\x40\x08\xd0\x23\x07\x73\xa1\xa0\x03\x9e\xec\x95\x89\x54\x29\x44\x90\x8a\xac\x1b\x25\x81\x9c\x50\xd9\x4e\xc3\x8b\xa6\xf4\x74\x28\x05\x2b\x54\x70\xc1\xec\x7b\x6b\x14\x48\xb7\x5e\x0b\x5f\x53\xab\x0a\xa5\xa3\xa1\x54\xb0\x2c\xc1\x74\x61\x2d\x0b\x3a\xbd\x87\xc6\x78\x41\x33\x10\xd6\x83\xf0\xcc\x15\xdc\x66\xe5\xdf\x18\x30\x2f\xff\x9a\x81\xfa\x45\x16\x84\xd6\xbb\x30\xb0\x9a\xa1\x5c\xa8\xc3\xa3\x59\x89\x34\xe0\x6a\xe7\x97\xc7\xd8\x93\x55\xd5\x6a\x5f\x89\x15\xbf\x93\x1a\x93\x32\x19\xad\x1b\x4b\xf2\x24\x77\x6e\x66\x52\x17\x60\xd1\xcc\x21\x72\xaf\x63\xba\xf9\x9e\x51\xf6\xc4\x56\xb9\x2e\xff\x55\xa3\xec\x9e\x6b\x12\xe5\xa1\xe6\x3a\x32\xfd\x13\x23\xba\x8a\xe0\x71\x91\x6e\xad\x27\x4d\x3b\xe2\xd4\xc8\xbc\x0a\xe5\xf9\x7a\x97\x79\xcd\x20\xa0\xd0\x03\x95\x54\x60\xd2\x14\x19\xdf\x51\x08\xd4\x45\xad\x4a\x54\xd4\x57\x9d\x24\x5a\x6a\xb2\xbf\xaa\xb1\xfd\x9c\x04\xde\xff\x72\xed\x1a\x95\x9c\x5a\x2a\x8e\x40\xbc\xb3\xa6\x0a\x74\xc4\x60\x29\x11\x8b\x51\xa2\x84\x40\x61\x83\xc3\x95\xab\x94\x4e\x1f\xa5\x03\x7b\xaa\xd5\xe2\x99\x26\x26\xf7\xdc\x86\x79\x30\xdb\xa5\x9d\x81\x47\x46\x02\x38\x9f\x49\x25\x2f\x52\x70\x17\xa9\xc8\x53\xd1\x2f\x00\xed\x4b\x74\xb4\xdd\xcd\xde\x6f\x82\x84\xa7\x4b\x68\x34\x79\xa8\xcf\x11\xa5\xab\x95\x88\x7e\x9b\x62\x98\xc1\x25\x83\xb6\x1b\x48\xd2\x78\xd6\xcc\x1c\x56\x95\x88\xa8\xbd\x18\x25\x51\xda\x92\x6b\x61\xc3\xca\xc6\x9b\xec\x63\x9e\xda\x82\xfd\x1f\xf5\x36\xc9\x23\xad\x1a\x74\x9d\xc4\x63\x86\xbc\x28\xe3\x5f\x56\x6e\xbc\x7a\xa1\xac\x94\x07\xb7\xb4\xdd\x2e\xc7\x45\x6e\x6d\xae\x70\x18\x31\x0c\xf9\xf8\xc9\x78\x93\x7d\x71\xaf\x43\x87\xa8\x7c\x34\x33\xa2\x7d\xfa\xe2\x1c\x92\x41\xf8\x3f\xbb\x37\x7c\xc0\x7e\xe0\x5c\x9f\x4e\x5f\x9c\x0b\xe4\xf5\xb4\xcb\x11\x39\xb3\x43\x59\x80\x71\xaa\x19\x5a\x70\x6b\x96\x6b\x87\x92\x3f\x95\x15\xea\xf4\xc5\x39\x4c\x01\x72\x43\x91\x7f\x6d\x0f\xfb\x91\x1a\xdb\x47\x0b\xd0\x7f\x5f\x2d\xfc\x43\x0b\xcd\x41\x56\x48\x74\x32\x99\x5a\xa4\xb4\xb0\x34\xdd\x3a\xcf\x96\x6c\xc8\x0e\x29\x5f\x7a\x3d\x6f\xd8\x86\xe0\x74\x1f\x33\x4e\x79\x3b\xe0\x29\x32\x3c\xa9\x12\x09\xaf\xa1\x19\x48\xf5\x99\xf4\xf1\x42\xa8\x0a\x8c\x57\x39\xd8\x80\x2f\xf5\xac\x30\x43\xb1\xca\xb3\x2c\x06\x73\xb9\xc8\xc9\xee\x41\xfc\xf4\xb4\xa1\x40\xab\xec\x21\xb8\x56\xf8\x07\x7b\x4e\xb0\x6e\xf6\x19\x8f\xed\x47\xc2\x1b\x9e\xfb\x3f\xe7\x85\xef\x2a\x0d\x1c\xfe\x46\x34\x04\x98\xe7\xb0\x2c\xf2\x02\xd2\x7f\x82\x44\x88\x95\x7e\xaf\x34\x96\x2e\xda\x05\xb5\x9a\x8a\x41\xa3\xde\xb6\x06\xd4\xf9\xa2\x3c\xaa\x9b\x44\x4e\xfc\x82\xc7\x0e\x42\x6e\x12\xde\xde\xfc\x0f\x7b\xe1\x9b\x4b\x7d\x82\xb6\xe3\xef\xc1\xf4\x8c\xc2\xef\xe7\x65\xa1\xa8\xec\x88\x55\xf4\xf6\xfa\x61\x7f\x70\x0d\xdd\xf8\xbb\x1b\x58\x58\x95\x5a\x7e\xea\xb4\xe3\x20\xff\xf5\x1b\xc2\x57\xda\x11\xd1\x51\x30\x1b\xb5\x45\x1e\x9c\x02\xcf\xeb\x69\xf4\xbc\x82\xef\x1a\x05\x2a\x89\x72\x95\x20\x1f\x77\x38\x78\x63\xd4\x02\x6c\x06\xb3\xa7\x4e\xef\x30\xf4\x6d\x7f\x57\xa4\xb1\xbc\xc2\xad\x7b\x7b\xe2\x6e\xb4\xe4\x5e\x3b\xde\x75\x90\xfd\xb0\xf1\xb4\x7f\x5f\x2d\x5c\xdf\x8d\x41\xa9\x8e\x41\xc9\x16\xdb\x2e\x0a\x13\x8e\xa6\x1f\x87\xcf\x95\x17\x9e\x0c\xe6\x18\x1e\x81\x7c\x55\xd6\x47\x8a\x3d\xd7\xd9\x68\x58\xf6\x44\xb6\xd8\x9e\x98\x3d\x33\x79\xfa\xc2\x19\x79\x81\x5e\x16\x6b\x8d\x42\x34\xfa\x39\x6f\xc4\x85\x5d\xe7\xf7\x7b\x6c\xdf\x0a\x1f\xc8\xbf\xfd\x77\x78\xe1\xeb\xbd\x7b\xf1\x1f\xea\xc8\xad\x62\x03\x56\xf8\x20\x80\xe7\x52\x35\xcc\x9e\x3a\x7d\x39\xc7\x1c\x6e\x4d\xcd\x00\xae\xd8\x16\xef\x2d\x4f\x50\x71\x8f\x46\x6b\x5f\xeb\x31\x2d\x7b\xfe\x8b\xbd\x90\x4f\x96\x0c\x81\x53\xbc\xb7\x1c\xa8\x37\x1e\xb9\x16\x6c\xb8\x7e\x5f\xe4\xc9\xfb\xb5\x48\xfc\x2b\xe1\x8a\x99\x32\xf9\x84\x66\xcc\x1a\xa1\x6c\xb1\x5a\x62\x76\x38\x26\x1f\xf6\xac\xf8\xd2\xf7\x7a\xe1\x5b\xbc\x47\x3c\xc2\xf4\x11\x6b\xb5\x15\xa6\xf6\xf7\x0e\x1d\xd0\x9f\x5d\x37\x1d\xd0\x87\x2c\x3a\x20\x79\xe6\xb4\x92\x0d\xdd\x20\x39\x9b\x1a\x48\x0b\xf0\x74\x47\x33\xfd\xe8\x9d\x39\x0f\xb4\x04\x5b\xb3\x97\xc6\xc9\x23\x35\x0e\x10\x85\xd3\xcf\x79\xa6\xa2\x70\x50\x6a\x20\xdf\x77\x48\x6a\xa2\x76\x37\xae\x06\xfe\xde\xa1\xdc\xfc\xa5\xc7\xe6\x77\x96\x66\x79\xcf\xdc\xa5\x8b\x88\x5f\x3b\x93\x89\x5e\x7e\x29\x9b\x94\x6b\xc4\x7f\xab\x17\xbe\xc9\xab\xfe\xcd\x65\xb0\x42\xb3\x2d\x68\x76\x2b\x7b\x1a\xa2\xa8\x4a\x9f\x43\xba\x74\x1a\xc0\x1a\x94\xb3\x5b\xfa\xb9\x19\x5c\x88\x62\x2d\xf0\x72\x82\x73\x9e\xc5\x51\x42\x89\xba\x41\xaf\x9f\xf5\x84\xdc\xf9\xd9\xfb\xf7\x38\xe9\xe2\x95\x79\x14\xfe\xcb\xf7\x84\xce\x03\x0b\xc9\xbb\x22\x63\xee\x41\xb1\xb8\x79\xc6\xe7\x47\x46\xd9\xb7\x99\x4c\xca\x0b\xe1\x33\xce\xf5\xbb\x51\x1a\x3c\x32\xc9\x93\xf7\xe8\xe4\xc9\x67\x84\xc7\xc6\x16\xb3\x98\x77\xc6\xaf\x37\x39\xf2\xbc\x4e\x8e\x3c\x15\x1e\x9f\xab\x4e\x87\xd4\x29\x34\x5b\xa6\x43\xde\x4d\x56\x9c\xdb\xc2\x5b\xe6\x69\xcf\xa7\x94\x0b\x55\x92\x4a\xb3\x91\xb3\xab\xd3\x40\x4c\x01\x3d\x24\x2a\x9c\xc9\xc4\x22\x87\x44\x90\x07\xae\x3f\x0f\xe4\xc9\xe7\x37\x48\x86\x85\x4c\xb2\x65\xde\x5a\xe1\xed\x26\x7b\x4d\x75\x62\xee\xea\xf5\xd7\x7b\xe7\x46\xf5\xd2\x14\x6c\x9a\x7f\xfb\x37\x07\xd9\x37\x55\x46\x59\x76\x78\x6b\xd0\x4a\xb8\xff\xdf\x0f\x86\xef\xaf\xe9\x7f\xda\x44\xaf\x68\x4e\x35\xa7\x26\xeb\x54\x47\x87\x27\x32\x98\x15\xd1\x0a\x47\xe3\x4c\xde\x13\x69\xce\x11\xcc\x58\xd9\x5a\x12\x5d\x36\x5f\x45\x6f\xc9\x59\x92\xa9\x19\x91\x17\x73\x00\x0c\x2c\x4f\x89\x33\x19\x9f\x2b\x44\xcf\x7a\x7f\x39\x4a\xdb\x09\xcf\xf2\xba\x5d\xb5\x11\x26\x2a\x1f\x22\x07\x73\x2b\x3b\x06\x1b\x6e\x27\x6d\xd5\x83\x7e\x9a\xc8\xab\xa9\xfb\x25\x19\x8a\x55\x4e\x9b\x46\x5b\x6e\x45\x44\x70\x43\x0d\x00\x15\xba\x08\xa7\x43\xf7\x32\xf9\xd6\x03\xec\xc5\x23\xec\x40\x4f\xf5\xc3\xff\x6a\x8d\x8d\x6d\xb9\x05\x9d\xc3\x52\xc3\x5f\xac\x99\x01\x00\xf0\x87\x04\x80\x82\x2c\x5e\x43\xe4\x16\x8e\x6c\xc3\x95\x4e\x1e\xd2\x69\xf8\xaa\x91\xd4\x0b\xb7\x8b\xf2\x04\x46\x79\xbf\x3a\x3d\x54\x65\x29\x45\xad\x96\xc8\xda\x64\x99\x44\x4f\x14\xc2\x34\x13\x1c\x4e\x70\x89\x7c\x07\xd7\x30\xf6\xcb\x42\xac\xe8\x61\xbf\x76\x5c\x32\x03\x68\x68\xfe\x6c\x68\x81\x68\xc8\xd2\xf3\x89\x27\x99\x9f\xe0\x01\xfb\xce\xbd\x6c\x5f\x0f\xa5\xc7\xff\x4f\x7b\xaf\x61\x06\x3e\xb7\x47\x09\x5d\xf5\xf8\x93\x33\x20\xda\x70\x40\xdb\x7d\x24\x5e\x40\x0c\x6e\x15\x32\x20\x9c\x41\x03\xa9\xd7\xc0\x17\x89\xbc\xd0\xf3\x5c\x9e\xe3\xa3\xac\xe8\xf7\x80\x4b\x99\xc3\xe4\xf5\x33\x5e\x0f\x7a\x19\xe7\xc8\x37\x59\x37\x86\x51\x59\x3d\x7a\xb2\x88\x56\x78\xde\x15\xce\x54\x14\xba\xf9\xe5\x29\x6a\x65\xc8\x0f\x02\xf6\x9b\xb8\xa0\x0c\x64\x5b\xbb\xab\xbc\x70\x5c\x33\xc4\x4d\x44\x17\x59\xaa\x44\x25\x3c\xb4\x0f\xe5\xce\xfb\x4b\x59\xd4\xe2\x8a\x88\x14\xe0\x21\xda\x62\x2d\xc5\xc0\x9d\x5c\x0d\x1f\x2c\x75\x1a\x67\x39\x61\x1c\x1c\xaf\xfc\x0a\x6f\xf5\x0b\x34\x7b\x2c\x45\x59\x3b\xb1\x78\xf1\x44\xbf\x80\x4c\x4c\xe1\x48\x78\x59\xb6\xe1\x50\x0a\xa3\x8b\x9c\xc0\x7a\x5e\xc0\x38\x43\x86\x90\xcd\xdb\xfc\x08\xc8\x38\x00\xbd\xe8\xdf\x36\x1c\x1c\xf0\xf9\x43\x08\xfa\x63\xb4\x28\x7e\xfa\x26\xf6\x94\x6d\x45\xa3\xf9\x6f\xb8\x29\x7c\xf5\x88\x32\xde\x55\x04\x46\x64\xfd\x44\xe5\x10\x80\x7d\x35\x88\xd3\x45\xd1\x47\x20\x2e\x4a\xf6\xc9\x91\x87\x39\xa2\xd0\x34\xe5\xee\x76\x42\xbc\xac\xd0\xbc\x49\x63\x2c\x24\xbb\xb4\xc5\x3c\x59\x08\xb0\x7a\x29\x0b\xaa\x94\x14\xb4\x16\x27\x83\x06\x54\x01\x07\x9e\x7e\x26\x95\x1d\x50\x61\x93\x45\x55\x05\xc4\xd5\x2d\x41\x98\x9b\x3b\x5f\x0f\x44\xa7\xa3\x18\x79\xd0\x18\xbc\x1a\x67\x52\x64\xe0\x8a\x0f\xee\x2f\xb9\xa4\x4e\x9f\x99\x99\x3d\x33\x35\x39\x7f\xe6\x74\xd0\x40\xe3\x0e\xe2\xa2\x58\x88\x30\xd6\x18\x59\xd4\x0e\x8b\x83\x20\xe5\xc5\x9a\xc8\x56\x8c\x87\x78\x82\xc6\x58\x7d\x82\xd4\x0c\x18\xde\x87\x51\xc6\xa9\x28\x88\x4a\xa3\xab\xa4\x41\xd1\x88\x3a\x5b\xcc\x5b\xd8\x3f\x49\x60\x27\xf6\x05\x8f\x70\xd9\x7e\x6b\x13\xc4\x92\x4d\xa4\x16\x20\xd9\xde\xe2\x81\xa3\x9c\xcc\x0c\x6d\x9e\xc7\x99\x4a\xa2\x55\xeb\x58\x4f\xc0\xa3\xdc\x31\xd9\x97\x46\x94\xb6\x1b\x78\x06\x63\x7f\xe4\xe9\x83\xf0\x6f\x7b\xec\x8e\xeb\xe9\x21\x7c\x1d\xae\x7b\x73\x0e\xc4\xc8\xd0\xed\xe1\xf1\xec\xe5\x6e\x28\xd4\x2e\xe0\xdd\xe3\x15\x94\x74\xd5\x7b\xee\xd6\x71\x3c\x77\xf8\xb7\x35\x36\x41\x80\x33\xab\x4f\xc7\xf4\xd0\x52\x62\xec\x47\xf7\xb0\xa3\x5b\xe0\x7f\x9e\x4d\xc4\x1a\x9a\x10\xcc\xc5\xff\x45\x7b\xc2\x93\x15\xcf\xed\xfb\xbf\x01\x8d\x40\x4a\x5b\xf3\xba\xab\xfb\x7f\x64\x94\x7d\xa0\xfa\x36\xf9\xe6\x1d\xc0\x3c\x3d\x77\x61\xb8\x40\x8d\x2a\xba\x63\xbc\xa7\x25\x63\xa5\x78\x6e\x78\x69\x81\xfe\x5e\x78\xe4\x11\x9f\x12\x6d\xb4\x58\x0c\x2f\x2f\xe0\x9f\x0b\x8f\x1a\xe6\x53\x47\x6b\x73\xd9\x2b\xfc\x73\x61\x47\xa8\x4f\xd5\x50\xac\x53\x64\xf0\xb8\x33\x6c\x52\x20\xd7\xe6\x08\x50\xd5\x78\xae\xcc\x41\x74\x22\x3c\xc3\x26\x7a\x9c\x66\xfb\x09\xf7\x7f\x97\x85\xef\xf4\xcc\xbf\x09\x2d\x69\x88\xf8\xd7\x32\x06\x28\xb0\x53\x79\x18\x2c\x45\x35\xab\x94\x80\x2a\xfa\x63\xa2\x0c\x96\x75\x18\xb8\x43\x79\x64\xc6\x9b\xb6\x46\x06\xac\x7a\xad\xb9\xee\xed\x59\xe5\xd9\xa2\x6b\x09\xfb\x9e\x03\x40\x8f\x06\x3f\xf8\xef\xf7\xc2\xef\xf0\xee\x93\x7f\xba\xec\x2e\xf8\x48\xf9\x45\x31\x74\x79\xf2\xfc\x79\x32\x5e\xa3\xde\x94\xca\x16\xe3\x48\x26\x0b\xd4\x4a\x7c\x96\xcb\x11\xa4\x13\xad\x3a\x50\x53\x90\x8e\xdc\xa9\xfa\x09\x6f\x06\x50\xf8\x64\xe2\xe4\x99\x46\x49\x02\xea\x23\xdf\xcc\x4f\xf7\x55\x8f\x1d\x50\xec\xc5\xb9\xff\x25\x2f\xfc\x25\x4f\x11\x18\xe7\x65\x36\xe4\x02\x91\x09\x11\xff\x0f\xad\x9b\x0a\x47\xae\xb0\xa8\xd9\x72\xc4\x5d\xec\xf6\x93\x22\xee\x25\x16\x98\x21\x11\xda\x59\x79\x12\xe9\x40\x19\x46\x48\xb7\x5b\x69\x20\x56\xb2\x02\x07\xbe\x48\x38\xd8\x9a\xfc\xe1\x38\x85\xef\x0d\x58\xa0\xf6\x7b\x62\xde\xc7\x66\xbd\xfe\xc9\x11\x76\x73\x2a\x52\x35\xea\x97\x67\xcf\xe7\xfe\xf7\x8d\x84\xaf\x1e\xb9\xe8\x3e\x74\x12\x33\x21\xf3\x33\x4a\x30\x75\x07\xa7\x11\x4d\xdb\x74\x0e\x80\xa0\x1a\x4c\x6d\x43\xf8\xcc\x5b\x72\x62\x64\x83\xf6\xa0\x80\x42\x38\x64\x84\x03\xd6\xe9\x27\x49\x3d\xe8\xc4\xf2\x48\x90\x17\xbc\xe7\xe4\x2e\xcc\xc5\xf2\xfa\x90\x8a\x54\xb3\x9d\x05\xd0\x22\xc5\x3b\x67\x38\x78\xcb\xd0\x2c\x58\x45\x0f\x3c\xb8\x52\xa3\x49\xb5\x42\x0c\x63\xb3\x42\xde\x9a\xac\x6c\x1e\xd0\x9a\x91\xfd\xf3\x29\x04\x02\x6d\x06\xb3\x70\xc3\xb2\xec\xd7\x46\x68\xc1\xac\xa0\xe6\x41\x47\x46\x51\xe4\x8f\xc8\x82\x10\x3d\x12\x79\x38\x1e\x10\x04\xa8\xdd\x07\xf2\x89\x9b\xef\xe4\xf6\x1a\x8e\xd7\x03\x18\x20\xd8\xd4\x45\xb1\xbc\xd9\xf4\x7d\x9f\xc7\x6e\x54\x25\x02\xa6\x9c\xff\x26\x2f\x7c\x78\xd6\x7e\x42\x31\x47\x8a\x98\x4b\x2e\xed\xc2\xc4\x72\x23\xcf\x99\x36\x22\x96\xd7\x78\x00\xec\x56\x00\xf2\x29\xe7\xbe\xcb\x23\x65\x72\x84\x84\x90\x42\x65\x39\x6c\x43\xd2\xfe\x93\xc7\x0e\xe8\xb1\xf2\x07\xe1\xf3\x66\x8d\x00\xdb\xca\xc1\xce\x8b\xa7\x55\xed\xb6\x48\x7d\x57\xb1\xc8\xcd\xc2\xdb\xa4\x21\x6f\x1c\x65\x9b\x71\x9c\xa2\xa7\x6c\x12\x32\xd2\xbb\x3c\x2d\x20\xf6\xf7\x0f\x46\xc2\x73\x55\x3f\xe8\x3d\xa6\xcc\x84\x1a\x05\xe5\xd7\x75\xd6\xd6\xba\xb7\x9f\xf2\xdd\xb3\x75\x6f\x2f\x36\x78\xdd\xdb\x9f\x8a\x36\x4c\x98\xa3\x4e\xff\xb4\xc6\xce\x31\xfd\x93\xff\xb4\x70\x62\xde\xe4\x62\xd2\x9c\x0d\x51\xee\xeb\x6c\xfa\x42\x94\x33\xc3\xa9\x3a\xff\xca\x26\x41\x4b\x5b\x0e\x08\x06\x2d\x1d\x1f\x06\xee\x29\x3b\xfc\x87\x9b\xd4\x64\x6f\xf6\x98\xee\xbe\xff\x2a\x2f\x7c\xe1\x24\xfd\x63\x13\xce\x60\x97\x4a\x1d\x8a\x06\x72\x60\xb4\x3c\xa9\x7b\x0a\xe5\xc4\xa9\x38\x3b\x5d\x88\xcd\x18\x5c\x62\x0a\x76\x29\xf9\x47\xd9\xf4\x75\x93\xa7\x11\x0a\xab\x76\x5a\xfa\xeb\xa3\xe1\x9d\xe5\x87\xb4\x91\x97\x50\x89\xe9\xad\x66\xc2\x97\xa2\xd6\x80\x8e\xe5\xeb\x9e\x41\xf9\xad\x42\x02\xfe\x89\x11\xf6\x74\xc2\x5f\x3d\x11\x8e\xa7\x15\x8c\xfd\xc5\xb2\x36\xd2\x98\x83\x88\xdd\xdf\x0b\x36\x90\xf0\x33\xc2\x63\x66\xb7\xb7\x4a\x72\x70\x85\x37\x2d\xee\xd9\x94\xd1\xf8\xac\xf0\xb4\xce\xe4\xb2\xd4\x8e\x4e\x88\x8b\x0a\x2b\x4b\x72\x8d\x2f\x82\xbd\x4e\x03\xd6\xc8\x6d\xb4\x55\x94\x4e\x4c\x9f\x01\x17\x7c\x56\xf8\x1f\xd7\x6c\x1c\x1f\xf4\x14\x62\x8b\x5d\x89\x4a\xc9\xc4\x44\xa6\xed\x55\x14\x2c\xc8\xb7\x17\x6c\x61\x95\x17\xbb\xb8\x8d\xa5\x28\x72\xc2\x23\x8d\x13\xc7\x8f\x1f\x3b\x5e\x47\x3c\xcf\x3c\x5e\xe5\xe3\xae\x1f\xfd\xd6\x5b\x8f\xc1\x06\xb3\x18\xb5\x56\xd6\xa2\xac\x8d\xe1\xe9\x45\x8c\x50\xfb\x2e\x94\xcd\xdf\x31\x56\xdf\xe8\x4a\x40\xb9\xd5\xcd\xd9\x68\xed\x8c\x12\x31\xff\x13\x2c\xfc\x28\xb3\x9f\x40\x6a\x19\x59\x82\x01\x8c\xda\x88\x23\x84\xcf\xaa\x10\x4e\x45\x41\xd8\x64\x6c\x5e\xc8\x2f\x60\xb5\xd4\x11\xf6\x3f\xa2\xad\x12\x87\x69\x39\xca\x03\xa7\x8a\x28\x07\xbf\x03\xc6\xe0\xa4\xc1\x40\xf4\x33\x5d\x70\xdd\xb6\x18\x14\x59\xbf\x55\xe0\x2d\x1e\x2d\x59\xfa\x75\x7d\xd1\xc7\x77\x9a\xc1\xb3\x45\x3f\x88\x92\x5c\x00\xe1\x3e\x9a\x25\x97\x62\x08\xe1\x84\xf7\x57\xa3\x2c\x16\xfd\x3c\xe8\xc1\x22\x55\xa9\x6b\x6c\x62\x02\xd3\xed\x64\x49\xbd\xa8\xb5\x12\x2d\xf1\x93\xd8\xae\x0b\x83\xc9\x99\x69\xaa\x14\xeb\x08\x5e\xc0\x0e\xa8\x31\x9c\x1f\xf4\xf8\x05\x5e\x44\xc1\xc2\x83\xb9\x48\x4f\x86\xf5\x38\x4d\xe2\x94\x87\x0b\xec\xc0\x85\x01\x2a\x02\x95\xcb\x4e\x36\x38\xf5\x66\x97\x7e\x0e\x17\xd8\x0b\xb1\x26\xfc\xf7\xa4\x55\xcb\x24\x46\xde\x29\x6b\x00\x7d\x19\xe1\x53\xf9\x21\x34\x5c\x05\xd9\x3e\x6a\x0d\x77\xe6\xec\x11\x6f\xfe\x25\x3c\x89\xad\xc5\x19\x81\x44\xdf\x33\x77\xe9\x22\x2e\xa3\x44\x2e\xa8\x5c\x74\x39\x1e\x03\x92\x78\x05\xa5\xeb\xa4\x2c\x3d\x94\x07\xee\xf0\x64\x68\xf5\x33\xac\xb3\x03\xa1\xb1\x47\x85\x27\xc3\xd5\x23\xf0\x4c\xb7\x16\xbe\xd4\x9f\x52\x93\xe5\x2b\x07\x74\xbb\x4e\x86\x1d\x21\xe4\xa3\x17\xd6\x65\x0b\xe7\x44\xb0\x86\xdc\x27\x80\xfe\x79\x77\x70\x9a\xb7\x00\x3b\x02\x30\xf8\x00\xa9\x4a\xf6\x4b\x9e\xbe\x06\x51\x37\x41\x24\x91\x6e\x94\xe5\xcb\x51\xa2\x74\x1a\x84\x11\xf0\x76\x80\x94\x76\x69\x21\x5c\x51\xb7\xa7\x4a\x6e\x2f\x10\xcb\x00\x25\xc3\x89\x29\x5a\xc3\x21\x21\x30\xd2\x42\x64\xea\x84\x2b\x0f\x70\xfd\x54\x4e\x3b\x42\x43\xf0\x20\xe5\x57\x0a\x3a\xe0\xe6\xe8\x86\xed\x0d\x82\x31\x0c\x19\xef\xad\x2c\x4d\x18\x8a\xed\x71\x6c\x88\x4e\x70\xb6\xd7\x10\x78\x88\x08\x81\x81\x84\xea\x50\xae\x74\x11\x58\x2a\x38\x2c\x66\x8b\xb0\xbb\xd3\x4f\xe9\xde\x24\x6f\x14\xe8\x8b\xc2\x55\x0f\x33\x89\xad\x34\xd3\x8b\xbd\x00\x6c\x41\x4b\xb8\xea\x81\xdc\x48\xe1\xc4\x57\x98\xe6\xb5\x44\x06\x20\xf8\x64\xe2\x92\xc2\x56\x27\x50\x4d\x91\xe9\x97\xe1\x55\x35\x86\x63\xf3\x97\x4e\x5f\x3a\x19\x4c\x53\x3a\x8b\xbc\xf8\x23\x75\xab\x49\xb6\x80\xe3\x3b\xd8\x1a\x89\xb2\x58\x15\xac\xc5\x9e\x6e\xea\xea\xfd\x32\xe4\x99\x6a\x01\x6f\x37\xc7\xad\x9d\x93\xbd\x7d\x5f\x99\xc5\xd4\x82\x7b\x57\x47\x1e\x22\x12\x98\x84\x2b\xcc\x2c\x5f\x8d\xf9\x1a\x81\x2d\xff\xde\xde\xf0\x5f\x6f\xf8\xeb\xba\xb7\x8f\x0e\xc2\xce\x5e\xfd\xfe\xbd\xac\xc5\xd4\x2f\xfe\xb7\x85\xf7\x28\xe6\x63\x3a\xb6\xc4\x08\x1d\x02\x84\xd2\x1d\xdb\x47\xbe\xa6\x77\x24\x75\x71\x82\x60\x2d\xcc\x1a\x5b\x8b\xcb\xc0\x80\x2f\xa9\xb1\xbd\x6d\x9e\xc6\xbc\xed\xff\xad\x17\xfe\x89\x77\x1a\xfe\x86\x91\xa4\x0d\x72\xf3\x5a\xf0\xdb\xba\x29\x5e\xc5\x86\x4d\x77\xe0\x22\xa2\x9a\x21\x4b\xc4\x86\x44\x80\x8e\xa0\x6a\xe9\xa0\x09\xa5\x50\x69\x2f\x91\x81\x93\x97\xe2\x98\x8a\x40\xf4\xe2\x14\x0e\xc8\xa9\xa1\x90\x16\xe6\x3d\xab\x55\x72\x6f\x85\x72\x2d\xe6\xbc\x82\xda\x6e\x0d\x1f\x20\xb6\x3a\x83\xf0\x7b\x35\x76\x33\x5f\x8d\x92\x3e\xcc\xe8\x99\x2c\x13\x99\xff\xc9\x5a\xf8\x93\xb5\x33\xee\x43\x3a\x3a\x28\xe3\x96\xb2\xa9\x48\x75\x86\x58\xf7\x81\x68\x81\x31\xbf\x1d\xb4\xfb\x99\x32\xed\x3a\xe2\x82\x51\x25\x0a\x94\x93\xa7\x45\x9c\xf1\x64\x10\xf4\x44\x9e\xc7\x94\x24\x82\x80\x8a\x54\xa0\x1c\x2d\x39\x99\xf4\x9b\x3c\x82\xc4\x69\xdf\x02\x34\x28\x15\xaf\xc0\xcb\xd3\x20\xef\xc5\xe8\x4d\x88\x0b\x8c\xcf\x80\x55\x0c\x2c\x13\xb3\xa7\x26\xa7\x94\x9b\xae\x1b\x2b\x54\xd3\x4c\x28\x3b\x10\x4f\x11\xb1\x05\xee\xbb\x60\x75\x28\xe4\x4a\xa1\x33\x3b\xb6\x09\xdc\x85\xe8\x22\xcc\xb5\x75\x08\x0d\x19\x78\xa8\xb6\x0f\x63\xcf\xd3\x96\xbd\xb9\xf0\xec\xac\xc6\x72\x37\x22\x06\xe3\x61\x51\x85\x0f\xe0\xc0\x8b\xbe\xf7\xb5\x48\xdf\x15\x03\xe0\x1e\x4f\xcb\xf0\x55\xff\xcb\xab\xe4\xef\xbc\x28\xda\xfc\x74\xc4\xbb\x22\x3d\xa3\xbc\x97\xfe\xc7\xbd\xf0\x6c\xc5\x73\xb8\x49\xe6\x84\xd3\x27\x7a\x9c\x8e\xfe\x6d\x78\xcb\xca\x22\x41\x21\xbd\xa8\x61\x62\xd4\x72\x15\xac\xcb\x6e\x26\xd4\x24\x55\xa8\x7f\xff\x36\xb0\xd1\xdc\x76\x84\x87\xd4\x5f\x28\xee\x52\xd9\x2a\xe4\x25\x62\x8e\xe4\xb2\x21\x4d\xf6\x93\x23\x95\x60\x59\x14\x97\x4d\xa9\x05\xfe\x9b\x46\xc2\xa7\xb9\x8f\x60\x3a\x0b\xc3\xef\x85\x3b\x90\x45\xca\xe4\x78\xca\x9d\x3e\xfe\x72\x8d\xcd\x90\x2d\xf3\x5c\x78\xe7\xbc\xca\x5e\xd3\xb1\xe0\x70\x64\x80\x62\x8d\x99\x8e\xac\x83\x4e\xa1\xce\xd4\xcd\x50\xc8\xe3\xb9\xf0\x4e\xa0\xc8\x70\x4a\x04\xfb\xd0\xb5\x96\xf8\x2c\xb6\x27\xe1\xab\x3c\x91\x45\x9e\x97\x7f\xc8\x32\x55\x89\xf0\xcb\xf5\x34\x52\xae\x05\x59\xe2\xac\x48\x4a\xdd\x06\x02\x98\x6b\x2d\xf1\xf3\xfb\xd9\xbf\xab\x44\x5d\x85\xbb\x08\xa0\x1c\x7c\x74\x7f\xf8\x14\xeb\xdf\xfa\x1e\xa8\x6c\x1e\xca\x99\x5e\x0d\x6a\xf0\xee\x5d\x50\x83\x1d\x7b\xf2\xe6\x15\xa8\xc1\xbd\xe1\x13\xce\x97\x46\xdd\xb6\x15\xd5\xd9\x2d\xdb\x88\x50\xa2\xb9\xdc\xf5\x0f\xee\x00\xb4\xe0\x57\xed\xb8\x89\x8f\xed\x10\xb4\xe0\x25\x5e\x35\x6a\xc1\x63\xd9\xb9\xab\xde\xdc\xd6\x1e\xcf\xc3\x7e\xb3\x8a\xa3\xd5\x52\x0e\x65\x90\x82\x77\x1c\x60\x63\x96\x08\x02\x30\x99\x3a\xa7\x12\x68\x9b\x81\x53\xf9\xcb\xfd\xe1\xb1\xf2\x43\xd7\xbc\x6a\xff\xba\x39\x99\xfe\x4f\xed\xaa\x9d\x1d\xab\x9d\x9e\x52\x3b\x4b\x61\x38\xad\xb0\x54\x2c\xbd\x4f\x43\x55\xc1\x9a\x7f\x82\xdd\xca\x8e\x6e\xa8\x88\x36\x94\x82\x5d\x95\xb4\x03\x95\xf4\x29\x5b\x25\xfd\xf4\x0e\x55\xd2\xb7\x3f\x4e\x1a\xc9\x00\xa9\x74\xb6\x56\x47\x53\xfe\xa4\x56\x47\x20\x53\x25\x08\x95\xb2\x2e\xa9\x22\xec\x63\xbf\xe4\xb1\xb9\x47\x38\xcd\xe4\x94\x10\x89\xff\x50\x28\x2a\x7f\xb0\x5d\x0e\x55\x59\x24\x01\xdd\x05\x09\x09\xc4\xb1\xd2\xc2\x1d\x52\x85\x17\xa8\xf7\x7a\x99\xe8\xf1\xac\x18\x34\xd9\x5f\x8f\xb2\x27\x55\xec\xf7\xe8\x02\x99\xc9\xc4\x83\x18\x50\xe9\x7f\x7a\x34\x3c\x67\xfe\xa9\x10\x9c\x81\x94\xa0\x87\x8f\x79\x3b\x88\x12\x91\x2e\x61\x2a\xb2\xb0\xd1\xbe\xa5\x4e\x22\x2f\x89\x94\x43\x47\xe9\xfe\xd5\x08\x2b\xd8\x01\x8c\xb7\xbc\x10\xf5\xfc\xa5\x4d\xe0\x94\x54\xeb\xa6\xd4\xdb\xa6\x45\xe1\xc4\xb0\xbb\x9f\x4e\xb0\xf8\x2a\x1a\xbb\x0a\xa1\x9a\xcb\x1e\x66\x07\xdb\x62\x2d\x5d\x8b\xb2\xf6\xe4\xcc\xb4\xbf\xc2\x4e\x6c\x7d\xdf\x31\xef\x5b\x35\x1f\xa9\xae\xd9\x2a\x7c\xa8\xee\x15\xb6\x17\xfd\xa4\x7e\xc4\x8e\x6c\x93\xce\xc0\xaa\xb1\x5e\x5d\x23\x25\x83\x95\x2b\xfb\x4e\x8f\xfd\xb3\xdc\xe1\xcc\x9b\x17\x2b\x3c\xf5\x5f\xc0\x9e\xbe\xdd\x73\x9f\xfd\x9d\xd5\x8e\x3b\x36\x6a\xc7\xd0\x47\x43\x8d\x7a\xe9\x28\x3b\xbc\x31\xe3\xed\xd9\x39\x88\x34\x98\x23\xee\x16\x75\x23\xfc\xcc\x48\xf8\xec\xea\x9f\x9c\x9d\x59\x51\xbe\xe0\xa5\x0e\x90\x87\xe8\x2d\xe5\x40\x40\x9b\x99\xf3\xb2\x7b\x25\xfe\x62\x8d\x2d\xb3\xd1\xac\x9f\x70\x20\x70\xeb\x27\xdc\x04\xd7\xa8\xc2\x35\x31\x70\x3b\x6e\x41\xf0\x23\xd8\x65\xa9\x7d\xda\x5d\x41\x96\x40\x45\x03\x4a\xb4\xc2\xce\x7d\xea\x6f\x3d\xb6\x37\x8b\xd2\x25\x9e\xfb\x5f\xf1\xc2\xf7\x79\xf8\xb7\xbe\xec\x2a\xf3\x01\x3d\x16\x9d\xa0\x43\xc1\xc0\x14\x6e\x01\x69\xc6\x70\x9c\x40\x8b\xb4\xa0\xd4\x48\x8d\x9f\xa0\xde\x47\x4b\x95\x5c\x94\xc9\xc0\xfc\x0a\xe5\x1a\x00\x81\x1c\x52\xcc\x75\x1a\x0c\x04\x48\x2b\xf7\x17\x28\x92\x0b\xfd\xbc\x98\xed\xa7\x93\xf9\x35\xa0\xa9\x97\xe6\x77\xfa\x34\x20\xaa\xb3\x8f\x8c\xda\x6e\xa1\xa6\x9b\xdc\x08\x11\x62\x52\x78\xc8\xe2\xd8\xe3\x2d\xff\xe5\xa3\xe1\x99\xd2\x33\xdc\xed\x31\x34\xa8\x57\x58\xc8\x84\x05\x08\x5e\x29\x61\xd2\x31\xf0\xa8\xd9\xfe\xe0\x08\xfb\x6a\x8d\x1d\x88\xfa\xed\x98\xa7\x2d\x9e\xfb\x5f\xaa\x85\xbf\x54\x9b\x54\xff\x74\x8f\x30\x60\xa1\x26\x4c\x5c\x00\xaf\xd0\xa1\x04\xea\x34\x41\xf9\xf9\x86\xb2\x46\x8f\x2d\x36\x49\x7f\x9d\x07\x51\xde\x0c\x54\x3d\x8d\x68\x0d\xa6\xbc\xdc\x6c\xa1\xd2\xef\x57\x79\x86\x30\xe0\x54\x21\xbe\xb9\x16\xe5\x70\x3a\x84\x7c\x7f\x87\xa8\xde\x0a\xa3\x89\x4c\x5f\x28\x78\x28\x01\xde\x88\xe9\x4e\x90\x0a\xeb\x57\xd9\x00\x95\x3c\x5a\x77\xbe\x24\x51\xa7\x24\x4e\x3a\x9c\xea\x1f\xa9\x1a\x0b\x05\xc5\x6c\x85\x9b\x44\x26\xdc\xc6\xf6\x40\x27\xfc\x66\xf8\x2d\xa8\x27\x68\x95\x89\x5e\xf4\x50\x9f\x07\x8b\x3c\xca\xc0\x64\xba\xc2\xdd\xf8\xb7\x3f\x38\x50\x69\x34\x9b\x52\xd8\x29\x68\x9e\x86\x1b\xc2\x47\x0e\x84\x2f\xf6\x4c\xe6\x5f\x94\x24\x6e\xd0\x9a\xc5\x80\xa9\xbe\x46\x28\x4a\x35\xe1\xa5\x42\xf5\xe1\xd5\x62\xfb\x3e\x89\x4e\x78\xa9\xea\xdd\x60\xfc\x38\x0d\x56\x8f\x34\x8f\xdc\xf1\xd4\xdd\x0b\xc7\xa3\x74\xe1\x48\xd4\x85\xa3\x15\x06\xe7\xb7\x98\x31\x5b\x12\x6f\x65\x47\xb7\xc1\x24\x54\x2a\x69\xf7\xb2\xb1\x6b\xff\xb0\xed\x1f\xcf\xd9\xfa\xc2\x71\xbb\x7f\x42\xb1\x81\x57\x68\xa7\x92\xed\x23\xb0\x2c\x25\xec\x27\xf7\x56\xea\xb8\x67\xc6\xc5\x2c\xef\x09\x07\x4b\xe5\xf5\x7b\xc3\xbf\xad\x39\x58\x2a\x76\x54\x12\x50\xf8\xf6\xfa\x49\xe4\xec\x45\x94\xc4\x47\x30\x46\x4b\x31\x08\xa3\xc8\xe3\x42\x64\x83\x66\xf0\x4c\xfa\xb7\x46\x55\x69\x0b\x24\x7e\xdb\x04\x5c\xa5\xe2\x2b\xf5\x7a\x05\xe4\x0a\x63\x26\xc5\xe9\x64\x40\xbd\x72\xd5\x67\x33\x98\x17\xb8\x1d\x61\x78\x86\x93\x6c\x07\x28\xdc\xaa\xd9\x75\x42\x8a\x89\xd2\xe0\x4c\xb7\x57\x0c\x4e\xc7\x19\x3a\x6c\x01\x07\x2a\x2e\x34\xaa\x18\x05\xaf\x26\xc2\xe0\x9b\xf7\x04\x61\x98\x2d\xc5\x05\x39\xf3\x14\xec\x0c\x2f\x95\x66\x32\xf8\x8c\x65\x7c\xdd\x63\x66\xe0\x1c\xf5\xfe\xb5\x1a\x7b\x06\xdb\x9f\x71\x6c\xbe\x7f\x6b\x78\x68\x4a\x74\xbb\x71\x11\x2c\x47\xf9\xb2\xde\x75\x0c\x9e\x9c\x7a\xd3\xd9\xe9\x5e\x5d\x63\x07\x34\x33\x89\xff\x0f\x5e\xf8\x17\x1e\x71\xf9\x18\xbe\x12\x02\x52\xe9\xe7\x85\x13\x00\x2d\x88\x01\x10\x07\xeb\x50\xb3\x79\x08\xcf\x8b\x87\x9a\x87\x14\xc4\x4c\x12\xab\x7d\x5e\x85\x9c\xe9\x42\x95\x7f\x59\xfe\x58\x96\x0e\x4c\x53\x5c\x8b\x73\xa4\x60\xb5\xe2\x7a\xad\xa2\xa0\x00\xd5\x96\xe1\x52\x0c\xdb\xe0\xa2\x5d\x29\x49\x27\x02\x4d\xa5\x65\x7a\xa2\x71\x66\x0d\xb6\xff\x8d\xe1\x4d\xb3\xa6\xbc\xcb\xb3\xe7\xed\x57\x7f\xf1\xc6\x4a\xa6\x1e\xa0\xc9\x73\x16\xcf\xdb\x6f\x0c\xbf\xd3\x01\x22\xfa\xfa\x62\xe3\xfb\xbd\x83\x8f\x0a\xe5\xd6\x35\x92\x8f\xf5\xfe\x71\x90\x8f\x7d\x9d\xd0\xf5\x7d\xbb\x8d\x13\x93\x5d\x2f\x4c\xcc\x0e\x68\x0d\x1f\x2d\xbe\xc0\x5d\xa2\xb6\xeb\x23\x6a\xfb\x27\xca\xb3\x78\xed\xfc\x73\x5f\x1f\xcc\x8c\x8f\x29\xfd\xe9\x3b\x6f\x64\x77\x6c\x91\xf8\xa7\x80\xbf\x21\x64\x60\x8a\x72\xd7\x61\x75\xfa\x7f\x74\x43\x78\x7e\xe3\x9f\x87\xd8\xf3\x9d\x1f\x11\x5f\x4f\xf1\x10\x40\xf8\x41\xb3\xcc\x3f\xb3\x7b\x81\xdd\x4d\xb9\x7d\xdc\xae\x94\x5f\xb4\xaf\x94\x9f\xdd\x31\x14\xc1\x1b\xbd\x05\x55\x9a\x9d\x4c\xf9\xb8\x83\x13\xbc\xa1\x46\xe0\x04\xaf\xae\xb1\x7b\x37\x3c\x2b\x5c\x9b\x62\x00\xc0\x82\x9f\xf0\x16\x64\xb9\x0b\x1b\x66\xf5\xd8\x38\x06\x8b\x7c\x39\x5a\x8d\x45\x86\x6a\x21\x24\xf9\x68\x28\xfd\x10\x3e\xe6\xd9\xfe\x2f\xad\xe9\x2c\xd8\xbf\xf3\xd8\x85\x47\x6a\x60\x10\xe7\xe0\x3d\x5e\x39\xad\xd6\x46\x3a\x20\x5b\xe2\x3f\x82\x51\xb8\xea\xbd\xd8\xdb\xda\x0a\xf1\x7c\xff\xb9\xda\xed\x69\x0f\x87\xb1\xd2\x6e\x40\x25\x31\x3c\x3e\x95\x1e\xd1\x9f\x72\x2f\x5b\x94\xe2\x0b\xb0\xdf\x47\x9a\x56\x6e\xa1\xff\x86\x1b\xc3\xef\x1b\xb1\x1e\x98\xcc\xa0\xdc\x89\xe2\x1c\xce\xe6\x2d\x30\xd0\xb2\x05\x30\x73\x2a\x9b\x28\x0a\x30\xa6\x2d\x35\xae\x0b\x2b\x89\x27\x73\xf3\x1b\xd5\x6b\x84\xec\xad\x5f\x44\xa8\xee\x36\x50\xc2\x0b\x27\x6d\x78\x35\x8e\x02\x0a\x7e\xc6\xd4\x5c\x2b\x65\xc8\x7a\x6d\x71\x30\x94\x3f\x1c\x17\x01\xbf\x02\x61\x99\x71\xda\x0c\x02\xab\xc7\x98\xbe\x6a\x5d\x70\xa9\xb1\x70\x7e\x88\x56\x79\xc0\x3b\x1d\xca\x28\x81\x23\x8e\xd5\xcc\xd3\x43\x86\xe5\xdb\xe4\x1f\x9d\x68\x15\x57\x25\x0c\xbb\x1b\xe0\xad\xf1\x5f\xec\x26\xe0\x66\x08\xe7\x94\x54\x04\x89\x48\x97\x10\xa3\x10\x44\x41\x95\x7d\xf4\x68\x73\xdd\xdb\x27\x67\x64\x96\x77\x9c\x5d\xff\x0b\xfb\x77\x37\xad\x1d\x6c\x5a\xcb\xd6\x9e\xf5\xdc\x9d\x6e\x59\xdf\xb8\x09\x78\x0e\xfb\x63\x8f\xa9\x09\xf4\x7f\xc7\x63\xcd\x0d\x35\xe4\xf0\x7a\x9d\xe5\x9d\xf0\xbd\x1e\xfd\xb5\xe9\xa2\x53\x6a\xf1\xba\xd6\x1d\xee\x30\x56\x35\x34\x61\x04\x7a\x4e\x06\xa5\x49\x13\x57\x0f\x44\x7c\x98\xe0\xa8\xe3\xcc\x9b\xec\x55\x1e\xdb\x9f\xd3\x3a\xf5\xff\x63\x78\x97\x5e\xb3\x18\x77\x6a\xe9\x18\x3a\x23\x1a\x86\x68\x8e\x31\xb0\x56\xc2\xad\x6d\x5e\x38\xca\x0e\x6f\x7b\xd8\xa8\xd2\xdd\x13\xf1\x0e\x4f\xc4\x57\xbd\xde\xd6\x1b\xda\x05\xff\x5e\xbd\xa1\x6d\xa8\xf6\x4c\x54\x8f\xd1\x7d\xee\xf6\x85\x53\xc7\xd8\xdb\x46\x59\x73\xcb\x8c\xe0\x8b\xa2\xcd\x75\x0e\xb7\xff\x27\x23\xe1\x3d\x15\xcf\x1d\xdc\x00\xad\xeb\x90\x1a\x04\x61\x5c\x35\x7d\x93\x7c\x83\x2c\x02\xee\xb5\xea\x3b\x46\xd8\xab\x46\xd8\x1e\x08\x9f\xf0\x5f\x34\xa2\xee\xa6\xff\xa3\x76\x21\xba\x12\x77\xfb\x5d\x95\xa3\x29\x3a\x8a\xac\x55\x19\x1a\xd1\xac\xa8\xed\x21\x60\xc5\xb4\x92\x88\x29\x6d\xa2\xaf\x19\x9b\x90\xf5\x75\xb2\xec\x2e\xc0\xe4\x17\x95\x55\x0d\x72\x42\xb6\x4e\xfd\x15\xe2\x59\xa6\x79\xdc\xe6\xc6\x5a\x42\x05\xb7\x78\x1d\xf6\xee\x62\x2d\x46\x22\x10\xda\x9a\x9d\xd4\x76\xc4\x9a\x71\xda\xaf\xeb\xcf\x97\x81\xe6\x28\xea\x8a\x74\xc9\xa0\x49\x00\x57\x93\xb0\xb7\x7a\xa4\xf2\xee\x94\x50\x10\xd2\x38\xb1\x92\x72\x8c\x91\xc8\x8c\x9a\x1a\x2e\x41\xce\x70\xd5\xa1\x3e\x22\xc9\x41\x86\x86\x75\xdd\x7f\xe3\x01\x07\xc0\x24\xea\xf5\x20\x05\xfa\x34\xef\x25\x62\xd0\xe5\x69\xe1\x7f\x75\x7f\xf8\x0c\xf3\x4f\xa2\x35\xc9\x83\x36\x6f\x25\x91\x3c\x36\xad\xaa\x3d\x08\xfb\x3d\x23\x08\xea\x63\x96\x03\x56\xc3\x1c\x2f\x4a\x22\xf0\xa9\x5d\xd7\xf0\xee\xcd\xfa\x71\x3c\xa4\x74\xac\x43\xca\xfd\x3b\x3d\xa4\xfc\xeb\xd2\x21\xc5\x3a\xa2\xe4\x74\xb3\x5d\xd9\x24\x78\x68\x78\xbd\xc1\xe5\xf5\xf6\xb9\xed\xde\x56\xe5\x73\xf3\x71\x93\x09\x7d\x6f\xe4\x9b\x84\xdf\x55\x54\x8b\x57\xc3\xc3\x17\x04\x1c\x42\x5a\xc8\x44\x2c\x16\xe9\xdc\xec\xe2\x2e\x59\x15\x5e\xf5\xe6\xb7\xde\xd1\x8e\xf8\x13\x7a\x47\x93\x55\xeb\xcd\xcb\x14\x54\x8e\x94\xff\xef\xdf\xca\xbe\x71\x03\xe4\x6f\x88\x96\xfa\x91\x6f\x0d\x6f\xa3\xbf\x2d\xec\x24\x60\xef\x5b\xe6\x80\x5c\x8d\xa8\xa7\x90\x14\xa9\x13\x9c\x93\x78\x85\x37\xd7\xbd\xfd\x05\xef\xf6\xe4\x8a\x77\xf4\xd2\x1f\x3e\x85\xfd\x71\x8d\xfd\x8b\xa8\x25\x75\xda\x69\x1e\xb5\x93\x38\xe5\x73\x40\xbb\x93\xfb\xbf\x52\x83\xad\xea\xc4\xad\xe1\x47\x6a\x73\x9a\x2d\x10\x66\x45\x99\x14\x63\xc0\xac\x97\x6f\x83\xaf\x0b\x34\x23\x69\x17\xf0\x55\xce\xc7\x5d\xcb\xe6\x2f\x9b\x48\x51\xa6\x94\x3c\x08\x96\xeb\x00\xab\xb7\x01\x5d\x95\x67\x20\x53\xd9\x4b\x1a\x73\x33\x2e\xee\xa4\xa5\x4e\x24\xce\x01\x78\x0c\xe5\xf7\xa4\xdf\x61\x0b\x89\x82\x7b\xc4\x22\x3a\x15\x72\x22\x4f\x19\x93\x3b\x66\xc6\x49\xbc\x32\x4d\x06\x1f\xa5\xb4\x56\xc7\x09\x7f\xa7\x88\xbb\x1a\xff\x15\x2e\x6f\xf1\x2a\xc2\xf5\x06\x79\x21\x7a\x3d\x83\x74\xcc\x0b\xc3\x91\x46\xd5\x65\x3c\xef\x77\x15\xf6\x91\xbb\xed\x64\xec\x86\xc5\xa8\xb5\x22\x3a\x9d\xf3\xf2\xf8\xe0\x2f\xaa\x83\xc0\x05\x77\x70\xcd\xbe\x96\x71\x1c\x00\x1a\x98\x6e\x04\x20\xa0\xd8\x48\x39\x96\x1d\x44\x24\x77\x2c\xce\x27\x9c\x3a\x7f\x6d\x84\x1d\x24\x2c\x59\x08\xb9\xfc\x59\x7d\xfa\x78\xff\x48\x69\x4a\x69\xa1\x99\xda\xf3\x3e\x24\x08\x77\xfa\x49\x32\x08\xe4\x92\xca\xe5\xe9\x01\x76\x6d\x35\x99\x06\x73\x22\xeb\x23\x95\x76\x33\x08\xe6\xc8\x30\x5e\x08\xb9\x75\xdb\x98\x3b\xb8\x7f\x23\xae\x12\xec\x5d\x03\xe0\x5b\xca\xe3\xa5\x34\x4a\xf2\xa1\x9f\x93\x04\x6a\xc3\x1d\x89\xb8\xb7\x7a\x51\x16\x25\x09\x4f\xe2\xbc\x0b\xd0\x11\x80\xd4\x04\xe5\x90\x10\x50\xcc\xb4\xdd\x8a\x23\x76\x1b\xec\x02\x20\x6e\xae\x1b\x17\x78\xe0\x39\x02\xf5\x94\x1a\x81\xdf\x6c\xdc\x48\x1a\x89\x6b\x76\x21\xad\x89\x6c\x25\x11\x51\x1b\x41\x77\x33\x91\x24\x3c\xcb\x27\x1e\x14\x8b\x79\x23\xeb\xa7\x8d\x42\x34\xcc\xb4\x4d\x38\x53\xfa\xd1\x3d\xec\xa6\x6e\x94\xf6\xa3\x64\x8e\x27\xe0\x67\xf7\xdf\xb3\x27\x7c\xf3\x1e\xf7\x59\x40\xc5\x6a\x6e\x20\x45\x43\x2c\xda\x2a\xdd\x52\xf6\x16\x7a\x46\x9f\xe4\xc0\xf2\xbf\xca\x83\x05\xb7\xa8\x85\xa0\x9f\x4a\x51\x27\x90\xf3\x81\xe8\x43\x5c\x61\x8b\x67\x60\xc9\x59\x53\x5e\x3f\xf9\xb0\x2d\x00\x71\x0a\x88\xd4\x29\xd7\x3b\xc3\xcf\xeb\xf6\xba\xee\xc5\xad\x15\xd5\x0c\x3a\x32\x82\xd6\x20\xb9\x86\xf9\x06\xce\x23\xc5\xd2\x67\x32\x44\xd1\x73\xdb\x0e\x94\x3a\x6b\x06\x58\x5b\x01\x28\x78\xf2\xd7\x3e\xe5\x6e\x12\x5e\x7c\xac\x90\xb3\x64\xa5\x40\xd8\x8f\x15\x5a\xa3\x80\x76\xd2\x81\x3a\x32\xa8\x01\x69\x06\x80\xf9\x0f\x6e\x4b\x81\x6d\x8e\x9c\xaf\x41\x99\x01\x96\x02\x51\x5e\xa7\x6d\xf2\x26\xcb\x89\x44\x92\xbd\x42\x63\x17\x28\xa4\x81\x64\xd0\x0c\x82\x73\x62\x8d\xaf\xf2\xac\x0e\x80\x22\xb2\x98\x9c\x0f\x0d\xfc\x5d\xb2\x4f\x0b\x52\xc7\x62\x71\x10\xa1\xcc\x33\xe3\xae\xd3\xe1\x15\x22\x69\x07\x0b\x26\x2f\x41\xe1\x03\x2f\x04\x93\x33\xd3\x8f\xae\x68\x3e\xc9\x8c\x5d\x63\x20\xfa\x59\x43\xac\xa5\x8d\x9e\x68\x37\xd4\x20\x3a\xbe\xaf\x37\xec\x61\xfb\x48\x21\xfb\xaf\xdc\x13\xfe\xfd\xe8\x1c\xfe\xc3\x22\xa3\xd5\x79\xf5\xa4\x53\x4d\x1b\xf4\xc1\x16\xa3\xbd\xe1\xd0\x0d\xa0\x64\x85\xab\xf1\x9d\xd1\xc9\x55\x05\xbc\x50\xe9\x13\xf2\x32\x43\x47\x76\x6b\x2c\xe9\x8a\xe5\x56\xb9\xd1\x56\x82\xc8\xf9\x7a\x33\x19\x8b\x9b\xbc\x89\x5e\xed\x24\x5a\x0a\x96\x04\xa7\xa3\x23\x2e\x01\xaa\x77\xbc\x5e\xd5\x29\x8a\xc3\x05\x92\x09\xa9\xf1\x68\x2f\xc4\xf6\x95\x98\x09\x41\xc8\xee\x91\xda\xe6\x72\x0e\xa7\x55\xb9\x03\x4a\xc5\xbd\x04\x7b\x50\x9c\x05\x6a\xee\x20\x77\x3f\x8b\x5a\x1c\xb5\xb7\x05\x34\xd5\x0c\x68\xcc\x31\xd1\x5e\xb6\x06\x9a\x80\xdb\x19\xc4\xb6\xeb\x8d\x1b\xaf\x60\xa4\xe5\xee\x11\x8b\x75\x67\x3f\x84\x2f\xf4\x39\x7b\xb2\xea\x08\x41\x5b\x69\x21\x44\x15\x7f\x24\x94\x8e\x5b\x29\xc4\xa3\xa3\x72\xa5\xe6\xc9\x86\x29\xae\x48\xe0\x1d\xc5\x2b\x29\x31\x4c\xde\x69\x81\x3c\x58\xb7\x45\x0b\x6c\xc1\x9a\xf0\x2d\x5d\xb2\x5f\x1d\x65\xdf\x50\x14\x09\x35\x7a\x52\x4e\xee\x59\xda\xef\xfc\xcf\x8e\xaa\x1d\xf3\xe7\x46\x37\x78\x47\x99\x03\x8a\x21\x32\x33\xd9\x89\x02\xe1\x5d\x72\xb3\x85\x9a\x53\xda\x18\xc5\xa9\x0c\xd3\x8c\x8c\x57\x5c\x84\x51\x8b\x6e\xd0\x06\x14\x49\x25\x60\x54\x57\x5e\x07\xf4\x92\x3c\xe0\x49\xbc\xa4\x30\x1d\x16\x01\xa7\x41\x74\x23\x45\xbc\x8f\xd2\xd7\x26\xb5\x6d\x1d\x66\x90\xa6\x98\x7e\xae\x03\x98\x92\xa1\xcf\x58\xea\x47\x59\x94\x16\x9c\xe7\xc4\x63\x0a\xf0\x87\xf1\xc3\x3c\xcb\xc7\x75\x60\xc1\xb2\x48\x01\xc2\x64\xb8\x33\xd6\xa6\x00\x32\x28\xd2\x43\xc5\x26\x4d\xab\x1a\x0c\xd9\x99\x87\x79\x26\x4c\x29\x8b\xbc\x25\xba\x7c\xa8\xbb\x54\x4a\x05\xf9\x45\x5c\xe8\xa1\x22\x09\xd5\x15\x80\x90\x36\x30\x49\x3f\x4a\x0d\x1e\x23\x75\x49\x2a\x0c\xc5\xa6\x87\x80\x82\x29\x02\x63\x2c\xf3\x60\x7e\xfe\xbc\x3b\x39\x24\xc8\xee\x79\xf0\x67\xf6\xb1\x9b\x8c\x26\xbd\x20\xda\xdc\xff\x81\x7d\xe1\x77\xef\x9b\x72\x9e\x95\x78\xba\x67\x44\x3b\xb0\x0e\x74\x98\x55\x92\x11\x44\xcf\xb4\x36\x09\x2d\x5c\x14\xe9\x74\xda\xe6\x57\x78\x7b\x21\x18\xa3\x80\x09\xc0\x70\x5c\x50\x8f\x9b\x8c\x39\x6f\x95\xce\x69\x4a\x99\x1a\x9b\x90\xe2\x24\xd0\x67\xde\x8c\xe3\xf9\x6b\x91\xf3\x34\x68\xca\x76\x36\xed\xa6\x39\xe7\x47\xf5\x71\x1b\x34\x5b\x33\x38\x13\xb5\x96\x4b\x9d\x91\xd5\x2d\x8b\xae\x48\xc4\x92\x40\xd8\x5f\x40\xfc\x27\xe4\x5f\xb6\xb0\x51\x4b\x71\x23\x50\xcb\x8d\x10\x4b\x2c\xd5\x69\xd7\x20\x8b\x40\xd5\x7c\x58\x56\x30\x36\xdc\xea\x46\x70\x64\xbc\x6e\x31\xe5\x92\xb1\x1b\xae\xf5\xe4\x1e\x82\x7b\x99\xbb\x83\x3e\x28\x16\xad\x5d\xb1\x01\xf5\xa0\xa5\x6c\x7b\xe3\x08\xc2\xc5\x37\x19\x32\x38\xc1\xc0\x78\x50\xd9\xb0\x56\xf1\x22\x14\xe7\x66\x56\xeb\x15\x13\xa1\x2e\x4a\x26\x9a\x48\xca\xf3\x02\xbe\x68\x9d\x87\x17\xf4\x9b\xc4\x66\x13\xc1\x3d\x89\x3f\xd4\x8f\x00\x78\xea\xc8\xe1\xe7\x1f\x6f\x32\xf6\x88\x2d\x13\x6a\x73\x59\xd3\xd3\x81\xc5\x9a\xb6\xae\x68\x73\xcd\xe5\x10\xb5\xdb\x26\x0f\xab\xd3\x87\x75\xa5\x3c\x0f\xa5\xbd\x95\xae\xf2\x79\x10\x41\x11\x64\x8f\x44\x6f\xa4\x54\x37\xda\xb0\x65\xb8\x3f\xd4\x51\x63\x25\xee\xe5\x8e\x8d\x8f\x8a\x77\xa2\x8d\xde\x33\xc2\x0e\x5a\xe3\xe7\xbf\x49\xdf\xae\x5e\x54\xba\x5d\x75\xc9\xd2\x3b\x7c\xcb\xaa\xba\x4f\xc9\xcb\x54\x54\xc0\xbd\x06\xfd\x8a\x00\x18\x05\xe2\x14\xb5\x80\x5b\xa2\xf4\xbd\xc2\x84\x91\xd7\xf1\x82\x47\xed\x01\xe1\xf7\x2b\x35\x6c\xe6\x13\xed\xa3\xf8\x35\xc8\xdf\x58\xe5\x1a\x68\xa2\xf1\xa3\x69\x04\x72\x3c\x78\x5a\x30\x24\x31\xe3\xf5\x00\x8e\x3e\xfa\x16\x2c\xcf\x1f\x41\xc2\x3b\xa0\x9b\xdb\x10\xff\x6d\xea\xee\x46\x57\xec\xeb\xd7\x63\x78\x67\x7a\x7b\x8d\xed\x57\x07\x52\xff\x75\x35\xf6\x8c\xeb\xc9\x55\x90\x27\x7e\x75\x34\x0f\x3f\xe5\x4d\xd2\x1d\xe0\xa1\x3e\xcf\x06\xc0\xcc\xa7\xe6\xd2\x20\x87\x02\x1d\xbb\xbe\xb2\xb4\x30\x1c\xf2\x22\x10\x6f\x27\x03\xe7\x46\x94\xf3\x22\xb7\x77\x38\x29\x72\x03\xd1\xbf\xe6\x31\x92\xed\x58\x8d\xf9\xda\x04\x31\x86\x34\xe4\xc1\xb1\x41\xfe\xb1\x09\xbc\xf3\x4c\x3c\x09\xfe\xab\x8f\xe8\x39\xfb\x5d\x8f\x69\xfb\x90\xff\x19\x6f\x1b\x99\x34\x33\xa2\x3d\x4f\x1f\x80\xf5\xee\xad\xde\x69\x6d\x91\xd2\x57\x34\x9d\x52\x69\x85\x18\x82\xa8\xd0\x09\x08\x4e\xa0\x8f\xfa\xed\x99\xfd\xc3\x0d\x4e\x5a\xa2\xc5\x60\x3b\xc3\xb3\x1c\x70\x8c\x0a\x27\x84\xfc\x57\xbe\x9e\xb8\x6c\xdf\x71\x90\xfd\x95\x43\x54\xf9\xc7\xdb\x99\x3f\xcd\x48\xb9\xcb\x51\xb9\x33\x8e\xca\x5d\x1e\xe1\x5d\x1e\xe1\x5d\x1e\xe1\x5d\x1e\xe1\x4d\x78\x84\x5f\x5c\x63\x4f\xb5\xb1\x6f\x0c\x9d\x57\x25\x27\x93\xff\xeb\x5e\x78\xbb\xf3\x44\x7b\x7b\x86\x02\x17\x87\x28\x9a\x9c\xad\xe1\x95\x1e\x7b\xb9\xc7\x6e\x90\x3b\xe5\x29\x64\x31\xcb\xfc\xfe\x36\xd8\xf9\xcf\x5b\x1f\x90\x93\xec\xe9\xf6\x33\x97\x2d\x62\x38\x90\x12\x76\x42\x11\xb5\x1b\xc4\x9d\x96\x35\xd9\x9f\x1f\x74\x58\xe4\x29\xd4\x86\x82\x37\x0d\x73\xc8\x27\x0e\x7e\xdd\x32\x87\xbc\x86\xed\x52\x70\xec\x52\x70\xec\x52\x70\x3c\x8a\x14\x1c\x7f\xe9\x50\x70\x7c\xd1\x0b\x3f\xe1\x5d\x2f\x09\xc7\xa1\x5b\x0e\x6d\x48\xbe\xa1\xe3\x8f\x8d\xbd\x44\x2d\xea\x66\x70\xe8\x96\x89\x8e\x10\x87\xca\x99\x36\x79\x7f\x51\x4f\xcb\x21\x78\x01\x02\xa2\xb6\x5b\xec\x26\x9d\xfe\x3a\xa5\x23\x7a\x25\x73\x58\x4a\xca\x38\xd5\x55\x10\xd5\xfe\x6f\x1d\x08\x67\x2a\x9e\x23\x4e\xb1\x71\x0d\xa1\xd3\x47\x29\x0c\x91\x91\xca\x92\xab\xab\xc7\x33\xa9\xeb\xc1\x02\x88\xf9\x6b\xeb\x1e\x44\xa4\x38\xaa\xfa\x7f\xef\x63\xef\x35\x04\x8a\xdf\xe5\xb1\xa9\x8d\xa3\x46\xb6\xd1\x6e\xda\x22\x2f\x1b\x26\xc5\x4e\x8c\x6c\xb9\xa9\x3a\xa6\x13\x86\x0c\x26\x71\x1a\x68\x61\xe3\xea\x52\x00\xc3\xb1\x83\x2f\x9c\x8a\xdd\xf8\xd3\xdd\xb8\xb1\xc7\x31\x6e\xec\x5e\x2b\x6e\xec\xee\x1d\xc6\x8d\xc9\xb3\x28\x46\x87\xbd\x90\x4d\xee\x6c\xc1\xe9\x78\xb1\x8a\x03\xe2\x10\xfa\x37\xb9\xb1\x08\x54\x9d\xb7\xaf\x7a\xdd\xad\xc3\xb7\xee\xf1\xcf\x99\xf0\xad\xcd\x62\x91\x2b\x9a\x57\x8e\xeb\x7a\xcb\x3e\x76\xfc\xba\x54\xca\xf5\xa2\xf5\xef\x62\xc8\x7f\x7d\x63\xc8\xef\xb2\x2d\x3c\x56\x6c\x0b\x6f\xdd\xcb\xfe\x75\xc5\x05\xf8\x4c\xba\x7a\x5f\x94\xf9\x5f\xdb\x13\x4e\xe2\x9f\xce\xf1\x27\x0d\x78\xba\x1a\x67\x22\x05\xb3\xed\x6a\x94\xc5\x20\xce\x4a\x9c\x20\x1f\x6c\xca\x02\x94\x19\x66\xbf\xfa\x6f\x7b\xd8\x45\x62\xbf\x3a\x1b\xde\x71\xd1\xba\x12\x56\x95\x4c\x58\x30\xc0\xec\x34\xf5\xc0\xf4\xe9\x33\x17\xe7\xa7\xcf\x4e\x9f\x99\x75\x64\xe6\x27\x46\xd8\x1e\xd8\xca\xfc\x0f\x8d\x84\xdf\x3b\x72\x9f\x6a\x95\x95\x2c\xf3\xe4\xb1\xfb\x26\x67\x1f\xb8\x38\x79\xe1\xcc\x38\xac\x02\x7e\xa5\x17\x41\x38\x0b\xe2\xe5\xc0\x6d\x29\xe3\xab\x40\x60\xa4\x98\xd5\xab\xda\xa3\x4f\xb2\x06\xbf\x07\x22\xb6\xd2\x81\x26\xb0\xaa\xfc\x8c\xa2\x69\xf4\x80\x6d\x94\x1f\x64\x52\x93\xa8\x9e\x38\xed\xf5\x0b\xb5\x5f\xab\x9b\x69\x3f\x6d\x2d\x47\xe9\x92\xa2\xa6\xb1\x3b\x97\x0f\xd2\x22\xba\xa2\x34\x02\xcf\x5b\x51\x4f\x85\xd0\x44\x41\x5b\xf4\x65\xe5\x4f\x7e\x72\x3d\x88\xf9\xc9\xe0\xc9\xd6\x87\xcd\xe0\x0c\xbd\x6b\x8d\x1a\xe6\xd5\xc9\xbb\x0a\x14\x46\x63\x56\x0f\x32\xbe\x14\x65\xed\x84\xe2\x00\xed\xb3\x9c\xee\x20\xa5\x0c\xaa\x20\x25\xdb\xda\x14\x86\xce\xec\xbd\xde\x63\x07\x60\xf6\xce\x66\xa2\xeb\xbf\xd4\x63\x8d\x2d\x8d\x34\x28\x98\x44\x66\x37\x4b\x64\x76\xca\x53\x59\x35\xfe\x87\x72\x15\x1c\x69\x1d\x36\x00\xd3\xb2\x63\x1c\xc9\xf2\x39\x5c\xd6\x9a\xec\x25\x7b\xd8\x91\x2a\xb7\x09\xe6\x38\xc8\x76\x4d\x69\xe7\x8b\x21\x28\xfe\x95\xd1\x70\x71\xf3\x57\x2c\xeb\x0d\xc5\x09\x17\xe4\x2f\xc9\xcc\x77\xb6\x33\x16\x8c\x03\x2a\xdc\x10\x8e\x53\x72\x51\xc9\x13\xcb\xba\x47\x87\x78\x97\x1c\x02\xb8\xe5\x80\x1c\xe2\x44\x38\x3e\x4f\x56\xf8\x0d\x0a\x37\x6c\xb7\x0e\xc7\x62\x35\x31\xf2\xb7\x5f\x3f\x2f\xf2\xe9\xf9\x47\x82\xff\xf8\xd9\x86\xff\xf8\x62\x38\x39\x89\x94\xc7\xc1\xf6\x29\x8f\x65\xb5\x1b\x70\x10\x9f\xd5\x7b\x1a\xb1\x34\x5e\x27\x97\xf1\x79\x7d\xb1\x3a\x15\x1e\x9f\xab\xe6\x2e\xae\x2b\x83\x54\x25\x77\xb1\x5d\xda\x17\x6e\x64\xe3\xdb\xe2\xb3\x07\xf3\xe1\x07\x6f\x0c\xbf\xe2\x59\x0f\xca\xb7\xf4\x0c\xcc\x30\xdd\xa8\xd7\xd3\x0a\x0f\xcc\x27\xfd\xb4\x2d\xe5\xcc\xba\x9a\x83\x5f\x85\xee\x3b\x10\xd9\xce\xdb\xc0\x8c\x87\xb1\x84\xc4\x76\x11\x4c\xa7\x2d\xd1\xc5\xb4\x67\x3a\xcb\x4b\xbd\x8a\xdc\x5d\xfa\xbc\x49\xa9\x51\x50\x22\x38\x84\x69\xd3\xcb\x44\xbf\x30\x3c\x27\xaa\xf0\xe1\x98\x3f\x8e\x5f\xc9\x6a\xac\xae\xdd\x07\x4b\xd9\x91\xfb\x0f\x1d\x64\x7f\xc8\xd8\xa8\xac\xc8\xff\x1c\x0b\x3f\xc5\xce\x09\xbc\x51\x2a\xfb\xd8\x20\x78\x48\x43\xb5\xb4\x45\x57\x2e\x27\x65\x8e\x8c\x02\x32\x4b\x43\x3b\xeb\x41\x64\xb6\x80\xc5\x41\x30\x7b\x76\x2a\x38\x76\xc7\xed\x27\x9a\xc1\x45\x41\x40\xbb\x1d\x21\xf7\x55\x94\xb0\xd5\x38\x22\xe8\x4d\x75\xef\x09\x65\x29\x21\x58\xf9\xd4\xe4\x5f\x9e\x9d\xb6\x4b\x8d\x53\x5d\xea\xc9\xe0\x48\x33\x98\x9e\x31\xe6\x38\x65\x0a\x0a\xa6\xd0\xb4\x9c\x0c\x10\xf8\xcd\xed\xbc\x01\xef\x52\x56\x0f\x16\x04\x68\x0c\x9f\xd1\x38\xbd\xf2\x8e\x40\x0d\xe8\x45\x60\xa6\x56\x96\x72\x76\x14\x37\x8e\x85\x93\x0b\x41\x9b\x63\x1c\x78\xa6\x54\x60\xc6\xa5\x28\xc0\xa4\x73\x0c\xf0\x45\x0c\xa8\x72\x0b\xd9\x81\xc0\x6a\x64\xa1\x50\xa5\xf0\x82\x4d\x35\xc9\x32\x63\xe3\x6e\x3b\x79\xfb\x61\x90\x08\x79\x8b\x93\xfb\xa6\x2c\xe2\xa4\x22\x5f\x84\xab\x5d\x93\x9d\x12\x38\xf3\x39\xc7\x10\x63\xd8\xe8\x86\x62\x5e\x2a\x85\x0f\x64\xc5\xb2\xfc\x6a\x27\xa1\x95\x5d\x31\x24\x46\x2a\x7e\x66\x99\x04\xc6\xf2\xfc\xd5\xed\x2f\x50\x66\xd1\x02\x54\x64\x51\xa7\x13\xb7\x82\xc5\x88\xd2\x0f\x5d\xdb\xd6\x50\x1d\x0c\xc5\x91\x36\xe5\xb0\x97\xf1\x56\x9c\xf3\x90\x0c\xee\x88\xfa\x6b\xc9\xa4\x14\x7e\xad\xb1\x28\xfb\x03\xa4\x4d\x14\xc3\xf2\x4a\x11\x88\x61\x47\x88\xe6\x62\x94\x35\x5b\xa2\x8b\xe6\xd2\x70\x2d\x4e\xda\xad\x28\x6b\x87\xf5\x8d\x2a\xea\x65\xbc\x13\x5f\x31\xe7\x03\x82\x51\x56\x1f\x52\x94\x07\x55\x70\x4b\x53\x56\x01\xc5\xa3\xf4\xe8\xd7\x5a\xcb\x51\x16\xb5\xa4\x08\x1d\xba\xe5\x10\x06\x52\x45\xbd\x1e\x8f\x32\xb9\x7e\xe2\x22\xe7\x49\x47\x9b\xaa\x41\x3f\x9c\xbe\x38\x47\x65\xa3\xe1\x44\x4e\x9b\xb2\x37\xab\x46\xc0\xef\x48\x3a\x49\x87\x25\xb4\x8b\x97\x5b\x67\xaa\xc0\x76\xc2\x48\xdf\x75\x57\x10\xde\x22\xdb\x39\xab\xe4\x43\x1d\x9d\xaa\x64\x04\x3e\x21\xb3\x77\x5a\x5a\xe1\x6b\xd1\x00\xd7\x68\x27\x50\x2a\x85\xa6\xaf\xee\x5c\xb4\x55\x27\x8c\xcd\x95\xee\x0e\x20\xeb\x30\x51\xcb\x3c\x6a\xe3\x32\xd3\x61\x65\xb2\xc8\x66\x70\xd4\x29\xde\xf4\xd0\xba\x21\x5c\x57\x35\x85\x30\x35\xa1\xa1\xb6\xd3\x89\xaf\x04\x63\x19\xef\x8a\x55\xb5\x0b\xe0\x8c\xc0\x58\x8e\x2b\x75\xa1\x87\x18\x0c\xa1\xf6\x9e\x74\x0f\x1b\x95\x35\xf9\xa7\x36\x8e\x23\xaa\xda\xa8\xce\xcd\xcf\xcf\x94\x57\x05\xfb\x98\x8b\x7c\xec\xf8\x06\x9b\x17\xf1\x5f\xe8\x0f\xf3\xdf\x7c\x20\x9c\x76\x9e\x58\x07\x29\x48\xc2\x50\x2b\x42\xad\x4c\xcb\x96\x88\x5b\x10\xf9\x5e\x66\x44\xdb\x3d\x30\xfd\xdf\xfb\xd8\x6f\xd8\xd0\x3b\x1f\xdf\x31\xf4\xce\x4b\xbd\x4d\x80\x0c\x1e\x33\xa0\x9d\x17\x2b\x83\xd3\x80\xdd\xbe\x31\x15\xc9\xc6\x43\x0e\x76\xa6\xbb\xb6\x97\x97\x88\xc7\xa4\x38\x0f\x9c\x12\x9a\xbb\xe6\xdb\x5d\xf3\xed\xe3\x66\xbe\xbd\xea\xb5\xb7\xb6\x74\x4e\xfa\x77\x1b\x0a\x15\xb3\x16\x4a\x66\x4e\x47\xaa\xcb\x06\xce\x0f\xec\xaf\x72\xee\x37\x2d\x47\x28\x40\xb7\xbf\x62\x7f\x38\x51\x7a\x86\x53\x59\x0a\x6c\xb1\xdc\xab\x95\x38\xeb\x9f\xd9\xbb\x2b\x14\x8f\x58\x2e\xf8\x8e\x60\xbb\x37\x85\xab\xd9\xd5\x7c\x3b\xd4\x7c\x4b\x0a\x0b\xff\xf9\xe1\x37\x57\x90\x6f\xd9\xeb\xc4\x76\xc4\x1e\x66\x4d\x56\xdf\x0a\xe4\xc6\x5e\x9c\x57\xbd\x74\x6b\x35\x71\xaf\x3f\x7d\x0d\x08\x2d\xa5\x65\x5e\x56\x18\xef\xbe\x81\x3d\x65\xc3\xa0\x54\x27\x14\xf7\x6b\x07\xc3\xff\xe9\x4d\xb6\xa3\x1e\x84\xe1\x12\x38\x2e\x42\x81\x53\x4c\x25\x64\x24\xb8\xf8\xe7\x70\x67\x40\xc8\x4f\xfc\xe2\x50\x1e\x9c\x8e\x0a\x4d\x17\x4f\xc7\x60\xc3\xe8\x01\x26\x5b\x0a\xd1\x84\x4c\xad\x84\xe7\x96\x55\x74\x85\x0f\xb4\xcd\xd3\x2a\x47\x1f\xe7\x13\x82\x29\x6b\xaa\x06\xee\x24\xde\xd7\xf5\x54\x1f\x60\xff\x63\x84\x1d\xa4\x04\x1e\xc8\x11\xfa\x1d\x9d\x64\xf0\x0b\x23\x97\xc8\x52\x7f\x12\xf3\x1b\x16\xa5\x0a\x52\xa4\x38\xf2\xb0\xd7\x93\x17\xa7\x1c\x59\xf5\x45\x6a\x60\x5e\xa1\x7f\x8b\x03\x85\x77\x6c\x19\x98\xd3\x40\xb4\x0a\xb5\x34\x82\x45\x5e\xac\x71\x9e\x06\x87\x0f\x1f\x46\xec\xe3\xc3\xb7\xdd\x76\x1b\x02\x42\xb5\x79\x2b\xee\x0e\xbf\x08\x6f\x1d\x3f\x72\xa4\x19\x3c\x7b\xf2\xc2\x79\x88\xe0\x91\x53\x07\x0e\x01\x2c\x19\xbd\x00\xd6\xc7\x79\x1d\x49\xbb\x75\x16\xa0\xfb\x2b\x9c\xac\x74\xf7\x5c\x2b\xea\xe1\x13\xb7\xde\xda\x0c\x4e\x13\xde\x38\xa4\x8f\xc6\xc5\xb2\x1d\xf9\xa3\x2f\xec\x90\xb8\xa8\xe2\x66\x31\x7f\xac\x80\xd0\x1c\x48\x67\xe9\xc6\x4b\xcb\x30\x00\x31\x18\x07\x3b\x49\xdc\x2a\x6c\xe6\x2b\xc5\x38\x84\x41\x16\x88\xe8\xa6\xe7\x5e\x36\xae\x8e\x64\x3d\x9d\x1c\x02\x3a\xea\x3a\x95\x3c\xe3\x79\x3f\xd1\xb7\x5e\x2c\xcc\xcc\x55\xce\x0b\x37\x27\xec\x5d\xa3\x6a\xcd\xaf\x8f\x86\x9f\x1f\x99\xee\xb8\x57\x71\x48\x00\x5a\xe1\x83\x06\x8e\x7a\x2f\x02\x24\xfb\xb2\x5c\xd2\x0a\xb0\x22\x93\x48\x2c\x8d\xe0\x2b\x8a\x2f\x0d\x83\x6f\x84\x3f\xc2\x4e\xad\x41\xde\x75\x4a\x40\xc4\xb4\x0a\xa0\x5b\xb4\xd2\xd4\xe3\x55\x6d\x41\x28\xd9\x0c\x80\x21\xb8\x8d\x8b\x67\x93\x9a\x8d\xc9\x00\x6c\x71\x38\x74\xfd\x74\xe8\x6b\xda\x4a\x69\xd1\x92\x2f\x41\xb6\xc9\xc5\x49\x56\x97\x7c\xf9\xba\xe5\x91\x29\x90\xb4\x29\x53\x39\x87\xd4\xdf\x9c\x17\x2a\xd8\x0d\xfd\x93\x94\xe4\x8e\x59\x93\xdd\x28\x5b\xe1\x6d\xcb\x1f\x36\x03\xd6\x42\x95\x25\xa5\x11\x2f\xd4\x06\x62\x07\x1d\xca\x4a\x0e\x35\x9b\x87\x50\x0c\x2b\xb0\xfb\x6d\x95\xdd\x64\x75\x76\xcb\x96\x16\xff\x7b\xf9\x60\x5e\xc8\x26\xb0\x19\xb6\x5f\x35\xca\x3f\x1d\x9e\xc0\x1b\xca\xc0\x71\x42\xd0\x94\x8b\x0c\xd2\x36\x61\x18\x55\xbb\xc9\x04\xe7\x38\xc2\xfe\xab\xc7\x18\x06\x9a\x01\x5c\xf5\xcb\xbc\x70\xcd\x76\x4b\xe5\x4a\xf1\xaa\xe4\x8e\x43\xb9\x1d\x23\x29\xa4\xd6\xd9\x71\x8c\x38\x56\x62\xef\x80\x7f\x74\xc0\x71\x41\x94\x68\xa7\x66\x44\xfb\x74\x9c\x67\x7d\x18\x89\x53\xfd\xf6\x12\x07\x24\x19\xff\xff\x3a\x10\x9e\xda\xe0\xb7\x4a\x76\xa9\x28\xa8\x78\xdb\xd5\xc3\xbf\xb3\x9f\xfd\xaf\x1a\xbb\xa9\x1b\x5d\xb9\x9c\xea\xdc\x40\xff\x0b\xb5\xed\xde\x93\xfb\x45\x9c\x34\xe3\xb4\xc8\x8b\xac\x39\x9d\x16\x97\xb2\x39\xe8\x60\xf8\xb6\xda\x64\x1a\xf0\x55\x8c\xc2\xb2\x2f\xec\x71\x27\x88\x8a\xa0\x2b\xf2\x22\x08\xdd\x5a\x43\x4c\x33\xc2\xe4\x1d\x54\x68\xa1\xca\xe4\x09\x41\xdf\xf5\xcd\xcb\x56\x5a\xb0\xaa\x85\x52\xb6\xf8\x2a\x07\xf8\x96\x68\x31\xb7\x29\x9f\xe0\x2d\x84\xf9\x40\x2f\x3b\x05\x3f\xa3\xc5\x1e\x42\xac\x32\xf9\x29\x98\x40\x61\x15\xa5\x45\x94\x0d\x74\xe9\xb0\xad\x58\x78\x0a\x87\xad\xc4\xef\xa0\xdb\x2f\xfa\x90\xd6\xcb\xaf\xb4\x92\x7e\x2e\x97\x8e\x0a\xcd\x86\x75\x11\x76\xe3\x74\x52\xf7\xb3\xc9\x3e\x51\x63\x37\xd8\x8f\xfc\x8f\xec\x78\xc0\xff\xca\xdb\x74\xc0\x91\x69\xcb\x6d\xc7\xa6\xe3\x0d\xaa\x03\xc3\x09\xe4\xf6\xb9\xfd\x71\x07\xe7\xf5\x26\x63\x1f\xcc\x09\xcc\xf9\xc4\xf1\x87\xa4\x91\x6b\x1f\xfe\xf0\xc8\xe1\xc3\x4f\x09\x9b\x6c\x7d\xc4\x4a\x80\xfb\x8e\x91\x47\x20\x01\xee\xbb\x6a\xe7\x2b\xd3\xdf\x70\xdf\x30\xed\x41\x9b\xb4\x03\x63\xd7\xd6\x4b\x2d\x58\xc4\xb5\x16\x4c\x06\x69\x5f\x0e\xa4\x42\x2f\xc1\x3f\x20\x0a\xa0\x07\xf9\xc2\x56\x0c\x29\xbd\x32\xf6\x82\x17\x8e\x07\x51\x92\x8b\xf2\xcb\xca\xd2\xdb\x8e\x3b\x1d\x79\x3d\x80\x8b\x9b\xc6\x7d\xb6\x81\xa4\xf0\x43\x88\x16\x21\xac\x19\xb8\xa1\xa1\x9a\x99\x58\x3d\x52\x07\x5f\xbf\x5b\x2d\x4e\x38\xfc\x4b\x7f\xa5\xe6\xd3\x40\x61\x5e\xf5\xc6\xd9\x37\x3a\x47\xea\x5e\x54\xb4\x96\x1b\x8a\x6e\xd0\x67\xfe\xfe\x8c\xf7\x92\xa8\xc5\x19\xfb\xd2\x01\x07\xad\xd0\x89\x8d\x1f\x0e\x26\x86\xab\xf4\x0f\x1d\x08\x7f\xdc\xab\xfe\x6d\x8b\x2b\xb5\x82\xad\xdd\x21\xfc\x6c\x75\xdd\xdb\x47\xa2\xad\xb8\xd6\xff\xc1\xde\xdd\x2b\xe3\x4e\xaf\x8c\x0f\xab\xe3\xe3\x43\xe1\xb7\x6e\x7e\x65\x54\x72\x60\x1f\x43\x9e\xc6\x4e\x6e\x62\x28\xdd\x42\x2e\x77\x6d\x32\xff\xf8\x6d\x32\x57\xbd\x87\xb7\xbe\xe9\xff\x7b\xff\xf2\xf5\xdd\xf4\x2d\x45\x50\x89\x2a\xfe\xbd\x7b\xd9\xfd\xd7\xcb\xb3\xdc\x44\xee\x14\x15\xce\x7e\x5a\x0f\x8f\x89\x3c\xf9\x85\x3d\xe1\xb3\xb7\x7c\xcb\x64\xd9\xa8\xc0\x08\x1d\xdf\x40\x69\x4c\x26\x2a\x43\x69\x14\xb9\x1f\x6f\x1a\x70\xf2\xc9\x51\xc6\x4d\x60\xc6\xfd\xe1\x05\x1d\x87\x21\xe5\x1f\x62\x34\x1a\xdb\x8f\xd1\xd8\x2c\xb8\xe2\x41\x1d\xa4\xb1\x10\xce\x65\x3a\xf0\x50\xc1\x52\xc1\x29\xad\xb1\x26\xb2\x76\xdd\xc8\xf4\xf5\x06\x72\xdc\xaf\x03\x39\x66\xc2\xa9\x5c\xc7\xb6\xab\x98\x9d\x8a\xb0\x0e\x58\x5e\x72\x6d\x6d\x19\xd6\xf1\x10\xc5\xe7\xc4\xe1\x73\x55\x6a\x2b\x18\x6d\xac\x8c\x59\xab\xd4\x79\xb9\x68\x82\x38\x6d\x25\xfd\x36\x0f\xce\xe4\x45\xb4\x98\x00\xb0\x4a\x1d\xb8\x63\xf2\x49\xb0\x32\x10\xae\xc5\xbc\x71\x16\x3b\x55\xbe\xbb\x3a\xa4\xe7\xb5\xde\xf5\xc7\xf4\xcc\x0d\x97\xb7\xf3\x10\x9f\xb7\xef\x61\x67\xa9\x09\x72\x9d\x36\xa2\xa5\xa5\x8c\x2f\x45\x85\x70\x57\x47\xc6\x97\x62\x38\x4d\x50\x10\xf1\xe4\xcc\x34\xb1\x3b\x9b\x15\xf1\x1b\xa3\xe1\xc5\x8a\xe7\x1b\x06\x60\xa5\x81\x79\x1b\xa3\xae\x20\x4d\xab\xd5\x4f\xa2\x0c\x03\xaf\x36\x5d\x06\x7f\x34\xc2\xbe\xcd\x2c\x83\x0b\xe1\x33\xce\x3d\x82\x92\xff\x7c\x2d\xf9\xf3\xe1\x33\x2f\x3f\xca\xd2\x3e\xf7\xc8\x4a\xfb\x6d\x24\xed\x13\x61\x38\xbf\xa5\xb4\x97\xc2\x02\xab\x64\xf6\x05\xd7\x2f\xb2\xcf\x38\xbf\x53\xf9\xfc\xf2\xa8\x73\x27\x8f\xfa\x85\xc8\x5b\x11\x98\x2e\x57\x8f\x4a\x4d\x7f\xd4\x38\x82\xb3\xb8\x45\x91\xec\x1f\x1a\x0d\x5f\xeb\x0d\x3f\xb7\x82\xa4\x6d\x1d\x8c\x67\x05\xb8\x9a\x77\xe1\x6d\x25\xb2\x18\xd9\x6d\xf6\x2f\x75\x56\x18\xeb\xd8\x57\xd5\xe5\xb8\xc8\x1b\x3d\x9e\x35\x10\x9b\x14\x50\xae\x4d\x38\x0e\x7e\x32\xde\x5c\xf7\xf6\x62\xe1\xeb\xde\x3e\xaa\x78\xdd\xbb\x59\xad\x8d\x36\x36\xd6\x11\xf0\xaf\xd4\xd8\xcb\x3c\xa6\x5e\xf6\x07\x9b\x30\xae\x57\x0d\x0b\x76\x1c\xfc\xfe\x94\x32\x74\x9b\xb5\xe9\x0c\x27\xd4\xe2\x28\x28\x41\x46\x24\x18\x6c\x31\x7b\x1e\x2b\x37\xd4\xbf\x87\x9d\xbb\xa6\xd6\x4c\x65\x22\xcf\xe9\x64\x5d\xa2\xa2\x63\x2f\xf5\x18\x8d\x8d\x3f\xd8\xf8\xc6\xbd\x49\x27\xa7\x35\xa3\x76\x78\x3b\xcd\xa0\x45\x93\x6d\xd9\xe7\xe9\xc7\x45\x64\xbd\x44\x34\x46\xba\x6a\xb1\x37\xec\x65\x63\xdb\xca\x9b\x9e\x3f\x3f\xe7\x7f\x79\x4f\x78\xc1\xfc\xb3\xa4\xe2\x34\x93\x58\x90\x44\x03\x2e\xaf\x97\x48\xdf\x3e\x14\x6d\x67\xc4\xc4\xb5\xff\xfc\xe7\x3d\xec\x4f\x6b\x8e\x85\xec\x77\x6a\xe1\xaf\xd4\xe6\xf4\xbf\xab\xd2\x7b\xc9\x68\xa6\x0c\xf2\x06\xc3\x56\x36\x50\x05\x69\x88\x14\x43\xc6\x6e\xbd\xf5\x58\x33\x38\xab\xd2\x4e\x01\x42\x47\xe7\x5b\xca\xe5\x97\x24\x62\x0d\x3e\xcc\x04\x22\xa7\xe8\xb8\xab\xb9\x8b\xd3\x10\xf4\x82\x03\x98\x88\xd4\xc4\x73\xa9\x9f\xd0\xc1\x01\x26\xd5\x14\x63\x5e\xc1\xc2\x9d\x9b\x10\xc3\xf0\x1c\x04\xec\x51\xdc\x0c\xda\x91\xa1\xe1\x8b\xe5\xd8\xbb\x7a\xa9\x64\xf2\x38\x80\x98\xaa\xad\x17\x16\x5c\xdb\x2c\x63\x1d\x60\x64\xe2\x72\xf4\x47\xd4\x1f\x47\xef\xad\xd7\xd8\x1e\x59\x7a\xee\xbf\xae\x16\x7e\xd5\x93\x9f\x52\xfa\xaf\xbe\xca\xc0\xcf\xea\x4c\xa0\x63\x96\xe4\x00\xb5\x78\x56\x60\xbc\x06\x61\x26\x91\x1f\xc1\xa6\x4a\x47\x5b\xa8\x81\xe7\x91\x63\x37\xe1\x52\xfc\x17\x49\x8e\xd3\xeb\xba\x1c\x9c\xd0\x20\x18\x01\x65\xc2\x52\x0b\x35\x11\x51\x7b\xd1\xce\x94\xa7\x48\xe3\x4e\x3f\xe9\xc4\x49\xa2\x11\x7c\x69\x4c\x81\x72\x15\xe6\xdb\xc6\xdb\xd8\x24\xb3\xf2\x3f\xdf\xc4\xbe\x65\x4b\x38\x6d\xff\x8f\x6e\x0c\x2f\xba\x8f\xae\x99\x15\xaa\x70\x61\xaf\xd7\x3d\x6d\x42\xda\x08\x4e\xfa\xcf\x6f\x60\xcf\x60\x7b\x7b\x91\x1c\x47\xff\x44\x38\x36\x6d\x69\x77\x4a\x0f\x6e\x1b\x58\x7d\x79\xb4\x86\x57\xdd\x9c\x8c\xef\x19\x61\xdf\xd0\xcb\x04\x0c\x4e\x19\x92\xfa\x65\xda\xf9\xf5\xe7\xb5\x79\x0b\x57\x0b\x36\x34\x0b\x8c\xba\x43\x3e\x2a\x5d\x57\x21\x82\x6e\xb4\x02\x0e\x08\xdc\x05\x28\x1c\x12\x0d\xfd\x43\xcc\x07\x0a\x59\x79\xde\x6d\x71\x19\xb7\x53\xa7\x2f\x15\x40\x6c\x0c\xd9\xea\xf8\xa9\xf5\x15\xa6\xdd\x46\xd6\x5e\x4b\x91\x86\x33\xa5\x4e\x9e\xb9\xd2\xe2\xbc\x0d\xd9\x07\x70\x84\x51\x4e\x93\xbc\x0f\x3c\x89\x5a\x32\xad\x06\x11\x4c\x97\x0a\xcb\x8d\x0a\xd3\x41\xdb\x69\xc2\xf3\x22\xee\x82\x96\xb3\xf2\xb8\x60\xcc\xa2\xea\x09\x71\x21\xa5\x0f\x1f\xce\x5d\x37\xd5\x77\x02\x10\x07\xc4\xd3\xe7\xfe\xcb\x3d\x35\x27\xbd\x8b\x1a\x96\x4c\xc9\x13\x1a\xd5\x8c\x09\x18\x4e\x91\x98\xc8\xd3\x8e\x73\xb9\x6e\xfa\x71\xbe\xac\xfd\x87\xfc\x0a\xc6\xc9\x02\xae\x23\x52\x34\x89\x22\xb0\x60\x68\xec\x76\x1d\x71\x1b\xf5\xf3\x1e\xfb\xe7\x8a\x73\xf9\x5c\x9c\x17\x22\x1b\x20\xd0\xf6\xfb\x75\x03\xdf\xe0\xcd\x3b\x00\xdb\x22\x71\x38\x1b\x30\xff\x0b\xdd\x37\x4a\xe5\xca\xe9\x5e\x8c\x5a\x2b\x8f\x5a\x27\x0e\xbb\xbd\xf8\x1b\xcf\xb2\xd4\xfe\xa9\xf7\x08\x58\x6a\xdf\xe5\xa1\xa5\x56\x9b\x30\x01\x0c\x19\x51\x18\xaf\x60\xf3\x9d\x41\x40\x0b\x6e\x4f\x01\xe4\xda\x86\x6f\xd0\x5b\x36\x93\x34\xf0\x6e\x0f\xf9\x56\x8d\x48\x41\x62\x60\x49\xd7\xda\xe8\xcd\x70\x28\x5f\xe4\x49\xde\x64\x1f\x95\x1d\x57\xe6\xd1\x1f\xf0\x36\x81\x29\xa9\x42\xf2\xc7\xef\xc2\xb3\xf3\xe5\xf5\x81\x3f\x90\x8b\x0a\x27\x18\xcc\xae\x98\x9c\x23\xfb\x8e\x66\x6b\xb9\x24\x53\xbe\x06\x3d\x6a\x5e\xf5\xea\x9b\x9b\x6f\x6f\xf4\x0f\xa2\xa0\xdc\xcb\x07\x39\x63\x0f\x59\xf0\x69\xfc\x3a\xd0\xd3\x8e\xa8\x7f\x95\xce\x2d\x06\x50\xae\x04\xa3\xd6\x64\x2f\xad\xb1\x9b\xbb\x71\x3a\xcb\xa3\xf6\x40\x69\xc7\xbf\xd0\x82\xfe\x39\xef\x42\x9c\x96\xb8\x65\x6c\xdd\x88\x16\xf2\x48\xf6\x38\x19\xe8\xb8\x00\x40\x03\x37\x90\xee\x00\x24\xa8\xe2\xb0\xa3\x74\x80\xc9\x97\x16\x59\x7a\xd0\xca\xa2\x7c\x19\x18\xc8\x80\xaf\xb8\x20\xed\x69\xa9\x53\xed\x11\x29\x39\xee\x83\x31\x59\x99\xee\x55\xc5\x07\x41\x94\x07\xb9\x90\x27\x09\xe5\x8e\x85\x06\x8d\x3b\xab\xe5\xe5\x37\xb2\x13\x5b\x1c\x48\xcf\x89\x2c\x7e\x58\xb6\x38\x99\x11\xed\x49\x7a\x81\x67\xfe\x27\x6f\x08\x3f\xe3\x6d\xf0\xa3\xe6\x08\x74\xf8\x53\x55\x1e\x87\xfa\x04\xc6\x2b\xd2\x1f\x29\xbf\x83\x8b\x60\x8b\xbe\x0f\x4d\x4e\x2f\x57\x19\x02\x01\x2a\x04\x7c\x6d\xfb\x8c\xe5\xe5\xa5\x6b\x99\x46\xa1\x58\x07\x59\xc2\x89\xb5\xc7\xa3\xb3\xe5\xfc\x76\x8f\xac\x57\x0f\xb0\xdf\xb7\x83\x7a\x7f\x73\xc7\x41\xbd\xaf\xf7\x54\x61\x1b\xb0\x69\x3e\x0e\x21\xbe\x2f\x53\x5c\x9a\x5f\xf3\xae\xf1\xfe\xb3\xc1\xd4\xc3\x7a\xfc\x80\x97\x6f\x78\x60\x52\xc7\x3c\x3a\x29\xf5\x33\x0b\x27\x8f\xca\x78\xac\x49\x23\x9b\xec\x75\x06\xce\xe2\xe5\x1e\xbb\xe7\x11\x19\x08\xba\xa2\xba\x96\x3f\x75\x37\xad\xce\xb8\xb7\x86\x60\xd7\x97\xb3\x1b\xf8\xfc\x38\x06\x3e\x5f\x3b\xc4\x83\x5a\x17\xda\xb3\xb1\xc1\xba\x70\x5c\x1b\xb8\x84\x18\x7b\xc9\x7e\x76\x97\xbd\xcf\x9b\x2b\xa8\xc9\xff\x98\x32\x0f\xe7\xe2\xa5\x34\x4e\x97\x28\x31\x07\x3c\xba\x3f\xbb\xaf\xd2\x29\xfa\xfd\xbb\x4e\xd1\x1d\x2f\xa4\x48\x39\x45\xbf\xcd\xbe\x55\xdf\xcb\xa6\xd9\x33\x37\x3e\xa9\x5d\xd3\x0c\xee\xae\xd5\x1d\xf8\x3e\xa7\xad\x43\xca\x5d\x3b\xf2\x7d\x5e\xf5\x5e\xb0\xf5\xb2\xff\x36\xff\x3e\xbd\xec\x9d\x59\x2e\x3b\x36\x37\x5b\xae\x95\xfe\xcd\xdf\x3f\xe0\x18\x66\x34\x9a\xa2\xbc\x84\xce\x46\xe9\x12\x66\x41\xfc\xf8\x81\xb0\xe1\x3e\x72\x7d\xf4\xe6\xb7\x00\xa4\xb6\x3a\x58\xe2\x6d\xfb\x77\xf5\xc2\x4e\xf5\xc2\x2f\x7b\x4a\x31\xfc\x8c\x17\xbe\xc8\xab\x88\x97\xb0\xe6\x82\x20\xb4\xaf\x39\xc8\xd1\xb9\x42\x4c\xe0\x6d\x40\x23\xf8\xe5\x0d\x7d\x97\xca\x27\x6c\xe5\x34\xc1\x1a\xec\xa9\x5b\xe3\x74\xea\xe6\xed\x2a\xa0\x1d\x28\xa0\x5f\xb5\xaf\x49\x1f\xf3\x76\x16\x7e\xf1\x12\x93\xf9\x88\x86\xe6\xc7\xea\x4a\x64\x75\xee\xaa\x77\xdf\xd6\x7a\xf0\x98\x7f\x44\xeb\xc1\x30\xd4\x6a\xcf\x55\x4d\xe5\xc4\x8d\xdf\x58\x62\xff\xae\x32\x71\x03\x7c\xc6\x60\x78\xfe\xe0\x52\x78\xd6\xfa\x77\xc9\xa2\x11\x29\xf4\x41\x17\xf5\x13\x2d\x10\x39\xf2\xd1\x12\xbe\x82\x7b\x9d\xfd\xed\x0e\xfb\xb1\x1a\xbb\x81\x5f\x41\xdd\x02\x3e\x98\xf7\xd6\xc2\xb7\xd6\xec\x27\xea\x96\xa2\x9e\x59\x50\x32\x88\x1b\x1b\xe7\x2d\xb1\xca\xb3\x41\xd0\xe5\xad\xe5\x28\x8d\xf3\x6e\xae\xe8\x8f\x90\x83\x9a\xf8\x89\xe2\x28\x37\x19\x9d\x0a\xd4\x06\x73\xab\x23\xc8\xdc\x9e\xba\x38\x79\xe1\x0c\xa8\xc2\xac\x3d\xde\x0c\x2e\x82\xfd\xf7\xca\xc0\x06\xa8\x89\xd3\x55\x00\xb5\x69\x06\x16\x7e\x4f\x22\xd6\x78\xd6\x8a\x72\x1e\xcc\x9e\x9d\x6a\x1c\x39\x72\xf4\x98\xf1\xdd\x8c\x29\xb1\x28\x84\x48\xf2\x66\xcc\x8b\x4e\x53\x64\x4b\x13\xcb\x45\x37\x99\xc8\x3a\x2d\xf9\xf6\xb8\x4b\x98\xb4\x20\x67\x7d\x41\x21\x77\x9f\xb1\x86\xc2\xc5\x97\x79\xe5\x1e\x76\x53\xdc\x3b\x1b\x75\xe3\x64\x40\xe9\xc4\x7f\x3d\x1a\x7e\x79\x74\x7a\xc6\x7e\x56\x86\xcb\x68\xf7\xa3\x44\x5e\x31\x5b\x2b\x8d\x14\xb2\xff\x35\xae\xac\xc8\x34\x16\x95\xb6\xfa\xd1\xa4\xd7\x15\x0d\xc8\x92\xcd\xab\x15\x4e\xcf\xac\x9e\x38\xdd\x8f\x92\x39\x59\x5c\x58\x22\xfc\x20\x7f\x55\x46\x10\x34\xa4\xae\x14\xa4\xbc\x4e\x01\xd7\xc0\xac\xda\x32\x8e\x24\x40\x73\x90\x2d\x0f\x25\x37\x55\x33\x34\x5f\x48\x68\xfd\x1a\x06\x63\x3a\xb7\x7e\x7a\x26\xe8\x40\xdf\xc7\xeb\x41\x38\x03\x82\x62\xb5\x6f\xac\x58\x13\xfa\x95\x18\x25\xd3\x0c\x87\x36\x0c\xf1\x76\xd0\xc2\x00\xa8\x1c\xd3\x62\xca\x85\xcb\xef\xf0\x99\xfa\x92\x5e\x1f\xaf\x03\x3e\xc1\x2c\x8e\xe2\x8e\x6a\x76\x31\xb8\xe2\x84\xa0\x09\x68\xbe\x65\x11\x90\xb6\x81\x6f\x4f\xcf\xd0\x20\x82\x99\x96\xa7\xda\x9c\x64\x39\xeb\xd4\x38\x37\x03\x9b\x13\x49\x0d\xfa\x5a\xdc\x53\x3c\x0e\xa0\xc6\xd1\x27\xaf\x16\x89\x3c\x0a\x0c\x7a\x3c\xb0\x65\xd1\x11\xc5\xff\x3a\xc2\xfe\x95\x8d\x48\x8d\x89\x5e\xa0\x71\x72\xff\x6f\x6a\xe1\xe7\x6a\x76\x2a\x09\x7a\x84\xcb\xa8\xf7\xbd\x24\x2a\x3a\x22\xeb\xd6\x2d\x8b\x74\x46\x70\xa6\xda\xb3\xaa\xf8\x3d\x71\x57\x12\xfd\x76\x83\x04\x2a\x73\xc1\xa9\x75\xc7\x54\x09\x06\x94\xc5\x34\x83\xb6\xb5\xe9\x19\x97\x27\x4a\xaf\xf5\x25\x64\xbb\x21\x20\x82\x52\x75\x1a\x91\x5a\xe5\x83\x41\xea\x10\x71\x42\x85\xdb\x3c\x51\x14\x51\xbe\x92\x4f\x20\x24\x72\x83\x10\x89\xa5\xf2\x6f\xd0\xc4\xea\x93\x06\x6f\xb8\xd5\x37\x3a\x71\xc6\xd7\xa2\x24\x99\xd8\xc4\xa9\xf8\xc6\x11\xb6\x07\x20\x4e\xfc\x57\x8f\x84\xef\x00\x37\x89\x3a\x04\x21\xf2\x09\x6a\x6b\x44\x0d\x13\xb9\x93\x48\x85\xda\xfa\x9a\xb3\x3f\x68\x9d\x36\x8c\x5f\x5f\x3d\x9b\x78\xd2\x6a\x9c\x15\x52\xe6\xe3\x5e\x8e\x76\x2e\xfc\x41\xf6\xe9\x4a\x7c\x2d\xe9\x8e\xa5\x1d\x6a\x46\x64\xc5\x55\xef\x28\xfb\x37\xce\xee\x28\x7b\xda\xe8\x46\xbd\xc6\x0a\x1f\xe4\xfe\x3f\xf7\xfd\x06\x74\x9a\x35\xa4\x0a\x2a\x44\x4b\x24\xec\xaa\x17\xb0\x7f\x39\xfc\x11\x84\xf5\xec\xf5\x47\xbb\x51\x8f\x5d\xf5\x0e\xb1\x6f\xaa\x70\x1a\x74\x79\xb6\xc4\x65\xd1\xfe\x3e\x1f\xc6\x18\xde\xdc\xd4\xbd\xb0\xdf\xdf\x0b\x5f\x31\xf6\xee\x1a\xbb\x39\xe7\x90\xc2\x37\xd9\x81\x1e\x0e\xfc\xd7\xd7\xc2\x97\xd6\xe6\x50\x94\xf2\x20\x9c\x02\xd1\x9c\x9e\x09\x61\xad\x84\x17\x45\xca\x43\x60\x08\x6c\xa3\xd7\x33\xc6\x84\x24\x2a\x25\x88\xa8\x98\x66\x70\x06\xa9\x98\xb4\x68\x93\x79\x79\xf8\x45\xb5\x7d\xa9\x9a\xa4\xe6\xba\x08\x71\x06\xb6\x4d\x1f\x9f\x3c\xa6\x52\x60\xe4\xf7\xcf\x6e\x64\xcc\x68\x38\xff\xf3\x37\x86\x6f\xbd\x71\xca\x68\x3c\xe7\x54\x3f\x3d\x13\x44\xed\x76\xc6\xf3\x9c\x03\xc7\x62\xbc\x94\xaa\x25\x6f\xe4\x99\x58\x67\x33\x1e\xf4\x73\x4c\x5a\xd1\x6f\x66\x51\xda\x16\x5d\xa0\xf1\x9c\x86\x0b\x13\x95\xe6\x66\xa2\x21\x97\x67\x32\xa8\x03\xfe\x4f\xda\xc8\xe0\x1a\x31\x16\xe5\x41\x8f\x67\x8a\xf6\xc7\xb9\x1d\x8c\xeb\xad\x53\xea\x8a\x38\x95\x47\x23\x20\xf0\xb3\xc1\xd8\x31\x60\x5f\xe9\x27\x6c\xab\xcd\x86\x68\x18\x8e\x3b\xf6\x2b\xc4\x8d\x10\xc5\x89\xa3\xbf\x2c\xbc\x44\x42\xd3\xd3\x6a\x53\x91\x5f\x51\x46\x9c\x0e\x58\xb3\x98\xbf\x72\x41\xd8\xaa\xfa\x5b\xe1\xe8\xfd\x60\x0c\x3d\x22\x16\xbf\xa3\xae\x99\xe8\x1c\xbb\xbd\x62\x30\x1e\x90\x49\xdd\x2d\xdf\x2d\x1a\x6e\x1b\x6e\xe1\x40\x3e\x2b\xcb\x87\xf3\x54\x89\x06\x52\x05\xcf\x10\x71\xb3\x85\x93\x6f\xd1\x29\x44\x8b\x62\x95\x8f\x37\x83\xe0\xbe\x28\x89\xd5\x65\x14\x26\x1d\x97\x51\x5d\x65\x7f\xe0\x2d\x6a\x2c\x0c\x71\xdb\x8e\xe4\xab\x71\xdb\x92\x24\x9b\x71\x78\x19\x61\x67\xb0\x08\x08\x3b\x90\xd2\x17\x2e\xf3\x08\xe1\x02\x69\x4a\xc2\x60\x4c\x1e\x75\x50\xc6\x83\xe9\x99\x71\x0b\xa2\xa8\x9f\xf3\x4e\x3f\xc1\x4d\xb6\x0d\xe9\xad\xe6\x96\xd5\x12\x69\xca\xad\xec\x9a\x1e\x9c\x5d\x32\xda\x2b\xf5\x31\x54\x23\x59\x29\xc8\xd0\xe0\x92\xc6\xb2\x27\x52\x6d\x08\xab\xd5\xab\xa4\x1e\x5c\x14\xff\x3f\x7b\xef\x02\x26\x49\x56\x95\x8b\x7e\x91\xd5\x8f\xea\x3d\x0f\x66\x82\xc3\x39\x5e\xc0\x63\xdc\x18\x3c\xdd\x3d\x66\x66\x4d\xf7\xbc\x7b\x9a\x19\x6b\xaa\xaa\x67\x8a\xe9\x47\x51\x55\x3d\x03\x0e\x5c\x3a\x2a\x63\x67\x65\xd8\x91\x11\x39\x11\x91\x55\x9d\x20\x1e\x18\x60\x7c\xf1\x54\x50\x29\xe4\xa5\x28\x5e\xc0\x37\x82\xa8\x17\x5f\xa0\x72\x44\x50\x44\xf0\x81\xf2\xf0\x00\x9e\x23\x2a\x02\x07\xb5\x8f\xe8\xfd\xf6\x5a\x6b\xbf\x22\x23\xb3\xaa\xba\x7a\x98\xf3\xf9\x15\x1f\xdf\x74\x65\x44\xec\xf7\xde\x6b\xaf\xbd\xf6\x5a\xff\x1f\x82\x84\xc4\x79\x68\x32\x3e\x54\x11\x30\x1a\x31\x97\x9c\x62\x8b\x51\x15\x90\x1e\xa4\x62\x06\x96\x55\x81\xba\x9e\xa0\xd5\x33\x72\xbc\x96\xb1\x34\x4e\xcb\xf0\x86\x2b\x69\x5d\xbc\x5b\x6b\x09\x36\x0b\xe0\xab\x0c\xf5\x49\x56\x49\x10\xa5\xff\x8c\x6e\x76\x9d\x04\x27\xc5\x55\x72\x83\xbc\x47\x0b\xa2\x07\x6f\x78\xb6\xad\x7c\x21\x80\x13\x2c\x4c\x31\x87\xd7\x08\x1a\xeb\xac\x5e\x64\xe3\x34\x65\xc4\xd8\x05\x06\xd4\x32\x51\x81\x41\x64\x9d\x26\x5c\x9a\x5e\x70\x42\xc9\xc0\x4f\x55\x2c\x45\xae\x8f\x68\x2e\xdf\x52\x99\x62\x91\x75\xd2\x38\xf4\x02\xe5\x85\x23\x06\x7c\x3d\xf5\x78\x82\xb4\xe5\x87\x0c\xb5\x75\x7e\x21\xaf\x0b\x91\x46\xf4\x07\x69\x16\xf2\xec\x30\xe8\x97\x3c\xe7\x00\xfe\x06\x95\x04\x8a\xe4\xbc\x97\x26\x4a\xc4\xd1\x9a\x24\x69\x66\xe8\xb4\x54\x65\x80\x4a\x33\x74\x5b\x90\xa0\x86\xe6\x2b\x5a\x21\x8e\x7c\x89\xd6\x1e\xed\x83\x90\xcc\xe8\x31\x52\x5f\x6c\x3d\xec\xa2\x73\xdd\x48\x35\xe3\x80\xbb\x3f\x28\xd2\x6e\xd4\x62\xec\x8f\xf7\xb3\x2b\x8b\xb4\x97\xc6\xe9\xea\xe0\x3e\xa1\xb3\xbc\x6f\xbf\xff\xd6\xfd\xe6\x13\x72\x54\x51\xe7\xdf\x06\xf4\xb8\xda\x02\xe5\xa7\x14\x5f\x8d\x62\x47\xde\x3f\x13\x98\x1f\xb8\x0c\xd0\x59\x8a\x4c\x80\xe4\x42\x21\xb3\x15\x0b\x28\x1e\x78\xb9\x50\x69\xa5\x78\xca\x71\xcd\xa2\x9e\xaa\xc4\xa1\x3a\x1b\x46\x18\x0b\x6f\xc2\x8f\x4a\x62\x78\x31\x31\xd1\x27\x29\x57\x07\xf8\x65\xd4\xe5\x71\xa4\x9e\x7a\x32\x6d\x01\x2a\xb1\x55\x79\x39\xb9\x51\x22\x23\x1e\x1a\xbc\x80\xfd\x9b\x62\x68\x8f\xdc\x42\x1f\x07\xf6\x76\x20\x94\x20\x59\x6f\x60\x83\xee\xa4\x39\x4f\xec\x7b\x76\x04\x07\x33\x7b\x8c\x1c\xb8\x94\xa7\x02\x61\x37\xe6\x63\xa5\x24\x91\xd8\xab\xd5\x01\x82\x20\x49\x55\x62\x14\x1d\xda\x4d\x46\x15\x28\x3d\xc4\x41\xda\xd4\xad\x4d\x9d\x80\x92\x55\x16\x68\xb2\x00\x09\x14\x49\x88\x09\x73\xbb\xa0\x61\x94\x42\x97\x3a\x42\xa1\x38\xf8\xd7\xfb\xb2\x87\xa4\xd3\x6a\x97\x07\x89\xe7\x07\xc9\x40\xd5\xc7\x27\x71\xdd\x02\x95\x15\xc2\x50\x51\xd6\x44\x6d\x48\x55\x47\x0c\x3b\xdc\xf6\x72\x9e\xe4\x4a\xdc\x80\xfb\x3d\x21\xcd\x26\x0a\x22\x40\x77\x5a\x59\x5e\x03\xf9\xa8\xd8\x7f\x81\xb1\x5b\xf5\x47\x2b\x4d\x84\xa2\x8c\x73\x4d\x6a\x46\xb0\xab\x85\x97\x91\xc3\x97\x66\xac\x9a\x6b\xf2\xb8\x56\x2a\x21\xd4\x41\x94\x2a\xf4\x11\x8e\x92\xdd\x74\x4d\x02\x8b\x20\x60\xa3\x34\xa4\x8d\x73\xed\xdc\x70\xd8\x13\x4a\xda\xfe\x0c\x68\x88\xee\x0b\x1c\x76\xcb\x16\x0e\x39\x15\x49\xfd\x13\x95\x39\x96\x5c\xce\x4d\x3d\x94\x96\x7e\xe9\x14\xc0\x3e\x3d\xc9\x0e\x28\x41\xeb\xfe\xd1\xa4\xff\xfe\x49\xbd\x81\x90\xe1\x4d\x2b\x44\x65\xfd\x93\xba\x7f\x8c\x32\xbd\xab\x4b\xef\x4c\x97\x5e\x89\x83\xe4\xfc\xbf\x0f\x5d\x7a\x57\x95\x7e\xac\x55\xe9\xc7\xe8\x18\xff\xa5\x1a\xbb\x42\xee\xfd\xe2\x1c\xff\x99\x9a\xff\xfe\x9a\xf1\x60\xcc\x41\x5e\xbb\x35\x26\x40\x17\x2d\x31\xea\x71\x4c\xb0\x33\x60\x99\x21\x26\x91\x32\x13\x96\xcd\xfc\x96\x52\x2a\xe1\x83\x0c\x04\x83\xfb\x74\x37\xc0\x97\x78\x81\x01\x77\xa9\x42\x71\x45\xda\x0b\x08\x47\x12\x27\x02\x9c\xc5\x81\x2e\x2e\xc8\xb2\x08\x28\xa9\x0b\x2f\x80\x9a\xca\x18\x8c\x28\xf7\xe6\x17\x9a\x9e\x37\xed\xb5\xd2\x6e\x37\x4d\x14\xf2\x43\xa4\xd5\x21\xdb\x70\x69\x18\xe5\x00\xed\xc6\x00\x5b\xd6\x95\x94\x94\xa0\x63\x76\x9d\xdf\x98\x60\x4f\xa8\x54\xb8\xdc\xb7\x4e\xf8\xaf\x9d\xa8\x7c\xe5\x85\x3c\x49\x45\xf6\x51\xdb\xd2\xf0\xc8\xf1\x1b\x5d\xa9\xd3\x7e\x61\xdc\xc5\x28\xbb\x6c\x0a\xed\x6e\x08\xf9\x1b\x0b\x09\x40\x43\xd4\x58\x8f\x42\x7d\x99\x98\x37\x3d\x1f\xf4\x3d\x1f\x61\x7c\x80\xc7\xdb\xbc\x60\xc4\x3b\x4b\x31\x05\x84\x62\xb5\x96\x46\x21\xd2\xcb\x41\xc4\x57\x27\xed\xc1\x18\x58\xac\x85\xe2\x43\xb1\x2e\xd1\x04\x2b\xe6\xbc\x9c\xb6\x48\x13\x92\x45\xf9\xf9\xdc\xeb\xa5\x85\xd2\x6c\xa3\x2e\xf5\x75\xa8\x6a\x9f\xf7\x32\x1e\x20\xa9\x9b\x4f\xeb\xdd\xf7\xd2\x95\xbc\xd5\xcf\xc6\x55\x10\x60\x9c\x01\x48\xda\xaa\xa3\x0e\xac\x83\x3e\xc1\x7a\x98\x14\x78\xab\x69\x8a\x94\xba\x42\xd1\x82\xd1\xd7\x15\x30\xc7\xf0\xab\x35\xf6\x04\x79\xef\x6e\x8f\xe1\x27\x6a\xfe\x87\x6a\xf3\x55\xaf\x94\xdc\xc9\xb5\xdd\x1a\x17\x8b\xba\xc1\x57\xad\xd6\x5e\xc1\x0a\xb5\x1c\x95\x59\xa9\x3d\xa7\x99\x39\xaa\xc6\xf3\x44\xec\xed\xba\xab\x08\x41\x7a\xa8\x04\x40\x74\x33\x64\x92\x95\xbb\x9e\x0b\x94\xbc\x7a\x2e\xd9\xa5\xd6\x4d\x20\xdc\x30\x4b\x7b\x3d\x34\xd0\x27\x23\xd2\x88\x75\x04\x2e\xc6\x32\xec\x03\xe9\x4c\x15\x35\x82\x6a\x83\xd5\xf1\xff\x30\xc9\x98\x3e\x6f\xba\x9f\x99\xf4\xdf\x38\x49\xb7\x6a\x51\x99\x95\xce\xbc\xd5\xc1\xcb\xc4\xf9\x85\xb5\x9b\xea\xe2\xbf\xb7\x1c\xde\xc4\x12\xb9\xcd\x0b\x35\x5b\x4b\x1d\xd2\xba\x6c\x1f\x65\x75\xdc\x91\xe3\x6f\xfb\x3d\x4b\x2c\xb3\xea\x73\xf3\x98\xdd\x4c\xab\x6d\x85\x86\x6f\x16\xfa\x07\x5e\x8d\x89\xbe\x51\x67\x28\x5b\x5c\xd7\xcd\x73\xbc\x2c\x10\x02\x32\x72\x2f\x2a\x2c\x45\x4e\x9c\x39\xb6\xa9\xb4\x95\x7a\x47\x05\xe6\xa0\xc3\x76\xbf\x10\x15\x3a\x26\xca\xa0\x12\xc1\xf1\x3b\x14\x6b\x0e\x2f\x3e\x09\x39\x5a\xae\xe4\x20\x1b\xe8\x0b\x3f\x5c\xc2\x91\x41\x43\x8a\x71\x24\xa0\x7b\x69\x9a\x95\xa8\x6b\xa5\x92\x95\x5d\x52\x7b\xd0\xb0\x16\x25\xe6\x0a\xd9\xf8\xc5\xd8\xfb\x76\x3b\xd2\x92\x46\xa2\xae\x41\x49\x75\xd8\xa2\x76\x82\x4f\xa0\xee\x8a\x4b\x50\xa9\x5b\xbe\x41\x7d\x70\x99\x14\x0d\xc6\x96\x2f\xd5\xa4\x24\x97\xd2\x18\xbb\x92\x5a\x6d\x5b\x32\x2e\x95\x6f\x48\xe1\x48\x6b\x98\x0a\x2e\x97\xa9\x69\xc7\xe6\x9f\x8f\xef\x67\xd7\x9a\x57\xa8\x33\x71\x90\xe7\xee\x6f\xec\xf7\x7f\x61\xff\xd0\x63\xe5\xb8\x0d\x3f\x0c\x72\x5e\x4f\xdd\x7f\xda\x86\x1f\x7b\x3b\x5f\xe1\x71\x9a\xac\xa2\xfb\xce\x30\xc4\x5f\xc5\x9d\xb1\xb2\xc7\x04\x68\x8b\x69\xe4\xc5\x40\x2c\x6f\x15\x10\x5c\x57\x91\xb6\x2a\xbe\x15\x21\xf8\xeb\x1e\x62\xec\xcb\xad\xa1\xb1\x16\xf5\x90\x01\x95\x34\xa1\x66\x2b\xed\x4e\x59\x6f\x9b\xde\xd9\x44\xe1\xf7\x23\x0f\x29\x4a\x71\x02\x1c\x42\x35\x2c\x6c\x08\x15\xcd\xbe\xb8\x55\xdc\x11\xe4\x45\xb0\x2e\x41\xe6\xd5\x6c\xa5\x40\xfd\x83\xe6\xea\x38\x08\x9d\x00\x46\x0a\x09\x24\x28\xb7\x89\xb1\x5d\x4a\xf1\xae\x75\xaf\x48\xc3\x60\xa0\xac\x1d\xc5\xa0\x47\x12\x38\x4c\x13\x3e\x7c\x61\xed\xa9\x1b\x64\x88\x77\x41\x71\x6c\xe9\x08\xb8\x46\x41\x3e\x25\x0a\xce\xb3\x54\x3a\x0e\x1c\x47\xa9\x19\xc1\x8d\x57\xbf\x0b\x87\x53\xd0\x41\x37\xab\xf8\xba\x24\x1f\x11\xa5\x28\xa9\x42\x21\x8c\x8a\x99\x04\xa6\x57\xd3\x9b\x36\x6a\x31\x36\x63\xdc\xfe\xec\x56\xe6\x87\x65\xb3\xf0\x3a\x5d\x97\x86\xb4\x74\xbc\xb0\x7c\x13\x36\x1b\x4d\x75\x8c\x4a\xb3\x71\xe2\xa8\x3c\xc0\x67\x92\x16\x57\xdd\x65\xd8\x2a\x0d\xb6\xa9\x71\x82\x4f\x7b\x42\x88\x41\x47\x37\x37\x54\x6e\x92\x34\x29\x15\x06\x15\xb0\xb4\x89\xef\xd9\xc3\xbe\x51\x5a\x26\xcc\x4f\xa5\xc0\xce\xdd\xcf\x4f\xf8\x7f\x32\x31\xf6\x13\xe5\xf9\x19\xb5\x3d\xfd\x50\xd9\x3d\xac\x9d\x5f\x5b\x41\xda\x80\xba\x66\x8e\x2e\xf4\x8e\x7d\x72\x35\x39\xde\xfd\x22\xeb\x73\x1f\x03\xfc\x82\x81\xe1\x8d\xe3\x03\xb3\x9b\x5f\xd6\x29\x6d\x9f\x0b\xb5\x3b\x02\x5d\x60\x9a\xe8\x9a\x36\xbd\xf1\xad\x03\x83\x84\x31\xd6\x5b\xa8\xb8\x65\x9a\x6b\xc5\x3c\x30\x5c\x35\xe4\x3a\x37\xcc\x2e\x10\xea\x86\x40\x9a\x62\x7c\x2e\xbb\x4d\xf1\xe4\xdd\xb2\x35\xc4\x8e\xa5\x8c\x8b\x56\x1c\xf4\x6b\xf6\xb2\xc7\x77\x78\x10\x17\x9d\x99\x0e\x6f\x9d\x97\x69\xdc\xaf\xed\x91\x51\x7e\x9f\xdf\x53\xf1\xde\xd0\xea\x45\x99\xf8\x05\xb0\x34\x82\xda\x0b\x9f\xc8\x18\x26\x75\xe4\x85\x26\x5a\x2a\x04\x0a\x44\xea\x1c\x1a\xd9\xa1\x3e\xad\x3e\x1a\x9a\x09\xc0\x60\x4f\xb4\x6f\xa4\x47\x9b\xf7\x71\xda\x9a\xb7\x99\xbd\x0e\xc3\x92\x95\xf8\x35\x6c\x50\x94\xf3\x26\x13\xbc\xe9\x29\xc5\x83\x8e\xc4\x52\x07\xb7\xcf\xd4\x87\x61\xcd\xf7\xa5\x11\x0c\xcf\x8a\xa9\xc1\x4f\x19\x89\xc6\x20\x18\x07\x1c\xdf\x91\x81\x54\x1f\x23\x86\xdc\x06\x25\xfd\xdb\xa5\xd8\x7d\x08\xc9\x50\x2e\x96\x84\x8b\x89\x5b\x5c\x3e\xcb\x8f\x46\xe9\xa3\xac\xa5\x60\x56\xda\xea\xa0\xc7\x0f\xdb\x11\xca\x7f\x55\x63\x57\x9b\x6a\xc6\xfc\x82\xfb\x07\x35\xff\x37\x6b\x65\x9b\x98\x2c\x66\x79\xd0\xe3\xc7\xec\xb9\x63\xfd\x80\xca\xae\xf2\x42\x85\xa1\x2a\x50\x8a\xf9\x05\xa3\x8b\xa2\xa4\x42\xfa\xd3\xa1\x07\x3d\xd9\x72\x8b\x29\xb2\xc3\x91\xd6\x2b\x1e\xe0\xfe\x64\x79\x64\xe5\xd2\x7b\xc6\xc0\xca\x94\x8a\x91\x6e\x97\x94\xe8\xa5\x9d\x2c\x57\x51\xb8\x97\xd9\x15\xcc\xdc\x09\xde\xb1\x97\x7d\x43\xaf\x0f\x38\x57\xa7\xd3\x02\xc2\x7c\xa7\xa5\xad\xcb\x7d\xc5\x5e\xff\x05\x7b\x47\xbd\xb5\x30\x75\x02\x8c\xdc\x0d\x56\x79\x52\xc8\xd9\xc4\x83\x98\x24\x65\xc5\xac\x95\xa3\x46\x3b\x71\x18\xe5\x48\x74\x08\xd9\x68\xa6\xd8\x1c\x29\xf5\x82\x70\x30\x95\xa4\x45\xc3\x38\x37\xcb\xb3\x8d\x58\x42\x60\x4c\x46\x01\x6d\x18\x74\xd5\xfc\xc7\x80\xda\xa5\x22\x28\x78\xbb\x1f\x2f\x01\x4e\xfb\xbd\xd2\xb4\x6b\xcc\xd2\x5e\x96\xf6\x02\xb8\x8b\x5e\x5a\xbc\x1f\xdc\x6f\xd1\xf1\x36\xa7\xb0\xe3\x1c\x28\x6d\x94\x54\xeb\xf5\xb3\x5e\x9a\x83\x5e\xda\xe3\xa2\xcf\xa5\xd7\x2f\x56\xd0\xb0\x8d\x69\x3c\x07\xea\xab\x55\x9e\xf0\x4c\x14\x64\x5c\x0b\x26\xa1\xfa\xb5\x14\x8b\x1a\x69\x46\x77\x4b\x25\x02\xcd\xb4\x97\x49\x2d\x45\x5e\x9e\xe1\x18\xc4\x65\x4b\x83\x11\xf2\xec\x43\xef\xf9\x04\x0d\x8b\xd3\x66\x01\x23\xbf\x79\x37\xe7\xf1\x1a\x57\x86\xc8\xa6\x37\xbd\xca\xf1\x92\x15\x8c\xf5\x69\x22\x74\x39\x94\xdc\x46\xbb\x64\x33\x42\xa3\x50\x53\xbb\x9c\x33\xcd\x36\xa3\x1a\x27\xe4\x60\x1e\xb4\x39\xda\x0d\xfa\x5d\x92\x88\x12\x21\xc4\xde\xac\xde\x6e\x02\xcc\xbe\x61\xc2\x7f\xc1\xc4\x22\x58\xff\x94\x5b\xa8\x36\xd8\xe8\x78\xfb\xd2\x65\x2d\x9d\xc6\x94\x4e\x49\x52\x14\x33\x85\x5d\x04\x6f\x10\x88\xff\x9d\x5c\x95\xed\x1b\x51\x53\xbf\x4d\x89\x2d\x2b\xd1\x36\x48\x09\xd2\x01\xf6\x5c\x30\xed\x17\x86\xec\x96\xb7\x06\x46\x4f\x2a\x14\x8d\x6e\x1a\x46\xed\x41\x73\x87\x96\x7f\x43\x36\xd0\xd6\xfa\xa8\x99\xdd\xdf\x56\x3a\x5b\x1a\xde\xf4\xec\xfb\x26\x09\x91\xec\xe1\x49\xff\x2b\xfb\xa1\x2a\x6a\x83\xcb\xbd\x4e\xba\x6e\x1d\x85\xc0\x00\x0d\x4e\x9f\xb6\xc3\x9f\x6a\x74\x93\xac\x15\x12\x25\x5f\x4c\x56\xfb\xa6\x62\x8b\xfd\xe3\xab\xef\x7c\xb5\x73\x03\x9a\x2d\x59\x88\x95\xd5\xd0\xb8\x67\x14\x6b\xd0\xd8\xc2\x61\xe2\xa4\xa6\xe9\xd0\xbe\xe1\x57\xed\x0c\x35\x37\x3f\xe1\x62\x08\x59\xd2\xc6\xf5\x3a\xec\x3a\xb4\x32\x20\x73\x16\xdd\x3f\xf7\x5b\x46\xc4\x94\xb1\x9e\x30\x7c\x66\x68\x59\xa9\xf0\xa1\xf9\xb6\x67\xdd\x9a\xca\xcb\x31\xeb\xfe\x4a\x02\x53\xeb\x8b\x65\x33\xce\x86\xee\xaa\xfa\x04\x82\x88\xa0\xfd\xc4\xed\xa5\xbf\xc9\x02\xda\x07\x03\x20\xb7\x50\x79\x37\x45\x91\x38\x04\xbe\xb7\xd2\x8f\x62\xdc\x37\x55\xcf\x4b\x47\x05\xd5\xf9\xc8\x60\x91\x08\xf1\x94\x0d\xe8\xca\x02\xaf\x22\xc9\x16\x9b\x6a\xff\x0d\xa3\x8a\x25\x17\x23\x30\xe1\xea\xb1\x36\x8b\x56\x9a\x2b\xb8\x2b\x50\x24\x88\xb9\x6a\xed\xa3\xc3\xa1\xa8\x6d\x78\x84\x4b\xbb\xa1\x04\x52\x13\xdb\xed\xe1\x4b\xac\xa0\x15\x3f\x81\x51\x20\xf2\xa2\xd5\x74\x6f\xb7\x1c\xc3\xb9\xb5\x7e\x97\x38\x98\xea\xe9\xf8\x20\xfd\xec\x53\xb4\x03\x4a\x7b\x9a\x75\xf3\xaa\x2d\x6a\x97\xf3\xca\x8d\x26\x47\x94\xac\x36\xd4\x77\xf2\xda\x0d\x24\x96\xa9\x6a\x7c\x79\x82\x1d\xac\xf0\x26\x90\xae\x0f\x12\x48\x66\x99\x67\x5d\xf7\x77\x26\xfc\x57\xd5\xa6\xb5\x33\x86\x5a\x3c\x62\x55\x0d\xd1\xad\x22\xf9\x45\xda\x26\x49\xff\x50\x9f\x67\x91\x68\x2a\xc1\x7d\x4b\xff\x8e\x51\xd9\x49\xa2\xbf\x24\xd5\xeb\x67\x99\x2c\xc9\x51\xc6\xbb\x06\xdf\x4b\x17\xd6\xc4\xf4\xe9\x59\x08\x2a\x2b\xa4\x4d\x01\x56\x46\x7f\x85\x16\x47\xbb\x9f\xb4\xd0\xe4\x84\xd8\x6f\x30\xf3\xcc\xe6\x19\x20\x3f\x09\x1e\xf4\x94\x8a\xa9\x2e\x71\xaa\xb8\x38\xad\x48\xa5\xb7\x38\xec\xcd\x0e\x7b\x02\x54\x1e\x90\x77\xe6\x2e\x88\x5e\x01\x24\x5b\xf7\xbb\x1c\xff\xc6\xe9\x61\x37\x2c\xd5\x6e\xab\x69\x2b\x03\x89\x8e\x63\x9a\x0c\xe7\xd8\x0c\x9b\xde\xd4\x17\xa4\x3c\x7a\x50\x93\x45\x9d\x3b\xfb\xdc\x24\xbb\xde\x48\xa7\x95\x24\xe0\x96\xc6\x55\xa2\x20\x43\x73\xf7\xdd\x93\xfe\xcc\xf0\xe3\xf2\x88\x57\x82\xe8\x02\x61\x3a\xa6\xb4\x7b\xea\xaf\xf6\xb3\x3f\xaa\xb1\xbd\xa0\xfe\xb8\x1f\xa8\xf9\xbf\x5c\x43\xcc\x99\xa8\x0c\x1b\x16\xe9\x4d\x9a\xc8\x27\x7b\x01\x81\x75\x65\xbc\xc5\xa3\x35\xa5\x60\xd4\xbd\xa0\x25\x54\x43\xda\x06\xd6\x3b\x41\x01\xd4\xdd\xe4\x23\x12\x19\x5b\xbf\x29\x52\x61\x4a\x46\xb1\xf2\x4e\x92\xe5\x8b\xa3\x20\x02\x7a\x22\x4c\x2a\x04\x2c\x76\x91\xc7\x34\x47\x05\x52\x28\x1b\x3a\x48\xb6\xa4\x04\x5a\x89\xc5\x8c\x23\x45\xf9\x44\x9a\x79\xad\xb4\xdb\x0b\x8a\x68\x25\x82\xd9\x88\x98\x5f\x79\x9d\x60\x77\x28\x3b\xc5\x3b\x8e\xd6\x16\x1b\x65\x2f\x59\x35\xb6\x39\x4b\x1b\xfb\xd3\x1a\xdb\x0f\xcb\x3d\x59\x75\x7f\xbf\xe6\xbf\xb7\x46\x3f\xe0\xc0\x0d\x96\xd8\x16\xc2\x0a\x62\x61\xfc\x02\xde\x88\xc3\xce\x57\xc8\xf3\xbb\x4d\x70\x5e\x94\x78\x58\x15\x6a\xac\xb1\xd3\xa2\x5f\x98\x1a\x7a\x7d\x69\x48\xe6\x00\xa0\xe4\x47\xa5\x9f\x0a\xd6\x91\xa3\xb8\xe9\x1a\x25\xa0\xa9\x35\x8a\xeb\xc3\x9d\x1c\xf2\x36\xa2\x6f\xa1\x90\x11\x39\x99\x68\xc1\xb6\x5d\x70\x85\x4b\xf7\x55\x7d\xb0\xb4\xf6\x66\x03\x30\x58\x43\xe4\x5a\xd7\x69\x56\xdf\xfe\x74\x8d\x5d\x61\x54\xd3\x7d\x43\xcd\x7f\x45\xcd\xec\x99\xcd\x66\xaf\xd5\xc6\xad\x4e\xbb\x99\x6d\x4d\x34\xeb\xec\x61\x85\xe8\x92\x62\x63\xd5\xe1\x51\xee\xb0\x37\xec\x61\x37\x8e\x26\x71\x59\xec\x27\xd3\x48\x9a\x24\x41\xbc\x90\xd4\x2a\x77\x3f\x37\xe1\x9f\x1b\xf9\xd6\x0a\x6f\xd7\x28\x5f\x42\x93\x05\xfd\x25\x19\x28\x6d\x54\xba\x32\xa2\x66\x61\x25\x68\x6e\x38\x7b\xb2\x7e\x5c\x02\x31\xac\xb1\xaf\x39\x6c\x5f\x86\x11\x69\x5f\x72\xfc\x9f\x71\xf0\x6f\xd8\x62\x20\x88\x95\x38\x43\xe8\x71\xda\xf6\x56\x23\xed\xc0\x39\xd0\xe6\xaa\xf9\x36\xf0\x76\xac\xc3\x88\x01\x41\x54\x01\xac\x1e\x2d\xae\x43\x05\x57\xa3\x10\xe3\x1b\x85\x4e\x63\x92\xff\xa2\x93\x9b\x1a\x02\x50\x5f\x90\x44\x08\x4c\x6f\x49\x88\xcc\xbe\x10\x83\x29\x16\xd5\xa9\x7e\x5e\x40\x7f\x59\xbb\xc5\x8d\xec\x08\x9b\x1a\xb9\x5b\x94\x06\x63\x7e\x16\xa3\xc9\x63\x06\xdd\xe2\x86\xfe\x03\xc8\xaf\x5b\xee\x67\x05\x49\x16\x46\xad\x42\xf6\x2a\x74\x0b\x18\x3b\xf5\xb0\xc9\x43\x9d\xd9\x37\xb9\x64\xd7\xd1\xb1\x67\x26\x07\x2e\xd1\x02\xa9\x4a\x21\x1f\xdc\x5c\x96\xa5\x99\xfb\x3f\x6b\xfe\xac\xf1\xdb\x6b\x05\xbd\x02\x1c\x2f\xc4\x1e\x03\x4f\x78\x02\xe8\x5a\x70\xb0\x26\xb0\x43\x45\xed\x96\xf6\x38\x01\x66\x5b\x03\xfe\x9a\x1a\x5b\x61\x7b\x8a\xa8\xcb\xdd\x6f\xbb\x74\x64\xe5\x6f\x5a\x96\xa0\xca\x58\x91\xf5\x20\x37\x2b\xd3\x64\x3f\xed\x68\x70\xec\x1f\x75\xfc\x57\x3b\x48\x49\x43\x18\xd8\x6a\x47\x1a\xd5\x8a\xe9\xa2\x08\x5a\xc0\x24\x35\xcb\xf1\x2f\xd5\x1a\x5c\xc1\xe4\x58\x47\x9d\x1c\xa7\xab\xab\xe2\xdc\x92\xa7\x42\xa4\xcb\xed\xc4\x20\xa8\xca\x39\xe0\x3d\xaf\x71\x13\xcb\xc9\x1a\x97\xbf\x71\x2a\x83\xbd\xe7\xd6\x78\x52\x10\x3d\xdf\xef\x3a\xbe\xf9\x5b\x3b\x95\x9a\xf8\x50\x78\x3d\x05\xe6\x8d\x92\x02\xf0\x3d\x0e\x3b\xc1\x0e\x88\x8d\x30\x4d\x78\x52\xb8\xb7\xfb\xf5\x19\xf9\x03\xbd\x14\x51\x91\x87\x8e\x59\x23\x88\x4a\x65\xdc\xb0\x2a\x7b\x17\x11\xdf\xdf\xea\x5f\x2f\xb4\x3a\x02\xe2\x4d\xb6\x9e\xc1\xe7\xf6\x5a\x68\xc3\xb2\xb5\xf7\xe0\xf9\xa0\x9d\x5b\xb4\x84\xef\xd9\xeb\x7f\x9f\xb3\xa8\x75\x9f\xc0\x53\xdf\x79\x5d\x40\x77\x83\x09\x1f\x07\x39\x29\x46\x71\xd4\xe6\xe0\xdc\x0e\xa0\xd6\xc0\xf0\xa3\x53\x48\xba\x40\x3a\x28\x8c\x65\x0d\x4c\xb3\x2a\xd2\xc0\x0d\xe7\x80\xda\x87\x37\x9c\x3d\xbd\xa0\xe8\xd8\x1d\xbd\x87\xbd\xc8\x61\xf0\xdc\x7d\x9e\x9f\x2c\x04\x45\x47\x2e\xea\x72\x35\x80\xb0\xac\xf2\x34\x42\xd7\xb0\xb9\xa2\x81\xc1\x6a\x4f\xad\xca\x1c\xa6\x16\xe7\xa6\x67\x4f\xcd\x35\xbb\xe1\x75\x28\x6c\x1b\x41\xa3\x97\x86\x66\x2f\x7f\x04\x90\x43\x83\xf0\x4c\x12\x0f\xdc\xf7\x3b\xfe\xbb\x9c\x45\xfa\xe5\x41\xfc\x37\xda\xb3\x53\x84\xa3\xa8\xa8\x1c\xba\xba\x42\x17\xcb\xfd\x49\x64\xd7\x00\x0b\x98\x41\x77\x68\x5b\x2a\xe0\x46\xea\x32\xb7\xc9\x34\x7e\x39\x4c\x77\xbf\xfb\x7a\xc7\x7f\x85\xa3\x2c\x02\x16\x2c\x81\xdc\x85\x61\x72\x22\x22\x01\x01\xe0\xeb\x86\xca\x33\xc1\xa3\x36\x04\xef\x70\x2e\x9d\x86\x03\x25\xf2\xd3\x96\xce\x9c\x5e\x02\xe8\x97\x85\x2c\xed\xe5\x92\x5c\x6b\x5a\xec\x38\xee\x69\xff\xe4\xb8\xf7\xe6\x89\x21\xf0\x4a\x5f\x52\x0c\x3d\x0a\x32\xd8\xc0\x9a\xac\xcb\x6e\xb3\xb0\x3f\xa9\x8e\xd2\x14\xd4\x5c\x3b\x02\x07\xb5\x23\xcd\x25\xdc\x37\x08\xff\x06\xb0\x28\x8e\xf8\x4f\x19\x7e\x4a\xc7\x3b\xf2\x46\xee\xf1\x96\x29\x93\xd8\x27\x18\x6b\xd8\x80\x79\x1d\xd4\x97\x89\x68\x01\x7b\x60\x39\x3d\xcf\x93\x45\xbe\x16\xf1\x75\xf7\x6d\xcc\x7f\xab\x63\x3c\xf0\x82\xa2\x10\x99\x23\x6c\xbe\x4e\x2f\xf6\xfc\x42\x7c\x86\xd7\xc1\xa8\xaf\xf5\x73\x9e\x21\x7c\xef\x31\xcf\xcc\x43\xe1\xa6\x90\x38\x6f\x05\xc0\xd8\x4f\x26\xab\x75\xbe\xd2\x49\xd3\xf3\x94\x9d\x51\x46\x9a\x79\xbd\xb8\xbf\x1a\x29\x8a\x31\xa4\x90\x50\x03\xbb\xe1\x00\x5a\xa2\xcd\x31\xba\x7f\x17\x4a\x68\x17\xab\xef\xb1\x83\xdf\xb9\xcf\x40\xdf\xb9\x6b\x87\x18\xa5\xb0\xcb\x01\x1e\xe8\xf3\xd8\x5d\xe3\x50\x30\x37\x59\xd4\x80\x02\x7a\x1b\x48\x0b\xbc\xdf\xad\xc6\xbb\xa4\xee\xa5\xf0\x0a\x2e\x86\x59\xf4\x2b\xfb\x7f\x35\x1c\xe7\x1b\x9c\x31\xc6\x9a\x2d\x54\x04\x51\x38\x9f\xa9\x19\x49\xda\x51\x1c\xa3\xdd\x53\xd9\xaf\xc5\xfc\xc0\xeb\x73\x75\x82\x34\xaf\x41\x65\x2d\xe9\x70\x67\x8a\xa4\xb0\x79\xd1\x39\xbf\x39\x56\xd0\xbd\xee\x09\x13\x2a\xd1\xac\x73\x09\x35\xcd\xa8\x7a\x25\x46\xda\x1f\x4f\xb2\x9b\x47\xe1\x91\x1e\x19\x05\x45\x0a\xb8\x69\xaf\x9b\xf4\xaf\xd7\xe0\xff\x23\x30\x78\x95\x9d\xb0\x12\x34\xed\x7f\xec\x82\x29\xee\x58\xd2\xbd\x44\x81\xa6\x7d\xc7\x76\xc6\xc3\x3c\x92\xce\xb0\xe9\xf1\x8b\x73\x0b\x53\x62\x57\xe2\xee\x40\xe2\xae\x18\x12\xf7\xfe\x9d\xc1\x9d\xfd\xa7\x11\x68\x67\x17\x9d\x78\x73\xb1\x32\xef\xde\x73\x29\x08\xac\x55\xc0\x64\x6f\x3c\xc0\x8e\x8d\xc5\x39\x1e\x2f\x5c\x3e\x35\xe9\xdf\x33\x06\x0b\xdc\xa4\x1d\xb9\x24\xc9\xf3\xd2\x5d\x1d\x6b\xc7\x92\xe7\x87\x95\xe4\x79\xb9\xe3\xdf\x1a\x49\xb4\xc6\xc2\x80\x2a\xda\x9e\x1c\xba\x97\x9d\x60\xb3\xdb\x80\xca\xde\x15\x46\x8f\x86\x30\xca\x0c\x61\xd4\xde\x99\x30\x3a\x38\x12\x9f\xbe\x2c\x9c\x1e\xda\x5c\x38\x9d\x76\x4f\x36\xb6\x29\x87\x70\x96\x30\xaf\x4a\xa6\xb1\x1f\xae\x55\xa2\xc3\xa2\x59\x8f\x87\x68\x5e\x72\xbf\xe4\xf8\x37\xd9\x8f\x0c\x00\x45\x65\xc8\x0c\xe8\x0b\xe9\x58\x1c\xf2\x0d\x67\x4f\x12\x74\xf9\x86\xc3\x42\x0e\x40\x57\x65\x0b\xd0\x6b\x1d\xc6\x99\xf1\xd2\x7d\xc0\x7f\xda\xac\xfa\x35\x84\xfc\x07\x6f\x90\xbb\x7e\x1d\x0c\x33\x85\x41\x9a\xaf\xee\x75\x54\xf8\x8e\x39\xa0\x37\x30\xa8\x8a\x7b\xc8\x7f\x92\x49\x21\xaf\xea\x8c\xb9\x98\x29\x5e\x31\x31\xf2\x2a\x12\xd7\x9d\xb4\xa6\xdc\x0b\x06\x96\x4f\xd5\xfc\xfb\xac\x27\xfa\xb6\xb7\x03\x3f\x0d\xb2\xb8\x4e\xba\x6e\xde\x3f\x1a\x75\xa7\x5b\xa5\x12\x6b\xc2\x8b\x6b\xec\x85\x35\x36\xd9\x4e\xb3\x6f\x4b\x13\x9e\xbb\x5f\x71\xfc\xef\x76\xe4\xaf\x12\x5b\xdd\x73\xd3\x84\x1f\xca\x0f\x97\x6e\x78\x86\x4b\x00\x45\x3d\x55\x8e\xc0\xf2\xce\x37\x58\x87\x58\x05\xa2\xbf\xf2\x4e\x05\x03\x65\x9b\xb5\xe2\x5f\x6e\x93\xd1\x2f\x96\xf0\xba\x85\xdd\xc4\x8e\x8e\x14\x5e\xc3\x5d\x78\x02\xdb\xb0\xc5\x08\x93\x17\xed\x61\x47\x8d\xec\x2a\x6c\x40\xf7\x2e\x2f\x2f\x18\xac\x60\xc0\x6a\xe7\x7e\x70\xc2\xff\xb1\x5a\xd5\x9b\xd2\x26\x5a\x14\x3d\x75\xe5\x9d\x23\x9d\x0e\x5d\xd8\x1a\x50\x1a\x68\xc0\x20\x8b\x17\x8a\xa4\x63\x53\x53\xc7\x3b\x69\x5e\xdc\x39\x75\x5c\x4c\xcd\x3b\xef\x3a\x9e\x73\x21\x76\x7a\x41\x56\xdc\xe9\x35\xee\x94\xc9\x69\xce\xe2\x7f\xc5\x4b\x75\x85\xd9\xcf\xe2\x52\x1c\xd0\xe2\x89\x19\xef\xc6\xdb\x6f\xbb\xa5\x2e\xb7\x58\x92\xc7\xa6\xe3\x31\x02\xa9\x15\xad\x8e\x17\xac\x06\x51\x92\x17\xe8\x0c\x53\x80\x9b\x9a\xa6\x7a\x07\x80\x8b\x83\x53\x07\x61\x0b\x25\x82\x29\x8d\x20\x72\xf0\xae\x83\x5e\x9a\x79\x07\xaf\x3b\x28\x74\x04\x51\x7f\x5b\x47\x78\x85\xc3\x5e\xea\x30\x7c\xe1\x3e\x2c\xe4\x40\x89\xc5\x1b\xde\xc8\x9b\x94\x9e\x29\xdc\x75\xb7\x99\x53\xe4\x2e\x36\x06\x4e\x7b\x93\x31\x15\x42\x81\xfd\x7a\xb5\xc8\x9a\x91\x98\xc5\xf3\xdd\x60\x95\xbb\x1b\x35\xff\x89\xb3\x0a\x05\xc0\x60\x87\x89\xc4\xeb\x0d\x67\x2f\x04\xe6\x58\x4d\xfd\xbc\xc3\xa6\xd9\x81\x3c\x7a\x2e\xbf\x7b\x50\xf0\xdc\xbd\x09\x3c\xda\x6f\xb9\xc9\xff\x26\x00\x25\x89\x9e\xab\xa4\x06\xe4\x81\x87\xdd\x82\x97\x58\xa8\xde\xec\x30\xcc\xdb\xfd\x21\xc7\x7f\x1e\x30\xc1\x8a\xa5\x26\x2d\xfe\x51\x2e\x53\xe7\x68\x6c\x6b\x62\x80\xd1\x83\xbe\x68\xd0\x6a\x2b\x13\xbb\x5a\x67\xd0\xe3\x99\x58\x0d\xc7\xd6\x8e\x34\x6f\x68\xde\xea\xd7\x3d\x3f\x4c\x5b\xe7\x79\xd6\xe9\xaf\x88\x0f\x56\xd3\x74\x35\xe6\xcf\x31\x70\x9a\x87\x92\x3c\x7b\x4c\x6c\xf5\xeb\x0f\x58\x97\x9f\x36\x95\xb2\xba\x03\xa5\x39\x37\xad\xc0\x71\xdd\xcf\x4e\xfa\xc5\xf0\x63\xc9\x77\x47\x58\xba\x66\x66\x26\xb2\xae\x8e\xaa\x04\x82\x3d\x39\xa3\xcd\x09\x23\xd2\x4f\x53\x7a\x19\xf0\xdb\x0e\x5a\xf6\x4d\xe8\xa7\xf6\xb3\xaf\xd4\xd8\x01\x45\x6b\xef\x7e\xae\xe6\xff\x49\xed\xb4\xfc\x69\x72\x1e\xe2\x03\x29\xea\x71\xca\xa2\x55\x44\x85\x7d\x36\x3d\x6f\x06\xdd\x43\x28\x22\x54\xc1\xbd\x22\x89\x96\x4c\x84\x24\x5a\x49\x6a\xe4\x2b\xb1\x73\xd4\x93\xdc\xf3\x7d\xef\x10\xa1\xc7\x01\x0c\x0b\x18\xfb\xe9\x26\x14\xc2\x0e\x96\xfa\xd0\x8a\x69\x00\x22\x42\x8b\x44\x39\x15\x9a\x80\xdb\x46\x08\x7a\xde\x4a\x7b\x40\xc0\x26\x9d\x60\x8d\x04\x5d\x1e\x24\xb9\xe7\x07\x71\x8c\x7e\x18\xba\x7a\x43\xa9\x40\x39\x0b\xbc\x8a\x2a\xc0\xfd\x0d\x8f\xdb\x15\xaf\xcc\x69\xf3\x0c\x36\x29\x73\x73\x4f\xfa\x77\x2d\x2a\x8e\xa0\x1c\xd0\xbd\xa8\x9f\x15\x85\x95\x56\x22\x85\x8e\xd5\xf4\x10\xc9\x07\xea\x1b\xc4\x71\x89\x47\xf7\x0a\x83\x51\xc8\x3d\xe3\xdf\xbd\x64\x10\x0c\x6d\x39\x7f\x99\x7d\x92\x26\xb6\xdf\xfa\x8b\x1c\xb6\x67\x8d\x67\x2b\xee\xf3\xfc\xe4\x7e\x9e\xad\xa0\xe4\x37\x18\x5b\x55\x5e\xd3\x0b\xf3\x42\x77\x5a\xa9\xc3\xcd\xf8\x31\x6f\x95\x17\x75\xd8\x22\xea\x18\x73\x46\x51\x0e\xbc\x4e\xfa\x6a\xdd\x0b\x79\xcc\xc5\xbf\x00\xcc\x31\xb6\x95\x4b\x6c\x3f\xa9\x65\xee\xbd\xfe\x1d\xf2\x8c\x45\xf3\x55\x14\x2c\x1f\x51\x4b\x65\x07\x8f\xcd\xf4\x14\xdb\x0b\x8a\x9d\x3b\xeb\xdf\x8a\x97\xdb\x46\x86\xf8\x60\x3b\xd9\x3d\xec\x90\xa2\xf4\x5c\xbf\x3b\x8a\x42\x54\x33\x3f\xd9\x6b\x89\xbc\x68\xfc\x55\x5e\x40\x88\x24\xf6\x8c\x7a\x8c\x3f\xfd\xe6\xf0\xf4\x2d\x57\xe2\x25\x57\xb2\xdb\x37\x95\x4f\x34\x59\xc5\x6e\x9e\x9b\x66\x49\xf7\x77\xae\xf0\x3f\x5f\x1b\xf5\xd6\x46\x18\xd2\xbe\x80\x81\x97\x89\x4f\x3d\x88\x49\x92\x4e\x43\x10\x9f\x44\x06\xca\x28\x69\xa5\x62\xcf\x2f\x64\x60\x07\x04\xf1\x25\x64\xec\xc4\x3c\x94\xe8\xca\x4d\x1b\x28\xba\x1f\x49\x7c\x64\x8a\x33\x45\x6f\x10\xb8\x57\x07\x47\x66\x9e\x45\x1c\x20\x1d\xe8\x62\x9d\xcc\xb6\x70\x91\x7e\x37\x27\x90\x06\x4b\xb4\x62\x7d\x81\x7f\x34\x0c\xe1\xce\xbc\x8e\x61\x40\xe0\x1c\x11\xf4\x7a\x3c\xc8\x72\xcd\xb1\xea\x45\xc5\xc1\x1c\x5c\xe7\x41\x3f\x97\xbe\xf3\x40\xe5\x05\xc7\xbb\x4e\x40\xdb\xb8\xbe\xb0\xac\x1b\xde\xff\x41\x41\xd9\xe4\x46\x57\x34\x37\x9c\xab\xe4\x6c\x80\xae\xde\x70\xae\x49\xd2\x64\xd1\x7e\xc4\x74\x02\x4b\x92\xbf\x61\x92\xbd\xb4\xc6\x1e\xa7\x9b\x8a\xee\x14\xff\xe4\xf8\xff\xd3\x99\xb3\x1f\xc2\x28\x60\x9b\x44\x93\x5a\x69\x77\x45\x72\xba\x42\x87\x42\x49\xe0\x63\x69\xf9\x2b\xa1\xdf\x42\xda\x02\x0f\x40\xd5\xb7\xd0\x41\xba\xd4\xba\x97\xf7\x85\x12\x85\xfe\x95\x7a\xfb\xc1\xab\xd0\x94\xe7\xc9\x41\x7d\xfd\x3d\x94\x16\xfd\xa0\x83\xc2\xb3\x1a\x2d\x1e\x4f\x21\x20\xad\xfd\x9c\x6e\xce\x8c\x2e\x34\x27\xfe\x5f\x38\xcc\xe8\x2c\xf7\x43\x8e\xff\x6b\xce\xbc\x9e\x78\x62\x2d\x66\x7d\xae\xe3\x82\x71\x0e\x20\x4c\xbc\x81\x7e\xdc\x12\xdb\x52\x90\x59\xc5\x28\x27\x52\x74\x14\x04\x34\x97\x78\x60\xf9\x74\x60\x60\x91\xd9\x07\x56\xd7\x28\xcf\x67\xf3\x7d\x55\xff\xe4\xe6\xec\xb5\xee\xa4\x5f\x57\x63\x43\xf3\xc3\x7d\xa4\xe6\xbf\xd3\x19\xea\xa8\x92\x11\x25\x20\x40\x24\x73\xc6\x92\x3f\xfa\x3a\xaa\xc2\x3d\x9e\xb5\xd3\xac\x2b\xd6\x64\x92\x26\x9a\xcd\x02\xbd\x73\x31\x9f\x2c\xe4\x19\x7a\x1c\x42\x9d\xa3\xd5\x04\xc8\x54\x92\xa2\x8e\x6e\xb4\x74\xd2\x09\xfb\x08\x64\xcd\x73\x1c\xdf\x5e\x9a\xe7\xd1\x4a\x3c\x3c\x72\x5a\xc3\xba\x9b\x7d\xeb\x78\xe2\xed\x0a\x09\x56\x6a\x33\x7b\x79\x8d\xd9\xab\xc9\xfd\x17\xc7\xff\x29\xe7\xf2\xf5\xcb\xd7\xb9\x4f\xc6\xab\xfa\xe3\xb5\x4e\xe8\x90\x2f\x5e\xc3\x6e\x1a\x4d\x7f\x34\x9a\xf9\xc8\x7d\xf7\x35\xfe\x3b\xf6\x8e\x7c\x2d\xed\x6e\xf2\x84\x0e\x84\xee\xc4\xbc\x00\x50\xa5\x2b\xd0\xe2\x0b\x37\xdf\x70\xbb\x45\xc6\x03\x51\xb4\x60\xc4\xa2\x98\x45\xe3\x25\x76\x9c\xde\x0d\xb1\x93\x3a\x01\x3a\xb8\x16\x5e\x90\x0f\x92\x56\x27\x4b\x93\xb4\x9f\x63\xac\x4e\x06\x58\x7c\x18\x5f\x9a\xf7\x79\xd8\x64\xec\xbe\xfe\x8a\xd8\x23\x73\x1d\xe9\x29\x36\x71\x55\xa3\x63\xcc\x3b\xd2\x94\xd6\x34\xab\x62\xe5\x3b\xfd\x22\x2d\xdd\xb1\x7b\x87\x34\xa9\xb6\xed\xbf\x6f\x7f\xd7\xc0\xdc\xe1\x28\x1e\x8b\x6d\x1c\xa0\x59\x32\xa1\x09\x1c\x6e\x32\xef\x68\xd3\x93\x4e\xbb\x56\xf9\x62\x87\x5f\x3e\xb9\x64\x04\x32\x94\x8a\x17\xe2\x9b\x70\xcd\x44\xe5\x80\xea\x9c\xc7\x83\xf1\xd5\x8a\x79\xd1\xa0\xe2\x4a\x15\x41\x7c\x0e\xd1\x39\xb4\x3b\xcb\xf3\xb0\xba\x55\xfc\x3a\x74\x92\x55\x27\x40\x8d\xd3\x73\xc7\xee\x1d\xa1\x78\xb7\xfa\x79\x91\x76\x41\x34\x99\x38\x58\x90\x43\x5e\xe9\x02\xf1\xb5\x03\xec\xe1\x9a\xba\xb2\xfd\xc7\x71\x54\x92\x5b\x5e\x19\x74\x73\xfb\x36\x27\x2f\x69\x43\xc3\x57\xc9\x55\x97\xb5\x51\xae\x67\x2e\x28\x78\x09\x46\x3b\x53\x2c\x90\xb9\x1e\x70\x52\xab\xeb\x60\x68\x67\x5d\xe2\x00\xb6\x83\x28\xee\x63\xbc\x21\x79\xea\xca\x20\xce\x64\x95\xbe\x95\xdf\xec\x72\x36\xee\xfa\x81\xfc\x7b\xf1\x03\x79\xbb\xe4\x85\xfd\xd1\x1a\x3b\x71\x19\x16\x73\x8f\xb7\xfc\x8f\x23\x2b\xac\x0d\x9c\x6a\xac\x43\x6b\x3f\x02\xeb\x13\x61\x49\x91\x89\x50\x06\xed\x53\x10\xa9\xb1\xda\xeb\x86\x7c\xc3\xe4\xfd\x1c\x58\x83\x29\x82\x8c\x44\x2f\x1c\x7e\x12\x33\x1f\x33\xcc\x0c\xa3\x1b\xb3\x68\xad\x8c\x53\x88\x71\x75\x6a\xd0\x21\x92\x35\xc2\x8f\x10\x18\xe7\xa2\x93\x6d\x7e\x1f\x72\xc6\x3d\xb5\x33\xde\xbc\xf2\x95\xed\x2b\x6b\x95\x0e\xb7\xca\xba\x08\x71\xe1\x0f\x04\x11\x44\x59\xfc\x95\xe3\xdf\x56\xf9\x06\xd7\xd7\x3a\xfd\x50\x51\x29\x86\x1d\xd2\x36\xf0\x6f\x38\xec\x8c\xf6\xc3\x9e\xf5\x6f\x3d\x85\x7f\x52\xb8\x0b\x10\x38\x75\x70\x70\x0c\x4b\x26\x46\x4d\x0c\xb8\xd0\xba\x93\xa4\x0c\xbe\x77\x0f\xdb\x87\xe1\x3b\xee\x53\xfd\x1b\x0e\xad\x64\x11\x6f\x1f\x96\x24\xfe\xdb\xca\xe8\xc5\x36\x8d\x68\x3b\x4e\xd7\x29\x44\x5d\x69\x6d\x0b\x59\x94\x66\x51\x31\x38\x29\x96\xdb\x8c\x89\xd3\x06\x1e\x8f\xbf\xb9\xdf\x3f\x33\xfe\x93\x12\x3e\x88\x0d\xf5\x86\xde\xc9\x94\xde\x03\x90\x13\xb1\x61\x8a\x15\x6b\xf5\xe2\x3f\xed\x65\x8f\xec\xa1\x18\xe2\xaf\x4d\xf8\x7f\x3f\x41\x44\x54\x55\x0e\x48\x10\xb0\x65\xe6\x08\x01\x46\xa4\x40\x17\x29\x22\xd7\x53\xf1\x89\xda\xff\xf8\x05\xde\xea\xe3\x2c\xf7\xa6\x35\xd0\xd4\x39\x7f\xee\x02\xef\xf6\x0a\xff\x1c\x19\x34\xe0\x40\xa8\xc4\x9b\xdc\x84\x4a\x05\x4a\x88\x4c\xa3\xd4\x00\xcb\xf5\x0e\xe1\x8e\xda\xa7\x10\x7b\x88\xb7\x7a\xa8\xcf\xfb\x3c\x3c\x4c\x50\x68\x90\x32\xe4\x45\x16\xb4\x0a\x83\x2a\x20\xe8\x05\x2d\x51\x42\x37\x08\x8d\x8b\x30\x50\x4c\xa0\xe1\x76\x15\xf2\x72\x33\x4e\x22\x5e\xbf\xdd\x8e\x43\xc1\xe1\x4d\xdb\xf2\x9c\x20\xe3\xcf\x19\xea\x3f\x5c\xe4\x87\x56\x0e\x7b\x79\xaa\xcd\x47\xa8\x44\x1d\xd4\xec\x00\xaa\xd6\x10\x08\x67\x55\x9c\x5f\x68\xc5\xfd\x3c\x5a\xe3\x18\xa4\x5a\x51\xb4\x8e\x37\xb1\x26\xed\x17\x1c\xb6\x9f\xf2\x77\x3f\xe5\xb0\xd3\x23\xa5\x6d\xd5\x74\xa6\x6e\x18\x3d\x65\xfd\x97\x39\xe7\x28\xf7\x73\xc6\xd4\xed\xa4\x86\x8f\xac\x18\xb9\x4e\x90\x84\xb1\xb2\x80\x51\xb6\x43\x0d\x58\x1e\xc6\x29\x13\x6a\x22\x1a\x82\xa3\x36\x74\x22\x1c\xd6\xa3\xb6\xe4\x56\x8b\x72\x73\xb4\x9a\x17\x9d\x73\xec\xf1\x96\xac\xec\x27\x10\xae\x04\xce\x2c\x61\x94\xb7\xb2\x08\xa2\xa3\xd2\xec\x18\x98\x4b\x99\x47\x02\xba\x51\xa4\x0d\xe3\x3d\xbf\x7b\x70\x8c\x79\x9e\x27\xc7\xe6\x98\xac\x34\x63\x5f\x65\xec\xfe\x4b\xf5\xd0\x6e\xce\x80\xf6\x2b\x0f\x77\xb3\x6a\x28\xc0\x6c\xef\xbe\x8e\xf9\xcf\x18\xfb\x45\xe9\x8e\x13\x41\xd5\xe0\x1c\x91\xad\x91\x6e\x32\x2a\xfd\x86\xb3\xaf\x17\xf7\xb3\x20\xde\x70\x40\x09\xb2\x24\xc6\x8f\x1e\x60\x5f\x71\x18\x13\x39\xaf\xa6\x59\xc4\x73\xf7\xb3\x8e\xff\xbb\x8e\xfe\x6d\x5f\x11\xc2\x46\x63\xd9\xd4\xd1\xdc\x82\xaa\xbd\x61\x16\x95\xf0\x74\x04\x5c\x73\x30\x88\xe3\x83\x87\xb5\x09\x46\x47\xc9\x47\x09\x9c\x62\x34\x05\x60\x98\xb6\xfa\x10\x67\x2b\x77\x5c\xdc\x12\x25\xab\x87\x68\x33\x59\x5a\xa2\x64\x2d\x95\xb0\x27\x10\xc5\x75\x4e\x0c\x7f\xab\x40\xd8\x9a\x20\x8e\xcf\x8d\x83\xd7\x7d\xaf\x43\x3a\xe1\x2f\x3a\xfe\x5b\x9d\xf3\xa4\x13\xd2\xf2\x94\x14\x24\xf0\xb8\x64\xf4\x45\x23\x9b\xd8\x31\xb2\x2e\x80\x19\x29\x15\x0d\x59\xd1\xa2\x64\xb5\x1f\x07\x59\x93\x06\x44\xf7\x4a\x94\xe4\x45\x90\xb4\x24\x7c\x85\x3a\xe2\xa2\xf8\xa1\xc0\xf7\x73\xa2\xc8\x73\xfa\xda\x48\x76\x50\x2b\x88\x21\xe0\x58\x37\xe0\x21\x36\x29\x86\x45\x68\xb3\x2e\xf7\x9f\x21\xff\xde\xa4\x15\x30\x92\x0a\x56\x46\xb7\xc9\x8c\xcb\xf0\xb1\x12\x27\xa3\xbc\xb0\x51\x55\x5f\x56\x63\x34\x97\xdc\x87\x6b\xfe\x57\x1c\xfc\x5b\x96\x48\xbf\x2a\x0d\xe5\x72\xaa\xa2\xdd\xa5\x34\x5f\x50\x54\x10\x38\x20\xa0\x03\x79\xe7\x84\x86\x9a\x4f\x1d\x87\x09\x77\xe7\xd4\x71\x52\x51\xee\x9c\x6a\x36\x9b\x53\xc7\xb1\xa4\x3b\xcf\x11\x07\x96\x66\x67\x30\xcb\x1e\xb5\x1e\x00\x55\x1d\xce\x60\x69\xd6\xf5\xce\x1d\x87\xb5\xd4\xa4\x2c\x9b\x54\xe2\xb9\xc3\x9a\x5f\x0b\x31\x7e\x89\x20\xd2\xea\x8f\x4f\x3b\x8c\xe5\x9d\x34\x2b\x70\x15\x7f\xc4\xf1\x7f\xd1\xd1\xbf\xb1\x55\xe2\x27\xad\x57\x89\x84\x23\xdb\x5d\x57\xac\x6d\x8f\xda\x2a\x38\x0e\xe5\x8b\xe2\x45\x6f\xcd\x17\x1a\x07\xb2\xd4\xa8\x91\xeb\xe4\x05\x0e\x9b\x94\x73\xda\x2d\xfc\x55\xf9\xb7\x9a\x67\xf2\x77\xd5\xb8\x8f\x29\xd2\x9a\x71\xea\x71\x48\x0b\xc0\xea\xe6\x17\xec\x61\xe3\x5d\xc0\x8e\x36\x17\xd2\x30\x3f\xc5\x8b\x2c\x6a\xd1\x1d\xc8\x07\x27\xfc\x0d\xa7\xfc\xb4\x24\x45\x65\x58\xbc\xda\xff\x03\xaf\x0b\x5f\x9b\xae\x2a\x3c\x68\x75\xc0\x6d\xad\x04\x69\x01\xce\x46\x5e\x11\x64\xa2\x9b\x0f\x01\xa4\x25\xfa\x44\x00\xc0\x71\x92\x93\x5d\xb2\x41\xd8\x36\x3c\x6c\xf4\x78\xd6\x40\x68\xda\xc3\xcd\x0d\x67\x1f\x16\xb5\xe1\xec\xa7\x1c\x2d\xb9\xfc\xb2\x1a\x7b\xb1\xc3\xe4\x2b\x77\x30\xde\xb4\x3a\xd4\x1d\xd8\x68\xf0\xf1\x20\x83\xc7\xad\x06\x06\x80\x71\x4e\xb2\x7a\x40\xce\x4f\x84\x51\xc3\xfa\xb1\x17\x39\x8c\xaa\xea\x0e\x46\x1f\xff\xc6\xd4\x62\x5e\x61\x8c\xfa\xb7\x51\xf7\x2a\xd8\x51\x22\x5d\xc0\x4e\xa4\x97\x2b\x03\x9c\x4a\x20\x4c\xc9\x1b\x85\x7d\x6c\x92\x3d\xc9\x28\x6d\x45\xac\x78\xb1\xad\x3e\x2d\x5d\x01\x4f\xd1\x77\x4d\xfa\x1e\xfd\x8d\x3b\x96\xed\xa3\xf1\xed\xe9\xca\x08\x17\xd0\x9f\xdc\xcf\x1e\x94\x0e\x8c\x8b\xfe\x13\x2b\xfd\x17\x9f\x26\x52\x9b\x4b\xe4\x30\x3b\xc8\xbe\x79\x64\x57\x98\x95\xdb\x35\x3d\xec\xc0\xf4\xf0\x7b\x26\x03\xf4\x7b\x77\xc8\x00\xfd\x5f\x1f\x23\x02\x68\x59\xd0\xae\x15\x6f\x87\x56\xbc\x8b\xce\xe2\xe6\xe6\x90\x29\xb7\x21\xdd\x43\x49\x1c\x94\xec\x1b\xca\x0b\x14\x56\x29\x63\x2f\x9c\x18\x13\x4d\x0d\xb8\x38\xee\x5f\xd6\xfc\x87\x8c\xdf\xea\x42\xc8\xb4\x18\xa7\x09\x28\x5c\x08\x3b\x00\x21\xcd\x79\xdd\x8b\x9a\xbc\xe9\x15\x1d\x45\x36\xb1\x1e\xe4\x53\x51\xee\x75\x82\x5e\x8f\xc3\x55\x89\xc8\x29\x4a\xfa\x78\x23\x02\x80\x7c\x29\xb1\x6d\xd9\xd6\x91\x4f\x38\xec\x1c\xdb\x0b\xf7\x94\xee\x03\x12\x66\xf4\xee\xd3\xfd\xee\x0a\xcf\x44\x81\x74\xbf\x9b\xb4\x24\xc1\x06\x42\x23\x89\xea\xf4\x7b\x7a\xb4\xf3\xc2\xeb\xf0\x20\x2b\x56\x78\x50\x40\x29\x96\xdf\xd6\x05\x76\x8d\xf8\xe4\xcc\x0a\x2a\x62\xcb\x51\x97\xbb\x21\x3b\x7e\x09\x6b\xee\x54\xd4\xca\x52\x88\xbe\x7f\xca\x72\xa4\x95\x02\xa8\x80\xae\xaa\x97\x52\x49\xec\x8b\x57\x31\xbf\x62\x0c\x16\xd2\x50\x92\x23\x01\xc8\xd1\x07\xae\xf2\x3f\x59\x9b\xa5\x65\xa2\xa0\xb5\x00\xb7\xee\x90\xd8\x31\xc0\x78\x97\xe6\xdc\x84\xaa\xe3\x08\xd5\xb3\xa4\x81\x7c\xe2\x00\xa2\xeb\xa9\x53\x08\x31\x54\xfa\x0c\x1d\xca\x0f\x1f\x36\xf0\x41\xc4\xb6\x6f\x3a\x8e\x36\x24\xf6\xd7\x21\xc9\xbf\x74\x58\xc2\xde\x59\x2f\x93\x22\x6a\xe8\x2f\xd6\xa3\xa2\x53\x27\xaf\x47\xe3\xb3\x48\xa2\x65\x00\x54\x18\xd9\x9d\x90\x6a\x9d\xd0\xbc\x44\x5b\x0c\x2c\x6f\x6a\x0b\xde\xf7\x9f\xe7\x03\xef\xb8\x41\x2d\x77\xa7\x82\x65\x82\xea\x83\x64\x20\x58\x30\x15\x6e\x0f\x11\xee\xda\x08\xa1\xbb\x2f\x52\xe5\x6f\x38\x57\x18\x99\x5a\x93\xf0\xbf\x31\xf6\x72\x87\x5d\x65\xf5\xa7\xfb\x7c\xf6\xad\x97\x22\x94\xcd\x3c\xfc\xdb\xa7\x0d\x20\xaa\x01\xd0\x6a\xe8\xe1\x55\x92\xa0\xae\x66\x36\xc0\x57\x8a\x7a\x37\xd9\xff\x9a\x60\xd7\xaa\xc1\x53\x95\xfa\xe4\xc4\x65\xa8\xd5\xc6\x44\x45\xb5\x8c\x8e\x33\x9c\xde\x14\x9e\x0b\xc0\x63\x69\x14\x42\x3c\xec\xc0\x43\xbc\x37\x8a\x23\x4d\x6c\x05\xf6\x09\x39\x18\x46\x66\xa8\xf2\x18\xbe\x0c\x68\x17\x91\x37\x4c\xe0\xf0\x2c\x76\x30\x0d\xb2\x66\x24\x26\x14\x56\x80\xf1\x52\xe0\x55\x22\xa9\x0d\xec\x65\xa4\xa0\xcd\x10\x7c\xe8\xe4\x9c\x3f\x98\xeb\x2f\xfc\xa6\x37\xad\xa2\xb2\x65\x8e\x87\x9e\xf7\xfc\xc3\x6a\xbe\xd9\x1e\x80\xdb\xc5\x65\x06\x97\x0b\x63\xa5\x9f\x2e\x8f\xa6\x82\xb0\xd1\x84\x97\x4d\xf6\xfe\x1a\x63\xba\x4c\xf7\x5d\x35\xff\xb5\x35\xb3\x0f\x95\x41\x2a\x00\xdb\x73\xd4\x52\xba\x9c\x76\x0f\x24\x1b\xca\xe5\x1c\x3b\x73\x5c\xaa\x47\xce\x1c\xdd\xa1\x89\xdb\xdc\x64\x98\xd4\x40\x0e\xa5\x1c\x3b\x82\x63\x0e\x77\x5f\xad\x31\x73\xbd\xa3\x27\xe9\xf2\xe5\x15\x7d\x68\x1b\x10\x62\x66\x8c\x5c\xa6\xa9\xac\x01\xfc\x74\xdb\x1f\x15\xd1\x69\x34\x7a\x2b\x82\x33\x19\x68\xb1\x49\x03\x58\x12\x9c\x4d\x6f\xce\xc2\xcc\x13\x19\x47\x06\xd3\x48\xc9\x3a\xfb\xe1\xfd\x56\x6c\x85\x06\x0b\x14\x82\xe8\x34\xfe\x42\xdc\x6e\x00\x17\x7f\xd3\x7e\xff\x96\xa1\xa7\x56\x08\x8a\x44\xc4\x46\x5a\x13\x89\xeb\x9a\x26\x96\x08\xff\xd3\x7d\xec\xb5\x13\x6c\x3f\x4f\x42\xc8\xf5\x65\x13\x52\x97\xf8\xc7\x9a\x22\x23\x28\xc3\x64\x49\xc4\x23\x45\x39\x0f\xc7\x0b\x59\x1c\x65\x55\x47\x17\xe8\x1c\x7c\xf0\x8c\x40\x14\x72\xc2\xa1\x3b\x70\x82\x35\x2a\x21\x5b\xd1\xc9\x43\x0e\x28\x21\xed\x42\x01\x16\x61\xb0\xfc\x40\xe2\x81\x96\xbf\x31\x66\x44\x00\xd3\x27\xf4\x0e\x61\x6f\x1f\x86\x2f\x71\x45\x53\x85\x95\x51\x82\x3f\xd4\x47\xba\xab\x55\xf0\x6a\x25\x64\x4e\xf9\xbd\x01\x66\x0d\x6e\x7f\xde\x34\xa0\x0f\x12\x6e\x5c\x62\x2e\x11\x09\xce\xd5\xcf\xe5\x0c\x3f\x41\x29\xef\x11\x1f\xfb\xd6\xf0\xcd\x61\x2d\x7c\xdb\x73\xfe\x5d\x35\xb6\x47\x94\xec\xfe\x54\x6d\xab\x17\xad\xfd\x22\x8a\x9b\x51\x52\xe4\x45\xd6\x9c\x4f\x0a\x89\xe9\xe1\xff\x8d\xb3\x2c\x3b\x88\x6e\xbb\x50\xd3\x91\xcc\xf9\x8a\x2d\x54\x71\xb4\x40\x94\x40\xd2\xef\xf2\x2c\x22\x02\x30\xec\x43\x99\x07\xc1\xe3\x54\x72\x39\x93\x1b\x91\x64\x22\x36\x77\x86\x9e\x36\x7f\xa1\xf8\x12\x3a\x2b\x02\xae\x2a\xa4\x60\xd8\x10\xf4\x94\x2d\x49\x02\x59\x65\x6f\xfa\xf4\x2c\x66\x27\x63\x40\xb0\x9c\xb0\xc9\x5e\xe8\xb0\x49\xf9\x99\xdb\xf7\x3b\x08\x78\x4d\xc9\x0e\x2d\xcf\x2c\xd4\xbd\xb3\xb3\x0b\xe0\x7c\xb1\x34\xb3\xbc\x20\x81\x48\x65\x91\x5d\x65\x44\x6c\x56\x20\xd9\x1b\xcd\x0d\x0d\x93\xd5\xf2\xcc\x82\xb5\xa2\x3f\x7b\xc0\x32\x52\x65\x2b\x41\x4b\x83\xa0\x10\x8c\xeb\x62\x1a\xf3\xbb\x23\xf0\x9c\x05\xab\xc5\xcf\x1d\xf0\xdf\xed\x54\xbf\xab\xb2\x62\x0c\x7f\x09\x80\x3a\x8a\xea\x34\x4a\xbc\xb5\x23\xcd\x23\xb7\x8a\x3f\xda\xc1\x5a\x0a\x67\x03\xa8\x88\xed\x6a\x26\x51\x6a\x8e\x54\xe5\x58\xd7\xb4\x0c\x1a\x86\x7e\x45\x99\x67\xb1\x8c\xa3\x47\xab\xad\x29\x9f\xd9\x0d\xe5\xdf\xb1\xb3\xca\xf3\xa4\x39\x2a\xf3\xff\xcb\xbc\x34\x47\xe9\x2b\x98\x8a\x21\x33\x37\xf8\xa7\xb2\x3b\xd8\xed\x23\x4d\x53\x9b\xcd\xca\x5d\x73\xd5\x0e\xcc\x55\x6d\xc3\x5a\xf5\x6d\x3b\x33\x56\x3d\x49\x19\xab\xb0\x1f\x0f\xe6\x66\x98\xec\xf3\x36\xb7\x83\x3c\xc3\xbd\x5f\xb9\x85\x8c\x94\x00\xda\x39\xa4\x52\x04\xd9\x96\x13\x9c\x33\x8c\xbd\xef\x3f\x58\x87\x75\x0d\x0b\x28\x91\x9e\x90\xf6\xea\xf5\xff\xc1\xff\x2b\xc7\x7c\x62\x68\x2b\xb0\x77\x07\x59\xd0\xe5\x85\x98\x0f\x78\x37\xac\x98\xb0\x28\x47\x83\x39\x74\x41\xd4\x22\x2f\x78\x52\xdc\x4f\x90\x6c\xe4\x79\x13\x0e\x92\xa0\x4b\x94\x22\xb0\x07\xa1\x38\x69\x32\x66\x96\xac\x70\xfa\x93\x86\xd2\x2a\xc3\x3b\x86\xee\x8b\x64\xb9\x58\x11\x0b\xaf\x96\x17\xad\x90\x14\x00\xed\xcc\xd4\x04\x6c\xe9\x0d\xe7\x0a\x5d\x72\x66\x09\xc3\x77\x5f\xcb\x12\xf6\x1f\x40\x07\x22\x70\xc4\x0b\xbd\x00\x6e\x84\xdd\xfb\xfd\x7b\xa7\x2b\x9e\x0b\x99\xb6\x6e\xa3\xc4\x94\x6a\x05\xda\x1d\x05\xfc\x72\x91\xcc\x86\x3c\xfb\xde\x09\x76\x2d\x29\x5d\x84\x34\x1c\xf1\xdc\xfd\x4a\xcd\x7f\x7b\x6d\x91\x8b\x69\xda\xc2\xd5\x05\xea\x6d\xa1\xbe\x20\x0d\x7b\x6d\x6b\xbd\xeb\xcd\x05\xad\x8e\x82\xa5\x43\x5c\x2b\x45\x6e\x54\xe4\x1e\x00\x9e\x2a\x24\x70\x0d\xa6\x8c\x5b\x2a\xdd\x55\x19\xc7\xca\x2a\x44\x6b\xf3\x5c\x6a\xc6\xa4\xa9\xdc\x32\x6a\x4e\x19\x5b\x76\x1b\xbc\x3f\x04\x1d\x28\x54\x88\x3e\x00\x3d\x6a\xc2\x0f\x2d\x4f\x6f\x67\xb7\xb2\x9b\xb7\x0d\xeb\x2c\x9a\xb0\xbb\x13\xee\xba\x6d\x3e\x76\x9b\xd1\xab\x1c\xc6\xb4\x8c\x75\x1f\x76\x7c\xbe\xa0\x45\x2e\xa2\x67\x55\xc8\xe1\x02\x35\x67\x29\xcf\x88\xe2\x8d\xe6\x17\x22\xf5\x4a\x29\x21\xa7\xa8\x25\xa1\x9a\xe3\xf8\x2d\x3e\x62\xde\xe7\xbc\xdf\xd9\xa1\x33\xa9\xff\x22\x67\xcc\x2e\xf9\x75\xbb\xd6\xf9\x82\xc3\xae\x04\xe0\x4b\x09\x90\xfc\xe7\x8e\xff\x5e\x67\xb6\x5a\x76\x56\x6c\x65\x95\xdd\x88\x5c\x34\x25\xe2\xa5\x9c\x10\x36\xa9\xa0\xba\x8c\x9b\xce\x52\xbf\xee\xf9\x79\xda\x2e\xfc\x67\x03\x68\x21\x52\xb7\x43\xda\x06\xe1\x9e\xd2\x1e\xb7\x70\x3f\x39\x9f\xe4\x51\x17\x28\x0a\x83\x28\x16\xa7\xe9\x34\xa1\x03\x2e\xa4\x1c\xe7\x0e\x70\x9a\x99\xfb\x9d\x7b\x97\x7f\x74\xc1\x98\x2e\xf6\xfd\x3a\xe0\x3e\x53\xc9\x46\x22\xeb\xd8\xf4\x43\x0e\xbb\x2a\xe3\xad\x38\x88\xba\xc4\x8c\xfc\x12\xc7\xbf\xf0\x28\x74\x1f\x08\x53\xa3\x1c\xdb\x01\x61\x96\x0f\x85\xa2\xfd\x93\xc3\xae\xc5\xb9\x4e\x3a\xd1\xa9\x34\xe4\xee\x67\x1c\xff\xa3\xce\xfd\xe5\xc7\x46\xc3\x3b\xe9\xfa\x50\x35\x67\x44\xb1\xb9\x61\x2c\x30\xdb\x04\xa8\x04\x69\x3f\x09\x9b\x9e\xf7\x00\x70\x82\x25\x60\x89\xb1\x0a\x99\xef\x76\x79\x18\x61\x58\x01\xa1\x58\x5f\xf6\x4d\xcf\xb8\x69\x3b\xb7\xb9\x86\xf9\x54\xf7\x8e\x46\xf5\xcd\x9a\x54\x09\x4b\x4a\xa6\xa9\x92\x31\x21\x0b\x9e\x7a\xc9\xce\x74\x4f\x5b\x3a\x73\xda\x7d\xa5\xe3\xbf\xcc\x11\x7f\x59\xd8\xa5\xc9\x00\x67\x3f\x60\x98\xe2\x16\xd1\x24\xda\x59\xe4\x04\x02\xa7\x1c\xa9\x9d\x1c\xf3\x84\xe6\x54\xf7\x00\xe6\xa0\xee\xb5\xe3\x34\x80\x3f\xb0\x1f\xea\xde\x83\xcf\x56\x21\xf8\xcf\x7b\x7e\xdd\xeb\x06\xbd\x07\xf1\x95\xf9\x1c\x0d\x1b\x51\xdc\x64\x9f\x98\x64\xf5\x6a\xdd\x18\xbb\x1d\x21\x64\xba\x3c\xa1\x30\x14\xf7\xed\x93\xfe\x4c\xf5\x2b\x03\x2b\x47\xfc\x02\xe7\x94\xf2\x97\x72\x23\x6a\x6e\x38\x93\x12\xc7\xc5\xd2\x40\x3f\xb8\x9f\xfd\x9c\xc3\xd4\x3b\xf7\x2d\x8e\xff\x1a\x67\xde\x5a\xa3\xa4\xc6\x81\xef\x2f\x44\xbd\xb7\xfb\x40\xd0\x47\x49\x86\x7d\x33\x4d\x92\x47\xb2\xeb\x09\xb1\x58\x0c\x3c\x0a\x81\x93\xfb\x70\x50\xd8\x78\xd8\xea\x3e\x54\x93\xcf\x37\xa8\x98\x12\x6b\xd5\x6f\xd5\x98\x1b\xa8\x56\x9e\x92\x3b\xc6\x3b\x6a\xfe\xcb\x6b\x67\x7b\x42\x4d\x56\x55\xa5\x52\xea\x25\xa3\x54\x2f\xed\xf5\x63\xbd\xfa\x91\x24\x4d\xdf\xd6\xda\xf1\xa2\xc3\x55\x25\x34\x0f\x32\x11\xf6\xc4\x19\x02\xa0\xfd\x53\x64\x2d\x79\xa8\x2f\x3a\xff\x81\x20\x2a\x4e\xa4\x99\x06\x00\x3f\x05\x92\x16\x1d\xf5\xbe\x4e\xdd\x36\x6e\xb7\xfd\x9c\xc3\xae\x08\x01\x93\x1c\xa3\x8a\x3f\xe6\x8c\x41\x9c\x1f\x9a\xaa\x90\xc6\xff\x51\x30\x23\xc2\xc5\xed\x48\x04\xf4\x90\x0f\x55\x18\x6c\xe8\x3b\xe8\x83\x8a\x2c\x47\xf7\x01\x34\x14\x7f\x3d\xba\x0d\xad\x18\x99\x9d\x36\x74\x5b\x83\xcd\xde\x73\x25\x9b\x33\x5d\xae\x42\x8a\x52\xcf\xf8\x6a\x04\x24\x00\x66\x1c\xe9\xa9\x7e\x01\xd1\x64\x0f\x20\x28\xb1\xe5\xbd\xed\xfe\xfd\x15\xfe\xbf\x39\xe3\xbe\x28\x9d\xd6\x87\xc3\x11\x92\xd0\x53\xe5\x6b\xe0\x63\x20\xd5\x6b\x01\x6d\x09\x5c\xb6\x83\xda\x5d\xe2\xe8\x81\xbb\x30\x3a\xc1\x0c\x1b\x2f\x6f\xa9\x7b\xbd\x38\x48\x12\xf2\x19\x07\x56\xf7\x20\x96\x6f\x6f\x6f\x7a\x67\x73\xee\x55\xb7\x5c\x9b\x35\xc7\xb6\x2c\x4a\xf2\x82\x07\x25\x80\xa9\x8f\x4f\xb2\x17\xd5\xd8\x24\x35\x24\x77\xbf\xea\xf8\xf3\x94\xba\x64\x7f\x93\x9f\xa8\x7b\xbd\xa0\xdd\xc6\x1b\x21\xc3\x9d\x35\x09\xf5\x98\xda\xae\x63\x4f\x63\xf7\x8e\x89\x7c\xda\xd6\x90\x5e\x74\x0e\xb2\x27\x5b\xdb\x74\x2f\x28\x5a\x9d\x46\x97\x67\xab\xbc\x71\x9e\x0f\xdc\xfd\x2e\x20\xf1\x30\xf1\xe5\x93\x2a\xbe\x94\xcc\x11\xee\xa4\xbb\x0f\x52\xb1\xdd\x43\xeb\xee\xa1\xf5\xb1\x3b\xb4\xfe\xa1\x79\x40\x7c\xdf\x8e\x0f\x88\x0f\x97\x0f\x88\xea\x78\x78\xc7\xd7\xeb\x78\xd8\xbc\xe8\xbc\xc8\xd9\x5c\x99\x3e\xe7\xfe\x3f\x1a\x72\x75\x8c\x70\x53\xca\xf4\x38\x09\x57\x89\xf0\xfc\xd9\x3d\x56\x58\x9f\xf4\x51\x25\xe6\x80\x74\x65\x99\x77\x7b\x62\xa5\x41\xb8\xda\x2f\xed\xf1\x9f\x5e\x7a\x56\xda\x10\x00\xce\x31\xf0\x9e\x96\xae\xc8\x85\x0c\xa4\x9e\x9a\x30\x59\xc8\x6f\x84\x5b\x2a\x28\x17\x4b\xde\x7e\x6c\x82\x7d\x5c\x62\x82\x7f\xc8\x61\x87\xb7\xe4\x4c\x0b\xe1\x9e\x6f\x72\x96\x4c\x43\xa2\x3c\x5f\x86\x3c\x07\xca\x1d\xc9\x83\x2a\x9f\x7f\x7b\xba\xf2\xa8\xcf\x66\xd1\x8a\x46\x90\x84\x0d\x54\xd6\xd9\x3f\x9b\xd3\xf8\x0b\x3b\x9e\xc6\x6f\x1b\x63\xe7\x30\x9a\x99\xdb\x1d\x8f\x6c\xb7\xd4\xf7\x5f\x3f\x73\xc8\x8b\x1f\x67\x21\xfe\x6e\x33\x2e\xdf\x7d\xff\xd5\xfe\xcb\x9d\x4d\x3e\xd2\x2e\xec\x2d\xcd\x78\x27\xf1\x0f\xe4\x41\x5c\x85\xe9\x4f\x61\x8c\xfe\x54\x3b\x88\x62\xb1\xb9\xa8\xf3\x94\x15\xe8\x2b\x37\x73\x0a\xda\x37\xaa\x6d\xeb\x09\x3f\x7e\x15\xfb\xde\x2b\xd8\x15\xc6\x7b\xf7\x22\x73\xf7\xac\x0c\x0a\xee\xff\x3a\xb3\xc3\xff\x87\x4f\x21\x15\xd9\xdb\xf8\x00\x14\x92\x1c\x24\xde\xb4\x44\x19\x30\x10\x02\x72\x79\x65\x5e\x3e\xfc\x0b\x3d\x73\x2d\x0a\x20\xa3\x29\x6a\xa1\x01\x27\xd6\xf4\xce\x24\x2d\xae\xab\x53\x3e\x2d\xa9\x88\xe8\x26\x63\xf3\xed\xa1\x00\xea\x12\xb0\x07\xfa\x5a\x10\xee\x81\x4d\x29\x08\x06\x1f\x7f\x16\x5e\xfa\xb0\xed\x85\xa1\x62\x4a\x55\x25\x66\xbc\x0b\xa3\x07\xd6\x7f\xf2\x28\x50\x1d\x40\x0e\x21\xd0\x51\xe5\x9a\x8c\x28\xef\x04\x8c\xec\x56\xcb\x63\xec\x7e\xb4\x8e\x45\x14\xd6\x2a\x79\x1d\x09\x5c\xc4\x68\x38\xe8\xf2\xd2\xdb\x17\x00\xd8\x32\xaf\x2b\xd6\xd1\xc2\xdc\x29\x6f\x25\x4e\x5b\xe7\x73\x84\x04\x99\x8e\x63\xe3\x19\xa6\x03\x79\x08\x48\x1a\x33\x73\x8b\xcb\xf3\x27\xe6\x67\xa6\x97\xe7\x7c\xf4\x43\xaa\xab\x5c\x93\xd4\xeb\xf0\x20\xe4\x59\x5e\x37\x08\x65\x5b\xa9\x68\x06\xac\x27\x4f\x87\xcf\x78\x77\xcf\x2d\x36\xe4\xcb\xe9\xa5\xd3\xcd\x23\x66\x54\xb7\x87\xec\xb7\x40\x8a\xa9\x2f\xdb\x40\xaf\xce\xc9\x85\xe0\x26\xd1\x67\x8b\x27\x66\x6e\x3e\x7a\xdb\x0d\x4d\xe6\xdd\xd8\xf4\x4e\xa7\x49\x43\x54\x5c\x54\x47\x28\x0b\x42\xb1\x20\x90\x29\x02\xca\x4c\x33\x03\x49\xd3\x6e\x8a\xd1\x62\xf2\xec\xeb\x27\xca\xf2\x58\x67\x9e\x76\x47\xc2\xe8\x18\xa1\xd7\x07\x45\x9a\x0d\xbc\x82\x5f\x28\x46\xd6\xf2\xe6\xe6\x51\xaa\xe7\xad\x37\xdd\x72\x1b\x4e\xc9\x2e\x62\x76\x06\x38\x0c\xaa\x60\x63\x49\xe8\xee\xd3\xa2\xb6\xb4\xca\xc5\xea\xef\xf1\x56\x53\x07\xf5\x6b\xde\x77\x25\x36\x20\x4a\x78\x3d\xca\x39\x12\x58\x23\x46\xa8\x2a\xac\x5a\x44\x60\xd9\x86\x69\x80\x7a\x45\xdb\xfb\x0a\x92\xcc\x01\xf1\x91\x4b\x63\x9e\x85\x92\x02\xa0\x42\xd8\x1a\xec\x91\xe5\x93\x4b\x10\x40\x9b\x77\x82\xf3\x3c\x07\xd0\x97\x32\xc4\x88\x9a\x2c\x51\x02\xdd\x82\x36\x8e\x26\x63\x60\x49\x34\x62\x00\x83\x1c\x2d\x62\x69\xe6\x3d\x73\xfa\xd4\xc9\xba\xde\xc5\x71\xd9\x40\x87\x81\xbd\x75\x25\xc8\xf9\x2d\x37\xc9\x89\x26\xa9\xca\x80\x18\x1d\xe3\x9f\x8f\x31\x08\x90\xc5\xef\x0e\xc1\xdf\x0d\xf1\xbf\xbb\xe7\xee\x99\x3f\xed\x19\x53\x04\x9e\xc2\xfb\x66\xb3\xa9\xbf\x9b\x3b\x3d\x5b\xfd\xd5\x61\xcb\x06\xb9\x25\x44\xdc\xd7\xd4\x18\xd3\xbb\x80\xfb\x48\xcd\x7f\xd0\xd8\x14\x4a\x6e\x9b\xd2\x5c\xe6\xdd\x07\x24\x3f\xe6\x87\x19\xf7\x7c\x29\x72\xfd\xba\x92\x61\x38\xb2\x52\xc2\x58\x07\xb9\x33\xec\x14\xbb\x6f\xe7\x10\x16\x8a\xaa\x51\x9c\xd1\x9e\x38\xdc\xe0\x6e\xd0\x13\x47\xb9\x5c\x34\xba\x81\x91\xcb\x17\x1d\x6f\x64\xd7\xec\x73\xf7\x74\x83\x1e\x63\x2f\x39\xc0\x9e\x62\xdd\x53\xc2\x65\xb6\x3c\x4e\x36\x4f\xf2\x20\xe7\xe0\x82\xf4\x89\x49\xff\x9b\xd5\x2f\xfb\xa4\x0b\x8f\xc7\x03\xe8\xbf\x67\xff\xee\x79\x67\x37\xc0\x69\x37\xc0\xe9\xf2\x98\x0e\x62\xe9\xf9\xd5\xf2\xfd\x0a\xcf\x2f\xd9\x55\x15\x9c\x09\x47\xd9\x0d\xac\x39\xc6\x4b\xa1\x62\xf5\x5f\x74\x56\x36\x3f\x97\xde\xe5\x3e\x55\xa3\xcb\x98\xb9\x94\x8e\xa3\x4a\x82\x94\xd1\x64\x3e\xdb\x64\x63\x88\x4d\x17\xd2\x70\x89\xb7\xfa\x59\x54\x0c\xf0\x52\x0e\x4e\x9f\x3f\xd7\xf4\x8f\x56\xbe\xb1\xa6\x10\x66\xe5\xf1\x04\x68\x09\xc3\xe6\x86\xb3\x5f\x54\x21\xe9\x5f\xd8\x70\x0e\x64\xfd\x64\x3a\x3f\x9b\xf3\x6c\xc3\x71\x81\xc0\x15\x54\xbc\x20\x06\x38\xd8\x7c\xc3\xd9\xdf\x46\x1e\x54\x5b\x98\x35\x58\x8f\x5d\xd1\x49\xf3\x82\x7c\x75\xdd\xc0\x5f\x32\x7e\x7a\x21\x47\x82\x5e\x9e\x6b\x0f\x64\xa8\x04\x68\x39\x58\xad\x7e\x0e\x57\x9e\xf7\x1a\xc9\xc8\xb7\x1d\x3c\xea\x91\xd7\xce\xb8\xeb\x78\x67\x8d\xb1\x4c\xf1\xb2\xba\x3f\x5e\x1b\xc3\x4b\xb5\x55\x8e\x5e\xff\x93\x8e\x41\xf5\x7a\xf9\x59\x62\x87\x9d\x80\xd3\x6e\x54\xd0\xc1\x82\x53\xfc\x81\x91\x4d\x2b\x48\xbc\x22\x38\xcf\xe5\xed\x5c\x9f\x5b\x07\x18\x52\xc2\xb1\x9a\x46\x32\x93\xbb\x98\x18\x26\x55\x00\xc8\xcf\xd7\xd8\xe3\xc9\xd1\x69\x26\xe8\x05\xc0\xd6\x1d\xf1\xdc\xdd\xa8\xf9\x5f\x73\x2a\x5e\xd8\x2b\xa9\x65\xbe\x81\xd6\x91\xcb\x93\xd6\x14\x85\xee\x1a\x2a\xcd\x41\xa3\x16\x79\x76\xae\x56\xa4\x07\x75\x11\x1d\x42\x0a\x35\xea\xe8\x7b\x77\x30\x47\x1c\x12\x8e\x3e\x4b\xcf\x4c\xfb\xa8\xda\x8b\x8d\x09\xc3\x3b\x74\xbd\x06\x80\xad\x9e\x8a\x43\x63\x45\x5b\x84\xfc\xa2\x4e\x0b\x67\xb3\xb4\x67\xbe\x1c\x77\x77\xff\x77\x13\xe4\x8e\xc6\xc3\xb3\x49\x1e\xb4\xf9\xd2\x20\x6f\x15\x71\xee\xfe\xf1\x84\xff\x4b\x13\x55\x6f\xec\x6e\x13\x2a\x7c\xd4\x8a\x8a\x78\xa0\x3c\xfb\xfb\xf0\xb5\x97\xe3\xe7\x75\xcb\x43\x1a\x40\xa8\xd1\x59\x8c\x27\x45\x06\xf1\x10\xe4\x6c\x1e\x78\xbd\x18\xd8\x6e\x21\x1d\xb9\xe1\x65\x62\x3f\x87\x3e\xf5\xaf\xf7\xc5\x3f\xe8\xfd\x07\xe1\x5e\xc8\x7f\x0e\x4a\x68\x08\x77\x32\xe0\xe5\xdf\xcb\x78\x3b\xba\x00\xbb\x04\xd5\x87\x2a\xd2\xf4\x96\x90\xad\xf9\x7a\x0d\xb0\x5c\xaa\x2b\x02\x07\x53\x68\x86\x47\xc0\x93\x88\x01\x4c\xc7\x16\x1c\x94\x38\x1e\xd1\x58\xb3\x3b\x44\x92\xb5\x34\x0a\x69\x4b\x11\x03\xcc\xd8\x1c\xb1\x82\x1e\x43\x47\x0d\xbf\x9d\xa6\x53\xd7\xfb\x52\x58\xc0\xcf\x95\x20\x13\xda\x26\xfe\xf9\x5c\xbf\xee\xf1\xa2\xd5\xd4\x9f\x37\xed\xcf\x9b\xfa\xf3\xa6\xfe\x7c\xcc\x80\xbf\xdb\x61\xdf\x44\x23\x02\xee\x86\x0b\x59\xb4\x16\xc5\x7c\x95\xcf\xe5\xad\x20\xc6\xab\xa0\x1f\x70\xfc\x17\x3b\x9b\x7c\xe4\x11\x3e\x90\x64\x21\x81\x8f\x85\x28\x00\x7d\x0e\x1d\x35\xb9\x1c\x58\xc4\x3b\x80\x15\xb5\x2a\xc6\x18\xce\x6e\x3d\x99\x69\x8e\xc7\x38\xa1\xa1\xf5\x02\xc0\x1e\xa0\x04\xb6\x58\xfc\x71\x87\x49\x19\xed\xbe\xd6\x19\x83\x7e\x50\x92\x89\x27\x96\x2a\x05\xe2\x03\xed\x2d\x0b\xc3\x75\xf1\xa4\x9d\xe3\xae\x27\xbd\x2d\xa4\x95\x46\xee\x49\x33\xe2\xbc\x7c\xa1\x68\xb2\xdf\xaf\xb1\x2b\xb3\x7e\x52\x44\x5d\xf2\x7b\xfd\xd5\x1a\x9b\xd9\x86\x00\x57\x09\xcb\x35\xfe\x8a\x63\x66\x7b\x29\x42\x5c\x25\xe6\xd2\xc5\xb6\x3a\x80\xa3\x42\x76\x9b\x45\xc3\x39\x59\x7d\x2c\x74\x25\x74\xbc\x04\x47\x50\xdc\x7c\x91\x01\xb9\x6d\x47\x4a\xf4\x60\x31\x53\x34\x87\x59\x1d\x5b\xae\x13\x47\xa3\x94\xeb\xaf\x77\x98\xdc\xc6\xdd\x57\x6d\x63\xdc\x89\x7c\xb9\xdc\x8b\x67\x28\xaf\x6d\xf7\x1f\x98\x69\x86\x77\x3e\x98\x97\xe4\x00\xe7\xbe\xd6\xf1\x9f\x2f\x9d\xe1\x90\xbc\x56\x8b\x8d\xb4\x6d\x3b\xc8\xe6\x32\x3e\xac\x14\x5f\x95\xa4\xca\x9f\xce\xa2\xa8\x5f\x96\xa6\x13\x21\x7f\xe4\x17\x03\xb1\x65\x04\x00\x0f\xe8\x1d\xbc\xfe\xe0\xb8\x95\xff\x6a\xed\x08\x3c\xb3\x34\x3f\x9b\x45\x42\x2b\x73\xff\xb5\xe6\xff\x7c\x6d\xba\xfc\xb8\xaa\xf2\x51\x12\x47\x09\xf7\x66\x96\xe6\xbd\x90\xbe\xb2\x7c\x22\x0c\xd9\x97\xf3\x42\xee\xce\xdd\x15\x0e\x7b\xdf\x7a\x54\x74\x22\x0a\x19\x42\x9d\x47\x7b\xfb\xe2\x81\xb0\xd4\x0d\x42\x31\xd0\x65\x59\x98\xb6\x6d\x88\x0e\x84\xda\xf0\x5e\x87\x77\x79\x16\xa8\x1e\xd1\x80\x52\x81\x27\xe6\x01\x4e\xbe\x7a\x65\xa0\x29\x69\x6c\xd3\x0b\xf3\x12\x96\x1e\x27\x1d\x4e\x8c\x99\xa5\xf9\x79\x28\x84\xd8\x9d\xcc\x39\x6a\xf5\xf3\x71\x76\x8c\xdd\xb6\xd5\x59\x59\xee\x6a\xf6\x6b\x0e\xbb\x86\x86\x45\x68\x88\x0b\x40\x2a\xf3\x36\xc7\x3f\x57\x7e\x58\x35\x26\x42\x15\x45\xb6\x99\x11\x93\x49\xcc\x15\xfd\x91\x35\xa1\xcc\x26\xdc\xc1\x6e\x1f\xcd\xa7\x3f\xa2\x09\xb2\x62\xec\x65\x13\xec\x9a\x76\x9a\xad\x44\x61\xc8\x13\xa9\x3f\xfc\x53\xcd\xff\xf3\x5a\xf9\xe9\x48\xdd\x41\x7d\xf8\xd8\xab\x0d\x43\x55\xa9\x54\x1c\x4c\x8d\x41\xa5\x18\xbd\xc1\xe3\x27\x5b\xdf\xe1\xcd\xef\xb7\xbd\xc5\xff\x88\xc3\x0e\x88\x31\x5f\x48\xb3\x02\x28\xf8\x4e\xa8\x5f\xe6\x79\x05\xfb\x04\x27\x07\xa0\xd4\x07\xc9\x2a\xb7\x74\x20\xb9\x86\x11\x91\x6a\x1b\x3e\xf0\xa5\x09\x73\x2f\x15\xbf\x28\x4a\x60\xcf\x61\x4c\x6d\xfd\xa1\xfb\x74\x7f\x46\xff\x2a\x1d\xa7\x50\x58\x88\x95\x2f\xef\x19\xb0\x42\x59\x3f\x11\xa3\xa6\xd3\xd9\x8a\xc2\x57\x6b\xec\x3f\x4a\xe6\xfa\xc5\x34\x2d\x4e\x44\x31\xcf\x07\x79\xc1\xbb\xee\x9f\xd7\xfc\x0f\xd6\xaa\xdf\xe1\x45\x25\x49\x2e\x64\x14\xd0\x0c\xf7\x9a\x54\x08\x00\xb5\xfb\xc4\xb0\x10\x00\xa5\x3d\x0a\x95\x2c\x4d\x0b\xaf\x1d\xc5\xa0\x0c\x16\xbc\xdb\xf4\xe4\x35\x86\x06\x15\x55\xf1\x0e\xb1\x48\x60\x90\xfc\x18\x39\x22\x4e\xff\xa8\x5c\xd1\x65\x77\x69\x41\x1a\x3c\x42\x9e\xc8\x40\x5a\xdc\xc8\xa9\x01\xc0\xa3\x5f\x2a\x1d\xec\x1b\x5b\xa9\xba\xe8\xfb\x48\xec\x85\x79\x87\xe7\xde\x4a\xbf\xc0\x5f\x10\xfe\x07\xa2\x1e\xcf\xd7\x5e\x91\xda\x1d\xff\x3b\x0e\xfb\x86\x51\x87\x10\x21\xd2\x5e\xe6\x8c\x7a\x0b\xb3\xae\x20\xb0\x4e\xfb\x18\x26\x23\x3b\xc3\x2c\xed\xf5\xf4\x4d\xa6\x75\x00\x23\x6f\x4e\x60\x69\xa3\x12\x68\xaa\xc8\x54\x36\xb0\x2e\x1c\xc7\xc6\x2d\xa1\x90\xed\x17\x0b\x63\x7e\x61\xc6\x7d\xa6\x7f\x1f\xfd\xb9\xdd\xc3\xbe\x48\x32\xf6\xa0\x4f\xa5\x2c\xcc\xcf\xca\x52\x16\xe6\x67\xb7\x5b\x8a\x48\x32\xb6\x94\x9f\x72\x98\x36\x7e\xb8\x6f\x74\x46\x03\x61\x54\x5a\x13\x44\xaa\xb2\x0e\xf5\xa0\xca\xef\xd2\x4c\x09\x90\x72\x84\x25\x81\x7d\xc4\x61\x15\x06\x1a\xf7\x57\x1c\x36\xbf\x65\xd5\x6f\x28\x79\xb9\x05\xc9\x70\x09\x5b\x3d\x08\x98\x29\xf1\x48\x80\xd3\x77\xec\xa1\xe0\x2d\x0e\xfb\x86\x60\xd4\x79\xeb\xbb\x1c\x7f\x30\xea\xe5\x56\x44\x22\xaa\x85\x4a\x1c\x7a\x5c\xa5\x06\x91\xd0\x4f\x8c\xd0\x65\x73\x5b\x15\x52\xce\x9e\x2b\xef\xae\x31\x97\x84\xff\x89\x98\x5f\x20\x8f\x7a\xf7\x4d\x35\xff\x8f\x9c\xe1\xe7\x55\x1a\x89\x78\xad\x54\x31\xd2\x49\xd2\xcc\x4b\xa2\xb8\x4a\x35\x31\xbe\xb6\x95\x5d\xd4\xe2\x54\x24\x0a\x6c\xf8\xe0\x54\x17\xad\x71\x14\x5a\x8a\xef\x05\x00\xb8\xe5\xbd\x9e\x99\xa1\x41\xf9\x41\x0b\xc4\xa7\x57\x3e\xa1\xa2\x6c\x3d\x4a\xb6\x5a\x05\xd2\x7d\xc1\x2e\x3a\xec\x09\x54\xda\x42\x96\xb6\xc0\xf1\x77\x79\xd0\xe3\xb9\xfb\x29\xc7\xff\x2d\x67\xba\xea\x55\x55\xff\xc9\x1a\xdb\x5f\x36\xc7\xf6\x64\x2a\x41\xca\x29\x7c\xc1\x4a\x5b\x3a\x44\xa0\x45\xdd\xb0\xae\xd9\x1f\x4b\x25\xb7\x1d\x07\xab\x25\x03\xdb\x18\x71\xf9\xfd\x13\xec\x3f\x4a\x7b\x41\x68\x5b\xdf\xfe\xb1\xe6\xff\x59\xad\xfa\x9d\x5c\x70\x86\xf1\xa0\xda\x12\x27\xb7\x00\xb4\xa2\x95\xed\x6f\x5e\x3f\x89\x79\x9e\x5b\x12\xd0\xde\x69\xc5\x26\x90\xdb\xdb\xcb\xa0\xe9\xa1\xb9\x2d\x18\x6c\x62\x6d\x1b\x51\xf7\xb1\x06\x37\xdb\x22\x88\xd5\x86\x88\x45\xe0\x1f\xea\x96\x4d\x66\x78\x3a\x49\x38\x0f\xe5\x06\x4b\xec\x81\x6a\xe2\x56\x99\xfc\x44\x95\xc7\x0d\xca\xfb\xae\xb4\xee\xfb\x46\xc6\x79\xbb\xaf\xbb\xd2\xff\x67\x13\x72\x80\x70\x06\xf0\x01\xe2\x31\xd7\xbd\x38\x5d\x05\x10\x08\x10\x78\x00\xad\xd2\xf6\xd0\x0c\x8f\x14\x3c\xb6\xc9\xb4\xcd\x33\x64\xee\x02\xe5\xba\x9f\x44\xe0\xf4\x1c\x78\x46\x38\xb1\x98\xcb\xc3\x41\xc6\x97\x0f\xbc\x60\xab\xa0\x05\x96\xbd\xff\xf5\x07\xd8\xcf\xd4\xd8\xe3\x82\xd5\xd5\x8c\xaf\x42\xe6\xa2\x75\xee\xeb\x6a\xec\x96\x2d\x06\xd0\x4f\xdb\x49\xfd\x4f\x39\xa5\x27\xb4\xe8\xd3\x1e\xde\xae\x93\x71\x04\x79\xb5\x94\x3f\x5d\x27\x5d\x87\xd5\xd7\x8f\xe2\x90\xac\x25\xb1\x42\x8b\x8d\x72\xb3\x9d\x20\xe2\x2b\xca\x80\x80\xa1\x42\x0a\xc9\x45\x45\x8c\x46\x76\xbb\x18\x14\xc2\x24\x58\x25\xe5\x28\x8c\x32\xde\x2a\xc8\x21\x1b\x76\x07\x4c\x22\xd7\x5e\x5e\xa4\xdd\x9e\xde\xe0\x74\x2e\xbb\x5c\x24\xbb\xfe\xc1\x8f\xe1\x7d\x79\xc7\xb8\x2e\x7f\xd6\x4e\xdd\x2a\xc7\x61\x2c\xb0\x17\x3a\x6c\x2f\x30\xb9\xb9\x17\xfc\x9b\x70\x71\x60\xcc\xac\x50\x64\x60\x27\x35\xc4\x61\xd5\x4a\x35\x65\xf5\xcd\xec\x46\x76\x64\x8b\x22\x45\xe7\x7b\xd1\xe9\x6d\x7e\x41\x7b\xca\xbd\xef\xd2\x70\x1e\xaa\xc1\x1d\x3e\x3d\x31\x0a\xdc\x61\x39\x3d\xcf\x13\xc9\x2e\xf6\xcb\x13\xfe\x71\xf3\x81\xf6\xc8\x34\xc2\x89\x21\x64\x0d\xd8\xab\x5a\x1c\xe0\x14\xfa\x62\xe2\x89\x54\x10\xaf\xd6\x0f\x81\xef\xd1\x86\x8f\xa9\xb1\x1f\x70\x98\x7a\xe7\x3e\xe2\xf8\x83\x69\xfa\xa1\xdc\xaf\x92\x82\x27\x70\xc1\x26\x5f\x90\x36\x08\x59\x83\x19\xc8\xac\x1a\xf8\x0c\x03\x0c\x35\x2a\xf7\xa4\x7e\x90\xec\x90\x79\x40\x6d\x45\x4f\x7b\x3a\xfc\xd0\x9c\x78\x1f\x70\xd8\xb5\xfc\x42\x2f\x22\xbe\x0e\x00\x71\xce\xdd\x5f\x70\x24\x41\xf2\xeb\x9d\xb9\xf2\x5b\xa5\xf0\x18\x51\x33\xe0\x1d\x27\xf4\x8d\x2d\x56\xb9\x43\xa0\xf0\x39\xf8\xaa\x51\xd5\x15\xac\x99\x3f\x54\xa6\x3f\x22\x2f\x0b\x65\xea\x3d\x93\xec\x04\x8d\x31\xb2\x7a\xd1\x76\x92\xda\x11\x97\x95\x11\x28\xd3\x0b\xf3\x4b\x38\xa2\xe0\x3c\xf4\x77\xfb\xfd\x29\xfb\x91\x6d\xf4\xd3\xef\xc6\xbb\x11\xbd\x73\x17\x36\x68\xc7\xfb\xca\xb7\x4b\xe7\x91\xc0\x14\x3d\xcb\x6c\x91\x2d\x54\x8a\x9e\x1d\x8c\xfd\xee\x1e\xb6\x83\x3d\x6c\xde\xd8\xc3\xc6\xb0\x43\x6e\xc1\xe3\xeb\xa2\x93\x6e\xbe\x41\x9c\x74\x9f\xa6\x23\x4b\x4a\x23\x5b\xda\x1d\xec\x95\x5c\x19\x45\xf2\x6f\x93\xec\xe6\x51\xa0\xef\x47\x9a\xf7\x8a\x8d\x47\xec\x04\xf1\x42\x1a\x4e\xd3\x3b\x9e\x81\x53\xcf\xfb\x27\xfd\x46\x5e\x0e\xdc\x08\xbc\x8e\x4a\x22\x3d\x25\x28\x51\x73\xc3\xb9\x1a\xfe\x5a\x06\x70\xf8\x45\xde\xde\x70\xae\xe8\x06\x17\x16\x39\xb0\x70\xda\xf2\xe3\xaf\xf7\xb3\x47\x6a\xac\xf4\xbd\xfb\x65\x67\xcc\x55\x6c\xa9\xea\x33\x59\x9a\xe7\x24\x6c\x50\x47\x58\x94\xe7\x1a\xff\xed\x8e\x3a\xe3\x00\xf1\x82\x28\x45\x47\xfb\xdd\x31\xba\x0d\xb8\xe5\xc4\x3c\xc8\x6c\xea\x00\xb5\x06\x5a\x69\x92\xf7\xbb\x70\x38\xd0\x07\x18\x30\xea\x1a\x11\x2d\x89\x82\x79\x06\xc8\x49\xa0\x07\x43\x4e\xcd\xdc\x5b\x02\x12\x02\xd3\xd5\x9f\x7d\xdc\x61\xff\x19\x01\xf5\x67\x16\xce\x9e\x2d\xa2\x98\x74\x81\x05\x9e\xb5\x84\x68\x5c\xe5\xee\x3b\x1d\x89\xfb\xf8\x06\x87\xb0\xf7\x83\x35\x0e\xf0\x09\x33\x0b\x67\xbd\xbe\x4e\xe4\x1d\x52\x4b\x53\x5d\x9e\xa8\x7c\x10\x9e\x57\x3a\xcc\xcc\x2c\x9c\x3d\x4c\xd8\xbd\xa4\x22\x89\xea\xde\xe1\x45\x25\x40\x3d\xcb\x0a\x60\x8c\x82\x34\x7c\xca\x33\x08\x5d\x5b\x19\x1b\xd7\xcb\x1c\x66\xce\x00\xf7\x3b\x65\x2b\xa2\x7e\xaf\x27\x0e\xaf\xc0\x1c\x25\x51\x4c\x4a\xdd\x66\x1e\x59\x8d\xb0\x5c\x3d\x58\x77\x18\x26\xe3\xbc\x1b\xc0\x99\x09\x5c\x15\x4e\x45\x89\x2c\xd2\xae\xcf\x97\x6a\xec\x8a\xae\x7e\xe9\x7e\xa6\x26\x2b\xf4\xc1\x9a\xf1\x5c\xb1\x09\xa4\xeb\x63\x2a\x99\xc9\xaf\x8b\x54\xa2\x13\x5a\xd5\x83\xba\x23\xe7\x44\x98\xae\x27\x4d\x4f\xe8\x07\xa6\x7d\xef\x08\xde\x0a\x78\xa5\x92\xed\xdb\x9d\x1b\xa4\x95\x19\x14\x3e\xfb\x26\xfe\xde\x85\x69\x98\x4e\xcb\xe9\xb7\xf1\x2c\x35\xe0\x76\x31\xd8\xb7\x10\x13\x19\x62\x9b\x39\x81\x60\x89\x43\xfd\x9c\xa4\x44\x96\xcc\x0e\x26\xd5\x77\xd3\x83\x09\x2a\xe9\xe0\xd0\x9e\x17\xe4\x70\x3e\x87\xc9\x64\xe6\x49\x19\xd0\xf5\x70\xae\x29\xb0\xec\x4e\xff\xed\xfd\x16\xc4\x82\x41\x4f\xd7\x8e\x56\x4f\x05\xbd\xd3\x69\xc8\xf1\xc7\x12\x52\xe9\xbf\x66\xbf\x1f\x8f\x7c\x6b\xb3\x61\x98\x10\x01\x40\xa5\x2a\x57\x7d\xe0\xa9\x1c\x70\x11\x60\x1b\x3d\x5a\xc6\x72\x34\x45\xee\xcd\x0d\xe7\x80\x42\x19\xdb\x70\x80\x4a\x7e\xc3\xb9\x86\xd8\x5c\x31\x9b\x32\xb2\xf6\x97\xf6\xb2\x1e\x91\xce\x77\xfc\x07\x4d\xd2\x79\x75\x20\xb1\xc9\x55\x94\xc5\x45\x55\xab\x1c\x11\xa4\x6e\x46\x22\x30\x39\xc2\x6d\xa8\x4d\x1f\xf4\x5f\x99\xae\xa7\x9b\xf9\x5c\x01\x2f\x57\x96\x8d\x6f\x2e\x6b\x05\x7e\xce\x61\x8f\x93\x62\x4b\xaa\x7d\xaf\x77\xfc\x57\x28\xba\x67\xa9\xfb\x95\xeb\x53\x7e\xbf\x8d\x5a\xe9\xfb\xde\x28\xc1\xe1\x12\x9b\x53\xdd\x32\xf0\xe9\x57\x10\x48\x65\xd5\xf9\xa5\x0e\x9b\xe8\x47\xa1\xfb\x62\xc7\x5f\x3f\x3b\x3f\x3b\x54\x35\xf1\xec\xeb\x58\x9d\xf7\x38\x6c\x68\x66\xb9\x6f\x71\xfc\x1f\x74\xee\x2b\x3d\xf5\x42\xde\x8a\x83\x4c\xdd\x04\x9f\xe7\x83\x71\x15\xf5\x5a\x69\x96\xf1\xbc\x07\x07\x19\xd2\x87\xad\x2c\xe5\xa1\x46\x07\x1d\x6d\x77\xf8\xdf\x7b\x45\x25\xf1\x82\x01\x05\xee\xbe\xee\x0a\xff\xae\x05\xb1\xa3\xd2\x03\x54\x32\xd1\x31\x0b\x7c\x54\x0a\x9e\xe1\x96\x2b\x3f\xc8\x35\xae\x0d\x9c\xde\x6d\x83\xdf\xef\x31\xf6\x85\xbd\x6c\xaa\x07\x2d\xce\x78\x38\x0b\xb8\x0e\x1a\x0b\x67\x7e\x15\x5c\x45\xf0\xf1\x9c\x64\x3a\x74\x7f\x69\xaf\xff\x85\x3d\xcb\xe2\x18\x86\x5f\xca\x8d\x1d\xf3\x41\x95\x00\x5f\xd0\x56\x93\x02\xbe\x1e\xed\x39\x79\x50\x44\x79\x7b\x20\xa1\x02\xb0\x9e\xfc\x82\xd8\x55\x01\xcf\xc6\xd8\x19\x2d\xc4\xf7\xba\xbc\x8b\x45\xe8\x84\x34\xcd\xb9\x84\xb7\x86\x7c\xd7\xa2\x14\x4e\x28\x56\x60\x1a\x0d\xa9\x91\x3d\xa2\x1e\xeb\x64\x92\xff\x5e\x75\x82\x9c\xc3\x22\x1b\x05\xd7\x8d\x60\xc8\xb9\xd0\xac\xbb\x08\x7a\x10\xad\x76\x14\xa5\x05\x84\x73\x05\xad\x8e\x91\x6d\x97\xf3\x02\x8d\x23\x12\x4d\xd1\x18\x09\x23\xc8\x4e\x28\x14\x24\x35\x55\xec\xa5\xb2\xac\x97\x86\xa3\xb2\xbb\xd0\x21\xe2\x70\x1d\x90\x34\xfa\x85\xe8\x13\x51\xc7\x95\x81\x17\x15\x00\xb8\x00\x87\x8d\x2c\xed\xaf\x62\x4b\x78\x4c\x05\xdb\xfe\x69\x88\x5f\x01\xa6\x69\x1f\x1b\xe7\xcb\x79\x2e\xb2\xa3\x5d\x12\xda\x27\x0e\xe1\x30\xae\xb8\x72\x34\x5a\x38\x37\x56\x09\x2a\x30\x16\x5f\xc5\x1d\x2a\x8b\x43\xb9\x81\x84\xde\x89\x56\x3b\xb2\x67\xe5\x45\xb8\x3d\x22\xdb\xf0\x37\x92\xab\xe6\x01\x68\x02\x0f\x4b\x94\x19\xec\x4f\xf7\xb0\xe6\xa8\xee\x1d\x31\xdb\x7f\x62\x8f\xff\x99\x09\x72\x66\x50\x03\x60\x0d\xe1\x88\x09\xab\xe8\x3c\xbb\x42\x9f\x2c\xcc\x19\x50\x44\x5d\xae\xfc\x0b\x2d\xe7\x02\xb9\x72\x42\x2f\x4d\xa8\xff\x45\x8f\xa9\xa8\xd0\xed\xd5\xa0\x05\x11\x4b\xa8\xea\xc8\x5a\xa4\x5d\x51\xaa\x38\x30\x12\x8c\x8b\xa8\x82\xa2\x31\x25\x7e\xc2\xb0\xcf\x91\x7d\x54\xbc\x44\xa8\x78\x3c\x34\x1e\xc6\x6a\x93\xab\x84\x58\x8a\x69\xa6\xee\x91\x8a\x0c\x3c\x7f\x81\xee\xa5\x0f\x97\x4f\x7c\x4d\x22\x6c\x8a\x8c\xe0\xcc\x2a\xd4\x74\x6c\xd2\x03\x64\x9f\xa7\xab\xa1\x6e\x3f\x2e\xa2\x5e\xac\xa7\x28\x16\x15\x53\x94\x1d\xc9\x10\x7b\x8a\x89\xd2\x88\x8f\xcc\x1c\x67\xbc\x6a\x12\xe2\x30\x07\x28\x12\x5a\xa7\xa0\x88\xf3\xac\x9b\x2b\xb7\x3d\x14\x46\x51\x69\x8e\xdd\xc4\x8e\xb2\x1b\x36\x9d\x63\xe5\xb9\xf5\x23\x13\xa5\x10\x33\xfc\x6c\x89\xb7\x32\x5e\xdc\xc7\x15\x16\xa6\xfb\xe5\x9a\x5f\x1f\x7a\x4a\x40\xfa\x42\xa0\xd3\x5e\x14\x78\xf8\x51\x73\xc3\x99\x38\x5f\xd2\x90\x7e\xb6\xc6\xee\x67\xe2\xa9\x7b\xc6\xbf\x5b\x08\x34\x63\xff\xca\x21\x15\x32\x0c\x8a\x2c\xa1\xdb\x9b\x9e\xa6\xef\x23\x40\x30\xfa\xee\x3c\x1f\xd8\xe4\xbe\x0e\xa9\x5e\xdf\xe1\xa7\xa7\x87\xb5\xac\xa2\xd2\x4e\x60\x93\xe3\x87\x69\x2b\x9f\x6a\xa5\x49\x8b\xf7\x8a\x7c\x4a\x9c\x81\xd6\x22\xbe\x3e\x45\x88\xfe\x0d\xb1\xf4\x1b\x64\xff\x9a\x02\x65\x6a\xea\x3a\xf8\xc7\xac\xc6\x19\x36\x29\x6f\x89\xdc\x19\xff\x66\xc4\x38\x18\x58\x50\xb0\xd8\x3d\x80\x7f\x5f\xe4\xd0\x03\x72\x58\x09\xfa\xde\xba\xdd\xff\xd9\x49\x76\xd8\x18\x1e\x45\x2d\x08\xec\x46\x64\x43\x59\x8a\xa5\x25\xef\xe1\x49\xff\x96\xa1\xa7\x16\xb0\x9a\xf6\xe4\x93\x06\x98\x5c\x7c\x97\x57\x1a\xf4\x3e\xb0\x6b\xd0\xdb\xb1\x41\xaf\x2d\x0d\x7a\xcf\xf6\xff\xd3\xc9\xea\xbe\x37\x17\xf1\xad\xec\x66\x76\xe3\xc8\x45\x3c\x7a\xf8\x77\x8d\x79\x3b\x30\xe6\xad\x18\xc6\xbc\xfb\x77\x16\xbe\xf9\x9f\x46\x84\x6f\x5e\x74\x56\x37\xb7\xf2\xcd\xba\x77\x8f\x00\x63\xd4\x03\x5f\xb2\xf6\x0d\xad\x76\xc6\x7e\xdb\x16\x19\x41\xbf\xe8\x88\x2e\x68\xa9\xc0\x41\xeb\x12\xe8\x87\x27\xfd\x63\xd6\x25\x90\x26\x7e\xa6\x8b\x0d\x8c\x3a\x40\xe2\x89\xd2\x45\x50\x73\xc3\x01\xf0\x17\x9b\xe6\x6c\x57\x6a\xec\x5e\x2f\x3f\x86\xab\xf9\x3e\x63\x35\xdf\xb5\xc3\xeb\x65\x36\x47\xe8\x46\x63\x6c\xfc\x9b\xac\x30\xa1\x03\xb0\x79\x51\x3b\x80\xc6\x19\x53\xa3\xcd\x32\x82\x0c\xb6\x2e\x48\xe4\x75\x81\x9d\x69\x49\x7e\x98\x05\x94\xa3\x7e\x3f\x5a\xb3\xc0\xa6\xa4\x6a\x38\x9b\xae\x27\xeb\x41\x16\x4e\x2f\xcc\x2f\x64\x29\x05\xca\xb9\x6f\xad\xf9\xaf\x75\x16\xb5\xa6\x11\xd2\x57\x10\xaa\x21\xe6\x00\xc8\x91\x1e\x25\x48\x56\x11\x88\x33\x90\x4f\xc4\x7a\x03\xaf\x3c\x80\x3e\xe6\x06\x7b\x9f\xf8\x7f\x88\x0d\x88\x51\xbb\x0f\x75\x05\x64\x78\x0e\x4d\x79\xa1\xa3\xa5\xfd\xc2\x32\x4e\x77\x85\xd6\x6e\x09\xa8\xe7\x9b\xe4\x1c\x87\x2b\x42\xb4\x8d\x16\xca\x40\x92\xc8\xf6\x05\x38\xc6\x6e\x1b\xe3\x5e\x54\xd1\x53\x98\xcf\x89\x28\xe6\xec\x07\x27\xd8\x8d\x55\x8a\x79\x27\x2d\xc0\xbe\x4f\x98\xc3\xb3\x51\x7e\x9e\x60\x7e\xd1\x04\xfa\x97\x35\xff\xb6\x45\x53\x95\xc3\x14\xde\x8c\xf6\x0e\xea\xa9\xd4\x62\xc7\x38\xaf\x09\x9c\x37\x9c\x3d\xbd\x70\x7e\xd6\xea\x86\x97\xd7\xd8\xaf\x3b\x6c\x5f\x3b\x5f\x1e\xf4\x38\xf2\xa7\x1b\xae\xf5\x00\xca\x53\xa4\x08\x3c\x6d\xb0\x68\x43\x57\x98\xdf\x68\x8e\x00\x32\xc6\x43\x78\x02\xe1\x26\x26\xab\xca\xb5\x7e\xee\x42\xd3\xf3\xf9\x85\xe2\x26\xbf\xee\xf9\x17\xda\xb9\xf8\x27\x29\xda\xb9\xdf\xf4\xe6\xb5\x7b\x1d\x08\x24\xed\x0b\x8e\x09\xc4\x41\xde\xf0\x88\x6d\xda\x17\x71\xd0\x32\x77\xda\xbf\x69\x7e\x96\x8c\x23\x9a\x97\x78\xd3\x2e\x32\xb3\xfa\xed\x03\xac\x61\x0c\x4c\x3b\x4e\xd7\xc9\x67\x4a\x07\x26\xc6\xe9\xfa\x12\xec\x2c\xa0\x6f\xbf\xfa\x80\x3f\x65\x3f\xb2\x27\x92\x7e\x37\xfe\xe6\xfc\xa3\xfb\x77\xb7\xcc\x9d\x6e\x99\x85\x5c\xd3\xe7\xfd\xff\xfb\x1c\xfc\x75\x6e\xd4\x60\xe4\xdb\x08\xa4\x1a\x3f\x0b\x76\x37\xea\x1d\x6c\xd4\x7f\x69\xe2\xa6\xfc\xe1\x0e\x71\x53\x5e\xe5\x9c\x93\x79\x9d\x33\x50\xb7\x1f\x4b\x28\x95\x8b\x4e\x7f\xf3\xad\x7a\xd1\x5d\x50\x5b\xb5\x39\xd7\xb4\x07\x53\x69\xc7\xb6\xe5\x4d\xe5\xfd\xfe\xff\x66\xec\xc1\x4b\x45\x65\xc7\x19\x3e\xd3\xcf\x8b\xb4\x2b\xaf\x68\x66\xd5\xa8\xc0\xf5\x92\xfb\x3a\xe6\x3f\x63\xec\x17\x25\x06\x01\xe2\xe8\x4c\xd1\x91\x97\x9c\xec\x46\xa4\xdf\x70\xf6\xf5\xe2\x7e\x16\xc4\x1b\x0e\x2c\x2c\x4b\x4e\xfe\xe8\x01\xf6\x10\x9b\x14\xa3\x29\x56\x9a\xcb\xfd\x67\xc8\xbf\xd5\x90\x6b\xac\x2c\x91\x5a\xf1\x46\x8a\x09\xa0\x1c\xfc\x34\xa2\x9e\x49\x1e\xe0\x9f\x13\x29\xce\x89\x5e\xf5\xad\x2d\xe6\x65\x35\x46\x75\x72\x1f\xae\xf9\x5f\x71\xf0\x6f\x59\x22\xfd\xb2\xaf\xf6\xe4\xca\xa6\x26\xa3\xf9\xbe\x05\x4d\x36\x01\x86\x33\xe5\xdb\xdc\x4f\x42\x9e\x79\xe7\xc4\x74\xca\xa7\x8e\xc3\x7c\xb8\x73\xea\x38\x0d\xed\x9d\x53\xcd\x66\x73\xea\x38\x96\x74\xe7\x39\xda\x8d\xc1\x84\xad\xfa\x57\x96\x3d\xaa\x5f\xbd\x43\xe4\x97\xde\x4e\xb3\xae\x77\xee\x38\x8c\x49\x93\xb2\x6c\x52\x89\xe7\x0e\x1b\x3b\x7d\x1c\xe3\x65\x77\x4b\x88\x08\xb3\x3f\x3e\xed\x30\x96\x77\xd2\xac\xc0\xd9\xf0\x11\xc7\xff\x45\x47\xff\xc6\x56\x75\x34\x61\xa0\xbc\x57\x95\xed\xae\xcb\xe8\x44\x60\x62\x5c\x98\xd7\x87\x5b\x2f\x4c\x5b\x7d\x32\xa2\x8a\x6d\x46\x86\xe7\xa0\x6c\xc3\x19\x84\xda\x86\x17\x25\x6b\x29\x71\x10\x79\x71\x74\x9e\x7b\xe7\xc4\x32\x6b\x15\xb1\xb7\xca\x0b\xef\x38\x94\x2f\x8a\x17\xbd\x35\xaf\x03\x9e\xcb\x8d\x1a\xe9\x89\xff\x02\x87\x4d\xe6\x51\xb2\xda\x8f\x83\xcc\x2d\xfc\x55\xf9\xb7\x9a\x67\xf2\x77\xd5\xb8\x8f\x29\xd2\x9a\x71\xea\x71\xe8\xe1\xdc\xb3\xba\xf9\x2b\x0e\x63\x62\x0d\xad\xa6\xc0\x5f\xfe\x59\xc7\xff\x5d\x47\xff\xb6\xf7\x36\x18\x3e\x0b\xbc\x1a\x39\x96\xed\x19\xe7\xad\xf0\x38\x4d\x56\xa1\x6c\xb4\x98\x1f\x0c\xe2\xf8\xe0\x61\x1d\x80\xdd\xeb\xaf\xc4\x51\xde\x79\x34\xc7\x26\x88\xe3\x73\xe3\x7a\xfe\xbd\x0e\xed\xa8\xa0\x91\x9e\xdf\x7c\x6d\x5b\xbd\x0e\xfc\x52\x59\x17\xcc\xf8\x6a\x83\x43\x60\x3f\x1a\xb1\x26\x2d\x11\xdd\x2b\x51\x22\x36\x8a\x96\xf4\x9c\xef\xe7\x24\xa2\x70\xf3\x26\xe7\x4d\x1c\x20\x2f\x28\x70\x47\xe0\xb2\x83\x90\x28\xc0\x6c\xc0\x3b\xae\x66\x77\x6c\x19\x0c\x7c\xb1\x1f\xf3\x07\xa2\xa2\x73\x46\xe1\x8c\xbb\x5f\xb8\xca\x7f\xd8\x19\x7e\x8e\x03\x5e\xf4\x7b\x31\xcc\x37\xe3\x85\x68\x9d\x5c\xf0\xb9\xec\x05\xa1\x95\x75\xbb\xe8\x63\x2b\xd4\xf8\xe0\xbc\x50\xd5\x33\xae\x03\xb9\xc0\x75\x15\xb2\xe3\x92\xb9\x0c\x17\xaf\x64\x8f\x31\x04\xef\x9f\x5c\xc9\x7e\x6c\x82\xed\xcd\x5b\x69\x8f\xbb\xaf\x9d\xf0\xbf\x6f\x02\xfe\x34\x28\x9a\xf1\xb6\x30\x95\x54\x31\x40\xa9\x1b\xf3\xa6\x07\x30\x9d\x32\x70\x10\x00\xfa\xc8\x7d\x59\xe8\xff\xca\x5b\x41\x61\xf4\x5d\xef\xeb\x0f\x14\x71\x98\x8c\x97\xa2\xf8\x96\x06\x94\x63\x4e\x76\x18\x37\x29\x0f\x55\xd1\xda\x17\x42\x0c\x14\x29\xe0\x18\x50\x61\x65\xd4\xb4\x2a\x32\x54\xaa\x66\x9b\xdb\xb4\x44\x51\x7d\x23\xb9\xbe\x25\x4a\x52\xea\x1c\x83\xf0\x4c\x68\x78\xda\xe5\x2b\x37\xe4\xb9\xd1\x8f\x3c\xca\x24\xc2\xca\xd0\xae\x25\x86\xd9\xbf\xde\xde\xab\xde\xe9\xb0\x03\x41\x2f\xa2\x00\xcc\x9f\x70\xfc\xef\x71\xa6\x17\xe6\xed\x68\x49\xd1\x1b\x14\x04\x69\xae\x9f\x9c\xc4\x03\xa8\x8c\x07\xaf\x3f\x48\x7e\x47\xf4\x29\xdc\xe5\xd1\x53\x05\xd6\x09\x5b\x2b\x4f\x56\x8b\x8e\xba\xc6\x89\xa3\x16\x57\xb2\x0f\x30\x00\x16\xe9\xe6\x72\xdc\xa2\xff\x55\x87\x5d\xa1\x4f\x3f\xb9\xfb\x0e\xc7\x7f\x85\xa3\x8f\x3f\x56\xd5\xd7\xe4\xb3\xad\x54\x5e\x7e\xfc\xe8\x56\xff\x4d\x35\xc6\x34\x53\x80\xfb\x2a\xa1\x25\xd8\x2b\x17\xee\xe6\xf5\x13\xb8\x14\x55\xc4\x0b\xc0\xba\xd0\x02\xbf\x8e\x60\x25\xed\x17\x5e\xc3\x9b\x59\x9c\x9b\x5e\x9e\xab\x7b\x67\x17\x66\xe1\xdf\xd9\xb9\x93\x73\xe2\xdf\x99\x33\xa7\x4f\xcf\xcd\x2c\x7b\x69\xe6\x5d\x8f\x96\x59\x79\x59\x9f\xe6\x56\x09\x70\x35\x9e\x0c\xbc\x76\x1f\xc1\x64\x55\x61\x56\x2d\x84\x28\xc8\x64\x70\xf5\xa3\xda\x45\x3f\xb8\x87\x1d\x50\x83\xe5\x7e\xf7\x1e\xff\x6f\x26\x94\xcc\xb2\xf7\xb2\xd2\x1e\x26\x56\x96\xc9\xe8\xce\xd8\x09\xc0\xa1\x05\xd0\x86\x63\xde\xc1\x5e\x1a\xe6\x07\x69\xd5\x89\xbf\x9b\xf8\x68\x2a\x4e\x57\x0f\x6a\xea\x41\x2f\x4e\x57\x4d\x0f\x4b\xe9\x51\x88\x93\x45\x83\x44\xa8\xc2\xd1\x71\x03\x7c\x1e\x8d\x45\x2a\x33\xb7\xd2\x98\x1f\x98\xf9\x4e\x81\xa3\x9f\xf5\x65\xd9\xd1\x13\xbf\xab\xae\x81\x84\xc2\x8d\x32\x3b\x05\x40\xe9\xae\x47\x71\xd8\x12\x47\x9b\xf2\x60\xad\x19\xb0\xc8\xa2\xe7\x40\x50\xf1\x04\x44\xbf\xce\x3a\x4c\xa1\x69\x62\x67\x8f\x83\x1e\xba\x35\xc0\x95\x34\x00\xe7\x36\x19\x9b\x05\xe4\x1f\xe2\x63\xc7\xc3\x66\x2b\x4e\xc1\x63\x15\x05\x69\xdd\x6e\x76\x37\x5a\xed\x14\xd2\x1d\x40\xe1\x71\x6d\x65\x62\xfc\xee\x5e\xf6\x5f\xcc\xed\xb2\xd7\x03\xa8\xd5\x59\xde\x8b\xd3\x81\x50\x38\x14\xb6\xaa\xfb\xfa\xbd\xfe\x7d\x15\xcf\x4b\xa0\xf6\x48\xeb\x0d\x57\xd1\xa1\xfa\xd8\x0b\x20\x56\x94\x67\x80\xd7\x0c\xc7\xe6\xe6\x86\xb3\x47\x9c\x4c\x37\x1c\xb2\xcd\x5a\x3b\xde\xcf\xed\x61\xaf\x72\x98\x1b\x07\x79\xb1\x9c\x89\xdd\x51\x94\xb4\x1c\x75\xb9\xfb\xbc\xd1\xd6\x82\x31\x07\x55\x91\xd4\xff\xd6\x93\x41\x5e\x80\x1f\x85\x8c\xc8\xa3\x16\x14\xaa\x08\x09\x97\x90\x26\x8a\x35\xaa\x48\xbd\x20\xa1\x81\x59\x63\x57\x8b\x2a\x9d\x85\x73\x3c\x54\x27\xbc\xf4\xea\x1c\x56\x6c\x39\x54\xa5\xc8\x00\x63\xf7\xd6\x83\x5c\xd9\x0b\xd8\x33\xd9\xfe\x2e\xcf\xf3\x60\x95\xbb\xa7\xfd\xe9\x69\xaf\xd3\xef\x42\x40\x7b\x10\x02\x44\x00\xbd\x93\xe7\x3e\x49\x28\x14\xc5\x52\xa2\x81\xb2\xa1\x1a\x69\x6d\x59\x27\xd8\xbe\x8c\x07\x79\x9a\xb8\xc7\xfd\xa9\x65\x90\xe9\xe2\x97\x3a\x37\xa8\x1a\x1d\xcc\xa9\xb2\xd5\xf9\x9c\x54\x36\xf6\xbb\xfd\x9b\x97\x2c\x80\x78\x95\x45\x1d\xfd\xac\xda\xde\x72\xd6\xe7\x75\xef\x44\x10\xe7\xbc\xee\x9d\x4d\xce\x27\xe9\xba\x9d\xdb\x51\x06\x93\xc3\xbd\xde\xff\xc6\x65\x22\xc0\x33\x66\x93\xca\xd0\x4a\xf3\xf3\xd7\x98\x6c\x68\x65\xf4\x60\x3a\x59\x8f\x44\xc5\xef\xf1\x96\xfb\xc5\xc7\xf9\xef\x75\x50\x19\x37\xbc\x58\x4d\x70\x77\x03\xc7\xdb\x40\x72\x27\xce\x80\xa6\x77\x46\xc6\x95\xcb\xeb\x3c\x21\x44\xce\x8a\xb1\x21\xef\x9a\xdc\x74\x9f\x4e\x89\xe6\x01\x7b\x06\x5c\x14\xe8\x23\xb1\x2b\x84\x3c\x8b\xd6\x50\xcb\xbf\x4f\xd9\x30\x4a\xb0\x1c\xdd\x34\x54\x2e\x3c\xfd\x9c\x67\x79\x73\xc3\xd9\x4f\x15\xb3\xd6\xd3\x0f\x5e\xcd\x1e\x71\xd8\x5e\x7e\xa1\xc8\x02\xf7\xf9\xfe\xd3\xe7\xc4\x1f\x56\x2b\xf5\x44\xa1\xf4\x62\x16\x89\x3c\x9b\xde\x12\xe7\xf8\xd7\x7c\xd2\x4e\x3d\x45\xda\x06\x53\x84\xe6\x59\xf3\x6d\xce\x93\xd9\x13\x47\xcb\x19\x93\x53\xeb\x0d\x0e\xdb\x87\x5a\x8d\xfb\x03\x8e\xff\x74\xc2\x94\xbb\x7c\x55\x19\x5d\x8b\x2d\xe2\x61\xb7\x98\xec\x43\xf7\x19\x44\x4b\xf0\x4d\x77\x5b\x80\xde\xde\xc2\x7d\x33\x4b\xd7\x1d\xb9\xc1\x9b\x59\x5a\x04\x00\xf0\xed\x17\xf2\xfd\x7b\x18\xd3\x20\xea\xee\x8b\xf6\xf8\xff\x6b\x62\x51\x63\xac\x23\x90\xbf\x3e\xbc\x13\xe8\xf6\x3c\x99\xb8\x1f\xea\x07\x31\x8e\x3c\x9c\x80\x0d\xe3\xc2\x31\xef\x1c\x28\xb0\x8d\x4e\x9a\xc3\x19\xbc\x19\xa5\xe0\x30\x73\x0e\x34\x0c\xc0\x0f\xab\x2b\x78\x9a\x15\x75\x53\xc3\x43\xc4\xee\x9f\x6f\x7b\x51\x71\x10\x5c\x8a\x08\xce\x91\x6c\x9b\x16\x56\x3b\x62\x42\x05\x39\xd4\x33\x04\xe0\x71\xdf\xf6\xe7\xc1\xd0\x28\x69\xf1\x6a\x60\x26\x0d\xca\xd3\x47\xc8\xff\xe1\xb2\xe0\x86\x3b\x59\xbd\x94\xc2\x62\x5e\x34\x28\xb9\x8f\xc0\xfc\x67\x34\x0c\xbd\x9d\x45\x39\x79\xcc\x57\x83\xd6\xa0\xd1\x47\x41\xe4\x37\xd9\xac\x38\x2a\x8a\x83\xa6\x74\x8d\xce\xfa\x64\xc1\xc2\x81\xc9\xbd\x4e\xd0\xeb\xf1\x24\xf7\xc4\x4c\x4d\xdb\xde\x4a\x90\x84\x08\x47\x0a\x21\x06\xe8\x43\x95\x5a\xc0\xa6\x18\x70\x72\xae\x84\x9e\x6f\x1b\x1d\x5a\xe8\x19\xfd\x2c\xff\x0c\x38\x46\x5f\xce\x35\xa1\x0b\x79\xcb\x5e\xb6\x0f\x20\x40\x72\xf7\xb5\x7b\xfd\x8f\xed\x91\x98\xa5\x28\xa6\xf4\x99\x32\x90\xf8\x12\x88\x17\xd2\x42\x64\x16\xdc\xe5\xcf\x73\x1d\x64\x82\x9e\x61\xed\x14\xab\xa2\x8d\xba\x45\x9a\xc6\x79\x33\xe2\x45\xbb\x99\x66\xab\x53\x9d\xa2\x1b\x4f\x65\xed\xd6\xcd\x47\x6f\xbb\xe1\x3a\xe2\x29\x68\xdc\xd4\x3c\xda\x3c\xd2\xbc\x11\xc6\xf4\x12\x12\x1e\x39\xca\xca\x27\xdc\x63\xcc\xf3\x89\x6c\xc3\xaf\x33\xcf\x0f\xa3\xd5\xa8\x08\x62\x18\x38\x08\xd4\x80\xa7\x92\xab\x41\x9c\xd2\xa3\x42\x6c\x2a\xf0\x58\x34\x8b\x27\xad\xa8\xd7\xe1\x99\xf5\x30\x58\xcd\x38\x57\x4f\x00\xf2\x7f\xe8\x3b\x31\x67\xa1\x18\xfc\x95\xc5\xfa\x87\xfc\x16\x8e\xb4\x98\x05\x2f\x3f\x09\x12\xfc\x97\x80\xf5\x82\x7e\xd1\xc1\x8c\x70\xf9\xe9\xdf\x69\xa8\xe8\x44\x30\xf3\x6e\x10\xc5\x5e\x2f\x4b\x0b\xec\x1b\xcc\x65\xaa\x2b\x74\x0c\xf1\x67\xd4\xcb\x79\xcb\xe3\x49\x48\x97\x81\xc6\xc3\xa2\x9f\x24\x3c\x36\x1e\x88\x79\x04\x3f\x85\x4a\x92\x17\x41\xb7\x27\x4b\x49\x5b\x79\xcf\x2a\xb6\x1b\xb5\xb2\x34\x4f\xdb\x85\x97\xaf\xb6\xe0\x49\xc2\x8b\xbc\x15\xf4\x38\x3c\xd8\xb1\x14\x0e\xd9\xa4\xa8\x0d\xb8\x15\x3e\xc3\xbf\x6f\xfe\xd1\x59\x0c\xff\x7a\x80\x3d\xb1\xe2\x3a\x98\xc0\x35\xdc\x4f\x1e\xf0\xdf\xec\x48\xfc\x0d\x00\x11\x01\x0d\x06\x6f\x8b\xb4\x66\x78\x07\xb1\x73\xc0\xa9\xa8\x4e\x2e\xb0\x51\x8e\x94\xb4\x78\x6d\x0e\x6e\xd0\x00\xe9\xa1\x3c\xe0\xcb\xd0\x1d\x47\x9a\xb7\xd6\xbd\x5e\x0c\xfe\xb7\x7d\x02\x23\x5b\xc1\xb2\xf3\xaa\xd3\x93\x62\xe1\xdb\x70\xf6\x61\x08\x9a\xb5\xe7\xff\xe1\xee\xb5\xe6\xae\x27\xd0\x63\x78\xc1\xf8\xef\x92\xa9\xfc\xf9\x8c\x96\x9a\x9b\x6f\xc1\xdd\xbb\x1c\x05\x7b\x97\x38\x60\x51\xb4\xa8\x14\x22\x9d\xa0\x00\x50\xda\xf5\x20\x41\xb8\xc6\x28\x51\x90\x4d\xb9\xdd\xe2\xe6\x45\xe7\xcc\xe6\x77\x9a\x75\xf7\x7a\x75\xa7\xe9\xfb\xea\xe6\x92\xa4\x58\xd9\xcd\xe8\x6f\x1f\xac\x14\x80\x0b\x69\x08\x47\xa2\x0f\x3d\xe8\xfb\xf4\x37\xce\x7c\x3c\xed\xf7\x74\xf4\x71\x2f\x15\x02\x88\x69\xc0\x47\xdb\xcd\xe5\x41\xf6\xeb\x8e\x4d\x08\xf0\xb3\x8e\xff\x66\xe7\xde\x34\x2f\xbc\x04\x9f\x18\xbc\x58\x84\x55\x0b\x0b\x01\x42\x31\xcf\x92\x1c\x14\x19\x1c\xcc\x65\x0a\x6d\x15\xd6\x58\xcc\xe8\xf9\x6d\x02\xf9\x00\x4a\x67\x09\x11\x0b\x2e\x4e\x94\x27\xbf\xf2\x69\x51\x46\x5d\x89\x04\x69\xa3\xbc\x7d\xd4\x61\x93\x42\x80\x83\xaa\xfe\x3b\x8e\xff\x1e\xe7\x34\xfd\xc2\x4e\x31\xa0\xe5\x54\x18\x93\x6c\x03\x06\x65\x04\x0a\x60\x4b\xc7\x66\x44\x74\x61\x92\x34\x48\x2b\x2f\xac\xf8\x28\xa2\x97\x97\x0f\xf2\x52\x8e\x04\x7d\x1c\x0a\xe9\x99\xe7\xfd\x2e\x0a\x9f\x00\xc2\x9d\xda\x28\x23\x8c\x20\x21\x19\xf6\x61\x6d\x7e\x5f\xdc\xc7\x26\xd3\x35\x9e\x75\x78\x10\xba\x7f\xb5\xcf\xff\x81\x7d\x67\xe8\x97\xe9\xb5\x6e\xdd\xa9\xca\xcf\x45\x99\x69\x2b\xd2\xc4\x6c\x59\x3f\x01\x82\x33\xdc\xfb\x4c\xaf\x55\x13\xb7\xda\x0a\xde\x53\x28\x65\xfd\x22\xd5\x34\x6f\x41\x61\x98\x4b\xc1\x32\x42\x9e\x4d\x16\xfe\xb5\xfe\xc4\x00\x56\x92\x01\x2f\x9b\x7e\x69\x04\xe6\xd6\x75\x93\x14\x93\x00\x9d\xcf\xa3\xc4\x5b\x48\x43\x3a\xdd\x2b\x91\x8b\xb7\xc9\x9b\x17\x01\xad\xa3\xfd\xac\x22\x1b\x89\x26\x2b\x19\xce\x74\xc7\xc6\x19\x0f\xc2\x81\x22\x89\x58\x2c\x41\x98\xeb\xd0\x60\xbc\x58\x83\xb3\x86\x06\x3e\xa3\xc5\x5a\xf7\xd4\x50\x2a\x40\x2a\xae\x20\x5b\x70\xdf\xa2\x88\x07\x99\xd2\x8e\x92\x31\x8b\xad\x6b\x46\x2f\x75\x72\x44\x42\x38\xe4\xd9\x47\x5b\xa9\xa6\xe7\x7a\x2e\xcf\xd2\xcd\x44\x32\x4f\x3a\x41\x82\xb0\xe7\xf9\xd4\x79\xde\xcb\x41\x0e\x8b\xf9\x3c\x75\xf4\x86\x23\xb7\xdf\x70\xf4\xe8\x2d\x8d\x5e\x1a\x36\x64\xbf\x34\xbb\x61\x29\x3c\x12\xc2\xaf\x1b\x80\xb6\x26\x0a\x4d\xdb\xa6\x9d\x84\x68\x90\xab\x40\xac\xc7\x10\xfb\x2f\xa4\xa1\xea\x36\xc9\xe9\xff\x36\xe7\x2e\xb6\x1d\x8c\x89\xa6\xba\x29\x7a\x7a\x3f\x00\xc2\x6a\xd3\xf8\xf1\xe2\x1a\xbb\xa6\x27\xce\x12\x20\xad\x10\xa8\xc8\xfd\x7b\xc7\xff\xb4\xb3\x50\x7a\x2a\xef\x2d\xe8\x17\xfa\x6f\xe2\x27\x18\x80\x95\xe3\xc2\xc3\x90\xf8\x5e\x16\xa5\x19\xa0\xf4\x9d\x41\x13\xdb\x69\xbe\xc6\xb3\xba\x47\xb9\x9e\x14\x1f\x2d\xa8\x6f\xcc\x6b\xf0\xaa\x2f\xc8\xe5\x8f\x0f\x91\x24\xae\xf0\x82\xba\xbc\x0e\x01\xef\xca\xed\xf0\x74\x9a\x2c\xa8\xda\xa9\x6c\xa8\x0f\x1b\xab\x8a\x03\x92\x24\xcf\x97\x6b\xec\x6a\x31\xcd\x85\xfa\x99\xdf\x23\x74\x42\xf7\x53\x35\xff\x75\xb5\xf9\xb6\x67\x40\x6f\xa2\x41\x9e\xbe\x82\xf2\x34\xbc\x1a\x17\x73\x38\x90\x1b\x86\x90\x39\xea\xcb\xa6\x37\x2d\x15\x70\x5c\x4a\x80\x7c\x29\x32\x13\x62\xd1\x40\x26\x46\xf8\x5b\xf1\xc5\xf4\xe9\x59\x0c\xb1\xd5\x74\x66\x3a\x3e\x8e\xd6\x47\xb9\x26\xb0\x74\xc9\x48\xcc\x1f\xea\xa3\x7f\xac\xbf\x9c\xf5\xb9\x7f\x69\x73\x1f\xf7\xb6\xa9\x1b\x6e\xb8\xe1\x56\x98\xfa\x50\xb5\x6f\x3e\x7a\xf7\x37\x1f\xbd\xbb\xd9\x0d\xb7\x0e\x86\x65\xec\xe1\x8b\x66\x1f\xb3\x1f\x73\xd8\x55\x6a\x7f\x81\xbd\xec\x55\x8e\xff\x22\xc7\xee\x74\x2b\xc2\x70\x85\x7b\x61\x94\x03\xd1\x35\xad\x1c\xd5\x2b\xc6\x31\x66\xbe\x04\x4f\xb1\x59\x26\x0a\xbf\x52\x65\x61\xce\x8d\x0f\xd7\xd8\xa4\x9c\xce\xee\x6f\x2a\x3c\x88\x77\xd4\x84\xdc\x95\x2f\x24\x05\xce\xfd\x41\x16\xa5\xfd\x5c\x06\x17\xb6\xd2\x6e\x2f\x4d\x60\xdb\x52\x8e\x04\x84\x17\x98\x7a\xed\x88\xd8\x0d\x55\x26\xa9\x84\x0b\x0e\x29\xb2\x50\xcd\xdc\x69\x25\xd2\x67\xaa\x77\x8d\x08\x82\x4d\xd7\x64\x51\x19\x29\xee\x92\xcf\x43\x97\x8c\xfb\x45\xe5\x16\x21\x37\xbd\xdc\xac\x28\x64\x23\xeb\xa1\xd8\x23\x30\x17\x88\x7b\xcd\xb4\x08\xaf\xeb\x68\xd8\xcc\x6a\x99\x8d\xf7\xf0\xea\x09\x76\x6d\xaf\x9c\xa3\xfb\xaf\x35\xff\x8b\xa5\x05\x67\x3b\x8e\x21\x8f\x85\x96\x2c\x3e\x76\x32\x08\xe9\x46\x2b\x8b\xc0\x29\xdc\x47\xcf\x01\x7a\x25\xaf\xf6\x8d\xb7\x19\xf7\x8a\xf5\x14\x4b\x09\x62\xef\x3c\x1f\xac\xa7\x99\x8a\x04\x56\x9c\x91\x66\x58\x2f\x15\x19\xf1\x5c\x87\xfc\x8a\xd3\x3f\xe0\x51\xca\x43\x56\xe9\xe3\x41\xd3\x9b\x4e\x06\x64\x46\x07\xa3\x68\x29\xb0\x0f\xdc\x65\xc0\xdc\x0e\x5a\x8a\xd5\xc3\x52\x19\xa7\xd2\x02\x74\x9e\x1a\x37\xb1\xd5\x14\x2a\x99\x51\xbd\x34\x83\xed\x8f\xa2\x9f\x33\x8e\x2a\x9e\x7c\x5d\xf6\xe4\xba\x2a\xe3\x79\x11\x64\x05\x6d\x04\x1f\x76\xfc\xdf\x70\x16\xf1\x91\xc4\x72\x91\xd7\xcc\x86\xdc\x22\x6a\x08\x35\x75\x49\xe4\x4f\xc7\xeb\xc1\x20\xaf\x7b\x67\x92\x13\x41\x14\xf7\x33\x5e\xc7\x5d\xc0\xd2\x6e\xf1\xa3\x6d\x07\x64\x0a\xc9\x14\xa7\x41\x98\x4f\xc1\x0d\xac\x10\x4f\x71\xd4\xe6\xad\x41\x2b\xe6\x53\xd7\x51\x2b\x1a\x58\x65\xb3\x8d\x1f\x72\xd8\x81\xbc\xbf\x12\xa6\x42\x5b\x70\x7f\xdd\xf1\x7f\xbe\x42\xdc\xb4\xfb\x71\x3c\x30\x6c\xda\x42\x5d\x92\xe6\x6b\xd5\xc1\xfe\x71\xf9\xe8\xce\xe6\x71\x95\xe5\x9d\xcd\xe3\x62\x38\xd4\x79\xe0\xce\x66\xbe\xd6\x6a\x1e\x97\x58\xac\xf4\x91\xbf\xa9\x8c\x12\xef\x40\xa0\x07\x94\x06\xca\x46\x5f\x1d\x6b\xd0\x56\xd9\xa4\x8c\xa7\x76\x1f\x1c\xc3\xb9\x2d\x85\xb0\x0c\xf7\xf5\x9b\x95\x62\xf6\x60\x6e\xc6\x78\xb7\xd2\x24\x2f\xb2\x20\x4a\x8a\x9c\xfd\xb6\xc3\x0e\x84\x49\x8e\x50\x11\xee\x2f\x39\xac\xb1\x15\x81\x3f\x7b\x7a\x09\x53\xf8\x8f\x48\x8e\x6f\x5a\xcd\xb3\xa7\x97\x86\x90\x05\x61\xf6\x2c\xe8\x87\x5a\xba\xc3\xd4\x95\x5d\xdf\xe5\xd9\xaa\xc6\x11\x5e\xe5\x09\xcf\x60\xe7\x15\x59\xb6\x2c\x28\x8b\x15\x70\xa7\x4b\x13\xf1\x0a\xe7\x74\x93\x2d\x6a\xd0\xf6\x7b\xfc\xdb\x4b\x07\xba\x5e\x14\x9a\x87\xb9\x33\x14\xbe\x7b\x6c\x93\x03\xd9\x23\x0e\x9b\x94\xd3\xc1\x7d\xae\xdf\xb5\x9b\xaa\xe6\x0e\xc9\x77\x31\x9f\x46\x8e\xff\xc1\x7c\x78\xae\x91\xaa\x1c\xd0\xb6\xd2\x90\x22\x04\x37\x1d\x73\x3a\xfc\x81\xc3\x5c\x0a\xcb\x9b\xc6\xa8\x3c\x90\xad\xef\x71\xfc\xb7\x3b\x4b\x43\xcf\xa5\x4e\x67\x56\xce\xfe\x4a\x14\xdb\xc7\xf8\xfb\xac\x9f\x18\x07\xe1\xad\xad\xd7\x22\xc8\xcf\xc3\xaa\xc5\x23\x02\xa8\x11\x4a\x70\x18\xcf\xa9\xca\x0d\x8a\x24\x9c\xb2\x3c\x1f\x6b\xec\x09\x79\x27\xc8\xf8\x02\x92\x4a\x29\xef\x2c\xf7\xcf\x6a\xfe\xef\xd5\x96\x3a\xe0\xb3\x02\x1e\x7d\x31\x57\x54\x55\x1a\xe0\x66\x85\x17\xeb\x9c\x14\xae\xb4\x44\xe8\x00\x14\x23\x81\xb1\xe1\xca\x20\x23\xd1\xe3\x96\x84\xa3\xa3\x21\x68\xe6\xa9\xb7\x16\xf1\x75\xf2\x23\x5c\x4d\x82\x58\x96\xca\x69\xd7\x45\xa9\x6f\x97\x52\x48\xcc\xc7\x5e\x1a\x6a\x62\x63\xe4\x22\x96\x95\x8e\x12\xf4\xbb\xd0\xd0\xd8\x26\xae\x82\xba\x2e\x5a\x98\x9f\xf5\x8e\x34\x15\x79\x80\xc8\x6b\xa9\xaa\x83\xd4\xcd\x6c\x5a\x74\x14\xcf\xdf\x56\xa7\xf4\x43\xec\x8a\x22\x8d\x95\x17\xd3\x8a\xff\x94\x51\x02\xc3\xf8\xcc\xba\xec\x9c\x62\x0d\xf6\x2d\x9b\x0a\x89\x65\x95\x9a\xfd\x4a\x0d\x2d\x33\xd3\x71\x14\xe4\x3c\x77\xdf\x5e\xf3\x5f\x07\x96\x19\x7a\x50\x46\x5e\x36\x49\x74\xf0\x2a\x7a\x7e\xa1\x64\x5f\x89\x92\x6f\x97\xc7\x51\x12\x17\x7a\x89\xe5\x48\x99\x11\xb5\x4d\xc3\x8b\xf4\x7d\x85\x23\x9a\xba\x4a\x02\xab\x88\x49\x1b\x09\x5e\x3d\x66\x63\x9b\xac\xce\xae\xdf\xb4\xb1\xaa\x31\x17\x9d\x6f\x66\x4f\xb6\x2c\x67\xa0\x8f\x36\x40\xb4\x35\xce\xf3\x81\xbb\xd7\x9d\x88\x7a\xec\xa2\x73\x90\x3d\xa9\xe2\x3b\xc9\x71\xe0\x4e\xba\xfb\x20\x0d\x93\x72\x6d\x7e\x61\xa6\x42\xae\x45\xbd\xd6\xa5\xc8\xb5\xff\x3d\xc1\xae\xcd\x79\x71\x2f\x09\xa4\xe9\xfc\xc4\xd3\x67\x4f\xbb\x9f\x9d\xf0\x3f\x06\x70\x22\x19\xf1\xb9\x8f\x10\x5b\xa6\x69\xc0\x54\xe1\x44\x26\x75\x2f\x0b\x08\x05\x21\x48\xc8\xb1\x2c\x68\xa3\x24\x3a\x64\x44\xec\x1d\x06\xe3\x31\x12\x7e\xe9\x05\x45\x6c\xf7\xe8\x27\xa5\x75\x5c\x0e\x59\xcb\xd5\xa6\xea\x83\x8a\x2c\xad\xfd\xf3\xa2\x23\x63\x2c\x43\x68\x8e\xf6\x17\x88\x7d\xe4\xf5\x8b\x5c\x3c\xc7\xc2\x1f\x88\x92\x30\x5d\xcf\xb7\x52\x3c\x79\xf5\x0e\x34\xa0\xab\xae\x84\xba\x3b\xa7\x4f\xce\xf3\x81\x77\xef\x7d\x73\xcf\x7c\xce\xc9\x33\x33\xd3\x27\x9f\x73\x6a\x7a\xe6\xde\xf9\xd3\x73\xcf\x5a\x7a\xe6\xd2\xf2\xdc\xa9\x67\xcd\x20\xae\x20\x69\xfb\x4b\xbc\x78\x16\x09\xe6\xfc\x59\xcb\xad\x5e\xd4\x7b\x96\xb1\x4d\x16\x29\xb4\x1b\x94\x0a\xb4\x77\x29\x0e\x74\xd0\x21\xb0\xbf\xa1\xca\x9d\x00\xd4\x3f\xa4\x62\xd8\xcc\xcc\xf8\x8e\x9a\x26\x46\x7b\x53\xcd\x7f\xc4\x39\x69\xd1\xa0\xd9\x00\x7c\x10\x1a\x48\x6a\xad\x16\x7c\xe8\x87\x49\x30\x27\x4a\x41\xdc\xa6\xb2\x47\x90\xc5\x53\x54\xac\xb9\xec\xbe\x85\x1d\x66\x07\x37\x5d\x76\x18\x39\x29\xd6\xd2\xf8\x35\xb7\xdf\xdd\x2b\xc6\x8a\x5d\x74\x8e\x8e\x5f\x75\x8f\x77\xaf\x85\x54\xf5\x8c\x8b\x96\xde\xc7\x07\x39\x63\xaf\x71\xd8\x93\x83\x7e\x91\x42\x4f\xd8\xdb\x28\x04\xd6\xba\x7d\x7f\x75\x7a\xcc\x7b\xe3\xb8\xa3\xa9\x17\x2b\xc1\x96\x0d\x16\x7a\x28\x30\x28\x88\x28\x81\x06\x61\x88\x4e\x49\x68\x6e\xa4\xd3\xff\x75\xcd\xff\xb3\xda\x12\x2f\x50\x01\xd3\x3a\xbd\x1a\x1c\x2b\x0a\x86\xbc\xaf\x4f\x88\x6d\xca\xaf\xf0\xdf\x3e\x68\x7e\xf0\x40\x54\x74\x88\x24\xf7\x60\xdd\x7e\x25\x7e\x53\xc6\x07\xc5\x99\xe4\xe0\xe9\x34\xe1\x07\x9b\x65\x2d\x10\x2d\xb4\x11\xe8\x6b\xa8\x37\x96\x95\x3e\x75\x00\xa3\xaa\x2b\x7b\x23\xbc\xd0\x6a\x9e\xb7\x9c\xe2\xe4\x17\x25\xe0\x8e\x81\xbb\x7a\x00\x8e\xc1\xf0\xb5\x21\xd0\xeb\x70\xe7\x81\xd6\x4f\x3a\x1c\xb6\x07\x66\x17\xd9\xc4\xa0\x23\x9b\x6d\x29\x63\x7f\xee\x30\x17\x0f\xe8\x0a\x83\x35\x39\x9f\xbb\xef\x73\xfc\x5f\x74\xe6\x86\x9e\x57\x0c\xff\xb0\xc7\x05\x4d\x87\xdc\x98\x01\xf6\x16\x87\x12\x96\x27\x6b\x51\x96\x26\xe0\x9d\xb6\x16\x64\x11\x90\xe2\xd5\xd1\xa9\x5c\xca\xaa\x7c\x90\x14\xc1\x05\x8c\x70\x6e\x9d\x07\x18\xcb\xe4\x7c\x5e\xb1\x37\x8c\xa0\x9a\xf9\xf8\x1e\x76\x4d\xd4\x0d\x56\xf9\x42\x3f\x8e\x11\xc7\x26\x77\x7f\x73\x8f\xff\xe3\x13\xf3\xa5\xa7\xa3\xf6\x6d\x85\x52\x47\xe1\x60\xf4\xb1\xa1\x2b\x69\x2d\x8e\xf4\x50\x30\xae\xf5\x63\x84\x12\x4b\x94\xc5\x04\xea\x61\xd2\x7a\x46\xb9\xb4\x3c\x23\xa9\x96\xa5\xb7\xe4\x5c\x15\x26\x67\x57\x2f\xc8\x73\x3c\x52\x88\x51\x58\x8b\xc2\xbe\xd0\xea\xfa\x68\x66\xe9\x4a\xba\x20\x9c\x45\xb4\x5a\xba\x54\xa7\xa6\x77\xc2\xbc\x6c\x97\xd6\xeb\x00\x19\x9e\x42\xe8\xdb\x3a\xea\x13\xd8\xd1\x34\xb1\x31\x5e\x9a\xea\x21\xd6\x12\x19\x84\xb7\x2d\x1e\xb5\xb8\x9d\xc2\x7e\xb8\x8e\xe6\x6f\x94\xac\x36\xe0\x89\x68\x08\x95\xd4\x48\x93\x46\x20\xf4\xf0\xad\x93\xc1\x49\x29\x7a\x32\x6d\x05\x71\xe9\x0a\x71\x3b\x32\x75\xcb\x9a\xcc\xf7\x4c\xb2\xab\x45\x45\x66\x54\xc3\xdc\xaf\xee\xf7\xff\xfb\xbe\x93\x8a\xc8\x32\x2a\x20\xf6\x47\x13\xd9\x8e\xdd\x6e\xe6\x93\xa8\x28\xdb\x59\x11\x2d\x0c\xad\xa9\x69\x16\x4a\x93\xb5\x48\x67\xe5\x07\x41\xeb\x45\x90\x15\xe4\x12\x2f\x26\x5d\x64\xe5\xe7\xb5\x83\x28\xce\xf5\xf9\xdd\x26\x27\x2c\x48\x0c\x89\x8f\xe8\x8a\x04\xb6\xe1\x24\x84\x9f\xad\x16\x10\xb0\x43\x7d\xe9\x92\x4c\xdb\x5f\x08\xe7\x4f\x6a\x0f\x41\x52\x2e\x19\x14\xd3\xac\x1b\xc4\x26\x49\x1c\x99\x99\xfa\x49\xf4\x50\x9f\x7b\x41\x17\x80\x59\x2d\x83\xcd\x70\x8f\x48\xf4\x33\xa8\xea\x49\x69\x48\x01\x78\x57\xc0\xe7\x53\x76\x5b\x71\x54\x59\x11\xa2\xe4\xa4\x90\xd4\xe6\x83\x34\xf3\x96\x44\xd5\xfb\x3d\x7a\x84\xb5\x97\xb7\x0f\x8b\x26\xd6\x1b\x3a\x6d\x94\x1a\x03\x96\xb9\x00\xf7\x41\x71\xd8\xa5\x0d\x8f\x10\xde\x0c\xab\xc4\xca\x00\x4c\xa7\x65\xc3\x1b\xdd\x64\x4d\x69\x34\x5e\x38\x4b\x69\xbf\x87\x41\x8f\xab\x83\x57\x42\xfe\x6f\x22\x83\x2e\x4a\x41\x10\x25\x81\xc2\xe2\xc7\x1d\x91\xb0\x12\x51\x59\xb4\x7b\x3a\x6f\x7a\x27\x23\xf0\x7e\x80\x03\x28\xc4\x24\x90\x04\xb1\x3b\x17\x8e\x98\x79\xd4\x8d\xe2\x40\x4c\x96\xbc\x83\xbc\x5e\xa5\xaf\xe8\xac\x46\x78\xd2\xb1\xc1\x3a\x9e\x66\x5e\xc6\xbb\xe9\x9a\x98\x81\x15\xbe\x15\x3b\xb3\x9c\x89\xca\x36\x0c\x09\xb2\xfd\x33\x8d\x5a\xa5\x8f\x8a\x2c\xf8\x91\x1a\xbb\x52\xa8\xe9\x0a\x79\xee\xfb\x6a\xfe\xdf\xc2\x75\xb7\x42\x9d\x43\x0f\x18\xf9\x8b\x10\x1d\x69\x15\xc0\x11\xc5\x50\x6f\xd0\xee\x0e\xbe\x90\x01\xdd\x7c\x2f\x55\xa4\xc4\xe8\x2b\xfc\x02\x1c\xcd\x81\x39\xb8\x94\x4f\x09\xea\x50\xdf\x80\x5f\x8a\x04\xd7\x46\xab\x29\x3c\xe7\x83\xad\x04\xee\x1f\xdf\x36\xc6\x79\xf9\xcb\x0e\x7b\x5c\x6e\x73\xd5\xb9\x9f\x74\xc6\x80\x86\x99\x0e\x15\x76\x3a\xff\xad\x4e\xe9\x09\xd1\xa3\x80\x71\x15\xae\x35\x65\x49\x3a\xf0\x91\x3c\xc0\xd3\x6e\xd7\x14\xc4\xf2\x4c\x34\x52\x9b\x00\x07\x83\xa6\x07\xee\x71\xb0\x0f\x9a\x6e\x1c\xe8\x1b\x67\x10\x63\x80\xc0\x80\xc5\x8c\x37\x18\xec\x07\x1c\x76\xb5\x6d\xe5\x72\x5f\xe0\xf8\xb9\x76\x5f\x2b\x19\xb1\xc8\x53\x44\xbc\x45\x17\x81\x40\x9c\xc1\xa1\xa0\x61\xa3\x98\xe9\x06\x77\x0c\x1c\x3e\x86\x0d\x6a\xca\xd5\xcd\x54\xf7\xbe\xb6\x87\x7d\x23\x52\xfd\xc1\x38\xde\x93\x05\x2d\xbe\xc0\xb3\x08\x7a\x1a\xc8\x45\xfe\x7c\x8f\x24\x17\x79\xff\x1e\xd9\x31\x9a\x4c\x24\x4a\x44\x07\x23\x3c\x2f\xcd\xb2\x84\x73\x02\xeb\xa5\x7c\xb9\xb7\x2a\xb2\x05\x0b\x75\xd3\x3b\x85\xcc\x70\xa1\xd8\xda\x03\x8a\xa1\x0e\x79\xcc\x0b\xc3\x45\xfb\x7e\x10\x67\x72\x3d\x24\x69\xd2\x48\x80\x68\x6a\x0d\xd1\x25\x57\x79\x86\x82\x1a\xc5\x1e\xde\x15\x28\x45\x34\x2f\xd2\x9e\x17\x75\xbb\x3c\x14\xfd\x16\x0f\xbc\xb5\x28\xc0\x53\x34\xa0\xda\xa3\xf1\xeb\x50\x92\x7a\x29\x04\xfb\x82\x4f\x13\xe8\x72\x9d\x7e\x01\xc8\x3c\x87\xb5\x43\x8c\x42\x01\x4f\xa2\x18\x77\x4b\x39\xc8\xd0\x24\xaf\x07\x5d\x65\x7b\xc6\xc8\x6e\x86\x1a\x5a\x9f\x95\x99\x58\x8c\xce\xd3\x31\x11\xda\x2c\x27\xdd\x41\x0c\xa2\x4d\x8c\xb7\x4f\x0a\x2f\xf0\x8c\x51\x93\x8d\x92\x06\x3a\xf0\xf8\x50\x54\x85\x3a\x43\xe2\x0d\x6e\x45\x2b\xf1\xc0\xeb\x04\xb1\x3a\x82\x04\x66\xdf\x08\xe9\x52\x98\xcd\x27\x1a\x33\x65\xf4\xe0\x17\x7a\xa8\xbc\xb7\x84\x4e\xdd\xef\x61\x79\x62\x62\x0e\xd2\x7e\xa6\x78\xf4\xad\xc5\x73\xe3\x0d\xb2\xa9\xf6\xb5\xda\xbf\xed\x61\x8f\x57\x74\xda\x86\xee\xf4\xf9\x3d\xfe\x07\x27\x14\xda\xa0\xe2\xdb\x36\xf6\x9e\xac\x9f\x60\xcf\x48\xeb\xee\x5c\xd5\x57\xc4\x43\x48\x1f\x07\x89\xc7\x2f\x44\xb9\xbc\xfd\x17\x15\xeb\xf1\x0c\xf0\x04\xfa\x39\xcf\x1a\xa8\xa4\xc1\x62\x6b\xd1\xe9\xab\x2f\x64\x6a\xee\x85\x7c\xa5\xbf\xba\x0a\x5c\x71\x60\x6d\x83\xe3\x80\x01\xd4\xaf\x8c\xfe\xd0\xed\xc6\x1d\x99\xb2\x9c\x46\xc5\xa8\xa0\x13\xb1\x29\xca\x7d\x5d\x13\x95\xcf\x4b\x1d\x4f\xe8\x15\x61\x08\x75\x1f\x6e\x21\x3a\xd0\x5a\xad\xaa\x2b\xc7\x57\x3a\x57\xc9\x54\x46\xb7\x98\x4c\x0d\xe3\x5c\x42\xb6\xe7\xfa\x31\x37\x3c\x90\xca\x05\x64\xeb\x10\x91\x52\xda\x0f\xe7\xf6\xa8\x6c\xd6\xff\xe2\xb0\x27\x20\x25\xc0\x2c\x0f\xc2\x38\x4a\xb8\x94\x7c\x9f\x51\xb4\x4a\x1f\x74\xb6\x24\xf9\x68\xb2\x05\x92\x30\xd4\x93\xf6\x3a\x2f\xe3\x31\x8a\xaf\x22\x45\x8d\x73\x19\x9c\xb2\x78\x3b\x25\xe4\x65\x49\x07\x2d\x96\x21\xa6\x17\x87\x76\xc4\xf5\xed\x06\xd9\x79\xf0\x48\xd3\xea\x38\x2c\x57\xc3\x7d\xcc\x54\xf0\x6c\xe1\x29\x66\x60\x1e\x59\xa2\xd3\x5a\x80\xbf\x5a\x63\x86\xdf\xa1\xfb\x53\x35\xff\x75\xca\x64\xb6\xe9\x21\x65\x66\xbb\xaa\xe0\x32\xdc\x89\xa9\xba\x99\xbc\x0b\x7a\x4a\x83\xee\xb9\x90\x56\x6a\x8e\xff\xa7\xa9\x7a\xff\x30\xc1\xae\xc9\x0c\x37\x2f\xb8\xb9\xfa\xc4\x84\xff\xa1\x89\xc5\xd2\x53\xb4\x1c\x60\x2c\xa4\xed\x90\x46\x17\xe7\x91\x9e\x2f\xe4\xe4\x82\x1e\xa8\x75\x52\xf2\xb4\xf5\xa4\x4f\xc7\x7e\xfb\x76\x0b\xaf\xe7\xec\xac\xd5\x41\xc2\x44\x0b\x17\x6d\x14\xc2\x1b\xbc\xd2\x86\x6e\x70\x51\x5a\x4a\x0e\x5f\xc4\xf9\x35\x7c\x2b\x7d\x0c\xf4\xf1\xed\x72\xcc\x0d\x50\xd6\x17\x0d\x28\x92\x78\x14\xcb\xa3\xed\x26\xc1\x1c\x3d\x3d\x74\x28\x4b\xfa\x39\xb7\xd9\x59\xa9\x6b\xe9\xec\x99\xed\xc0\x21\x8e\x72\x6a\x40\x35\x94\x23\x1c\x28\x59\x2b\xbc\xd0\x14\x24\x95\x5e\x70\x37\xd9\xf1\x0e\x13\xec\xff\x2a\xd2\x5e\x1a\xa7\xab\x83\xa5\x5e\xc6\x83\x70\x46\xdf\x39\xbb\x9f\x9a\xf0\xff\xc0\x59\x1e\xf5\xba\x44\xb7\x69\xb0\x08\x80\x37\x5a\xda\x5f\xed\xa0\x0b\x2c\x24\xf4\x82\x56\x96\xe6\x62\xce\x60\x76\x74\xaf\x9e\x37\xbd\x25\x9b\x02\xc0\x06\xfe\x87\x05\xb4\x1e\x0c\x68\x20\x82\x95\x28\xe4\xb9\x41\xa2\x29\x2b\xd3\xf4\xa6\xe3\xd8\x1b\xd9\x14\xd0\x17\xa6\x4f\xcf\xf2\xed\x70\x16\xeb\x2b\xb2\xea\x5c\x2f\x3a\x77\xb3\x27\x0e\x47\xae\x74\x83\x9e\x58\x82\xb9\xfb\x14\xd7\x6f\xa8\x2a\xdd\xc7\x07\xac\x01\x5b\xea\xd9\x84\x20\xc3\xc5\x66\xc3\x2e\x3a\xde\xc8\xf0\x97\x7d\xee\x9e\x6e\xd0\x63\x17\x9d\xe6\x26\xab\xfd\x6a\xf7\x4a\xb3\x9c\x6d\x2c\xfa\x9f\xd9\x6f\xf9\x7b\x13\x71\x62\x73\xa9\x0f\x0b\xd9\x7d\xe5\x7e\xff\xb7\x1d\xfa\xa1\x89\x5d\x02\xcf\x62\x6f\x02\x7f\x55\x45\x5f\xd3\x07\x56\x73\x40\xfd\x43\xf6\x5e\x2f\x4b\x63\x15\xb9\x62\x82\x07\x10\x49\x75\x4b\xac\xa1\x08\x0c\xae\xe2\xc0\x23\x8e\x0a\xc8\xa5\xaa\x81\x42\x74\x79\x60\xe8\x08\x48\x9b\x93\x37\x83\x12\x4d\x44\x6a\x38\x50\x05\xb1\xb7\xe0\x8c\x44\x74\x25\x82\xb0\x22\xfe\x18\xcb\x2b\xfd\x6d\x7b\xd9\x6f\x39\x6c\x52\x42\x75\xb8\xef\x72\xfc\x9f\x54\x48\x1d\x74\x0a\xb3\xb0\x3a\x2a\x78\x3e\xf2\x3e\xc5\xc0\x58\xf6\x7b\xbf\xe2\x90\x23\x3f\x2d\xa9\x95\xfe\x48\xae\x49\xcc\xe4\xac\x6c\x14\xd6\x4a\x65\x62\x2e\xe7\x4f\x49\xb8\x9e\x8f\x3b\xfe\x07\x9c\xfb\x08\x97\x87\xfa\x10\x8d\x69\xba\xca\xb4\xbd\xe6\xa6\x47\x14\x88\x60\xdd\x4c\x80\x88\x39\x9b\x23\x3e\x0c\x94\x2b\xa1\x61\xec\x26\xf9\xca\xd7\x7a\x9a\xea\x0f\xce\x36\x74\x09\x66\x04\xef\xe0\xd9\x25\x09\x4d\x7f\x35\x23\x09\xed\x0b\x19\x07\xe8\x22\x31\x2f\xb2\x2c\xb5\xdd\x01\x6f\x27\x68\xf9\x23\xfe\x53\x4c\x68\xf9\x51\x6d\x34\x93\xfe\x96\x63\xf2\xf3\x00\xa2\xd1\xe9\x31\x3c\x3c\x32\xa8\x49\x36\x8d\x8a\x90\x20\x48\x70\x94\x93\xc9\xeb\x6a\xee\x61\x77\x89\x59\x6a\x75\x58\xe9\x08\x96\x16\xb4\x6d\x6c\xbf\x03\xbe\xfb\x1a\x13\x18\x73\x4c\xb0\x8c\x9c\xc0\xee\xc7\x1e\xe7\x3f\x53\xcd\x66\x8b\x9d\x49\xd4\x9f\xe2\x0c\x14\x70\xa8\x04\x69\xd1\x4e\x12\x9a\xd7\x64\x4d\xd3\x03\x91\xb8\x6f\x2a\x3e\xa6\x49\x99\xd0\x5a\x5a\xdf\x75\x35\x7b\xbd\xc3\xd4\x3b\xf7\x95\x8e\x7f\x54\x61\xc6\x48\xae\x0e\xf5\x40\xd7\x42\x1e\x87\xb0\x10\x53\x66\x9f\x61\xa7\xd8\x7d\x97\x10\x3b\x04\xcd\xa7\x50\xb7\x13\x69\x36\x2b\xb1\xb4\x76\xa3\xe2\x76\xa3\xe2\x1e\xbb\xa8\xb8\x1b\x49\x9c\x7d\x8b\xff\x9f\x93\x11\x1e\x61\x72\x09\xe8\x44\xbf\xe3\x40\xd4\x00\x2e\x4a\x39\x6f\x7f\xde\xb9\xac\xcb\xc2\x6f\x95\x4b\x90\x75\x93\x42\x40\x8b\x05\x52\xc7\xc4\xbe\x81\xe7\x69\xa9\x37\xf7\xb2\x74\x25\x58\x89\x07\x1a\x03\x14\x3c\x09\x64\x16\x4d\xf6\xd7\x7b\xd9\x13\x31\xc9\x74\x18\x66\x3c\xcf\xef\x1e\xcc\xc0\x20\xce\xcc\xcf\x2e\xe6\xee\x07\xf6\xfa\xff\x63\x4f\xe0\x75\x03\xd8\x71\x69\x78\xc5\x2b\x05\xe6\x98\x89\x93\x99\x48\xa8\xa8\x98\x24\x66\x80\x21\x3e\x94\x82\x5c\xa4\x5e\x87\xc7\x3d\x85\x93\x97\x81\x55\x53\xda\x00\xe8\xd4\xd2\x35\x62\xd1\x1a\xbc\xdd\x8e\x5a\x50\xac\x50\x42\x7b\x69\x9e\x47\x2b\x31\x6f\x7a\x33\x94\x83\x50\x5e\xa4\x8d\x22\xe8\xf5\xb2\xb4\x97\x89\x63\x6c\xb9\x72\x41\xee\xf5\xc8\x28\x86\xd5\x27\x44\xb2\x01\x9e\x66\x60\x2e\xca\x2b\x4b\x45\x62\x43\x07\x9d\xba\xaa\x2e\x09\x10\x59\x1e\x18\xb3\xa4\xb5\x5c\x34\x59\x64\x8d\xb6\x3a\x2a\x3e\xe3\x45\x3f\x4b\xc8\xea\x81\xa8\x54\xd0\xb1\x2a\x32\xac\xe8\xc0\xd5\xb7\xac\x8e\x02\x77\x08\x12\x59\x31\x0b\xdf\x09\xaf\x6b\xc0\x95\x96\xa2\x7e\x44\xfe\x78\x99\x44\xb2\x6a\x7e\x01\x5b\x28\x8a\xac\x4b\xd2\x27\xca\x16\xba\x9b\x2b\xfc\x40\x51\x43\xbc\x06\xb2\x33\x90\xab\xde\x8b\xd3\xf4\x3c\x50\x1a\x3e\xa3\x71\x22\xcd\xd6\x83\x2c\xe4\xa1\xf8\xcb\xeb\xf0\x20\xc4\xfb\xb7\x67\x34\x16\x79\x10\x37\xe6\x7b\xc6\x33\x69\x7b\x5d\xe4\xdd\xb4\xe0\x62\x62\x11\xde\x66\x50\xa0\x1d\xea\xb0\x98\x08\xab\xdc\x6a\xf2\xfc\x82\xb5\xcb\x2c\xb0\xd3\xec\xe4\x25\x2c\xa7\xa5\x51\x93\xf9\xa2\xb3\xb0\x79\xac\x66\xc3\xfd\x96\xaa\x58\x4d\xb9\x79\x97\x83\x35\xbf\x78\x05\xbb\xad\x84\x58\xaf\x75\x47\x89\x71\xb3\xc4\xe3\x36\x69\xf0\xd3\xad\x16\xcf\xf3\x45\xbe\x16\xf1\x75\xf7\x17\xae\xf0\xbf\xea\x8c\x78\xe9\xb5\x3a\xbc\x75\x5e\x3b\x42\x48\xf0\x1f\x22\x5b\x05\xfd\x5a\xcc\x11\x69\x71\x0c\x12\xb2\x32\x36\x3d\xef\x74\x5a\x78\xed\x08\x5d\x04\xf0\xea\xad\xc7\x5b\x06\xe1\x21\x7a\x6d\xf9\x44\x62\xa7\x9e\xe7\x3e\xdc\x47\xc4\x6d\xda\x3b\x28\x3e\x40\x2c\x8a\xba\xb7\xc2\x5b\x41\x1f\xc3\xe0\xf5\x3e\x1a\x80\xeb\xba\xe9\x16\x0a\xb5\x36\xf9\x7d\x06\xd5\xb5\xac\x22\xca\x78\xfb\xe4\xae\x22\xb0\xab\x08\xfc\x3b\x21\xca\xf8\x19\x87\x98\x32\x7e\xc2\x61\x4f\x1b\xcb\x70\xb1\x65\x79\x01\xac\xf7\xcf\x80\xc0\x6f\x3c\x10\x8f\x85\xa3\xa1\x83\x98\x8a\xca\x6b\x7a\xa5\x43\xb9\xe6\x4f\x83\x73\x10\x7b\x87\xa3\x00\xc3\xde\xec\xb0\x7b\xb7\x5b\xe7\x8a\xfa\x42\x66\xfe\x59\xc2\x1e\x83\x6b\x81\x38\xc6\x93\x05\xe9\x2b\x72\x8f\x16\xd3\x74\xc8\xf7\xab\xb0\x31\xbd\x24\xe7\x2f\x58\x1c\x8a\x8b\xce\xda\xe6\xc2\x7c\xc9\x7d\xba\xc5\xfb\x51\x3e\xd6\x2b\xf1\x3e\xa2\xc7\x2b\xd1\xc4\xdf\xb8\xcf\xe2\xab\xb0\x28\xb7\x8f\x62\x67\x48\xfe\xe0\x53\xc0\xfe\x8b\xed\x77\x3f\xbf\xd7\x4f\xaa\x5e\x94\x62\xbc\xa4\x84\x57\xfe\xb3\x81\xb7\x1a\xa7\x2b\x9a\x8c\x58\x2c\x9d\x72\xac\x77\x90\x58\x98\x64\x24\xed\x36\x1c\x86\x69\x4e\xc3\xf1\xf0\x4a\xca\x1a\x6c\x0e\x96\xe4\xfd\xe0\x1e\xf6\x72\x87\x59\xef\xdd\xef\xdc\x51\x84\xad\x7f\x97\x99\x99\x54\x3e\x87\xda\x56\x74\x14\x45\xf2\xa1\x80\x60\xb4\x20\xfd\x61\x16\x32\xa3\xf2\xee\xfd\xfe\xbc\xfe\x55\x56\xd1\x03\x99\x07\x98\xb2\xc1\x51\xc8\x60\xe0\x8e\x12\xf9\x9a\xa8\x37\xcc\x35\xff\x56\x87\x5d\x8d\x6f\x95\x7b\xc5\xab\x1d\xf6\xad\x97\x82\xbc\x1f\xac\xf0\x58\x66\xe2\x2f\xd8\x99\x8a\x1a\x4b\x3b\x3b\xd1\x71\x0c\x4c\x04\x02\x30\x4b\xe7\x3c\x93\x01\x76\xb0\x6b\xa3\x2b\x28\x66\xd4\x64\x3f\xe9\xb0\xc7\x53\xff\x4d\x23\xad\x39\x8e\xd3\x2b\xb7\x43\x14\x50\x31\x50\x4f\xaf\xc8\x74\xe4\x78\x51\x47\x12\xaf\x7a\x48\xcc\xe8\x92\xce\x3b\xc4\xa0\x00\xf6\x72\xc6\x9e\x54\x61\xc4\x05\x97\x15\x21\x12\xff\xee\x80\x7f\xa7\xfc\x51\x02\xab\x34\xdc\x2a\x10\x8d\x15\x6f\xbc\x34\xa4\x1f\x74\x8f\x0d\xc6\xfc\xc6\x03\xec\x63\x62\xf6\x9a\xfc\xd8\xef\x77\xb6\x10\x8e\x5b\xe6\xcd\xf6\x5f\x51\x11\x0a\xa7\xa1\xeb\x85\xba\x0a\xb5\xb1\x23\xac\x60\xff\x13\x1a\xff\xec\x20\x09\xba\x51\xcb\x62\x14\xb6\xc9\xc8\x95\xc0\x25\x0a\x72\xe9\x4e\x43\x49\x54\xa8\x91\xba\x42\x65\x8f\x38\x8c\x71\x12\x1a\xf3\xb3\xee\x05\xff\xbc\x76\xcd\x00\x6a\x20\x50\xe1\x08\x6d\x2d\x37\xa9\xf6\x75\xb4\xeb\x22\xdc\x97\x49\x3a\x53\x70\x0d\x38\xd2\x3c\x72\x63\xd3\xcb\x4d\x70\xb0\x28\xcf\x85\xd6\x42\x7b\xec\x2d\x47\x6e\xbf\xe5\x16\x73\xa1\x3c\x9d\xed\xef\xa5\xa1\x50\xa3\xdd\x13\xfe\xed\x0b\xf8\x67\x19\x94\xa2\x97\x86\xe2\xf4\x91\x05\xc9\xaa\x11\xac\x63\x32\xa0\x5a\xc0\xe0\x35\x36\x49\x79\xe6\xee\x1b\x6b\xfe\x9f\x38\xf2\x57\x39\x5f\x99\x67\x5e\x99\x29\x74\x23\x42\xa2\xad\x0c\xbc\x05\xb8\xf9\xb0\x7c\x91\xe6\x2d\x92\xdc\x28\x2f\x0f\xf1\x0d\x45\xc7\xe3\x49\x91\x0d\x4c\xd7\x27\x6a\x0f\x34\x93\x3a\x72\x9e\x68\x8b\xd1\x7e\x27\x4e\x45\x70\x50\x3d\x62\xd8\xc2\x11\x34\xb6\xed\xcd\x2f\xac\xdd\x44\xf1\x38\x6b\xb7\x8c\x05\x40\xdc\xf2\x3d\xc1\x0b\x1d\xc6\x7a\x59\xba\x16\x85\x3c\x9b\x9f\x75\x73\xbf\xad\x69\xb9\xa1\x1b\x54\xdf\xc8\xbb\x99\x38\xed\x87\x9e\x4c\x62\x42\x12\x06\xc5\x31\xef\xf8\x02\xbd\x10\x12\xf5\xce\x63\x53\x53\xea\x01\x85\xee\xb5\xc4\xf2\x98\x9f\xbd\xd3\x86\xc3\xdb\x57\xe0\xc5\xd4\x33\xfd\x61\xaf\x62\xe9\x2c\x86\x9f\x58\xad\xbe\x9e\x1d\x62\xff\x65\xf3\x6b\x1e\x91\x90\x7d\xd8\x61\x57\xf5\x13\xba\x84\x12\x0b\xc5\xfd\xff\x1c\xff\xa7\x9d\xb3\xe6\x23\x19\xb4\x8d\x2c\xb4\x9e\x7a\x13\xc5\x14\x45\x9e\xf0\x75\x02\x1e\xbe\x5b\x85\xb7\xd7\x95\x30\x31\x72\xda\xb6\xab\x1a\x30\xd8\xc2\x7f\xa7\xae\xeb\x06\x49\x3f\x88\x31\xfe\x3a\x08\xbb\x51\xa2\x10\xed\x2d\x47\xf1\x17\xba\xec\x1b\xaa\x3c\xd0\xb2\x74\x85\xbb\xff\xfd\x5a\xff\x05\x0e\xfc\x69\xc8\xc2\x40\x1c\xa6\xe3\xa2\x43\x07\x2a\xf4\xb5\xa3\x53\x14\x0f\xbd\x60\x35\x88\x92\xbc\x40\xce\x7e\xed\xbb\x11\x72\xf4\xe3\xe1\xda\x7f\x9e\x54\x27\x70\x21\xc8\x08\x5b\xa1\x48\xc5\x81\x87\x83\x07\x41\x16\xb4\xdb\x51\xcb\x16\xa8\x1f\xb9\x46\xec\x8b\xd7\xb4\x31\x66\x79\xb9\x93\xf1\x5c\x28\x9c\xee\xf7\x3b\x32\xf4\xff\xf9\xa7\xa2\x24\xea\xf6\xbb\x70\xff\x07\xa4\xc3\xe4\xe0\xdb\xcf\x0c\x86\x0b\xf0\x82\xa5\xba\x1b\x0e\xc1\xd2\xf3\x00\x24\x51\x27\x00\x53\x51\xde\x6f\xb5\x38\x0f\x79\x29\xfa\xe2\xc6\xa6\x27\x4b\x52\x96\xfb\x23\xb6\xcb\xc1\x79\xb6\x5f\x8c\xda\x3d\xbc\x70\xcf\xb1\xe6\xe6\xf1\x67\xcb\xcb\x0b\xf7\xf0\x62\x1a\x81\xf9\xe4\xcf\x12\x70\xbf\xc8\xd0\x84\x10\xa2\x8e\x6f\xb2\x57\x39\xec\x40\xd1\xea\x2d\xa5\xad\xf3\xbc\x70\x5f\xe4\x6c\x01\x71\x6a\x79\x66\x01\x3f\xa7\x22\xcf\xa8\x07\x26\xb2\xa3\x3c\x17\x03\x59\x44\xbc\x86\xde\x3e\xcb\x33\x0b\x80\x98\xd4\x84\xbf\x3a\x60\x8a\x11\xda\xdf\x40\xa4\x95\x76\x7a\xf6\xd5\xbd\x9b\x39\xdd\x7d\x74\xaf\x74\x3d\x79\xef\xde\x9d\x3b\xdd\x79\xfd\x1e\x98\x1e\xc5\xd8\xd2\x90\xef\x7a\xa7\x8d\x76\xf1\xa3\x08\xd1\x71\x03\x64\x39\x3c\x58\x28\xa9\x46\x9e\x42\xd5\xca\xa2\x50\x5a\x3f\xe0\x19\xc9\x76\x25\xf1\xb5\xbf\xd7\x63\xee\xf3\xa8\x1c\x22\x12\xf4\x01\x33\x18\xea\x09\xfd\x8a\xa0\x3b\xc4\xa8\x83\xf4\x5b\xae\xec\x22\x4b\x81\xb2\x57\xfe\x67\x1c\x76\xb5\x18\x8e\xb4\x5f\xc8\x99\xfe\x61\x25\xa1\xde\xe3\x9c\xee\x77\x57\x78\x06\x21\x8d\xd6\xc4\x43\xbb\xb8\x21\x9f\xa2\x2e\x07\xd8\x58\x5b\xf4\x1c\xa1\x64\x95\x12\xe8\x72\x82\x35\x5c\xa7\x44\x78\x03\xc3\x06\xac\x46\xbe\xca\x61\x7b\xf8\x05\xde\x72\xbf\xdb\xd9\x42\x28\xf1\xdc\x05\xde\x22\x39\xf3\xcc\x33\x09\x12\xbd\x80\xe5\x99\x60\xbe\x51\x01\x10\x07\x69\x10\xba\xca\x07\xc8\x08\xff\x15\x59\x94\xc4\x21\x89\x26\x21\x0f\x82\xf3\xbc\x29\x3a\xfe\xf1\x14\x81\x32\xcb\xe3\x60\x20\x7b\xff\xbf\xa9\xde\x7f\xe7\xc8\xde\x2f\xcc\xe0\x73\x08\xc6\xa4\xd8\x12\xe9\xbf\x16\xdb\x61\x15\x44\x02\x4f\x9e\x94\x5f\xc7\x8e\x7f\x3e\xbb\xaa\x67\x49\xd1\x58\x36\xee\x81\x7b\xd3\x75\x2f\x6d\x17\x1c\x49\xa4\xa8\x7d\x87\x4d\xff\x4f\x35\xbb\xac\x00\xd3\x23\xda\x6d\x75\xd3\x6d\xed\x43\x0e\xbb\x06\x36\xc5\x3c\xd7\x1b\xf0\x7b\x54\x07\xff\x98\x53\xb5\x03\x53\x82\xcd\xb7\x60\xfa\xb0\xdd\x8f\xed\x6d\x18\xb7\xe6\xd2\x42\xd0\x1c\x58\x47\x20\x5f\x35\x42\x10\xfe\x8f\x11\x2f\x9b\x37\xe8\x2d\xcc\x02\x83\xaf\xe2\x11\x94\x08\x30\x27\xf9\x1a\x8f\x67\xcc\x43\x16\xb0\x4b\x7e\xe6\x80\x7f\x66\xfc\x27\x36\x71\xc6\xe8\x6f\xc7\xb3\x4f\xfe\xc3\x2e\x4c\xeb\x8e\xed\xd0\x2f\x75\x24\xfd\xe4\xc3\x8e\x7f\xa8\x92\x7f\x92\xf4\xab\x86\xc6\x16\xb2\x4e\x0c\xf7\xb1\x79\x76\xcf\xb6\x68\x28\x47\x8f\xf7\xae\x59\x7c\x07\x66\xf1\xcf\x98\xa8\xb1\x7f\xbc\x43\x5a\xca\xd7\x8c\xa3\xa5\x7c\xec\x50\x64\x2f\x3a\x2f\x71\x36\x37\x27\xaf\xb8\xe7\xb6\xc7\x4d\x39\x5e\x5a\x55\x5a\x97\x3f\x7a\x2d\xab\x1b\xf3\x5c\x07\xfd\x35\xd7\x8e\x80\x22\xa5\xe7\x39\x38\xcb\xba\x3f\x76\xad\xff\x69\x67\x76\x6e\x61\x71\x6e\x66\x7a\x79\x6e\xd6\x6b\xa0\xea\x85\xde\x63\x86\xb7\x90\x0d\xaf\x15\xe5\x14\x0d\x24\x21\x03\x8d\x82\xa8\x73\xd7\x8e\x4c\x59\x69\x9a\xa5\x2c\xa4\x10\xec\x06\xbd\x1e\xec\x1d\x62\xc2\x07\x1a\x87\x0b\x5d\x74\xc1\x46\x2b\xbd\xbc\x15\x98\x21\xee\x09\x12\x32\x4e\x2b\xa2\x84\xa4\x10\x24\x12\x79\x44\x2a\xab\x1b\xce\xde\xb5\x21\xb3\xf5\xaf\x5c\xbd\xbb\xb0\x77\xe1\xa0\x6d\x38\xe8\x5d\x38\x4f\x18\xdb\x9f\x74\x18\x2e\x18\xf7\x0d\x4a\x67\xfc\x6e\x47\x2f\x34\xa9\xa4\xd8\xab\xd5\x70\xd3\x41\xb5\x1f\x30\x00\xe4\x27\x60\x51\x85\x7e\x91\xd6\x23\x79\xee\x1e\x68\xd4\x5c\xed\x36\x15\xe5\x24\x02\xf0\x4c\x1f\x65\xfa\x78\x6a\x29\x86\xbb\xba\xd6\x0e\x75\xad\xef\x73\xd8\x15\x46\xf4\xa8\xfb\x1d\x7e\x6a\x06\x93\xd2\x21\x3c\x5b\x89\x8a\x2c\xc8\x06\x52\x34\x52\x88\x44\x1f\x50\x53\xc8\x90\x90\x7b\xab\xfd\x28\xe4\x31\x74\x78\x9a\xc8\xf1\x1d\x9a\x27\xa5\xe8\x11\x6b\xe6\xfd\xc4\x04\xbb\x0a\x2f\x2c\x69\x11\xb8\xaf\x9e\xf0\x5f\x32\x61\x3d\x32\xce\x97\xfa\xb2\x37\xca\x4b\x1b\x8c\x2e\xc4\x38\xb9\x04\x76\x48\x87\xaa\x17\x61\xce\xd2\xb5\x11\xf1\xb9\x21\x7e\x60\x32\x18\x9a\xe6\x67\xe4\x99\xd8\x2e\x51\x02\xf9\x04\xd9\x79\x2c\xea\x9c\x55\xed\x73\x4d\xef\xde\x74\x1d\xd7\x7d\xd4\xf6\xba\x18\x6e\x25\x66\x5a\x39\x27\x9e\x63\x10\x9d\x86\xcb\x8c\xb2\x72\x66\xb4\xe8\x25\x08\x74\x26\x9d\xb1\xf3\x6e\x10\xc7\x62\xfe\xa9\x95\x0a\x8e\xcd\x74\x09\x2c\x1b\x5e\x2e\xce\x0a\x1a\x1d\xd1\x49\x16\x7a\xc9\x45\xe7\xdb\x37\xd7\x78\xee\x71\xe7\x94\xc6\x33\xa4\x21\x0c\xa9\x39\x50\x17\x5b\xab\x41\x95\x85\xb1\x37\xed\x61\x87\x4d\xb5\x06\xbd\x10\x35\x32\xd1\xe9\x34\xe4\x8a\xff\xd0\xfd\xd2\x84\xff\xb4\x8a\xe7\x32\xce\xdd\xa2\x45\xf4\x62\x84\x20\x00\x2e\x20\x0d\x91\xa0\x31\x9a\x6c\xdb\xf6\x0f\x4d\xb0\x57\x4f\xb0\xbd\x18\x32\xfd\xbd\x13\x52\x36\x7e\xa5\x76\x2a\xb8\x00\xe7\xd7\x44\x19\x2e\x08\x3f\x42\x42\x3d\x75\x83\x04\xee\x3c\x49\x20\xcf\x2c\xcd\x7b\x61\x16\xad\xa1\xb5\x50\x81\x40\xf5\x09\x6e\x51\xc6\xd6\x4f\x53\x7a\xe5\x1c\x09\x50\x74\x41\x51\x04\x80\xbd\x0b\x32\x85\x70\xa3\x54\xaa\x61\x00\x0d\x9d\x71\x8b\xd7\x61\x6a\x17\xeb\x51\x8b\x54\x27\xc0\x89\xb1\x68\x21\x11\xec\xdd\xaa\xbf\x76\xce\xec\x04\xb0\x8e\x00\x15\x43\x39\x3a\xf6\xd4\xad\x99\xc4\x9d\xa9\xbe\x39\x1b\x46\x6c\x4c\x4a\xce\xeb\xba\xff\x64\xc7\x49\xd6\x25\xd9\xb4\x7e\x02\x2c\x2c\x12\xa4\x49\xc5\x0e\x5e\xcd\x0e\x55\x98\xb4\x16\x79\x2f\x8e\x90\x3e\x59\x03\xff\xba\xaf\xb8\xda\x3f\x53\xf9\xa6\x7c\x75\x68\xdf\xd5\x82\xb3\x40\xa6\xd3\x99\x58\xf5\xd6\x34\xf9\xf0\x95\xbb\xfb\xd2\xae\x2f\xda\x63\xa7\x9b\x7f\xb2\x66\xe8\xe6\x1f\xa9\xed\x54\x37\x7f\x65\x8d\x22\x68\x4e\x22\x8e\x07\xac\x83\xea\xf5\x03\xd0\x40\x2a\x42\x73\x40\xcc\x87\xc4\x48\x47\xb2\x48\x49\x89\x40\xaa\xd0\xe1\xa1\xfc\xb0\xf6\x61\xae\x5e\x61\x24\x41\xc5\xe8\xfd\x1f\x70\x50\x78\x69\x8d\x1c\xf4\x5e\x54\x63\xc7\x36\x35\xac\x57\xf6\x15\x38\xe4\xbd\xcf\x21\x37\x16\x2d\x0e\xa4\x5b\x8f\x5a\xf4\xb8\x19\xe7\x11\x78\xea\xf3\x4e\xb0\x16\xa5\x99\x0e\x77\xaa\x94\x46\x8f\x76\x3f\x88\x3a\x36\x82\x24\x6c\xa0\xcb\x1f\xfb\xcb\x9a\xf2\xfe\xfb\xa3\x1a\x3b\x7e\x89\x1d\x82\x1e\x7f\xdf\x5f\xd3\x2e\x7f\xca\x9d\x5f\x9c\x19\x20\x94\x3b\x5d\x01\x63\x49\x28\x91\xfa\x37\xe9\x07\x38\x91\x00\xbf\x1b\x05\xc4\x13\xc1\x9f\x58\xac\x60\xb8\x48\x01\x6f\x33\x09\xc1\x28\x0f\xb7\x39\x4d\x6f\x41\x91\x97\x48\x47\x43\x74\xfd\x02\x18\xa7\x46\x9a\x00\x74\xc8\xd7\xb5\x83\x2f\x3a\xcf\xde\x5c\xdd\x3a\xe6\xde\x56\xe5\x7c\x5e\xd9\xd7\x65\x4f\xf4\x5f\x66\xec\xf8\x58\xb7\xc4\xa3\xcd\x7b\xd3\x2c\x7a\x6e\x9a\x14\x41\xbc\x90\x86\xd3\xd2\x6b\x8b\x46\xcd\xfd\xe7\x03\xfe\xb7\x8d\xfd\xa2\xe4\xaa\x25\x9d\xc3\xf4\x30\x06\x5e\x47\xa5\xc7\x2b\x5c\x95\x43\x73\xc3\x79\x1c\x25\xa0\xd6\xe4\x1b\xce\xe3\x68\x4d\xe8\x27\x4c\xd3\x3d\x58\xdb\xf1\x5f\x4c\xb2\x7f\x71\x98\xf1\xd6\xfd\x5b\xc7\x7f\xa9\x63\x90\x43\x48\x5b\x22\x97\x58\x03\xf2\x05\xdd\x36\x1a\x34\x46\xba\x56\x48\x0f\x14\xc4\x1c\x90\xc7\x90\x06\xaa\x3e\xc2\x1b\x15\xdd\x4e\x29\x84\xc3\xc8\x5f\xc8\xc7\x2e\x2f\x2c\xdb\xf5\xd3\xd9\x19\x76\x6a\x9c\x03\xed\x56\x87\x46\x71\x3a\xb3\x77\x38\xec\x6a\xea\x40\x74\x1e\xcd\xdd\xd7\x3a\xfe\x29\xfb\x91\xec\x05\xa0\x05\x86\x90\x6f\x45\xfe\xac\x3d\x2d\x4b\x20\x81\xc6\x18\x6d\x3d\x2e\xbb\xaa\x09\xa6\x4f\x2b\xdb\x70\x58\x79\xbc\xdd\x47\x94\x25\xe2\xa1\xd2\x2b\x50\x78\x69\x3a\x69\xfd\x31\x93\x6f\x65\x3c\xbb\xa5\x81\x5b\x55\xaf\x8b\x9d\x08\x5a\x9d\x73\xae\xbc\x8b\xad\xa6\x99\x57\x51\x0e\x2b\x4f\x3d\xf7\x95\xaa\x72\xcf\x2b\xbd\x52\xae\x0c\x24\xc0\x77\x58\xc1\x56\x10\xb7\x6c\xd9\x34\xaa\x9a\x7f\xe7\xb0\xab\x44\x92\x25\xf1\x0e\xb8\xad\x3f\xe1\x5c\x3a\xb9\xf5\x9b\x1c\x2b\x2f\x6b\xaa\x28\x06\xee\x11\xd3\xd0\x23\xf7\x4e\x30\xf0\xa8\xe6\x8b\x26\xd7\x8d\xc9\xc4\x4b\x2b\x8b\xa4\x38\x40\x13\xe0\x75\xe9\x70\x7a\x18\xf9\x4e\x90\xac\xf2\xb0\xc9\x2e\x30\x57\x6e\x0e\xf7\x20\xa4\xbd\x50\xbc\x57\xa4\xf3\xca\xa9\xe1\x97\x15\x3b\x8c\x44\xc3\xc7\x6b\x3e\xda\x6a\x2a\x27\xbb\xd1\xd5\xbf\xb0\xc7\xb2\xba\x2b\xdf\x9d\x41\x8f\x87\x55\xa0\x8f\xee\xc3\x7b\xfc\xef\x1c\xf9\x56\x47\xf8\xf2\x24\xed\xaf\x76\x2c\x47\xfd\x22\xf5\x62\x8e\x04\x73\x71\xaa\x88\x36\x84\x1a\x18\x0e\x87\x3e\x7b\x11\x9c\x02\x8d\x63\x99\x42\xb0\x1e\x13\x4c\xff\xd9\x1a\xfb\x33\x33\x98\xfe\xf7\x1d\xff\xd7\x74\x30\x3d\x75\x19\x5e\x10\x68\x4c\x66\x52\xb8\x87\x43\xd4\xe7\xdb\x9e\x99\xb6\x02\xb3\x5f\xe3\x15\x81\x92\x2f\xbd\x4e\x34\x8b\x95\x11\xb7\x8f\xe1\x6c\x81\x22\x06\x29\x3a\x51\x16\x36\x7a\x41\x56\x0c\xa0\x13\xf2\xba\x55\x5a\xa6\x19\xf3\xb5\x72\x7c\x37\x9d\x2b\x8e\xf9\x0d\x79\xaa\x90\x7d\x68\x59\x06\xca\x6d\x29\xe5\x01\x51\x9f\xc7\xfc\x46\x95\x4b\xf9\x96\xf2\x78\xc3\x7f\xb6\x82\xbf\x4a\xfc\xe6\x9b\x50\x9b\x7f\xfa\x1b\xfd\xbb\xc6\x7e\x61\xc7\x89\x1b\x99\xab\xe8\x3a\x4d\x2d\xbe\xe1\x18\xd4\xd5\xd6\x5c\xb8\xf8\x64\xf6\xca\xc7\x59\xc4\xd6\x2f\x7c\x9c\xff\xe5\xab\xf5\xef\x52\xf8\x41\x56\x62\xbc\x56\x8c\x5d\x65\x8a\xeb\x26\x63\x27\xa3\xbc\x98\x5a\x07\x6f\x59\x75\xa6\x12\x13\x6a\x64\xb3\xd0\xc2\xd6\x8e\xe2\x02\x78\x76\x87\xc9\x98\x03\xcf\x2f\xd1\x31\x3f\xf5\xf4\xf4\xa9\x39\x1f\x3f\x92\xde\xf4\x4d\xc6\x1e\xe0\x71\xdc\x00\x72\x68\x33\xee\x41\x72\x41\x23\xeb\xf0\x91\xe6\x96\x28\xb0\xfd\x63\x1e\xfa\x3e\x57\xf0\x6a\xe7\xc3\xb6\x9d\x22\x85\x50\x12\xa1\xe9\xe1\xea\x4d\x3d\x3b\xdb\x26\xf3\xbc\x45\xb3\x3b\xa0\x95\xc4\x1f\x2e\xb4\x85\x84\x4b\xaf\xf9\x06\xc4\xab\x92\x80\x82\x5c\xb4\xe6\xdb\xc0\xcd\x24\xab\xcb\xd2\xa1\x92\x4a\xd4\xfa\xad\x3c\x93\xe4\xbf\x16\x8f\x5e\x32\x2a\x23\x64\xf8\xde\x16\x29\xf8\xe6\x3d\xa3\x3c\xcf\x89\x22\x63\x07\x5d\x23\xef\xfe\xca\xfd\x22\x5b\x8b\xcf\xb6\xde\xde\xba\xa4\xe6\xbf\x4c\x9d\x77\x63\x65\xe7\x99\x24\xe7\xb2\xb7\x2a\x38\xd3\x47\x74\x17\x74\x8b\xb7\x7c\x72\x49\x19\x2c\x72\x19\xb8\x6d\xf7\x1c\xb4\xa3\x95\x26\x09\xd1\x1c\x03\x0e\x25\x8f\x07\x97\x7d\xb2\x5d\xd6\x3e\x63\x70\xc6\x22\x96\x67\x04\x89\x5d\x0b\x22\x74\xe0\x0e\x0a\xed\xc0\x75\x9b\xf6\xdc\x52\x92\x76\x2a\x00\x17\xa5\x86\x98\x51\x09\xfc\xf7\xb9\x53\x46\x87\x36\xa8\x2e\x0d\x29\x79\xa6\xae\x33\xce\x56\x24\x08\x18\x9b\xe9\xe7\x45\xda\xf5\xb4\x3c\x41\x11\x14\xc4\x79\x5a\xf2\x7b\x03\x4b\x2a\xf6\x1b\x9d\xe5\x51\x84\x2c\x03\xd3\x7c\x68\xf0\xcf\x1f\x03\x8d\x06\x19\xe8\x0f\xcd\x4c\x7b\x2b\xfd\x24\x8c\x79\x7e\x18\x4d\x25\xf2\x43\xa1\xd0\x88\x05\xb7\xc0\xb3\x6e\x54\x14\x1a\x9f\x26\x3f\x06\x9d\xac\xec\x00\xc8\x85\x27\x12\xca\x08\x37\xfa\x50\xee\x7f\x20\x8e\x71\x02\x12\x86\x70\x58\xf7\x7a\x32\x5b\x80\xe3\x69\xa7\xd9\x4a\x14\x86\x3c\xf1\x2e\xdc\x7c\xc3\xed\x1e\xbf\x50\xf0\x04\xf1\x3c\x14\x55\x1e\x3a\x33\x1f\x8a\x92\x56\xdc\x07\x18\x20\x79\xb0\xa1\xd2\xa6\xe3\x02\xfb\x07\x86\x09\x6b\x22\xe7\x22\x6d\xcc\x19\x17\x6d\x23\x2c\xc3\x34\x51\x11\x79\x68\x64\x3c\xbc\x59\xb3\x54\xad\xca\x0d\xbb\x69\x2b\x0d\x3b\xcf\x07\x18\xe4\x91\x7b\x53\x98\x55\xc8\x43\xe3\x69\x93\x79\x37\x37\xbd\xb9\x0b\xbd\x88\x40\x64\xcd\x1d\x33\x8e\xda\x5c\x28\xb9\xc7\x4a\x8e\xf1\xed\xe8\x82\x61\x23\xa0\x0d\x4f\x99\x8c\xc5\x34\x95\x9a\x6d\xd8\x8d\x92\x26\xf3\x6e\x01\x96\x1c\xf3\x40\x68\xef\x7c\xd3\xf6\xa2\x37\xfa\xd2\xd2\x60\x5e\xeb\xb0\x89\x7e\x14\x22\xdb\x5f\x3f\x0a\xed\xbd\x5e\x3c\xa0\x23\x1b\x84\x6c\xe2\x1e\x44\xf1\x4f\x70\xf7\x30\x6a\x83\xad\xb0\x7c\x68\x48\x08\x31\x64\x88\x25\x29\xc6\x4e\xec\xea\xdd\x6e\xbf\x80\x18\x08\xb3\x6e\x2f\xde\xc7\xf6\x61\x97\xba\xff\xbc\xd7\x7f\xd7\x5e\xea\x74\xc3\x59\x5d\x9e\xb2\x8d\x21\xd1\x6a\x03\x4d\x38\x12\x1e\x46\x6f\x34\x19\xb3\x24\x95\x90\x7a\x95\xfb\xca\xa0\x47\x5c\x0e\x94\xe9\x31\xcf\x0f\xa3\xd5\xa8\x08\xc8\xf7\xb8\xe8\x67\xdc\xaf\x7b\xbe\x28\xde\xe6\xfc\xb7\xb9\xf9\xab\x0a\xac\x16\xcd\x15\x25\x56\x65\x5e\x59\x0b\x19\xc2\x4a\x25\x96\xf9\x21\x8e\x31\xcf\x57\x24\xfd\x23\xb2\x10\x83\x0f\xdd\x90\x76\xbb\x51\x81\xa5\xb1\xea\x2a\x88\x67\xc1\x6a\xc6\xb9\xaa\x53\x50\x04\xa5\xaf\x98\xe7\x8b\xe6\x41\x19\x90\x7d\x16\xab\xbf\xe5\x97\xe0\x15\x0c\xe9\x79\xe9\x41\x90\x0c\x20\x0b\xb3\x5d\xa5\x8e\x85\x12\x20\xec\x46\x37\x8c\x77\x83\x08\x58\xa0\x0a\x8e\xfe\xc7\xa2\x6b\xa6\xba\xe2\xe4\x29\x3e\x8f\x7a\x39\x6f\x89\x4d\x8e\x2c\x71\xe2\x35\x3e\x2b\xfa\x49\xc2\x63\xfd\xbb\x0f\x58\x57\xcc\xf3\xc1\x2f\xbb\x08\xba\x3d\x2a\x21\x6d\xe5\x3d\xb3\xc4\x6e\xd4\xca\xd2\x3c\x6d\x17\x5e\xbe\xda\x12\x0f\x12\x5e\xe4\xad\xa0\xc7\xe1\xf7\xb8\x90\xab\xeb\x46\xc2\xbd\x1d\x70\xf7\x07\x45\xda\x8d\x5a\x8c\xbd\xc5\x61\x93\xa2\x2e\x70\x4a\xf8\x21\xc7\xff\x1e\x47\xfe\x1a\x06\x70\x7a\x0c\x57\xeb\xfb\x1d\xb6\x97\x5f\x28\xb2\xc0\xfd\x15\xc7\x7f\xb9\x03\x7f\x1a\xe7\x4f\xf8\x69\x04\x55\x7e\x7d\x2b\xfa\x36\xe7\xc9\xec\x89\xa3\x47\xc2\x84\xf1\xfe\x0b\x87\xed\xc3\xb0\x74\xf7\x23\x8e\xff\x0a\x87\x42\xd4\x55\x4b\xf0\xb8\xda\xe5\xdd\x15\x9e\xe5\x9d\xa8\xf7\x75\xef\xf2\x1d\x4e\xa7\x2f\x39\x4c\x1e\xd6\xdc\xcf\x39\xee\x9e\x95\x41\xc1\xfd\x77\x38\x72\x5f\xd6\xc0\x7e\xb4\x85\x9b\xbb\x17\x4d\x7a\xb5\x89\xf3\x44\xac\xbe\x10\xb1\x3d\xfc\x99\xb9\xc5\xe5\xf9\x13\xf3\x33\xd3\xcb\x73\xde\xe2\xdc\xd3\xcf\xce\x2d\x2d\xfb\xde\xc2\xdc\x29\x6f\x25\x4e\x5b\xe7\x89\xd5\x2d\xe7\x19\xf0\x45\xa0\x73\xc0\xd3\x96\xce\x9c\x16\xfb\xd7\x33\xa7\x4f\x9d\x24\x20\x6a\x21\x46\xc4\x29\x2f\x44\x7b\x23\x48\xc3\x95\x20\xe7\xb7\xdc\xd4\xa0\xe2\x9a\xdb\x6f\xf4\x23\x57\x58\xa1\xf2\x8a\x81\xf1\x81\xa5\xb9\x38\xc8\x8b\xa8\x75\xb7\xa8\xe2\x52\x91\x66\x1c\xaf\xfb\x29\x7a\xf7\x43\xcc\x7f\x73\x6d\x51\x5f\xe4\x06\x42\x8b\xca\xa3\x1c\xa4\xe4\x6c\x94\x9f\xd7\xe7\xf3\x28\xf1\xa6\x1f\x58\x6a\x32\x36\x0d\x7f\x78\x73\x77\x2f\x09\x9d\xe3\x3c\x5a\x21\xc0\x09\x43\x46\x16\xc0\x3d\x3b\x81\xce\x1a\x81\x73\xa8\xfa\xe9\x34\x52\x37\x34\x59\x58\x44\xce\xcf\x4d\x13\x75\xe1\x45\x7a\x7c\xd3\x2b\x97\xda\x02\x6f\x10\x04\xac\x95\xf7\xfa\x01\xb2\x1e\x4f\xad\x67\x51\xc1\xe1\x0a\xbf\xa9\x12\xc9\x3b\x72\xba\x3f\xf7\xd2\xf5\x84\xe6\x37\x2a\xd1\xc0\x5f\x03\xf4\x76\x73\xc8\x00\x96\x71\x80\xe2\x8f\x92\xd5\xe6\x86\x33\x89\xc9\xe7\x67\xad\x23\xff\x2b\x27\xd9\xfb\x6a\x6c\x5f\x3b\x5f\x16\xc3\xf1\x9e\x9a\xff\xf6\xda\x89\x28\xe6\x04\x0a\x2c\xad\x24\x70\x6f\x6d\xb8\x06\x0c\xd2\xbe\xb7\x1e\x20\xdf\x21\xd4\xbc\xe9\x2d\x47\xbd\x63\xde\x5c\x92\xf7\x33\xae\xef\xf6\xda\xa5\xac\x22\x13\x33\x8e\x96\x54\x27\xcd\x0b\x2f\xed\x81\x19\x2e\x59\x55\x97\x2f\x73\x08\x62\x94\x1f\xf3\x7c\x7e\xa1\xb8\x49\xc8\xec\x0b\xed\x1c\x44\x77\xd1\xce\xfd\xa6\x37\xdf\x55\x14\x43\x70\xa9\xab\xbd\x1f\x30\x01\xb9\xcd\x69\xa5\x7d\x67\x34\x5a\xd7\x05\xeb\x39\xc7\x89\x08\x6b\x45\xbc\xe6\x96\x17\x5d\x8d\x1d\xe8\x05\x59\x01\x4b\xc2\xdd\x50\xcc\xc7\x2f\x46\xe6\x63\xf9\x46\x4e\x95\xff\x9f\xbd\x77\x0f\xb3\x24\x29\xeb\x84\x9f\x3c\xd5\xd7\x98\x19\x61\xd2\x4f\x77\xd7\x65\x25\x9e\x44\xec\x2a\xac\x3a\xd5\xd5\x3d\x17\xa6\x67\x18\xa6\xa6\xba\x7b\xa6\x98\xbe\xd4\x74\x55\x0f\xa2\xe2\x74\xd6\xc9\x38\x55\x49\xe5\xc9\x3c\x93\x91\x59\xd5\x07\xd7\x5d\x17\x14\xd7\x15\x04\x56\x5c\xb1\x01\x2f\x88\x5c\x57\x58\x15\x50\x14\x41\x17\x51\x57\xc0\x55\x46\x5d\xf1\x82\x7c\xc8\xb7\x9f\xba\x5e\x70\xd7\xcb\xda\x9f\xae\xdf\x13\xef\xfb\xc6\x2d\xcf\xa9\x4b\x77\xf5\x0c\xa0\xf5\xcf\x4c\x57\x9e\xcc\xc8\x88\xc8\x88\x37\xde\xeb\xef\xb7\xcd\x74\xce\x77\x79\xa1\x55\x5b\x37\x3d\x07\x51\xb1\xe0\x26\x35\x81\xd4\x0a\xf2\xdd\xda\x29\x3b\x5d\x94\xfa\xa7\xe9\x44\xac\x4f\xcb\x24\x9e\x41\xce\x26\xcd\xd5\x54\x79\x7d\x8a\x25\x8f\x66\xa2\x36\x5f\x44\xda\x8d\x8c\x10\x77\xa9\x09\x7b\x9f\xd2\x8c\x74\x83\xaa\x2b\xd1\xd1\x88\x8f\x63\x7d\x1b\xac\xe6\x4c\xe8\xd4\xbe\x7e\xa9\x3e\x69\x35\xc0\xf0\xf0\x84\xef\x41\xfd\x4c\xc0\x0e\xa9\x55\x7e\x3e\xcf\x06\xe1\x7f\x0b\xa2\x5f\x24\xb2\xd3\x01\x8f\x2a\x20\xe0\xae\x0a\xa8\xc7\x13\xc4\x91\x8f\x8b\xe9\x02\x3d\x61\xdb\x4e\x73\x8e\xa2\xe0\xac\x9a\x0f\x84\xe5\x84\x06\xb6\x9c\xbf\x08\xb8\xdb\xa2\x27\x68\x41\x38\x95\xbc\xef\x0e\x98\xd9\x74\xe1\x5b\x82\xe8\x7b\x82\x8b\x98\x65\x63\x6b\xb1\xfb\x56\x54\x25\x23\x44\x15\x1f\x9f\xed\xc5\x2f\x2e\x72\x67\xfb\x4f\x3c\xe1\x0b\xf9\x07\xc6\x18\x1f\x55\x2e\x96\xaf\x9f\x2e\x8b\x1e\x49\xdd\xbf\x6d\x45\x27\xbc\x2b\xcd\x5c\x1a\x1a\x07\x44\xfa\xc8\x04\xc0\xa4\xf6\xb3\x71\xdf\x8f\xd7\xfd\x48\x8b\x75\x34\x22\xc3\xd9\xb8\x7f\x41\x74\xc3\xc5\x1d\x80\xb4\x9b\xd6\x4e\xe5\xeb\x04\xc9\xf0\x34\xb5\xd3\xcc\x75\x74\x7d\x64\xca\x38\xee\x96\x45\x8f\xe5\xec\x40\xbf\x14\xdd\xf4\x72\x98\x44\xcf\x9f\x75\x08\xb6\x08\x64\x23\xc5\x48\x44\xbf\x14\x7d\xa5\x7b\x56\x05\x16\xe8\x2b\x2d\x9a\xf6\xac\x69\xda\x56\x39\xc5\x7c\xee\xd1\xf9\x93\xa7\xce\xa9\x53\xf5\xd4\x05\x4f\xdb\xfa\x1a\x76\x18\x59\xa4\xd4\x88\xce\xee\xa0\xfa\x17\xf9\xbf\xec\x70\xfe\xd9\x12\x10\xcc\xaa\x8b\xcd\xb1\xfc\xd0\x61\x76\xd4\x69\x81\xe0\xef\x30\xf3\xbf\x4d\x24\x6d\x98\xab\x7c\x6a\xa5\x14\x52\x5e\xa8\x33\x11\x7e\xf6\x50\xf4\x2b\xc1\x26\x3f\x7a\xe5\xe4\xb0\xe1\x3b\x75\x16\x97\xfa\xd3\x51\xe9\xb7\x49\x0c\x33\xf8\x3a\x18\x5f\xa7\x80\x96\xa1\x88\x8f\xb9\xf7\x1a\xb5\xbb\x8f\x00\x56\xb8\xf1\xca\xc2\x39\xaa\x5b\x75\x90\x14\x20\xe3\x4d\x1d\x10\x58\x31\x56\x15\x14\xd4\xd7\xc7\x87\xcd\x79\x56\x1f\x65\xa6\xfd\x6c\x6f\x29\x7d\xc7\x41\xf6\xae\x31\xb6\x1f\x9e\x0f\x7f\x68\x2c\xfa\x44\x4b\x03\xca\x27\x42\x56\xba\x2a\x18\x9b\x57\xb2\xac\xa8\xab\x95\x02\x4e\x79\x2a\x6d\xe7\xa7\xd4\x27\x4f\xd5\x81\xa5\x21\x4d\x33\xaa\x15\xeb\x14\xbd\x65\xc0\xdd\xd5\xde\xe7\xac\x58\x51\x96\x20\x3f\x7f\x61\x44\xee\x1b\xc2\xc5\x16\x25\x07\xe2\xf8\x7c\x85\xca\x73\x21\xf3\x4e\x23\xa2\xc7\x59\x46\x7d\x19\xd7\x33\x81\x4e\x02\xf4\x9c\xe0\x54\xaa\x1b\x26\x46\xbc\x80\x36\x1b\x11\xca\x68\x85\xd0\x85\xb5\x57\xa3\x30\x59\x77\xfa\xdd\xf0\xe1\xa4\x99\x79\x50\x3f\x08\xf5\xcf\x7c\x0d\xdd\x3d\xb7\x31\x50\x38\x68\x1b\xa8\x19\xf1\x94\xdc\x7b\xd8\x09\xf6\xec\x4d\x97\xf7\x16\x8b\x73\xa1\x28\x2b\xf6\x89\x31\xd6\xaa\x8a\xf0\xe3\x63\xd1\xcb\xc6\x46\x7c\xae\xd1\x5f\xca\xac\x3a\xc3\x68\x68\x1c\x9a\x6a\x9c\x6d\x3e\x5f\x89\x9e\xf4\x3f\x62\x5c\x8a\xad\xbe\xa2\x56\x42\x8a\x7c\x17\xdf\xd3\xeb\xf8\x16\x9f\xd5\xb9\x6f\x77\x5f\x77\xb7\x1f\xd6\xae\x75\x70\x32\xdf\xc0\x6f\x2b\x44\xc9\xde\x76\x98\x7d\xd5\xc8\x54\x5e\x02\x02\xc3\xbf\x21\x17\x18\xca\x36\xff\xe6\x50\x74\x5b\xf3\x22\x06\x94\x3a\x45\x96\xa1\xb7\x00\x89\x67\x11\x99\xb4\x83\x19\xcd\xa3\x6b\x33\x7f\xe6\x20\xab\x74\x65\xe1\x5a\xf4\x0c\x5a\x11\xd2\xac\x61\xd5\x90\xfb\x32\x9f\x2b\x75\x6b\x96\xbf\xad\x46\xb2\x97\xcc\xb8\x8b\x64\xc6\x5f\x72\x0b\x8d\x7e\x7a\x97\x15\x84\xff\xca\x24\x0f\xc2\xf7\xd6\xed\x3e\x69\x79\x83\x7b\x69\xc1\xbb\x4b\x0b\xbe\x1a\xa4\xdb\x27\xc2\x9d\x0e\x4f\xda\xba\x03\xda\x96\x4d\xc8\xbe\x86\x48\x19\x59\x4d\xf9\x6e\xc6\xee\xa7\xe5\x85\xf1\xb4\x95\x95\x52\xac\xc4\x4a\x5b\x31\x2b\x2c\xee\xa7\xc4\x48\xed\x23\x1a\xce\x2e\xcc\x13\xc4\x7e\xf8\x27\x87\xa3\xaf\xb5\x7f\xba\x6a\x71\xac\x5d\x47\x98\x72\xef\x68\x59\x2e\xaa\x73\x9b\x43\xa4\x5d\x27\x46\x44\x1a\x7c\x19\x46\x18\xf9\x99\xe7\xdf\xb9\x87\x82\xba\x97\x79\xfe\x0f\x05\x05\xf5\x2d\x1a\x05\xf5\x7b\x03\xb6\x34\xb2\xa9\x5d\x6c\x4b\x48\xbf\x3e\xed\xa7\xca\xb8\x99\x56\x80\x55\x51\x74\x88\x3b\x8d\x48\x1a\xeb\x3c\xa5\x2b\x84\x06\x84\xfb\x97\xbd\xde\xa2\x9f\xbe\x3a\x60\x8f\xdc\xf0\xbe\x62\x66\xf4\x9d\x94\x49\x6b\xfa\x9b\x88\x32\x5d\x07\x57\x6e\x13\xca\x35\xce\x1d\xcf\xf4\xd5\x60\x6d\x7b\xa1\xf9\x60\x78\xda\xa2\x9d\x36\x7a\xd4\x10\x9e\xb6\x63\x23\xc5\xe6\x9f\x04\xec\xbc\xfd\xd4\x36\x9a\xec\x64\x72\xb8\x63\xb7\x37\xa8\xcf\xff\xbc\xc5\xf3\xe7\x16\x41\x7c\x2c\x94\x45\x5f\x9e\x2f\x67\x95\xf2\x15\x7e\x4f\x10\xfd\x87\x60\xf4\x6f\xbe\x40\xc5\xdd\x69\xf2\x6e\x88\x97\x06\xec\xf2\xc6\xe3\x1c\x29\x81\x41\xb9\x53\x12\xae\xf1\x73\x9b\x9f\x8d\x53\x20\x9b\x13\x08\x06\x65\xbc\xe0\x64\x33\xd6\x65\xbf\x50\x9a\x26\xfb\xd0\x7e\xf6\xdc\x6d\x20\x5d\xb7\x4b\xd0\x0d\xff\x7e\x5f\x24\xb6\xbb\xa9\x91\x41\x6d\x92\x73\xe3\x4d\x13\x2f\x01\x02\xb3\x23\x4a\x00\x1c\x04\xb9\xd2\xbe\x12\xec\x53\x5b\xf7\x4a\x40\xeb\xd5\x3b\x3d\xfe\x66\x8c\xbd\x23\x60\x61\x16\xcb\x6a\xa9\x8c\x73\x09\xaf\x85\xdc\xd1\xd7\xec\x22\x77\xf4\x05\xc3\xed\x8d\xce\x1f\x35\x79\xd1\xca\x40\xa1\xbb\x95\x1d\xa7\x84\xa3\xb2\x4c\x28\x57\x1c\x68\x06\x21\xff\x8f\xad\xb0\x83\x3d\x21\x65\xbc\x22\xc2\xaf\x8b\xce\xd3\x3f\x51\x5a\xaf\xd6\xbd\x38\x9f\x2a\x45\x9c\x40\x24\x5e\x5c\xee\x67\x71\xee\x11\x5e\xab\x6d\x6c\xb2\x4b\x0c\x00\xb2\x7d\xb5\x2b\xd7\x16\xd8\x81\x52\xc4\xb2\xc8\xc3\xd3\xd1\x5d\xf8\x2f\x3d\x06\xfa\x4b\xe7\x42\x9a\x41\x1c\xa1\x94\x5d\xdb\xa0\xe7\x0c\x5a\x34\x12\x63\x3e\xba\x47\x7a\x15\x0f\x7e\x69\x83\x9d\x95\xf1\x25\x28\xf3\x3c\x1d\x67\x52\x4c\xf2\x8b\x39\x64\xb0\x4d\x34\xc8\x75\x20\x8a\x32\x13\x7d\x85\x43\x0b\xdb\xcc\xb9\x37\x2d\xba\x8f\xbe\xee\xc0\xb6\x15\x00\x86\xbe\x4e\xd7\x54\x7a\x08\xc5\xbf\xb5\x3f\xfa\xdb\xd6\x96\xb7\x6c\x8f\x55\x6c\x39\xe2\x10\x2a\x16\x73\xf4\xaa\xc2\x49\xd3\x83\x5c\x68\x9b\x33\x9a\xe6\xf6\x5c\x54\x52\x1a\xeb\x39\x27\xf5\xc8\xd1\xa4\x57\xf6\x79\xd6\xa0\xf5\x03\x57\x1e\xf0\x8d\xe7\x7e\x41\x02\x64\xf4\x63\x36\x3f\x1f\x17\xed\x95\x36\x9f\x5b\xb8\x08\x86\xbe\xe8\x15\xe5\x60\xa2\xcd\xf9\x62\xdd\x59\x35\xf9\xf0\x71\x29\xf8\x72\x9d\x66\xe8\x0d\x69\x74\x35\x4f\xb0\x8c\x58\xc3\xe1\x6b\x58\x61\x74\x35\x62\x75\x63\x41\xe1\xc8\x42\xba\x19\x4e\x55\xa1\x19\xb3\xfb\xa2\x9c\x02\x4a\x47\x93\x80\xaf\x75\x8e\xa8\x5f\x24\x32\x22\xcf\xaa\x65\xf2\x39\x48\x63\xb9\x12\x1c\x36\x43\xf6\xf6\xf9\xbb\x5a\x6c\x99\xd9\xdf\xc2\x8b\xd1\x83\x73\x76\x6e\x86\x23\xd3\xde\xc4\x55\xab\xba\xe0\x13\x7f\xd4\x43\xc2\x29\xf3\x72\x41\x02\xa6\xbb\x12\x0e\xd8\xbd\xd7\x51\x0f\x00\x40\x74\xfa\xf4\x73\x96\xaf\x93\xd9\xea\x2d\x22\xbd\x09\x5d\xf0\xe3\xed\x92\x75\xbd\x04\xe6\x34\xe7\xb0\x98\x9a\xbb\xf5\x47\xf7\x8f\x74\x81\x13\x06\x30\x09\xf1\x57\xec\x8f\x9e\xed\x5d\xb1\x5d\xb5\x9b\xb8\xa9\x63\x50\xa9\xef\x96\x72\xf9\xdd\xfb\xd8\xf3\x8c\x00\xba\x2f\x3a\x3e\xbe\x5c\xa6\xa2\x3b\x71\xbd\xa2\xe7\x8c\x11\x3d\xf7\x47\xb7\x2f\x8e\x16\x36\x93\x1a\xf4\x6d\x94\xcc\xf1\x5a\x9b\x24\x99\xf3\x15\xd1\x3f\x59\xa2\xe8\xa0\xc6\x39\x4e\x86\xdf\xfd\x4d\x01\xbb\x55\xf5\xed\x41\x11\x97\xd5\xb2\x88\x81\x7d\x34\x5c\xbb\xfe\xd3\xe5\xe8\x19\x73\x86\x6c\x08\xbe\x52\x80\xee\x83\x3a\x31\xd6\x44\xe3\x5a\xb0\xbd\x61\x2f\x1f\x7d\xc4\xad\x5f\x7f\x1f\xee\x3e\xb3\xf5\x39\xb6\xc5\x11\xd6\x66\x5f\x6d\xcf\xb0\xb3\xd1\x7d\x0f\xaa\x63\x8b\x9b\x63\xcb\x1c\x69\x28\x39\x87\x8f\xac\xad\xbe\xf3\xa7\x0f\xb3\x23\xa3\x80\x63\x4d\x88\x09\x63\x65\xe0\x67\x7b\xef\xe1\xe8\xae\x51\x3f\x34\x40\xd1\x1a\x77\x80\xb3\x70\x13\x67\xdb\xb7\xec\x99\xa2\xbb\x36\x45\x7f\xcc\x00\xa1\xbd\x2d\x88\x84\xf6\x85\x3b\x31\x42\x8d\x52\x70\xbd\x21\x40\xdb\xd4\x14\x35\xe5\x7a\x3c\x6f\x67\xc7\x77\x00\x84\xde\x5c\x14\x7b\x06\xf4\x2e\x0c\xe8\xff\xea\x7a\x3b\xff\xf3\x2e\xbd\x9d\x2f\x09\x46\xbb\x3b\x9f\xcc\xc1\x5d\x0d\xbe\x6e\x7b\xe3\xf3\xae\xf0\xce\x51\xa5\xab\xa3\x04\x52\xb3\x72\xf5\x7f\x1c\x66\xcf\x1c\x19\x3a\x75\xf9\x2d\x41\xc4\xfd\xec\xe1\xe8\x8e\xe1\xcb\xbe\x80\x6b\x30\x7d\x12\xd2\xe3\x48\xf9\xf6\x5d\x7b\xf2\x6d\xd7\xf2\xed\x43\x46\xbe\xbd\x2f\x88\x36\xce\x8c\xfc\x08\x3b\x16\x6e\x55\x2c\xd7\x40\xc4\x41\xfe\xb5\x50\x3a\xf3\x94\xd1\x5c\x9d\xeb\x12\x9b\x9f\x8a\xb1\xfd\x69\x57\xe2\x1d\x67\x33\x6c\x7a\x07\x71\x79\xb7\x83\x7b\xf2\x6e\x4f\xde\xb9\xf2\xee\x6b\xb6\x97\x77\x77\x86\xb7\x8f\x92\x77\xc3\xd2\xa9\x29\xed\x5e\x16\xb2\x2f\xdf\x7c\x41\x2e\x14\x65\x15\xfe\xfe\xad\xd1\x71\xe7\xef\xd1\xde\xcd\x22\xe7\xb4\x0d\x20\x0d\xa3\x04\xc7\x90\xfa\xbf\x27\xe2\x5e\x7b\x2b\xfb\xe9\x31\x76\x53\xdc\xef\x2f\x94\x45\x55\x74\x8a\x2c\xfc\xe1\xb1\xe8\xfb\xc6\x96\x56\x09\x2d\x88\x10\x17\xfa\xf4\xab\x0d\xb9\x13\xf0\xbc\x0d\x61\x23\x6e\xb4\xb4\x70\x9d\x4e\xe1\x1d\xe4\x24\x72\x39\xc8\xab\xf8\x72\x9b\x5f\xcc\xa7\x30\x2b\x87\x4a\x05\xd1\xc2\x56\x1b\x02\x8a\x71\xd5\x2b\xe6\x67\xcf\xcd\xda\x96\x68\x20\x74\xf3\x38\x51\x35\x5e\x38\x3d\x37\x75\xc7\xf1\xe3\xb7\xa3\x0d\x5e\x55\xfd\x13\xd3\xd3\x1b\x1b\x1b\xed\x34\xce\xe3\x76\x51\xae\x4c\x23\xe1\x05\xf2\xb3\x6b\x91\x00\x4d\x4c\xb4\xf9\xb9\x22\x9f\x32\xed\xeb\xd1\x79\xfc\x8d\x8d\x2e\x6a\xf6\xe0\xde\xa0\x53\xf4\xfa\x71\x3e\x68\x77\x8a\xde\x74\x6f\x30\xd5\x81\x12\xa2\x29\xdd\x46\x7b\x88\xeb\x1d\x66\x47\x67\xd1\xac\xd4\xc0\x91\xa8\x33\x21\xf5\x7a\xb0\xf3\xef\x33\xc2\xa8\xa1\x69\x36\x98\x65\x43\x54\xe1\x1b\xae\x2d\xb2\x7e\xdf\xd6\x8a\x5e\x07\x89\x87\x1e\xc6\x1e\x64\x71\x10\x67\x50\x45\x94\x5a\x04\x0d\x95\x5a\x8a\xaf\x98\x9f\x3c\xb7\xf8\xe8\x99\xd9\xfb\x4f\x9d\x41\x9e\x76\x4c\x52\x31\x5c\x43\x8e\x4b\x1d\x9f\x01\x9f\x07\x21\x48\x21\x7b\x37\x26\x12\x6b\x5c\x2a\x2d\x03\x4d\xdd\x1a\x99\xc2\xd4\x10\xa5\x31\x34\xf8\x54\x8e\xa8\x96\x8e\xe8\x94\x08\xec\xef\x29\x6a\x60\x01\xd6\x9b\xa1\x27\x48\xbb\x16\xb8\xdc\xdd\x0b\xa9\x25\xcb\xd6\x05\xa4\x7a\xc4\xee\xa4\xbd\x64\x3f\x3b\xa4\x6c\x58\xd8\x4f\x7f\xb9\x4f\x27\x6e\xfe\xde\x3e\x48\xdc\x84\x4c\x5b\x72\x20\x81\xa5\x0b\x58\x77\x08\x0b\x6f\x1b\x84\x1c\x91\xcb\xfd\x42\x8a\x84\x90\xf0\x28\x61\xe9\x1c\x35\xcc\x8b\x92\x9f\x29\xe2\xe4\xfe\x38\x8b\xf3\x8e\x28\xdb\x9c\x5f\x24\x40\xbd\x26\x17\x8b\x4e\x81\x9d\xef\x1a\x0f\xb7\xcf\x43\x93\xe6\x53\x40\x71\x83\x27\xbd\x92\xf3\x29\xd2\x9a\xa6\x95\x87\xed\x36\x89\x75\xd3\x1b\x29\x31\x90\x9a\x04\x17\xbc\xab\x1b\xa7\x19\xf2\x65\x37\xea\xb4\x63\xbd\x50\xb0\xa9\x38\xc3\xe2\xf3\x04\x13\x4a\x52\xc9\x6d\x70\x93\xd0\xf9\x8b\x5c\x68\xe6\xed\x91\xdc\x39\x38\x27\x98\x2f\x0f\x3e\x3a\xdd\x02\xce\xa4\xe1\x1e\xcf\x85\x7a\x4b\x35\x69\x53\xeb\x9d\x9e\x3a\xf2\x45\x77\x6d\x23\xed\xeb\xc6\xe1\x9c\xf3\x1b\x07\xa7\x9a\xa6\x69\xa0\xa6\xc9\xc9\x07\x38\x02\xb0\x2e\xd5\x77\x82\xf3\xd5\x7c\xa9\xaa\xe0\x73\x59\x2d\x2b\x51\xce\x2f\x5c\x47\xba\x25\xbe\x5c\x4e\xd9\xdc\x18\x7d\x6d\x1a\x4e\x0e\x60\x80\x41\xe1\xeb\xe4\xc4\x3e\xc4\x40\x20\x87\x73\x7a\xf9\xb5\xcd\xea\x03\x71\xa1\x47\xac\x17\x99\x46\x29\xb0\x0b\xda\x69\xec\x45\xec\x90\x16\x41\xe1\xd7\x47\x0f\x2f\x21\x2d\xd2\x66\x72\x7b\x11\x53\xb2\x25\x8f\x96\xe6\x16\xa2\x49\x1e\x5d\x3c\xb9\x60\x88\xe3\xe7\x96\x16\x22\x0b\x4c\x9f\x4a\xbe\x34\xb7\xe0\xbb\x1d\xf6\x31\x86\xce\x40\xd8\x3f\x8f\xef\xdb\x69\x1c\xb0\xae\xd2\xac\xad\xa4\x41\x55\xb6\xe7\xf3\xea\x7c\xb9\x08\x0d\x46\xaf\xde\xa7\xf9\x00\x4a\xcf\x6b\xd7\xa7\x6f\x83\xb5\x9e\x1a\x80\x0e\x71\x1c\xe1\xfd\xce\x0e\xd2\x72\x8d\x5a\x6a\xa0\x0c\x20\xe7\xd4\x8c\x6a\xec\x8e\xdb\x6f\x3f\x7e\x7b\x23\xe4\x1e\xe7\x70\xe4\x3c\xba\xf8\xc8\xdc\xa3\xe7\x66\xcf\x9e\xb2\xf9\x59\x8e\x9e\x37\xe9\x6e\xb6\xac\x28\xd6\x44\xc2\xeb\x3e\x07\x62\x3a\xd5\xeb\xc4\x4b\x99\x23\x07\xf3\x02\xf0\x7b\x58\xff\x2a\x4c\xbb\xd7\xfc\x08\xc4\x04\x8f\x00\xef\x88\x7a\xe4\x88\xdd\x61\x50\x66\x3e\x1e\xe7\x94\xc4\x5a\x0d\x78\x2f\xee\x4f\x34\x91\x62\xd3\x95\xbc\xd0\xb0\x36\x7a\x7d\x62\x4c\xb3\xa3\x17\xfa\x73\xce\x15\x39\x09\x14\x8b\xa5\x49\x29\xd4\xbc\xc0\x44\x50\xf1\x58\x1d\x67\xda\xf6\x70\x7b\x72\x63\x37\x09\x2e\x9e\x7c\x65\x2a\xd6\xca\x3b\xfb\x31\xdf\xb7\x55\x2e\xc7\x1d\x13\x38\xbd\x50\x64\xe2\xfe\x34\x4f\xd2\x7c\x05\x0c\xbf\x6f\x3d\x1c\xbd\x29\x68\x5c\x1c\x95\x43\xe6\xdc\x22\xb9\x65\x4a\x53\x9f\x6c\x7d\xa6\x3d\x73\xa7\xfa\x47\x37\x5e\x47\xf4\x2d\x78\xe3\x28\x5a\xc8\xe9\xf5\x19\xde\x78\x19\xce\x22\xac\x0d\x2b\x7e\x96\x89\xc0\x52\xb7\x7f\xec\xd8\x68\x3f\xda\xe3\x07\xf6\xec\xcc\xdd\xda\x99\x99\x36\x33\x3b\xd1\xd3\x4d\xd6\x9f\xb5\xfa\xdd\x0f\xbf\x73\xff\xd7\x66\x6b\x6e\xcf\x1e\xdc\x85\x3d\xd8\x75\xcc\xc1\xaf\xd9\x9d\x35\xf8\xcf\xb7\x00\x0a\xbc\x1a\xc8\xed\xad\xb4\x85\xf0\x9c\xb1\xd2\x36\xdd\xee\x16\x67\xcd\xdf\xf3\x23\x53\x23\xfe\x6f\xc6\x6e\x73\x03\x5f\x3a\x21\x42\xef\x23\x0b\xd3\x4f\x09\x6a\x7a\xcb\xbf\x95\x45\x13\x4c\x67\xad\xb9\xc0\xfc\x0e\x0d\xa8\x61\xe7\x24\x7a\xec\xd1\xb1\xa4\x3f\xd8\x73\x5b\xed\x65\x88\x7d\x0e\x37\x78\xe6\x6c\xf0\x4b\xbb\x45\x26\x7d\xba\x31\x68\x53\xc9\xef\x81\xad\x7a\x6f\xfb\x1e\x3d\xc7\xf7\xb6\xd9\xf7\xe8\x14\xb2\x57\x05\xec\xf4\xe6\x01\xe8\x9d\xee\x43\x27\x69\x0c\x81\xd1\xb1\x0a\x00\x59\xd3\xe6\x41\xa9\x80\x74\x21\xc0\x2f\xeb\xf5\xb3\x01\xea\x54\x8e\xaf\x03\xb2\xb2\xaa\x41\x26\xda\xec\x93\x36\x69\xec\xf1\x2d\x29\xb3\x77\xdc\x3b\x0c\x94\xbf\x2c\x70\x8a\x92\xd3\x5c\x56\xca\xbc\x84\x1d\x8b\xb6\x83\x95\x1f\x86\x61\x3f\x11\x50\x91\xaf\x69\xf1\xbc\xdf\xb1\x80\x57\xbb\xc2\xd5\xd0\xc0\xba\xa2\xc8\x11\x24\x33\xd0\x4f\xa4\xda\x2e\xc7\x9d\x35\x91\x27\xd7\x2e\x63\xcd\xf8\x36\xa5\x44\xf1\xc7\x3b\x1a\x2c\xfc\xf7\x6f\x62\x4f\x1b\x15\xaa\xd7\xd8\x67\xe1\x7f\xbe\x29\x3a\x6b\xfe\xb2\xe0\xf5\x31\x97\x9d\xa2\x8f\x39\x04\xe7\xd0\x67\x71\x51\x22\x6f\xb1\xc6\xb9\x36\xf8\x69\xa0\x3f\xe8\x72\x31\x3f\x03\xf7\x55\x6c\x4f\xbe\xee\xc9\xd7\x3d\x5e\x96\x1b\x5a\x36\xf1\x1b\x5a\x8c\x7f\x2c\xd8\x01\x4b\xab\xd9\xdc\x20\xae\xaf\x0c\x43\x2c\x37\x51\x94\xcd\x03\x4f\x3a\x70\xf2\xa7\xed\x19\xf0\xdf\x76\xc2\x07\x6b\x87\x86\xb2\xfe\x8d\xc1\x8e\xd1\x75\x3f\x67\x83\xbc\x1a\x3c\xbc\xfd\x39\xd0\x0e\x27\x47\x45\x44\x4c\xa7\x9b\x81\x90\x57\x1e\x60\x33\x3b\xc8\x45\x98\xcb\xe2\xb4\x67\x33\xb4\x3e\xb1\x3f\xba\x7f\xeb\x5b\xc8\x17\x93\xc9\x46\x9e\x8d\xc9\xb6\xed\xaf\x77\xb6\xcc\xd5\xfa\xab\x7d\xec\x4b\xcc\x37\x75\xa1\x3e\xd8\x17\x53\xa2\x94\x77\x31\x47\x94\x56\xe4\x30\x4d\x7b\x22\x7c\xe1\xf5\xa7\x21\x45\x5e\x2a\x14\x90\x37\x26\x7e\x42\x12\x70\x10\x8f\x4a\x7e\xfa\x86\xeb\x7f\xeb\x7d\xdb\x24\x3f\x6d\x97\xc4\x3b\x32\x03\x6a\xea\xc6\x64\x40\xfd\x61\x60\xd2\xe6\x3e\x19\x44\xbf\x42\xe5\xf6\x14\x5e\xb0\x5e\xad\x58\xfd\xbb\xac\x26\x39\x8d\x95\xd7\x79\x22\x4a\x0c\x00\xa9\x3e\xb8\xa4\x37\x2b\xe9\xba\x18\x4a\xfc\xdd\x2a\xf3\x8e\xcf\x77\x79\x5a\x91\xfa\x25\x79\x74\x41\xc8\xf4\xc5\x6a\xff\x96\x95\x48\x22\x6c\xb4\x27\x62\x8d\xde\xa5\xde\x9c\x0d\x80\x44\xaa\x99\xe6\x83\xe5\xce\x88\xe5\xa2\xda\xf0\x51\xc1\xfe\xc3\xbe\xd1\xd9\x5e\x45\x59\x6d\x14\xe5\x65\x0f\x22\xe5\x8f\xc6\xa2\xbb\x47\xfd\xe0\xe7\xd2\xeb\x3b\xf4\xeb\x1d\x03\x73\x34\x76\xc8\x77\x8e\xb1\xcb\x0e\x90\x43\x16\x7d\xbd\x4b\x65\x05\x28\x0b\x7c\xdc\xa2\x99\x4c\xb4\x2d\x84\x03\xa8\xcd\xe8\xda\x2f\xf0\xf8\x76\xf0\x1d\xa4\xa8\x2a\xe2\x77\x76\xe1\x1d\x3c\x46\x1a\xf6\x80\x83\xad\x70\x77\x44\xcc\x30\xf3\x27\x29\x0c\x95\x0d\x6c\x55\xff\x88\xb1\xb9\x13\xf9\xb1\xc0\xc0\x9f\xfc\xe7\x20\x7a\x77\x70\x7a\x11\xf2\x1a\x1b\x70\x06\x4d\x24\x13\x03\xc2\x61\x81\x00\x9a\xb7\xec\x1c\xe9\xa4\xed\x63\x9c\x5c\x3b\xb6\x89\x3b\x9e\x4f\xfa\xb9\xab\x62\x1d\x14\xa1\xf5\x99\xf6\x29\xf5\xaf\x45\x51\xa6\x42\x86\xef\xdb\x1f\xfd\x41\xcb\xb9\xa0\x7d\xd2\x23\xa2\xc6\x29\x22\x41\x61\x3b\x93\x3c\x6d\x8b\xb6\xda\x50\x7a\x83\x6c\xc4\x72\x5a\xd9\x41\x71\xbf\x2f\x20\xc7\x5e\xb5\x94\xe6\x75\x51\xcb\x0c\x99\x96\x00\x74\x1f\xa1\xf6\x2d\x19\x6e\x55\xe8\xac\x4d\x88\xeb\x39\x3d\x49\x25\xaf\xfb\x5a\x93\x85\xb7\xd2\x66\x12\xa5\x24\xf8\x1d\x0a\x46\xf8\x3f\xaa\xe5\x12\xe9\x33\x0d\xa1\x49\x57\x8a\xe9\xaa\x28\x32\x39\x8d\x9d\xc7\xff\x3d\xba\x5c\x16\x71\xd2\x89\x65\x25\xca\xf6\x4a\x11\x29\x61\xb0\x21\x11\xa6\x11\xe4\x44\x55\xd6\x88\xa7\x48\x8a\x9e\x9a\x87\x55\x9d\xbf\x2a\x0d\xe8\x25\xb0\x5f\x71\x0c\xf8\x82\x0a\x6d\x3b\xd2\xeb\x67\x00\xc6\x83\x65\xe0\xed\x2b\x01\x52\x08\x5d\x09\x9e\xaa\xa4\xc5\x79\x02\x9a\x56\xe2\xd4\xdb\x4f\x6f\x6a\xb1\x5c\xb3\x0d\x09\x1d\x06\x5a\xc0\xd4\x24\x9d\xc5\x6c\x00\xb1\x8b\x0e\x9e\xfa\x60\x9d\xd8\xe0\xa6\x9a\x41\x3b\x7d\x20\x9c\x4c\xdf\xf1\x23\x78\x81\xa2\x1f\x09\xd8\x50\x9f\xc2\xd7\x07\x9b\x73\x3a\x6c\x71\x3c\x9c\x4d\x3b\x65\x01\x67\xc4\xd7\x35\x9b\x34\xa8\xcb\x86\x80\x1d\x7a\x06\x9f\xdd\xea\xe2\xd4\xfd\x8d\x58\x12\x32\x3b\x91\x3c\x7b\x83\x68\xb3\xd7\xed\x63\xc7\x9c\x05\xde\x87\x6a\x73\xeb\x99\xad\xf3\x59\x79\x51\x8a\x72\xb1\x2a\xe3\x4a\xac\x0c\x30\x4a\x2c\xc3\xcf\x8c\x45\x8f\x6e\xf6\xa3\xcf\xc8\x41\xbf\xe1\x2e\x56\x9f\x1b\x10\xa8\xe9\x4e\x8d\xeb\x8b\x08\x62\xde\x03\xed\x2b\xc1\xbe\xb2\xce\xfc\x8f\xfa\x27\x2d\xb6\xc6\xe0\x72\xd8\x89\x1e\x81\x52\xfd\xb4\xf9\x1e\x13\xdf\x4b\xd2\x4e\xa5\x5b\x85\x82\x7e\x38\x8f\x4c\xaf\x35\x54\x20\x1e\x22\xc8\x70\x21\x85\x9f\x01\xf0\x77\xea\x0c\x8c\xf3\x15\x21\xc3\xff\x19\x44\xef\x0a\xf0\xdf\x90\x54\x61\x5a\x55\x8b\x15\x2f\x17\x5d\x5e\xa7\x89\xdf\x22\x12\xcb\xcf\x77\x11\x96\x08\x0e\xcd\x2c\x5d\x13\x0e\x28\x8f\xae\xb0\xa8\xd3\x04\xf1\x25\x94\xa8\xcb\x06\xf6\x07\x0c\xb0\x69\x3a\x33\x84\xc5\x02\xf2\x67\xca\x61\x48\x2c\x88\x27\x88\x08\x25\x44\x61\x94\xed\x9d\x67\x67\x35\xbe\xfb\xfc\xc9\x0b\xea\xa5\xec\xed\x87\xd8\xec\xb5\x97\xe0\x39\xd5\x77\x10\x43\xfa\xcc\xc1\x68\xda\xbf\xe4\x87\x10\x9c\x02\xdf\x2d\xe9\xa1\xdf\x75\x80\x09\x1d\x8c\xf8\x3a\x77\x6c\xe7\xd9\x59\xf6\xd0\x6e\x0b\x07\x9d\x5e\xef\x19\xd1\xbb\x30\xa2\xe7\x1d\x1b\xfa\x39\xbb\x8a\x42\xec\x39\x83\x76\x5d\xf1\xbf\x53\xa6\x41\xd7\x3e\xe4\xd7\x5c\xca\x0a\x31\x1b\x76\xf5\xf0\x36\x55\x70\x33\x9b\x56\xc1\xa1\x66\xfd\xbe\xc3\xd1\xe3\x63\x5b\xde\xe2\x54\xc1\x81\x8a\xa1\x49\x64\xa0\x58\xe5\x09\x29\x80\xdb\x4d\xa9\x9b\x21\x7d\xb5\x24\x91\xf1\xba\x28\x81\xa8\xa4\x2a\x56\x04\x95\xd7\xc2\xb9\x8c\xb6\x09\x24\xc0\x91\x7e\x6a\x33\x1d\x3e\x6f\xab\xe6\xb8\xa5\xf3\x8c\xb0\xab\x11\x69\xeb\xc6\x3c\x54\x27\xaa\x29\xae\xdb\xa4\xa4\xee\x67\xf7\xbb\x75\x66\xf9\xf5\xd6\x99\x7d\x36\x60\xff\x14\x7b\x31\x8b\xb3\x7c\xb1\x4a\x75\xc9\x71\xf8\xb8\x61\x99\xf9\xe9\x60\xb3\x9b\x8c\x62\x85\x5f\xd5\x4b\x15\xa1\x0f\x37\xd4\x19\x5a\x6b\x71\xa7\x2c\x24\x82\x16\x95\x22\x13\xeb\x71\x5e\x11\x4b\x8b\x91\x3f\x88\x47\x19\xab\xc9\xed\x28\x71\xe4\x36\xa6\x21\x9c\xbd\x57\x9a\x77\xe8\x1a\x35\xd5\xa0\xaf\x71\xfe\x60\x8b\x85\xde\x68\xa0\xe8\x2f\x7c\x79\xeb\x1a\xe4\x6e\xdb\x98\xa6\x0f\xd7\x31\x64\xbd\x44\x1f\x0d\x86\x1b\x7d\x42\x26\x07\x26\xa4\x8c\x37\xa8\xb9\xf1\x34\x97\x95\x88\x01\x83\x7b\xeb\xb9\x9a\x98\xe4\x12\xe1\x15\xf5\x56\xa1\x95\x49\xaf\xd4\x67\xf0\xa0\x2f\xda\x43\xf5\x9a\x9d\x27\xa0\x5e\xf3\xfb\x5a\xec\x9f\x8e\xf4\x20\x24\xf3\x0b\xe1\x4b\x5a\xd1\x9b\x83\xf9\x05\x1e\x27\x49\x29\xe4\x30\x56\x82\x50\x12\x5f\x98\x20\xd0\x78\x3f\xab\xcb\x38\x9b\xe0\xf0\xb4\xd4\x59\x41\x80\xa6\xa6\x6e\x55\x7a\x43\x27\xab\x13\x00\xca\xe7\x7c\x7e\xe1\x04\x9f\xcd\xb9\xd3\xbe\xcd\x31\xd4\xfc\xef\x85\x52\x12\x0b\x84\xd4\xb5\x90\x55\x4e\xf2\x2a\xa5\x2e\xf9\xf1\x98\x87\xd8\x3c\x6b\xa5\xfd\x70\x2e\xba\x23\xed\x53\xd4\xce\x79\xcd\xf8\xfc\xc2\xfa\x6d\x4a\xe4\xcd\x2f\xac\xdf\x31\x61\x33\x2f\xed\x4b\xdd\x19\xfa\xcc\x01\xf6\x15\x23\xe9\xec\xf0\x5b\x3d\x5c\x17\x55\x0c\xfc\x2c\x3f\x75\x20\x7a\x60\xe8\xaa\x77\xd8\x6b\x42\xa8\x55\xcc\x56\x07\xd5\xa8\x2a\xb8\xc8\x51\xa5\x56\x53\x0a\x0f\xfa\xa3\xf9\xfd\xfd\xec\xfb\x02\x76\x00\x22\x55\x32\x7c\x4d\x10\x5d\x9e\x6d\x24\x31\x21\x3f\x8a\x56\xe0\x6d\x06\x2d\x1c\x02\xa4\xca\x55\x65\xdc\x59\xd3\xc0\x7c\x8f\xc1\x5b\x46\x24\x7d\xaa\x5e\xc2\x8f\x1e\x9e\x99\xd6\x6e\x37\xc7\x34\x66\xbf\x17\xb0\x7d\x6a\x58\xe1\x6f\x04\xd1\xcb\x02\x18\xa0\x4f\xb0\x36\x6a\xec\xb0\x86\x20\xa5\x16\x72\xe5\xcc\x86\xbe\xd6\x44\x32\xb4\x02\xa6\xf5\xf3\x53\x30\x02\x39\xfd\xf6\xe0\xb9\xec\x5a\x34\xb9\x61\x89\xe2\xe2\x4d\xff\x4e\x8b\xdd\x02\xdf\x40\xc3\x17\x86\xbf\xd4\xda\x41\x60\x62\xd1\x7d\x24\xfa\xee\x96\xd7\x04\xa2\x28\xca\x62\x28\x2d\x4d\x7f\x51\xb0\xb9\xf0\xcb\x5f\xe3\xd7\xe5\xcb\x75\xc5\xc5\x65\x25\xc4\xa5\x41\xba\xf3\x3a\x73\x1e\x9c\x50\x05\x08\x0c\x44\xc4\xd3\xc9\xb6\x80\xbe\x28\x65\xaa\x36\x9d\x56\x03\x81\x84\xc9\xb1\x12\x0a\xec\xc5\x24\x82\x35\x52\x17\x67\xcf\x9d\xe4\xfe\x00\xc7\xd3\xae\xaf\xb8\xa8\x3f\x26\x26\x4d\x9a\x25\xe1\x45\xb6\xd9\xff\x38\xc4\xdc\xe9\x4b\x52\xd9\x29\xd6\xd5\xc7\xd1\xb6\x9d\x4e\xfb\x9e\xb3\x94\x7e\x3f\x7e\x28\x9a\x1b\xbe\x3c\x44\xe8\xdb\x84\x40\x20\x65\x5a\x1b\x2c\x8d\xdd\x76\x90\x3d\xde\x62\xfb\x4b\x11\x27\x83\xf0\xbf\xb4\xa2\x9f\x6c\xc1\x3f\x3d\x1c\x03\x00\x36\x4e\xa5\x35\x79\x10\xac\xcf\xa8\x40\x9a\xed\x9e\x30\xf7\x26\x79\xdc\xe9\x14\x65\x42\x48\xd2\x1b\xab\x71\x05\x1c\x2b\xe4\x27\x4c\x89\x06\xae\x99\x20\xdf\xe6\xb3\x3c\x4f\x33\x9d\xfc\x6d\xde\x1f\xe7\xbc\xc6\x9a\x6c\x8c\x50\x80\xf9\x04\x7c\x66\x9d\x58\xa2\x17\x4f\xd6\x3d\xc7\x3c\x00\xad\xbf\x0f\x00\xa2\xab\xc0\xa6\xec\x3c\xac\xb1\xa6\x07\xf8\x85\x41\x91\xab\xd2\xe5\x34\x4b\xab\x01\x79\xbb\x41\x19\x50\x53\x40\xcd\x21\x41\xcc\xb2\xd0\x38\xbd\x70\xcc\x8b\xb2\x07\xeb\x47\xa9\x9e\x3a\xc1\xdf\xf7\xd5\x7e\xa2\xc5\x0e\x12\x99\x42\xf8\xb1\x56\xf4\x81\x96\x66\x56\x48\x25\xb9\x69\x3b\x98\x57\x8a\x2f\x13\x97\xd5\xde\xa6\x2a\x09\xe4\xa1\x16\xca\xc2\x59\x89\xcb\x24\x83\xd4\x5f\xc2\x35\x74\xde\x6c\x02\x36\xb6\x0b\x98\x03\x6b\x3f\xbd\xa7\xe1\x69\x1a\x75\xaa\x44\xa0\x17\x5b\x3b\x16\x0b\x34\x9c\x37\xa0\xc8\x4c\xb3\xc9\xe1\x49\x4e\x44\x57\x98\x43\x1d\x5b\xb2\x21\x18\x37\x13\x97\xb8\x72\x74\x0d\x87\xf1\x8f\xe8\x85\xbc\x98\xa5\x1d\xb1\x64\xdf\x69\xc3\x54\x6e\x1d\x88\x3f\xb7\xef\x6c\xb1\x9b\x9c\x6e\x86\xdf\xdb\x8a\x5e\xd9\x72\x67\x66\xbb\xd5\xeb\x8d\x71\xa7\xcb\x6e\xee\x9a\x16\x9a\x92\x18\x22\xce\x2d\x2e\xb8\xfb\x7e\x20\xca\x74\xfb\xf0\x04\x4f\xd8\x5b\x67\xd9\xb5\x86\xc5\xc3\xbf\xb8\x2f\xca\xec\x9f\xb0\x6d\x35\x94\x20\x8c\x09\x90\x5c\x29\x7e\x63\x0f\x33\x69\xab\x63\x34\x39\x8e\xd6\x82\xdc\xb3\x15\x68\x09\xe8\x5e\xf4\x2a\xfa\x62\xe9\xaf\x9f\xcb\xde\x74\x13\xbb\x35\x11\x99\xd0\x01\x3c\xa0\xba\x08\xbf\xe3\xa6\xeb\x0f\xe3\x7d\x9c\x9d\x6c\xb6\xa7\x86\x75\xe1\xf4\x1c\x3f\x7e\xfc\xf8\x5d\xc8\x98\x0b\x09\x42\x69\x0f\xd4\x2f\xa7\xe4\xc5\x9c\x04\xda\x44\x84\xae\x21\x2f\x92\x57\xfd\x21\x2a\x37\x21\x5f\x18\x9e\x9f\x95\x32\xee\x88\x6e\x9d\x71\x3d\x26\x8f\xe4\x47\x3f\xa3\xa6\xc5\x30\xca\xa9\x55\x92\xa4\xa5\xe8\x54\x14\x20\xd2\x84\x3b\x31\x39\x9c\x30\x34\x60\x2d\x2e\x28\xc7\x41\x64\x58\x8c\x9c\x50\x27\xf9\xb8\xcd\xc9\x5e\x4f\xf1\xa0\x03\x47\x96\x79\x34\x4b\x65\x25\x6d\x69\x4d\xa9\x0e\x5b\xfd\x36\xa5\xad\x4c\xf0\xb8\x5b\x89\xd2\x3a\xb4\x53\x97\x9c\x6e\x12\x40\xfb\x29\x66\x94\x03\x8d\x42\x69\x41\x84\x21\x81\xac\xcd\x67\x25\x74\x41\x33\x04\x34\x6f\xb4\x35\x7c\x95\xe8\x81\x71\x6f\xa7\x09\x30\xbb\xd5\x5c\x9f\xd7\xaf\x19\x5a\x18\x34\xf7\x14\xf7\xc4\xcd\xdc\x8b\x07\x5c\xbb\xde\x72\xd0\xcb\x4a\x2d\x09\xbb\x75\x89\x2c\x47\x39\x89\xb0\x6e\xad\xb6\xce\x24\x8f\xb3\x6a\x15\x29\x29\xad\xb7\x79\xb5\x28\x2b\x91\x63\x49\x80\x6f\x38\xe1\x0d\x7a\x96\xfb\x65\x5a\x90\x4c\x54\x32\x06\xa2\x3f\xea\x94\x11\x88\x51\x3f\xc9\x63\x64\xe3\x40\x17\x14\x52\x55\xe0\x56\x42\xd7\x85\x34\x2d\xa5\x39\x3f\x7e\x94\x4b\xa1\x44\x2a\x05\x80\x1e\x42\x46\x05\x5c\x7f\xea\xfb\xc0\x3a\x93\x02\xb2\x71\xdd\xf5\x65\xe4\x8a\x12\xff\xe9\x4a\x6e\xab\x17\x8c\xcd\x24\x1d\xa3\xa9\xcd\x67\xe9\xcb\xc6\x95\xf3\x52\xd4\x8d\xbd\x97\xaa\x77\xf1\x18\x35\xda\x11\x2f\x19\x5f\x9c\x7f\xe0\xa1\xf9\x33\x67\x26\x86\x5e\x87\xf1\x04\x78\x4b\x47\x89\xa3\xba\xaf\x8e\xd8\x5e\xa1\x61\xf3\x8b\xc4\xba\x55\x67\x17\xe6\xe1\x80\x87\x1f\x40\xad\x41\x40\x75\xaa\x99\xb0\xb8\xfc\x72\xd2\x73\xdd\xaa\x39\x95\x95\xea\x26\x52\x5a\xe8\xe5\x4a\x1f\x02\xd6\xc8\x24\xaf\xf3\x2a\xcd\x00\x12\x2d\xe9\xa5\x39\xba\xcc\x0a\x28\xba\x89\xeb\xaa\xe8\xc5\xf8\x15\x0b\xa8\xb5\xc1\xa4\x41\x1c\xa8\x68\xb8\x36\x24\xef\xd6\x59\x36\x30\xd3\x40\xc1\x03\xb0\x2e\xd4\x22\x1c\xde\xec\x74\x7c\x53\x6f\x57\x63\x49\x2b\x53\xe4\x2e\xd3\x17\xdb\x84\x97\x7b\x67\x42\xe4\xc9\x64\xef\x36\x79\x4b\xff\x3e\x60\xcc\x32\xca\x86\x2f\x0d\x34\x1b\x6d\x3e\xcb\xa5\xea\x99\xfa\x80\x14\xc2\xf3\x5c\xf1\x4e\x5a\xb7\xcb\x48\xeb\x93\xc1\xd3\xd1\xbb\x03\xba\x72\xcf\xe1\xf2\x97\xba\x24\xf4\x8f\x5b\xd1\x27\x5b\x5e\xa1\x13\x95\x6c\x9a\xc2\x4e\x4b\x18\xcb\xe7\x1d\x32\x6c\xbf\x76\xcf\x9c\x6e\x8e\x80\x80\x10\xaf\x73\xec\xc5\x03\x0c\x34\x19\xe9\x8c\xca\x9d\xde\xe6\xa2\x31\x4a\xb5\x08\xfb\xfd\xb2\xe8\x97\xa9\x3a\x76\xc0\xb7\x41\x8b\x10\xb9\xb6\xa8\x40\x0b\x74\xed\xb4\x17\x97\x29\x04\xc6\x89\xd6\x0d\x32\x32\x74\xb9\x60\x9a\x88\x5e\xbf\xa8\x60\xa6\x09\x3c\x1b\xf9\xd9\x2a\xe3\x7e\x27\xbd\x6c\x44\x2c\xa2\xb1\x4e\x46\x9b\x9e\x4a\x6c\x4d\x41\xf0\x77\xda\x12\x07\xc8\x67\xc0\xdc\xb9\x66\xf1\x1b\x5a\xec\x26\x72\x51\x00\x95\xea\x2b\x5a\xd1\xdf\x07\x4b\x4d\xd7\x0d\xde\x60\x4e\x57\xb3\x2b\x96\x85\x3a\x20\xa4\x05\xc0\x4f\x6d\xe8\x31\xc1\x44\xdc\x3a\x95\xab\xce\xa4\x83\x72\x64\x78\x7f\xf1\xf8\x32\x69\xaf\x69\xce\x93\xb4\x0b\x6c\x89\x95\x7e\xa9\x6c\x9e\xd7\xb4\x65\x79\x9c\x0f\x36\x20\x41\xa3\x4c\x57\x56\x2b\x9e\xab\xef\xa8\xa4\x96\xe1\x97\x4c\x25\x27\x30\xf6\x82\x4a\xcb\x40\x4f\xef\xc2\xd3\x69\xae\x63\xa3\x45\xa9\x63\xfc\x9a\x84\xd6\x9d\x9f\xf7\x1e\x64\x37\xd3\x32\x10\x30\x41\x3f\x74\x30\xfa\xee\x83\x0f\x38\x57\xc8\x7d\x63\x78\x1a\xb0\x08\xdb\x67\x91\xc6\x1e\x4d\xaa\x9e\xe8\xc6\xd4\xd1\x62\x6b\x91\xf9\xf9\x73\x67\x5e\xc0\xe7\x4f\x9b\xcc\x3f\x1a\xaf\x27\x76\x28\x2b\x38\x19\x81\xc4\x8e\x75\xb4\xc6\xe5\x56\x8a\xaa\x2e\x1d\x8f\x11\x2d\x6f\xa3\x09\x99\x49\xae\x56\xe3\xdc\x3e\xd6\x8f\xa5\x34\x0a\x12\x9e\xc8\xf0\x88\xe6\x0f\x32\xb0\xf4\x04\x34\x4a\x03\x90\x75\xb7\x9b\x5e\xc6\x43\x4f\xf7\x91\x1e\x5f\x25\xdd\x01\xbe\xf8\x7a\x9c\xa5\x09\x2e\xf1\xb2\xce\x94\x7a\x29\x1b\xe3\xb5\x01\x9f\x65\x65\x9c\xd6\x79\xc7\x15\x21\x99\xc8\x57\xaa\x55\xe3\x32\x84\xb7\xda\xfd\x0f\x06\xff\x9a\x70\x8a\x11\xa9\x7b\x45\xee\x7c\x83\x36\x63\x5b\xd4\xff\xea\x5c\x73\xfd\x91\x70\x71\xe2\x01\x45\x07\xac\xd6\x11\xd5\xbc\x9c\x3b\xbf\x44\x53\xcd\x63\x7e\xdb\xd1\xbb\xf8\x14\x27\x47\xab\xad\xbb\x24\xb0\x4f\xba\xed\xd8\xd1\x19\x3e\x47\xac\x5e\x45\xc9\x6f\x3f\x7a\x14\xe7\xf2\x02\xa6\x6d\x61\xd8\x4c\xa9\x48\x45\x5d\xb9\xd9\x65\xfe\x62\xe9\xa0\x99\x8b\x72\xa1\x5b\xd4\xb9\x89\xa2\xa0\x1e\x9c\x65\x05\x72\xca\xe8\xf1\xe8\x68\x27\x5a\x41\xa5\xa8\xca\x01\x1f\xd7\x2b\x36\x1b\x0c\xab\x8a\x68\x53\x99\x66\x2f\xa8\x27\xa6\x50\xed\x58\x15\x71\x22\xca\x89\x36\x63\xb3\xfd\x7e\x96\x42\xe6\x09\xa2\xf8\xeb\xdd\xe0\xb9\xec\x9e\xf0\x73\xcd\xca\xd2\x81\xbb\x71\xff\xf7\x18\x7b\x0a\x50\x4f\x19\x0e\x73\x48\xae\x78\xbf\xe1\xda\xd0\x76\x4d\x02\x44\x2a\x4e\xad\xb2\x8e\x61\xce\x77\xf9\xec\x99\x33\xcd\x42\x02\x50\x7d\x21\x10\x04\x7b\x92\xf4\x3f\x5f\xb5\xd1\xfb\x6c\x25\x2e\x97\x01\xff\x1f\x5d\x67\xee\xce\x2d\x0c\x1f\xaa\xc3\xb0\x1f\x3b\x2c\xb4\xc4\x89\x01\x6e\x20\xf4\x4c\x3b\x1c\x11\xf0\x02\x72\x02\x90\xf2\xea\x3e\x69\x2c\x50\x87\xd4\x16\x57\xbb\xe3\x53\x80\xfd\x5a\x0a\xa5\x35\xd1\x4a\xea\x15\xc8\x8a\x95\x43\xe0\xc9\xb8\x7c\x6c\x23\x9e\x7f\xf5\x14\x9b\x63\xb3\xd7\x93\xc7\xed\x7d\x94\xab\xc1\x57\xb2\xa7\x79\x91\xd4\x7e\x5c\x75\x56\xa7\x7a\xa2\x5c\x11\x53\x6b\x62\x10\x1e\x08\xf7\xd5\x69\xc2\xae\x06\x47\xd8\x3f\x1f\x71\xa3\xce\x4f\x09\x0f\x85\x07\xe0\x21\xc6\x7e\xa6\xc5\x6e\x82\x41\x61\x66\x53\xf8\x9f\x5a\xd1\xbf\x6f\xcd\xda\x0b\x24\xb1\xeb\x1c\x93\xa8\xea\x92\x58\x57\xb5\x0d\xd2\x07\x80\x76\x2b\xe6\x9c\xcc\x03\x2f\xa3\x45\x7d\x32\x71\x99\x02\xd6\x90\xc2\x05\x81\x53\xf5\x2c\xec\x3c\xb5\xcf\x52\xb1\x2e\x78\x5c\x2e\xa7\x55\x19\x97\x03\x27\x4b\x7d\x69\x55\x0c\x90\xce\xb8\xa8\xf8\x63\xb5\x28\x07\x18\x42\xf0\x2a\x9b\xfb\x06\x61\x04\xb4\x9b\x5e\x91\xa4\xdd\x81\x53\xdd\x72\xed\xca\x80\x33\x2f\x6f\xdf\x82\xbb\xf0\xb3\x01\xfb\x32\xad\xb1\x3e\xa0\x54\xd8\x05\x51\xa6\x45\xb2\x88\xa6\x46\xf8\xab\x46\x67\xfc\xa9\xe0\x9c\x49\xf6\x22\x43\xc4\x64\xef\x98\x02\x7e\xed\x03\x2e\x8c\x3a\xec\x6a\xe2\x3a\x52\xeb\x54\xaa\xa3\xad\xe1\x18\x19\x5a\x7b\xd4\x99\x97\x38\x1f\x23\x6d\x4a\x38\xac\xa4\xa8\xda\xfc\x6c\x3c\x30\xcc\x75\xc6\x24\xdc\x54\x03\xfd\xe4\x41\xc6\xac\x89\x1b\xfe\xd7\x83\xd1\xbf\x3d\xa8\xd3\x26\xb1\xa2\x8a\xfa\xe9\xe8\x3f\x8e\x01\x68\xba\x4a\x91\xfd\x81\x1f\x57\x82\x15\xe7\x50\x38\x75\xad\x65\xda\x2f\x72\x34\xf0\x3b\x45\xaf\x5f\xe4\x22\x77\xb1\x14\x1c\xab\x0b\x5b\x32\xef\x01\x0e\x14\x94\x27\xa3\xac\x6b\xdf\x7c\x01\xa9\x9c\x4f\x81\x67\xd0\x0b\x8a\x69\x89\xe2\xb2\xfc\xd1\xec\xb7\xf9\x69\x6b\xf1\xd3\xaa\x27\x53\x8b\x8e\x4a\xfd\x99\x94\x5a\x9e\x0f\x78\x51\x26\x80\x18\x72\x5e\xfd\x1f\x50\x45\xce\x2f\xe9\xd8\x91\x5a\xce\x9d\x98\xd0\x3f\x52\x25\x50\x92\xba\x43\xfc\xf6\x40\x0a\x99\x57\xbc\x4c\xe5\x1a\xd2\xa6\xd4\x9d\x35\xc7\xdd\xd0\x76\x5d\x0f\x98\x2e\xb4\x0a\x9e\x6c\xa3\x33\x0c\x78\x0c\xce\x7c\x8c\x0c\xa8\x85\x25\x21\x91\xa5\x03\xb0\x95\x05\xf6\xc7\xce\x96\x69\xce\x78\x3c\xec\xb8\xd2\x1c\xc7\xe1\x72\x12\x11\x69\x1c\x32\xe5\x73\x99\x56\x35\xa9\xf1\xb9\xa3\x12\xdb\xaf\xe7\x7e\x53\xfd\x9d\xbb\x69\x29\x2b\xe7\xc5\xee\x69\x92\x4a\xbe\x11\xa7\x70\xce\xa3\x9f\x57\xdb\xe7\x28\xb3\x29\x15\xc6\x48\x1a\xdc\x0b\xc0\x25\x0d\xb9\xea\x13\xaa\xf7\x6a\x36\xcd\x19\xb2\x59\x47\x62\x77\xe4\x71\xe5\x77\x03\xc8\xb0\xeb\x4c\xe7\x34\xc7\x3c\x11\x71\x42\x7c\x9b\xa9\xb2\xa0\x2a\xfb\x2d\x61\x86\xa0\xbf\xf6\xc3\x28\x59\xd6\x2d\x05\xf8\x51\x71\xc6\xe3\x9e\x32\x0e\xc0\x94\xea\x49\x91\xad\x0b\x4c\x06\xd1\x42\x6f\xbd\xce\x94\x96\x45\x19\x12\xa6\x49\xc0\x3c\x11\x72\x53\x1a\xa7\x26\x57\xe9\x8e\x8f\x85\x37\x8e\xb1\xc3\xc6\xd6\x08\x5f\x33\x16\xbd\x6c\xcc\x56\xdc\x79\xa9\x95\x70\x85\xec\x4d\xfc\xc0\x26\x08\xd8\xb0\x4a\x81\x2e\x13\xa5\x83\x63\xc6\x48\xae\x94\xd2\xf5\x38\x13\xfa\x80\x16\x3c\xa2\x7c\xe0\xc8\xde\x38\x09\x21\x30\xfb\x03\xc5\x23\x3b\x71\x5e\xe4\x10\x6b\xf0\x53\xac\xda\xfc\x5c\x51\x79\x2e\x59\xc4\xa0\xb2\xfa\xef\x32\x85\xe2\x68\xa1\xda\x1e\x4d\x39\x5a\x71\xe1\xa9\xbf\xb8\x3e\x0b\x69\x6b\x29\x0d\x84\x0b\x38\x01\x19\x3b\x3b\x0a\x6f\xe9\x06\x98\xa5\xb6\x6e\xd1\x55\xdb\xfe\x28\x60\x87\xa4\xc8\xba\x67\xd2\x7c\x2d\xfc\xdd\x20\xfa\xaf\xc1\x22\xfd\x85\x3b\xff\xe2\x85\x33\xcd\xfc\x40\x47\x65\xdb\x81\xd7\x81\xb1\x93\xa7\x16\x2e\x9c\x9a\x9b\x5d\x3a\x75\xd2\xad\x81\x45\x87\x59\x55\xf4\x81\xb8\x31\x5e\x89\x6d\xeb\x06\xdc\x69\xa6\x7d\xec\x28\x64\x5a\xc4\xd2\xd6\xa5\x5a\x36\xac\x2c\xce\x73\xf3\x21\x1c\xd9\x38\xd3\x3e\x36\xa3\x1f\xf3\x8c\xcb\x1f\x6b\x21\x67\xfa\x3b\x5a\xd1\x1b\x5a\x17\xe7\x4f\xea\x15\x40\xba\xbe\xda\x01\x29\x19\xc9\xf8\x1d\x5d\x40\x69\x57\x53\xc5\x10\x89\xe1\xfc\xb6\xe6\x8b\xef\xd8\x2e\x72\x2e\x6b\xc0\xa5\xe9\xd6\x99\xf5\x46\xf8\x28\xe7\x8e\x2b\x5b\x1f\xe4\x55\x41\xbb\x52\xb5\xb0\x70\x71\xc9\x42\x34\xc9\xcd\x3d\x60\x5b\xf9\xb6\xae\xc9\x67\x51\xa7\x7e\x1e\xe4\x9f\x8e\xb1\x5b\x75\xdf\x6d\x98\xe1\x37\xc7\xae\x3f\xcc\xf0\xfa\xb1\xb9\x66\x7b\xb8\xda\x8c\x23\x72\x38\x27\x95\xa6\xd4\xe6\x8a\x7b\x06\x40\x2c\x35\x79\xb3\xfe\x3a\x6a\x3e\x57\xea\xb8\x8c\xf3\x4a\xd8\xdd\x8a\x9e\x08\x2c\x4b\x90\x53\xa4\x60\x90\xf4\xc4\xe4\x1e\x29\xfa\x31\xf8\x0b\x9c\x39\xe7\x73\x60\xcf\x49\xe3\x2f\x97\x3a\xa2\x05\x0b\x44\xbf\xd2\xcd\x90\x4a\x73\x7e\xe1\xf4\x1c\x04\x4d\xba\x45\xd9\xd3\x5f\x39\xcd\xf9\xc5\xa5\xb9\x1d\x7e\xc4\x73\x35\x56\xc2\x60\xec\xe1\xc9\x73\x58\xbe\xa4\xc5\x0e\x00\x1c\x9f\x0c\xff\x3a\x88\x3e\x11\x9c\x8d\xfb\xa8\x26\xc0\x79\xb1\x26\x06\x78\xae\xb8\x69\xe7\x14\x92\xd3\xbe\xa8\xa2\x5c\x89\xf3\xf4\xc5\xe4\x6c\x53\x07\x43\x51\xaa\x3f\xc7\xb1\xba\x1a\xf9\x5b\x95\x89\x36\xe1\x68\xd6\xf1\x80\xf2\x18\x24\xe5\x0a\x40\x48\xb7\x14\x16\x62\xd0\x5a\x46\x92\xda\x40\xbc\xa0\x6b\x5f\xef\x38\xbc\xad\x34\xf2\x97\xee\x63\xb7\x90\xa9\x78\x5a\x49\x1c\x19\xfe\xf9\x58\xf4\xda\xb1\xb3\xee\x25\x65\xbb\x48\xbe\x51\x94\x6b\xdd\xac\xd8\x98\x4a\x51\x4b\x33\x85\xf3\x85\x9b\xee\xd2\xc5\x27\x30\x9a\x51\x0a\xd7\x0c\x45\xed\x93\x5a\xb1\x8e\xbd\x5e\x21\x2b\x2a\x96\x31\x69\xba\xab\x45\x2d\xc5\x9a\x10\x7d\xc0\x9a\x52\x6f\xc3\x30\xa1\x95\x45\x68\xcc\xe4\x47\x08\x35\x0d\x18\x42\x21\xae\x63\xcb\xd9\x1c\x29\xdb\xe6\xb3\xe6\xcd\xfa\x23\xea\x28\xdb\x11\x09\x27\xda\xa4\x67\x26\x9b\x8b\xa4\x67\x69\xb7\xa5\xe3\xab\x8e\x21\xeb\xbf\x1f\x57\xab\x98\xad\x12\x75\xd2\xa9\x4e\x12\xa1\xbf\xca\x9f\x0d\x30\x1f\x36\xe2\x81\xd1\x3e\x2c\xe8\x00\xc5\x84\x4d\xe7\x6a\x39\x6c\x95\x59\x85\xdb\xd3\x58\xe6\xd9\x03\xec\xd4\xf5\x94\xaa\xb8\xdf\xf6\x94\xd2\xfe\xd9\xab\xf7\xb3\xa7\x68\x49\xad\xb3\xb7\xff\x6e\x5f\xf4\x67\xfb\x80\x29\x36\x56\xa7\x86\x43\x36\xd3\xc8\x33\xb1\xc9\xd5\x16\xaa\xc5\xb3\xcf\x9a\x3b\x67\x79\x40\x9e\x23\x30\x6c\x6d\x68\x05\x86\xad\xf5\x05\xf0\x85\xe0\xf1\x90\xe0\xae\xd1\x8f\x03\x23\x66\xbf\x4a\x7b\xa9\xac\x52\x60\x34\xa2\x62\xa0\xc1\xa4\x3e\x4f\x54\x9b\x90\x53\x64\x7d\x55\x1b\xb0\xe7\x2c\x08\xa0\x9f\x82\x5c\x18\xb2\x57\xe3\x53\x76\xc4\x61\x0d\x55\x8e\x02\xbf\x95\x34\x49\xc2\xb1\xd4\x93\xa3\x5e\x82\x5e\x4e\x5e\xe7\xf0\xe1\x52\x35\xce\xb8\xb3\x66\xb7\x07\xb8\x09\xd1\x3e\xef\x39\x16\x24\x78\x2f\x87\x49\xd1\xb6\xec\xd9\xce\xe4\x2a\xa6\x81\x6a\xc5\xb2\x22\xf7\xa0\xed\xb4\xf3\x19\x54\xff\x9f\x70\xc1\xeb\x7c\xa8\x29\xda\x69\x50\x39\x0d\x40\x99\x72\xc8\xd3\xf6\xf1\x83\x1e\x25\xfe\xa8\xf4\xf4\x53\x64\xbb\x78\x59\xe9\x57\x0e\x46\x7f\x13\x8c\xfa\x65\xcb\x64\x74\xca\x43\x05\xf5\x44\xca\xa2\x93\xc2\x64\xa1\xa7\x26\x1f\xb8\x1a\x1d\xad\xea\xf1\xae\x0d\xe8\x3a\x2e\xe4\xc7\x6a\x81\x2a\x56\x27\x2b\xea\x84\x2a\x7a\x21\x47\x47\xc3\x7d\x16\x25\x7f\x78\x61\x11\x0d\xee\xac\x88\x93\x65\xc2\xc4\xe4\x65\x9d\x43\x0d\x61\x51\x57\x32\x4d\x40\xdc\x50\xb0\x62\x02\xe8\xcd\x21\xfa\xbf\x7d\xee\x36\xc3\xa1\x28\x1b\xc4\xcb\xa4\x78\xc9\x7e\xf6\xbe\x80\xdd\x84\xcf\x62\xde\xf1\xdb\xae\x05\x83\x78\x44\xde\xf1\x8b\x9c\xc6\xb6\xca\x37\xa6\xc9\x1d\x87\x1c\xe1\xc7\xe8\xe9\x89\x36\x3f\x5b\x57\x08\x02\x2a\x2e\xab\x91\xa6\xeb\x54\x36\xb5\x34\x94\xcd\xdc\x66\x67\x98\x33\xb0\xf0\xde\x68\xc6\xfe\x35\x2a\x2d\x98\x5e\xb9\x59\xee\xf9\x5b\x02\xf6\x45\x78\x8b\xc9\x6a\x7c\x4d\xc0\xee\xbb\x9e\xe2\x17\x75\xc4\x9a\x3c\xc7\x05\xbf\x51\x37\x70\x45\xba\xe7\xc0\x3d\x43\x40\xcd\xd3\x95\x7f\x3a\x10\xe9\x12\xba\xb4\xd9\x47\x82\x91\x29\xe3\xef\xde\xe5\xa7\xab\xb7\xcd\x18\xd7\x45\x05\xe6\x4b\xae\x64\xc5\x72\x9c\x5d\xe7\xc7\xa4\xaf\xf8\x2d\xb7\xb0\x3b\xae\x8f\x3f\x2c\xfc\xa5\x9b\xa3\x5f\x0e\x36\x63\xff\xd2\x36\xae\x17\xf0\x44\xa1\xba\x6a\x1e\x81\x04\x83\xd8\x3c\xa4\xd3\x92\xbc\x60\x2b\x29\x2c\xba\xea\x1d\x94\x32\x4e\x00\xf9\x5d\x10\x05\x36\xf8\xaf\x2b\x5d\x8d\xee\x0e\xe2\x44\xd6\xcb\xe6\x96\xe5\x58\x6a\xf8\x5d\x61\xaa\x33\x1a\x95\xcb\x7a\x7f\x5e\x3d\xbc\x57\xc6\xb6\x8b\x32\xb6\x4f\xb9\x58\x30\x8f\xef\x1a\x0b\xe6\xd5\x81\x49\x72\xb3\x4c\x65\x2e\x36\xcc\xe7\x00\x19\xe6\x9b\x5b\x84\x0c\xf3\xff\x6d\x09\xa1\xb5\xf3\x3d\x05\x98\x31\xef\x0c\x24\x61\x7c\xa1\x93\x0a\x45\x93\xdd\x41\x95\x05\x91\xa9\x0d\x8a\x8c\xdd\x45\x4f\x36\xc2\x4a\x9b\xbd\xca\xe2\xc8\x7c\x4b\xc0\x9e\x77\x43\x26\x82\x68\xb7\x7c\x6e\x3a\x9d\x40\x3d\x4c\x39\xd9\x98\x82\xbd\xc2\xc7\x5d\x17\x3e\xf6\xb6\x2f\x7c\x7c\x5e\xf8\xa0\x65\xed\xb4\xdf\xd6\xd4\x37\x6e\xf2\x6d\x3d\x34\x9d\x63\x04\x4e\xf9\xf3\x2d\xf6\x95\x23\x8a\x16\x50\x00\x80\x65\x64\xf4\x82\xd7\xb5\xa2\xe7\x8e\xb8\x4e\xe6\xbb\x24\xfa\xd1\x47\xcc\x67\x45\xc7\x9d\xf7\xf9\xae\x04\x87\xe1\xea\x42\x5c\xad\x7a\x32\xff\x83\x01\x5b\xf5\x56\xce\xd7\x44\x67\x1f\x71\xad\x28\xa1\x57\x89\xfa\xe7\x69\xdd\x06\xb8\xf6\xcb\xb4\xaa\x04\x04\x0b\x94\xfd\x24\x79\xd1\x9d\xd4\xe0\x10\xb0\x0a\xa2\xf5\x99\xa8\xc1\xc2\x68\x7b\x11\x9e\x8e\xee\x82\x96\x8a\xae\xe3\x6d\x04\x2b\x3a\x83\xc0\x4e\xee\x4a\x03\x91\x00\x96\x9f\x26\x63\x76\x1b\x7d\xd7\x61\xaf\x4a\xc8\x2d\x5f\x68\xbb\x80\xf5\xe1\xcb\x0e\x47\x77\xba\x17\x86\xe1\x57\x8c\x71\x18\xe7\x7e\x8e\xb3\x37\x65\x1f\x38\xc4\x7e\x2c\x20\xb8\xf0\xb7\x9b\x22\xc1\xd7\x04\x06\x30\xdc\xa2\x44\xf8\x45\x05\x9b\xe3\x4c\x23\x58\x8d\x8e\x1f\x94\x42\x0d\x0d\x72\x67\x61\xb7\x18\xf4\x6c\xca\xf1\xb6\xe9\x0b\x6a\x03\x88\xcb\x95\xf9\x52\x5a\xab\xd3\x39\xf2\x7e\x20\x70\xd9\x81\x25\x7f\x24\x9a\xdf\x06\x96\x5c\xbb\xc7\x2f\x9e\x5c\x98\xe4\x4b\x73\x0b\x60\x37\x2c\xce\x2d\x2d\x6c\x09\x47\xfe\x89\x96\xcf\x60\xf1\x5f\x5a\xd1\x4f\xb5\xf6\x18\x2c\xae\x9b\xc1\xc2\x9d\xdb\x0f\x8f\x51\x2a\xe1\xfb\xc7\xa2\x77\x8e\x8d\x64\x97\x70\x09\x23\x20\x78\xe9\xaf\x63\x87\x2f\xc2\x4b\xbc\x31\x01\x44\xff\x6e\x88\x02\x97\xeb\xa9\x8e\x02\xc7\xee\x57\x90\x1e\x7b\x44\xa7\x28\x31\x28\x97\x98\x03\x80\x4a\xbd\xdb\xd0\x9b\xaf\x7d\x61\x1b\x5f\x64\x33\x20\x1d\xb6\x60\x03\xed\x89\x6a\x66\x51\x82\x2f\xc3\xc6\x65\x9c\x0c\xab\x13\xfc\x59\x66\x47\xe4\x85\x93\xda\x71\xc7\x71\xde\x59\x8d\xcb\xb8\x83\xe5\x5b\x45\xbe\xd2\xd6\xb7\x92\x7d\xaf\x66\x2a\x2b\x36\x44\x09\xe5\x3a\x1c\x20\x2c\x73\xb5\x4d\xd4\x8e\xb1\x8f\x16\x25\x3f\x32\x75\xc4\x3c\xec\x01\x67\x68\x7b\x7c\x93\x87\xbd\xad\xe1\x0e\xc9\xfb\x8e\x1f\x1c\xdb\x1c\x4d\x7d\x96\x90\x27\xd2\x22\xbf\x50\x67\x22\xfc\xce\xb1\xe8\x91\xc6\x35\x07\x7d\x8e\xbc\x08\x58\xbb\xa9\x59\x13\x2e\x14\x99\x40\xc8\x2f\x7a\x4e\xd8\xdc\x72\xe7\x16\x4f\xa6\xfd\xc7\x16\x7b\x5b\x8b\xfd\x5f\x1d\xfb\xb3\x3e\x65\x64\xf8\xaa\x56\xf4\xfe\x60\x6e\xc4\x2f\x7c\xb5\xc8\x12\x17\x96\xc3\xfa\x93\xd1\xae\x71\xc9\x30\x00\xbf\x44\xd9\x13\x5e\x2f\xc1\x6d\x6d\xa1\x5c\x20\x7b\x0e\x99\x37\xf2\x81\x91\x6a\xa6\x55\xaa\x7b\xa3\xf8\xb5\x37\x9a\x23\xd2\x09\x8f\x3b\xd5\xf3\x49\x22\x12\xd7\x65\x79\x92\xdd\xbf\x7b\x23\x9b\xbd\xe2\x8b\xd8\x99\xeb\x26\xdd\x7e\xbe\x58\x5e\x2d\x8a\x35\xf4\xed\xcd\x81\xbd\x18\xbe\xff\x96\xe8\xf9\x23\xae\xfb\xec\xab\xae\x16\xa8\x93\x02\x63\xbe\x74\x66\x51\xdd\x96\x53\x09\xa3\x49\x91\xda\xc0\xe6\x7c\x13\xef\xd7\x6e\x66\x1f\x0a\xd8\xa1\x4e\x7c\x7f\x9d\x27\x99\x08\xdf\x1b\x84\xfb\x96\x07\x95\x88\xde\x18\xe8\x6b\x68\xf0\x2d\x9c\x3a\x4b\x58\xb4\x09\x9f\x9b\xe5\xcb\xf8\xd3\xe8\xcf\x4a\x9b\x53\xb8\xaf\x3d\x22\x75\x20\xa9\x23\xca\x0a\xf5\x79\x14\x33\x0e\x70\xd6\xa4\xce\x29\xaf\x4a\xb5\xd3\xca\xa2\xa8\x0c\xb1\x84\x4d\x77\x55\xe2\x1c\x40\x71\x3c\xfc\x35\x5d\xd3\xd6\x11\xe1\xbf\x6b\xb1\xe7\x6f\xf6\x49\xaf\xf1\xdb\x90\xcc\x32\x59\x5c\xca\x36\xb1\x0c\x33\x31\x2f\xf5\x0f\xae\x57\x35\xed\x38\xa1\x4b\x3d\xed\xfc\x14\x8a\x37\x7d\x43\x51\xf2\xba\xcc\x8c\xe8\xb2\x26\x38\xe5\x6d\x9a\x99\x83\x00\x17\x39\xe2\x86\xcb\xad\x69\xf5\x0f\x8a\xda\x3d\x5d\x2e\xd1\x5b\x2e\xb5\xd9\xff\x3c\xc4\xc6\xea\x32\x0b\xff\xe8\x50\xf4\x3b\x87\xd4\x1b\x2d\x84\x1e\x12\xec\x5b\xc5\x8e\x5e\x38\x09\xc5\xa1\xfa\xf4\xba\x78\xe1\x0c\x06\xd2\xc6\x2f\x81\xe2\x27\x4e\x4c\x4f\xaf\x16\xb2\x3a\xa1\xc4\xf8\x74\x3f\xae\x56\x2f\x35\x9c\x81\x45\x97\x5f\xaa\xcb\xec\x92\x1a\xa2\xe9\xc8\xc8\x81\xaa\x23\xeb\x92\x6a\xec\x92\xa9\x68\x04\x75\x87\xea\xf7\x62\x33\x59\x7a\xfc\xfe\xd8\xef\x86\xb1\xaa\x0b\xf6\x35\x3a\x84\x0d\xc9\xa9\x18\xf9\x00\x9c\xb7\x1e\xe4\x4e\x2f\x63\x5a\x7c\xa6\x14\x81\xf5\x34\xb6\xa9\x26\x27\xcf\x2d\xc2\xa8\x8b\x9e\xb3\xd2\x24\xc2\x72\x4c\xf2\x4b\x08\x02\xa4\xaf\x5f\xd2\xa9\x84\xd4\x16\x4f\xf3\x29\x9d\x39\xae\x1a\x8a\xa5\x8e\x2c\x19\x84\xc3\x2c\x1e\x60\xd2\xc7\x7a\x5a\x64\x30\xe9\x13\x6d\x3d\x74\x4c\xcf\xc7\xc4\x63\xaf\x3c\xbe\xcd\xd8\x02\x86\xe0\xf3\xa2\xa2\x48\x07\x56\x0f\x5f\x52\x9f\x2e\xc3\xc7\xd5\x2c\xcf\x1c\xbb\xb3\x7d\xb4\x7d\xb4\x3d\x73\x09\x51\x0f\xa8\x65\xb5\x72\x52\xb9\x36\xe0\x75\x0e\x85\x9a\x6a\x95\x54\x4a\x4a\xac\x40\xe8\xa0\x13\x23\x58\x76\x59\xe7\xde\x5a\x05\xff\x73\x96\xc1\xc4\x69\xd1\xad\xee\x81\xba\x80\xd4\xd4\x8e\xa9\xcb\x38\xad\x3a\xe0\x05\x12\xa8\x13\x67\x99\x34\xd9\x9a\x66\xf9\x03\xfe\x08\xe0\x61\xab\x9f\xd5\x9b\xb3\x74\x4d\x64\x03\x0a\x10\xe7\x45\x3e\xa5\x56\x54\xbc\x9c\x09\x44\xb5\x9b\x84\xc5\x20\x62\x09\xb7\x40\x52\x71\xdd\xc7\x84\x9d\x5c\x6c\x18\xb8\x01\x5c\x45\xb8\x34\xcd\x22\x8b\xc0\x4c\x8c\xee\x86\xc5\xa1\x56\x30\xfd\xb0\x92\x92\x40\x8c\xb4\x1d\x19\xb5\x19\x9b\xc5\x98\x99\x03\x2a\x4d\x75\x6e\x5d\xaa\xf3\x31\xb9\x90\xea\x14\x22\x9d\x44\x9f\x2e\xcb\x99\xc0\x4e\x5d\xbc\x70\xa6\xcd\x5f\x50\xd4\x70\xaf\x5e\x98\xd0\x70\x55\xa0\xfa\xa2\xe6\xcf\x24\x48\x6a\x54\xcb\xc2\xdf\x7a\x5d\xbf\x28\x4b\x2f\x2b\x9b\x26\xa0\xfa\x5b\x55\x4a\x97\xa0\xc7\xd5\xab\xa8\x7a\xab\x28\xf9\x72\x2c\xd3\x8e\x32\x46\x57\x39\x40\xca\x44\xea\x87\x13\xea\xf5\x1b\x45\x99\xdc\x17\x35\x32\x1e\xda\xfc\x74\x19\xaf\x80\x12\xcb\xc7\xa3\x67\xb4\xdb\xed\x68\x02\xc6\x0e\x89\x9a\xbc\x1f\x97\x71\x4f\x80\x16\x34\x1e\x3d\x97\x7e\x25\xab\x84\x5a\x98\x24\xbd\xcd\x93\xc6\xef\xd9\xc7\x5e\x78\xbd\x32\x97\x70\x7e\x40\xef\xd5\x20\x0e\x8b\xd6\x83\x49\x7c\xf7\x8f\x8f\x45\x1f\x1e\xdb\xe6\x26\xe3\xe5\xd0\xc1\x15\xf5\x66\xed\x39\x53\xbf\xbb\x8e\x51\x35\xf1\x7e\x7b\xb2\xcd\x17\x8d\xf7\xc5\x4d\x31\xa0\x00\xd7\xa5\x36\x36\x73\x89\x3f\x6f\xf1\xfc\x39\x5a\x43\xb9\x0e\x94\xc4\x8d\xd6\x88\x83\x0d\x6a\xb0\x9e\x45\xb4\x51\x6a\xab\x4e\x6f\xd2\x17\x74\xf7\xa8\x16\xac\x27\xf5\x59\x90\x93\xe2\xf8\x3e\xe1\xae\x51\x2d\x54\xa8\x0b\x34\x1b\xc0\x63\x9f\x56\x37\x56\x8a\xe8\x2c\x34\x80\x84\x1d\x20\x92\xa4\xa9\xf8\xb6\x33\x55\xc5\xf9\x8b\x63\xec\xc0\xf4\xc2\xf9\xc5\xa5\xe9\x85\xd9\xa5\xb9\x07\x87\xfa\xd2\x7c\xe1\xf0\x4b\x86\x1a\x75\x63\xff\xdf\x19\xb0\xbb\x7d\x7f\x99\xc3\xf8\xa1\x97\xc6\xa2\xc8\xba\x8b\x35\x3c\xa0\xd4\x5f\x79\x41\xac\xa7\x62\x03\x80\x3f\x96\x3c\xe5\xe6\x34\x3b\xe9\x26\xc2\xdd\x19\x3d\xcb\xa6\xc1\x55\x05\x17\xeb\x71\x56\x43\x39\x0c\xd4\x68\x74\x8b\xd2\xc2\xe0\x79\xab\xf9\x6d\xfb\xd9\xd1\x6b\x25\xcc\x0f\xff\x62\x5f\x74\xc7\xd0\x55\xd2\x90\xab\x91\xd4\xf9\x3a\xe4\xe7\x8d\xe1\x87\xf7\xb1\x3f\x0e\x58\x18\x0f\xe3\x11\xfd\xba\x71\x35\x7c\x30\xa0\xc6\x36\x07\x24\xf2\xdf\xf6\x79\x8d\x48\xf4\xe3\x01\xbb\x39\x76\x03\x4b\x6f\xde\x65\x60\x69\x25\x1e\x11\x52\xda\xc9\x84\x6c\x33\x0f\xcd\x80\x13\xfb\x37\x01\xdb\x0f\xed\x85\x97\x77\xd7\xe3\xbb\xd6\xb7\xed\xea\x26\x31\x2f\xf6\xc6\xc3\x6c\xc2\x59\xab\x79\x91\x08\x4b\x58\x71\xa1\xce\xab\x14\x30\xb7\xa5\x04\x5c\xc5\xbf\x38\x14\x1d\x6f\x5e\x6c\x90\x33\x39\xbf\x6e\x8d\xad\xf8\x81\x83\xec\x23\x6e\xc4\xe3\x03\xbb\xa4\x93\xfd\xd7\x9f\x23\x36\x59\x13\xdc\xd8\x73\xa1\xef\x92\x48\xe2\x31\x0d\xb5\xb9\x1a\x45\x23\x78\xbf\xf4\x54\x8d\x80\x34\xba\x93\xdd\xce\x8e\x6f\x1a\x46\xd9\x7c\x51\xef\xc5\x2b\xaf\x3f\x5e\x79\x35\x58\xd9\x3e\xe2\x71\x32\xbc\xdf\x44\x3c\xe0\x33\x34\x69\xb8\x1a\xc2\x64\x34\x49\xcc\x3b\x0f\xb1\x68\xd8\xe1\x35\xcc\x1c\x78\x28\x9a\xbe\x46\xe2\xc0\x91\x92\xe9\x97\x0f\xb0\x15\xbd\x14\xbf\xfe\x9a\x28\xe8\x8e\xb2\x36\x9b\xdc\x8e\x82\x6e\x8f\x7d\xee\x0b\x8b\x7d\x6e\x4f\xb0\xef\x3a\x36\x9a\x6f\x2f\x29\x1e\x0a\xe7\x6f\x14\x7d\x1f\x63\xef\x3e\xcc\x2e\x5e\xb7\x0f\xcf\xb7\xc3\x4e\x9a\x35\x05\x32\xe6\xb7\x0e\x45\x0f\x6d\x75\x83\x2f\x27\x36\xbb\x73\x6b\xcd\xe8\xef\x0e\xec\x41\x1a\x7f\xfe\xac\x5e\xf6\xa3\x81\x3e\x0c\xde\x1a\x44\x77\xc0\xbf\xa8\x3c\x2d\x4f\xd2\xf5\x34\xa9\xe3\x6c\xdb\x0f\xed\x1e\x12\x1d\x16\xb3\x47\x6f\x90\xbf\x79\xb3\xf7\xee\x9d\x2b\xbb\x51\x6c\xd6\xb7\x17\x57\x8b\xe1\xc3\x53\x24\x8b\xb6\x12\x07\x0d\xc1\xe4\x02\x5d\x3b\x1f\x92\x84\x1b\xfb\x2c\xbb\x6e\x3c\x6b\x74\x22\xbc\x8b\x45\x7f\xdb\xda\xf2\x16\x0f\x4f\x6e\x84\xad\xf8\x04\x81\x5a\x1b\x6a\x01\x0f\xec\x76\x37\x50\xd7\x9f\x9f\xf8\xd4\x06\x78\xfa\x8b\x7d\x17\x0b\xf8\x12\x36\x85\xa3\xfe\xdf\x07\xd8\xff\x6a\xb1\x51\x8f\x84\xbf\xbd\x4b\x60\xe5\xd7\xb5\x46\xb4\xfa\xc4\x78\x79\x9e\x14\x68\x65\x3e\x5f\x69\xe8\x15\x28\x47\xc1\xa4\xf1\xc9\x11\xf0\x92\x36\xa3\x40\x7d\x2a\xdd\x94\x9b\x1c\xd8\xbe\x21\x20\xe0\x4f\x06\xd6\xf3\x7f\x6b\xb1\x7f\xb6\xa9\xcf\x2e\x7c\x5f\x4b\x7b\xf6\x7e\xb0\xf5\x05\xee\xd9\xe3\xe6\xfb\xea\xea\x12\x1d\x51\x49\xbb\xfc\xd2\x70\xc6\xf7\x25\xa2\x9b\xa9\x6c\x46\xd3\xb6\x5f\xdd\xf3\x1e\xfe\xf7\x96\x97\x4b\xd1\x60\x25\x79\xb0\x90\x90\xea\x05\xdc\x24\xe1\x4f\xb6\xa2\x57\x05\xde\x25\xa3\x3d\xc5\xc4\x99\x52\x74\x31\x7c\x88\x19\x34\x16\xad\xc0\x41\xc1\x84\x52\x74\x7c\x0f\x8c\x1d\x56\x00\xc6\x65\x70\xf8\x54\xb8\x2c\x11\x9f\x97\xfc\xdf\x4e\x0a\x89\xc6\x43\x54\x6f\x4e\xda\x57\x82\xb1\x5e\x9a\xab\xff\xc6\x97\x3d\xa1\xf2\xf2\x80\xcd\x31\x75\x35\xbc\x47\x2f\x8f\x23\xbd\xf8\xb2\x5e\x07\xaa\x25\xfd\x29\x54\xd7\x27\x11\xdc\x52\xa6\xeb\x0d\x8e\xa1\x53\x4c\xbd\x20\xbc\x57\x37\x32\xd1\x4b\x73\x27\xa3\xb8\xac\x76\xd6\xcc\x9f\x3f\x9d\xb5\x9d\x89\x96\xc8\x0d\x6b\xdd\x32\x73\x8b\xf3\xc4\x17\x3b\x17\xf7\xe3\x4e\x5a\x0d\xc2\x0f\x3c\x3d\xfa\xe4\xc1\xe1\xeb\x08\x24\xa2\xf3\xdb\x65\x9d\x21\x6a\x4d\x2e\xf8\xdc\xe2\x3c\x7f\x40\x54\xe6\xc6\x4e\x9c\x65\x1a\xff\x18\x6b\x12\x74\x53\x59\x2c\x35\xea\x9e\xcf\xc5\x68\x85\x7f\x47\xb7\x02\xd1\x3a\xa7\xb0\xa9\x2a\xfa\x45\x56\xac\x0c\xb8\x14\x10\x09\x03\xde\x05\x02\x43\xd0\x59\x0d\x88\xb9\x56\x40\x74\x07\x14\xae\x0d\xcd\x34\x8c\x14\xbf\x15\x22\xa5\x89\x0d\xde\x24\x38\x94\x6d\xc6\x1c\xa4\x45\x8b\xb3\x40\x88\xd0\x48\xde\x85\xf8\xd2\x27\xf8\x94\x37\x22\x1e\xe9\x30\x7c\x04\x00\x53\xd1\xcc\xb1\xe3\xb7\xf1\x07\xd2\xfb\x23\x67\x5c\x69\xce\x23\x3d\x84\xb6\x5f\x7c\xf9\xe2\x22\x17\xcf\xa9\xe5\x94\x88\x65\x35\x13\x0d\x35\x0e\x41\x64\x29\x4d\xe3\x47\x47\x35\xed\xb7\xa8\x36\x83\x92\x7f\xcf\x59\xcb\x8b\x44\x4c\xc5\xcb\x9d\x99\x63\xc7\x23\x8c\xc1\x62\x8a\x1e\x9e\xa3\xa5\x10\x84\x81\xac\x84\x4c\x0a\x64\xcc\xb0\x7b\xf2\xc2\xf9\x10\xd2\x79\x17\x46\x40\x3a\xa2\x04\xde\x33\x07\x05\x5b\x4d\x4a\x5e\x68\xbd\x15\x11\xaa\x08\x5d\xad\x4e\x2b\x3a\xd7\xe9\x0b\x42\x6d\x2a\xd1\xb4\x77\x60\x90\x20\xac\xa7\x28\xbf\x2e\xf7\x5b\x41\x58\x02\x90\x32\x4e\x97\x10\x8f\xf3\x9a\x1e\x79\xb1\x28\x0b\x9c\x03\x02\xa8\xd0\xc9\x9e\x0e\xda\x00\x11\x3d\xa7\x89\xce\x9a\x01\x88\x3d\xa5\x30\x41\xc5\x69\x29\xcc\x70\x30\xa4\x8d\x98\x39\x94\xb8\x69\x62\x8e\x90\x88\xa0\xcc\xaf\xa4\x86\x22\x13\xdc\xa9\x23\xf6\x94\x92\x77\x1e\xea\x2e\x64\xa0\x91\xc8\xaa\x60\xf1\x02\x44\x05\xec\xb1\xa4\x4c\xa1\x6a\xbe\x0f\x59\x82\x95\xfd\x44\x53\xf1\x86\xea\x05\xbd\x50\x67\xa0\xa8\x67\x4e\xc2\x23\xed\xc6\x6b\xdb\x57\x82\xa7\x4a\x67\x8d\x0d\x95\x7c\x7d\xf4\x4b\xd9\x1b\xf6\x39\xb6\xf0\xab\xf6\xed\xb6\x2c\xe2\x97\xc7\xb6\xa2\xc8\x35\x49\x91\x88\x2f\xe7\x6e\xfb\x9e\x88\x73\x04\x92\xae\x4c\xde\x80\x46\x7f\x50\xe6\x4d\x52\xf4\xd4\x4a\x1c\x4f\x8a\x4a\xda\x60\xf7\xb1\xdb\xdd\xb4\xc2\x89\x36\x5f\x2a\xb8\xc8\x65\x5d\x0a\x53\x3a\xab\xa6\x16\x62\xe4\x50\xfc\x93\xa5\x1d\xbd\x5e\x01\xc4\xc4\x99\x70\x93\xdb\xe4\xe6\xf2\x80\x9d\xdd\xeb\x89\x3c\xb1\xc7\x3c\x06\xf9\x3b\x32\x95\x9d\xa9\x7b\xea\x3a\x4d\xee\x9d\x54\x12\xd0\xc3\x6e\x83\x74\x5c\xa5\xed\xab\x86\xc5\x14\xf5\x1e\xc6\x4e\xc8\x1e\x79\x22\x6d\x36\x18\x25\x7b\x3a\x5f\x1f\xd2\x31\x19\x3b\xef\x40\x6e\x98\xd8\x69\xd2\x66\xec\xc9\x0a\xbb\xfc\x42\x8b\xdd\xac\x84\xcb\x12\x6d\xea\xf0\xbd\xad\x1b\x50\x06\xf7\xe7\xc1\x39\xa7\x4d\x73\xce\xe3\xd4\xa8\xd7\x51\x7d\x6f\x0c\xa8\x11\x36\x50\x8d\xb2\x44\x09\x27\xbc\xd5\x6c\xfb\x8d\x58\x93\xba\x37\x11\x56\xdd\x07\x75\xb6\x05\xb4\x6a\xc1\x8d\xe3\x7c\x00\x2f\x6d\x24\x34\x41\x3b\x90\x26\x3a\xd4\xca\x50\x0b\x59\x86\xdd\x6e\xa2\x46\xa6\xbd\x5e\x4d\x62\xe4\xd7\x5a\x6c\x68\x37\x86\x1f\x6c\x45\x3f\xd2\x6a\xe2\x5e\x7a\xe7\x82\x29\x01\xd7\xc3\xb3\x83\x86\xa4\x6d\x81\xc6\xbe\xde\x36\x3d\x21\x28\x55\x00\x01\x19\x41\xd9\xc1\x8c\x92\xd8\x57\x98\x63\xff\x3d\xba\x6c\x35\x2f\xf2\x29\x1a\xb4\xb7\xf5\x26\x28\x0b\x39\xae\xf4\xad\x16\x2a\xda\x05\x2a\x1c\x21\xfd\x2c\x18\x54\xb1\x2c\x8b\x4c\x54\x4d\xbc\x31\x0d\x5a\xb2\x3c\xe0\x69\x45\x10\x16\x45\xb9\xf9\x5c\xba\xca\xfb\x9e\x03\x6e\x97\x0e\xb8\x8f\x8f\xb1\x43\x7a\x49\x85\x1f\x1e\xdb\x9d\x41\xfc\x2d\x63\x73\xce\x49\x5c\x19\xf4\x1f\xb3\x78\xe9\xe4\x74\x24\x9d\xd2\x77\x2b\xe9\x6a\x96\x17\x10\x3f\x4a\x6b\x21\xde\x2f\x88\x92\x8b\x82\xd3\xd5\x33\x9c\xdc\x28\x82\xcb\xab\x08\x20\xab\x5f\x8a\xf5\xb4\xa8\x69\x21\x49\x9d\xa2\x26\x7a\xaa\xcb\x50\xd7\x46\x46\x5b\x36\xe0\xe3\xaa\x5f\x50\xee\x36\xd3\x3e\x36\xa1\xad\x00\x1e\xcb\x13\x70\x76\x0d\xab\xaf\x90\x9d\xb9\x3c\x00\x57\x88\xb6\x33\x49\x4c\x8c\x02\x04\x01\x98\x52\x58\x97\xeb\xa4\x8e\x36\x64\x55\xec\x57\x93\x79\x9d\xab\x73\xfb\x7e\x40\x2d\xa0\x8a\x7d\x40\x97\x50\x4a\x8f\xe9\x55\x7b\xcf\x41\xb9\x8b\xc0\xd7\x7b\xf7\xb1\x5b\x7b\xf1\xe5\xb4\x57\xf7\x88\x0f\x3a\x7d\xb1\x08\xbf\x7f\xdf\xee\x76\xc6\xa7\xc6\xce\x36\xdb\xfc\xbc\xde\x22\x58\x09\xa5\x77\x80\x4c\xf3\x0e\x76\x89\x76\xc7\x6d\xed\xa3\xfa\x40\xc9\xe2\x72\x45\xbd\x51\xaa\x21\x35\xb9\x52\xd1\xbe\x43\xec\x59\x1c\x39\x75\xb0\xad\x17\xeb\xa3\x60\xd9\xb6\x35\xa0\xd8\xa3\xb0\x9b\x6c\xc1\x19\xd5\x1f\xc4\x9a\x78\xdb\xe7\x4d\x75\xc6\x04\xbd\x29\x24\x9c\xe2\xc3\xf3\x81\xca\xa7\xef\xbf\xd0\x4c\x1e\xd0\x9c\x53\x3b\x33\xbb\x30\x0f\x74\x0f\xf4\x0d\x2f\x38\x87\x68\xfb\x82\x5e\xc0\x30\x2e\xea\x53\x27\x8b\xd3\x5e\xfb\x6a\x90\x6d\xef\xd9\x9e\x0f\x1f\x30\x81\x38\x6d\xa5\x37\xa2\x6f\xc3\x27\xe8\xe8\xb8\xfd\xdf\x1c\x60\x5f\xfd\x04\xa5\x75\xca\xf0\xf5\x07\xa2\x17\x6c\xfe\x73\x83\x12\x18\x5c\xdf\x70\xa4\x37\x2b\xdc\xe5\xc8\x4c\x4e\xcf\x08\xf9\xd1\xfd\xec\x4f\x03\xb6\x1f\x1e\x0d\x3f\x13\xb0\x17\xdd\x98\xe0\xcd\x76\x89\xab\xea\x75\xd1\x3a\x76\xb8\xe9\xb5\xf7\xb3\x26\xe9\xe0\xc7\x7c\xd5\x98\x5f\x9a\x86\x87\x2e\xf9\x19\x9e\x88\x7b\x53\xd5\x65\x0e\x99\xc5\x97\x9c\xe8\xc2\xf4\xfa\xcc\x25\xbe\x88\x50\x22\xa8\x53\xb0\x0f\x8c\x99\x12\xe5\x1f\x1b\x63\x6b\x4f\xce\x88\xb1\x86\xf9\x43\x2d\x39\x3a\x54\xb1\xdd\xa0\x29\xbb\xd6\x19\x35\x25\xd1\x92\x1d\x7b\x82\xcf\xb4\xb7\xcd\x40\x45\x84\x7a\x87\x4c\x68\x74\x4a\xea\x25\xf3\x36\xcc\x74\xf5\x50\x45\xdb\xfc\xd8\xf6\x2f\x1a\xd9\xe1\xad\xb2\x6c\xd1\x1c\x34\xc0\xe4\x5b\xf7\x80\xfd\xc9\x2d\xec\x5f\xb8\xb1\xa4\x7e\x5f\x22\xf9\x1d\x94\x51\x2e\x8a\x2a\xfc\xc8\x2d\xd1\x0b\xec\x9f\x64\x95\x6a\xe0\x2b\x27\xbc\x63\xcb\x51\xfb\x45\xa2\x11\x25\xa8\x4a\x92\xea\x2c\x62\x40\x9d\x27\x1f\x1b\xd1\x94\x3b\x1b\xe8\xdf\xdd\xcc\xfe\x32\xa0\xca\xff\x3f\x0e\xb6\x20\x85\x1e\xee\x25\x14\xf8\xff\x44\x30\x44\xc8\xe7\x57\xf9\x37\xa8\x16\xa8\xd8\xdf\x94\xd0\xda\xe6\x9e\xec\x5a\x7f\x65\x9d\xea\x7d\xf4\xfe\x16\x9b\xb9\x96\x91\xe3\x6e\x78\x59\x6b\xd1\x2b\xe9\x07\xba\xb0\x52\x74\x50\xe3\x2a\x88\xa5\x5d\x8b\xb8\x11\x03\x86\x83\x12\x60\x20\xe8\xd0\x2b\x6a\xa4\xf5\x03\x84\xe1\x01\xd6\xb0\x6c\xa4\x79\x02\xe4\xfe\xc4\xf5\x72\x1d\xd0\x85\x4f\xf4\x4c\xee\x99\x51\xbb\x34\xa3\xf6\x34\xee\xeb\xd7\xb8\x7f\xb1\xe5\x38\x21\x7f\xaa\xb5\x5b\x27\xe4\xdf\x04\x54\xb3\x07\x4e\x27\x89\xce\x0e\x47\x16\x2b\xd9\x6a\xfd\x3a\xe8\xda\x25\x64\x04\x03\x91\x69\x34\x4c\x52\x72\x17\x8a\x64\x5c\x4e\x58\x6f\x8c\xd3\x1c\x21\x02\x41\x7d\xca\xa6\xae\xcf\x27\xc9\x5f\x77\x35\x58\xda\x5e\x07\x9d\x09\xa7\x2d\x50\x46\xbf\x2f\x6d\xde\x97\x19\x54\x33\xe5\xeb\xb3\x01\x1b\x1f\x81\x87\x61\x92\x21\x94\x14\x15\x17\xf0\xbc\x0a\x3f\x14\x44\xcf\x1e\xf9\x0b\x55\x69\xd2\x1f\x86\x95\x30\xb6\x81\x5b\xff\x64\xfb\x06\x36\x60\x87\x21\x0a\x26\x92\xd9\x2a\xcc\xae\x1f\x6a\x75\x66\xa9\xc1\xd4\xe6\x06\x8b\x37\x62\xc9\xb3\x58\x56\x7c\xbc\x14\x53\x13\xf4\x3e\xf6\xca\x03\xde\x90\x47\xa8\x5a\xf3\xf9\x4a\x29\xa4\x5c\x3a\xb3\x18\x7e\x7a\x7f\x74\xd6\xfe\xd9\x88\x7a\x55\x65\x9c\x4b\xc0\x9e\x80\xc2\x43\x2e\x45\xa7\x2e\xc1\x81\x37\x84\x24\xc7\xa9\x11\x7f\x1e\xbe\x79\x3f\xbb\xd2\x62\xfb\xa1\x02\x30\x7c\x55\x2b\xfa\x5f\x10\x27\x45\x25\xc1\xa6\xc3\x61\x81\x20\x91\xe8\x99\xac\x0f\x28\x40\x76\x8b\x7c\x1d\x16\x73\x0f\x8a\xdd\x61\x50\xd5\x6e\xc2\x69\x69\x6c\x38\x18\x47\x26\x17\x45\xa7\x54\xc7\xde\x49\x07\x48\x04\x2a\xe6\xd2\x2c\xe9\xa8\xa5\x0f\xf1\x59\x29\x2a\x03\x2b\x0e\xa2\xdc\x85\xb1\x73\xc9\x21\xea\xac\x9b\x66\x99\x41\x3c\xa6\xc1\x4f\xf2\xb4\xcb\x33\xd1\xad\xdc\x6a\xe4\xad\x48\x76\x3f\xd3\x62\x4c\x42\xcf\xc0\xa9\xfa\xeb\xad\xe8\x17\x5a\x8b\xe6\xef\x51\x99\x02\x78\xb7\xf1\xcb\x58\x52\x80\xc5\xc5\x33\x9a\x9e\x94\x17\x39\xbf\xed\xb6\xe3\x6d\xc4\x55\x51\xad\x40\x9f\x0c\xe3\x8e\xd2\x1e\x81\xc7\x49\x3d\x53\x16\x35\x0c\xd9\x20\x7a\x2d\x9e\x9b\xe7\x3a\x3e\xc7\xe3\xac\xc8\x2d\x8c\x83\xfe\x09\x6d\xc8\x0c\xe2\x93\x38\x31\x6e\x7c\x02\x32\x35\xd4\x77\x8e\x88\xfb\x84\x6c\x62\x07\x05\x85\xe6\xeb\x42\x9d\x89\xc9\x46\xcb\xd2\x62\x61\xba\x14\x6c\x06\xb0\x56\x4f\x84\x7a\x81\x6e\xdf\x7d\x88\xc6\xe3\xd7\x11\x1e\x60\xcf\x70\x13\xff\x91\x69\x0d\xf2\xa7\xbc\xcd\xf0\x8a\x03\x4f\xe4\x66\x78\xd7\x7e\xf6\x33\x66\x33\xbc\x77\x6f\x33\x0c\x21\xd3\x3f\x83\x7d\xa9\x77\x02\xa8\x01\x4d\xa9\x93\x37\x3c\x1c\x1e\x8c\xab\xa2\x97\x76\x18\xfb\x43\x7f\xcb\xfc\x56\x2b\xfa\xe8\xf5\x6e\x19\x35\xa9\xce\x96\x81\x6f\xbb\xa3\x7d\xa3\x1e\xfc\xc7\xb0\x6f\x3e\x7e\x98\x3d\x6d\x33\x44\x91\x0b\x45\x26\xc2\x1f\x39\x1c\x7d\x3c\x50\xff\xc2\x03\xd2\x06\xfa\x26\x79\x56\xac\x00\x26\x3f\x1c\xd7\x60\xa7\x76\xf9\x02\xa4\xb7\x40\xb5\xa5\xe7\x65\x36\xf0\x07\x94\x2d\xa4\x34\x0a\x4c\x88\x71\x12\xba\xd5\x72\xed\x97\xc2\xf0\x2c\xad\xcf\xb4\x67\xee\x54\xff\xe8\xc6\xeb\x68\xd3\x6d\x9a\x1f\x3e\xbd\x3e\x03\x2d\xa1\x12\x0e\x99\x37\x36\x06\xb4\x4c\x18\xb6\xba\xd1\x63\xc7\xfc\x6d\xfb\xe9\x03\x7b\x36\xc6\x9e\x8d\xf1\xb9\xb3\x31\x56\x1d\x13\xe3\xeb\x76\x6b\x61\x6c\x59\xd0\x32\x60\xfb\xa1\x86\x39\xec\x47\x53\xb8\x49\x09\x89\x27\xcb\xc8\x94\xb0\xdb\xd7\x00\x93\x20\xe6\x8f\x15\xea\xb7\xb1\x63\xec\xe8\x76\xb5\x4e\x28\x42\x6c\x7b\x57\x83\xd5\xed\xb5\xff\x53\xe1\xdc\x35\x96\x82\xf8\xc6\x00\x21\xe4\xfd\xec\x4d\xec\x91\x1b\xe9\xa9\x9c\x83\xcd\x0a\x82\xe1\xbf\xb3\xe8\xec\x66\x3f\x0e\xc3\x2b\xe9\x5d\x6e\xd9\x05\xe9\x56\x32\xfc\xe6\x2e\xb4\xaf\x04\x87\x34\x31\x8b\x5f\x0a\x72\x98\xbd\x7e\x1f\xfb\xa7\x1d\xd3\x3a\x16\xaf\x93\x40\x92\xe1\xdf\x8f\x45\x9f\x1e\xdb\xec\x57\x4d\xc0\x58\x26\xa2\x14\x89\x51\x3c\xfa\x20\x85\xd5\x95\x4b\x73\x8d\x27\x2f\xd9\x9e\xa9\x75\x40\x88\x42\x44\xc5\x4c\xec\xbd\xb3\x0b\xf3\x1e\xd7\x9f\x86\xae\x40\x22\x1f\x3d\x09\x2e\x8d\x0f\x71\x67\xab\xdd\xd8\x87\xc4\x48\x8a\x29\xe6\xe6\xac\x32\x6f\xf5\x92\xca\xad\xb2\x03\x49\x45\xf8\x30\x1e\x91\xb6\x13\x93\xdc\x0e\x1f\x3b\xd4\x8d\xd3\x6c\x33\x48\x04\xc4\x86\x72\xc8\xbe\xf5\x10\x7d\xdc\x5d\xdd\x0d\x4b\xd9\x65\x7a\xa8\x24\x6f\x52\x08\xcc\xd3\x20\xed\x0d\x9c\x9f\xe6\x0e\x93\x30\x5f\xd1\x6c\x2d\xea\x8e\x5a\xa4\x13\x8b\xd6\x63\xba\xec\x6b\x69\x97\xbe\x36\xa2\x55\x18\xbd\xf0\xd2\x56\x96\xc5\xaf\x8e\x31\xb3\x74\xc2\x9f\x1b\x8b\xde\x3b\xa6\xff\x72\x46\xa1\x16\x62\x63\x26\xa4\xce\x17\x53\x4b\x13\x7c\xa6\xd5\x86\x10\xb9\x19\x06\x20\xc1\xe1\xd0\x09\x2b\xbe\x84\x7c\xc3\x4b\xe7\x8a\x5c\x5c\x3a\x41\xc1\x2a\x7c\xba\xc4\x6c\x5d\x82\xae\xaf\x10\x7d\x49\x1f\x9a\x70\x12\x1b\xb0\x9e\xaa\xc0\x34\xb9\x01\xb9\xb3\x0d\x85\xcc\xc8\x8f\x35\xc5\x2f\xd1\x07\xba\x74\xc2\x99\x4a\x9c\xb4\x0e\x88\xab\x02\xd0\xdf\x34\x2e\x8f\x9e\xd5\xaa\xe0\x89\xa1\x6e\xd6\xa8\x8f\x7c\x36\x41\x7a\xf9\x38\x73\x63\xd8\x8c\x43\xda\x8d\x10\x89\x47\xcd\xd6\xaf\x2c\xff\xbf\x49\xc9\x55\x53\xda\xd6\xe4\x73\x17\x91\x25\x9f\x28\x26\xd0\x2b\xd3\x8d\x33\x49\xe7\x33\xdc\xeb\xbc\x7e\x63\x04\x3e\x97\x61\x3b\xf1\xd4\xb1\x6f\x6d\xb1\x2f\x1e\x71\x77\xf8\x67\xc1\x8d\x2a\x1c\x42\xf9\x36\x02\x31\x2c\xfa\xf6\x60\x54\x3f\x53\x8d\x20\x86\xcc\x80\xb0\xce\xd5\x54\x69\x09\xa7\x4f\x0e\x83\x41\x05\x2c\x24\xb8\x0c\x53\x69\xbf\xa2\x45\xcc\xc0\x14\xd9\x4b\xfa\xae\x4b\x9a\x71\x5e\xad\x7d\x73\x37\xfb\xab\x5b\xfc\x8a\x98\x84\x10\xda\x88\x4b\xce\x07\xfa\x18\x05\x8c\xf6\x9e\x5b\xa2\x47\x9e\x18\x60\x34\xbf\x64\xf8\x66\xf6\x61\x17\x17\xed\x27\x34\x2e\xda\x9b\x82\x4b\xfa\xe2\xa5\x2f\x0c\x64\xb4\x97\x3b\xc8\x68\xdf\xd4\x62\x0f\x6c\x1e\xb2\xd8\xf2\x63\x0c\x21\xa1\xbd\x3b\xb0\xa8\x5b\xd7\x89\x85\x66\x1b\x28\x4a\xc2\x0c\x7b\xc2\xf1\xd0\xfe\x82\xf0\xd0\xfe\xf8\x50\xf4\xc9\x43\xf8\xce\x3d\x44\xb4\x3d\x44\xb4\x3d\x44\xb4\x3d\x44\xb4\x27\x12\x11\xed\x9d\xcc\x83\xbc\xb0\xe1\x0c\xa2\xb0\xa4\x82\xcf\x6f\x65\xd1\xa0\x71\x8d\x8f\xab\xb7\x37\x2e\x9e\x49\x65\x35\xe1\xa2\x49\xd1\xac\x38\xcc\xe3\xea\x10\x74\x5d\x2f\x27\x50\xf5\xa1\x54\xa3\x64\xc8\x25\x73\xd7\x57\x79\x27\xe0\x0f\x1e\xda\xf3\x9e\xec\xd6\x7b\xf2\xcb\x01\x63\x9d\x22\x47\x25\x55\x86\x1f\x0c\xa2\x67\x6a\x52\x6e\xcb\x5d\x6a\x6f\x30\xd1\xff\x9d\x43\xe1\x0c\xad\xa3\x39\xdd\xda\xd5\xe0\xc8\x36\x7c\xd3\x07\xc3\xfd\xd5\xa0\x2f\xae\x85\x70\x7a\xcf\x1d\x74\xfd\xee\xa0\x8f\xbb\xe0\x58\x1f\xde\x35\x1d\xc8\x4b\x83\xcf\x8b\xe0\xef\xf3\xb7\x77\xff\xdc\x16\x1e\x33\xee\x9f\x28\xb2\x49\x87\xbe\x44\x6b\xc6\x7f\xff\xf4\xa0\x17\xfa\xd1\x0b\xfd\x74\x26\x2e\x53\x3e\x2b\x92\x6b\xfd\xfc\xc1\x68\xd5\x5e\xf4\x31\xfc\xa1\x42\x26\xed\xe8\xa4\x49\x3f\x77\x0e\xc9\x90\x31\x39\x5a\x24\xd3\x71\x55\xc5\x9d\x55\x91\x90\x3e\x01\x46\xa8\xe8\x50\x94\xa0\x9f\xd5\x2b\x69\xde\xbe\x12\x1c\xc0\xfc\x58\x4f\x52\xfe\xdc\x01\x76\x9e\xd1\x0f\xe1\xa9\xe8\xd9\x27\x29\x85\x76\x38\xa0\x41\xc9\xb5\x74\x44\x19\xb5\x18\xbb\xe7\x1d\x17\x3f\x17\xb0\x03\x5d\xb9\x34\xe8\x8b\xf0\x7d\x41\xf4\x8e\xe0\x74\x9a\x09\x6d\x01\x0c\xfa\xa0\xa3\xf4\x8a\x3a\x77\x60\xf9\x63\xde\x6d\xdc\xe3\x39\x58\x2a\xad\xf6\x11\xdf\x5c\xbe\x62\x52\x80\x4e\x5d\x6e\xf3\x48\x5c\xae\x6e\x8b\x26\x79\x74\xb9\x2b\xd5\xff\xf2\xaa\x2b\x89\x38\x90\xf2\x14\xdc\xe6\x13\xd1\x87\x6a\xa2\x22\xe7\xce\xd4\xcb\x4e\x99\xf6\x7d\xc3\xf7\x3c\x3b\x48\x55\xf9\xe1\xc9\xe8\xc8\x79\xd2\x25\x4e\xf0\x53\x97\xab\x12\xf8\x9b\x7b\x4a\x74\xeb\xc2\xfd\x14\x60\xbe\xdb\x5b\x91\x43\xbe\x24\x60\x87\x4a\x11\x27\xe7\xf3\x6c\x10\xae\x47\xab\xb6\x49\xd7\xd9\x02\x46\x3b\x1f\x57\x37\x4e\x6f\x94\x69\x25\x26\x30\xd1\x09\x48\xd5\xa1\x40\x0b\xbd\x34\x05\x2e\x06\x61\x7f\xd4\xa1\xb3\x34\xe7\x38\xaa\xb3\x6a\x96\x09\xa1\x70\xb9\x28\x32\x11\xe7\xec\xf1\x16\x3b\x8c\xb1\xa9\x0b\xa2\x1b\x7e\xb8\xc5\x6e\xdf\x56\x3e\x9f\x51\xda\x29\xee\x5e\x6b\x41\x7d\x7b\xcb\x76\x7f\x51\xb7\x87\x60\xa3\x43\x96\x14\x44\xc2\x48\x6a\x92\xad\x8b\x1c\x6e\xb9\x4c\xab\x74\x7d\xc8\xe6\x05\xf5\x8a\x9e\xc6\xd5\x4b\xdf\x47\x17\x0c\x91\xfe\x86\xa0\xf4\x69\x97\xe7\x45\xe3\x2d\xa9\xcb\x0b\xa5\x03\x62\x23\x3b\x22\x1d\xd4\x7d\x65\xee\xe0\x4d\x93\xa0\x31\xe3\xbf\x51\xbd\x25\x3e\xc2\xd1\xbd\x62\xaf\xbc\x95\x3d\x6b\x13\xde\x0e\xe2\xd6\x73\xb9\x08\xc2\x4f\x3d\x35\xfa\x9d\xc0\xa7\x27\xf0\xf6\xbe\xac\x97\x89\xa5\xd0\x3d\x3c\xc8\x0e\x31\x44\x59\xd6\xa2\xf2\xeb\x8a\xb5\x99\x85\xe5\x7c\x34\x57\xbd\x3a\xab\xd2\x7e\xd6\x64\x45\xa0\x0a\xcf\x49\x02\xa6\xc7\xfd\x86\x3c\xa7\x9a\xd0\x4b\x6b\xe1\x2f\x2a\xd2\xdc\xd4\x65\x24\x35\xad\xbe\x6e\x0d\x13\x05\x9d\x35\x1d\x6d\x5f\x09\x6e\x22\xab\x47\x89\x81\x2b\xc1\x61\xf3\x93\x27\x7d\xfe\xe4\x96\xbd\x53\xf9\x0b\x22\x48\xf3\xb6\x31\xb6\x1f\xbc\xe5\xe1\xf7\x8d\x45\xef\x6c\x21\xa2\x80\x75\xe9\x1a\xef\x7a\xd1\xe5\x94\xe7\x40\xa8\x03\x88\x15\x0c\xab\x0a\x00\x56\x6c\x26\x33\x19\xa9\x32\x83\xf5\x7b\x0a\xd1\x57\xca\x6a\x73\x56\x0f\xc8\x9e\x26\x36\x10\xa9\x33\xd2\xd2\xca\xcb\xcc\x6e\x16\xb1\xea\x82\x0c\xf2\xf4\x43\x13\x31\xbe\xc7\x29\xd7\xc0\x04\x0a\x9e\xa7\xc8\x36\xa2\x35\x73\xaf\xed\x28\xd6\x5c\x24\x11\xf5\x56\x22\x09\x09\xac\x2d\xf2\xbc\x73\x2a\x84\x51\xf3\x30\x73\xf4\x28\xbd\xd6\xd5\x88\xef\x66\x77\x6d\x9e\x96\xb5\x85\xdc\x58\x28\xca\x6a\x87\xb9\x0a\x9f\x6d\x31\x77\xf3\x85\x9f\x6a\x45\x1f\x6f\x39\x17\x1a\xdf\x0d\x8e\x5b\x65\xda\xe0\x1d\xbc\x13\x97\x65\xaa\xcf\xdd\x54\xfa\xf2\x02\x29\x59\xe8\x56\x27\x0b\x44\x5a\x42\x16\x37\x1b\x10\x51\x52\x36\xa9\x4b\xe4\x71\x57\x59\x7d\x9a\x24\x1c\x0f\x6c\x5b\x87\xaf\xfb\x03\x6b\x1f\xe3\x03\xa6\xb6\xcb\x68\x07\x27\xf8\xb3\xf8\xfc\xc2\xfa\x6d\x90\x8c\x67\xe4\x67\x0e\xd7\xf8\x2c\xf9\x5d\xf0\x9e\x3b\x46\xdc\x73\x87\x7b\xcf\xe9\x87\x4f\x9e\xf3\xef\xe1\xa7\xeb\x2c\x1b\xf0\x87\xeb\x38\xc3\x38\xd0\x49\x2c\x4c\x3e\x17\xf7\xf6\xaa\x2a\x6f\xa8\xb1\xf9\x99\x80\xd9\x23\x22\xfc\x8d\x20\x7a\x91\x3d\xf4\x3c\x10\x3b\x92\x08\xce\xaf\x23\xe4\xc8\xf6\x3b\xf3\xa8\x73\x56\xed\xdc\x60\xdd\x7c\x7b\xee\x6c\x6b\xee\x3c\xe0\x3c\x14\x40\x36\x60\x5d\xb6\x0f\x8d\xd0\xb3\xb7\x4f\x19\x7b\xcf\x01\x76\xec\xda\x4b\xcd\xc3\xff\xb3\x3f\xfa\x48\x30\xab\x59\xa9\x1c\xde\xd5\x98\xae\xa1\x27\xa9\x00\x8f\xfd\x08\x92\xe7\x25\x0f\x07\x05\x52\xc2\x28\xad\x18\x97\x5e\xd5\x59\x3d\x85\xd8\x21\x18\xc0\x2c\x05\x9f\x3d\x77\x52\x1d\xa8\xb3\x9a\x37\xa9\xf1\x6e\x78\x86\xb0\x38\x0c\xed\xfb\x2c\xcf\x95\xde\xb1\xc9\xad\x06\x71\xa3\x91\x0b\xf7\xb7\x63\xec\x87\x5b\xec\x26\xa7\x57\xe1\x1b\x5a\xd1\xdf\x07\x6e\x37\x61\xa8\x3d\xe4\xae\xff\x86\x35\x31\x98\x84\x6d\xf1\x8d\xbc\x1f\xa7\x25\xbc\x98\xb0\xc3\xdc\xdf\xc8\x8f\xed\x36\xa3\x5a\x50\xa7\xd4\x63\x75\xba\x1e\x67\x4a\xb1\xa0\xe0\x20\xa9\x6e\x7a\x72\x9c\xc9\x50\xfa\x56\x21\x05\x5f\x13\x03\x2b\x2d\xa3\x35\x31\x88\x30\xeb\x0a\x8d\x1f\xfc\x1a\xd1\x7c\x1e\x59\x32\x6e\x13\x14\x2d\xe3\x81\xd5\x6b\x21\x0c\x1a\xc1\x6f\x91\xfe\x30\x6e\x7d\xbb\x99\xfa\xad\x6c\x96\xff\x12\xb0\xa7\x36\x3b\x1a\xbe\x3b\x88\x1e\x19\xfa\x94\xde\x36\x6d\x7c\x18\xf7\xc5\x5b\x76\xc5\xdd\x8b\xe7\xd9\x59\xf6\xd0\x6e\xb1\x13\x9c\x6a\xc4\xab\x41\xc4\xbe\xc4\xdb\x7d\xbd\xb8\x3f\x74\x7a\x7e\x74\x1f\x7b\xe6\x88\x52\x98\x93\xb1\xe8\x15\xf9\xa2\xb0\x3e\xaa\xf0\x8d\xfb\xa2\xf9\xe1\xcb\x8d\xfc\x4d\x27\x6b\xdb\xdc\x0b\x15\x4a\x06\x2d\x06\xf9\xf4\xae\x04\xfb\x2a\xd0\x94\xa9\x40\xc7\x5b\xb7\x3f\x31\xc6\x5e\x1d\xb0\x30\x8b\x65\xb5\x54\xc6\x60\x34\x15\xf9\x52\xda\x13\xe1\x37\x5c\x7f\x8e\xf7\x7d\x67\x62\x59\x21\x65\x32\x85\xa6\x69\x00\x95\x79\x85\xa6\x4a\x03\xbb\x08\xfd\xb9\xb0\x8a\x21\x5a\xde\x66\x2f\x60\x07\x91\x90\x5b\x84\xe7\xa2\xd9\x59\xbe\x5a\xf7\xe2\x9c\x2b\xc3\x15\x8e\x77\xfa\x4d\xeb\x50\xea\x4c\x4f\x44\x15\xa7\x4a\x16\x18\xda\x4f\xfb\x32\xef\x40\x3d\xcd\x0e\x94\x22\x96\x45\x1e\xde\x13\x4d\xe3\x7a\x51\x7f\xd9\x4c\x0a\xdd\xdb\x23\x94\x8b\xbe\x49\x3b\x67\x4c\xc1\xd3\xfd\xd1\xed\x8b\x5e\x59\x92\x69\x62\x52\x87\xb9\x96\x4a\x75\x44\x9e\xc6\xa0\x39\xc5\xd3\xbd\xd6\x66\x18\x7c\xa4\x70\x22\x7a\xda\x12\x69\x4d\xf6\xa3\x9a\xf6\xbc\x47\xfe\x92\xb1\xa7\x3b\xcb\x69\x59\xed\x1a\xf0\x79\x96\x45\xfe\xbc\x62\x19\x88\x1f\x7e\x95\x45\x2f\x70\xfe\x6e\xe6\xec\xac\x2a\xd3\x6b\x19\x3c\x3a\x75\x65\x12\x4b\xb2\xa2\x58\xc3\x5a\x76\xc8\x69\x50\x8a\x6d\xaa\xd1\xe8\x3a\x44\x1d\x5d\xd6\x39\x24\xf3\x10\xe4\xce\x95\xe0\xa6\x17\x15\xcb\x4b\xa2\xd7\x57\xda\x81\x1f\x32\x3e\xcc\xbe\x3f\x60\x07\x65\x2d\xfb\x22\x4f\xc2\xd7\x04\xd1\xb7\x04\xa8\xb6\x65\xf1\x0a\xaf\x04\xc4\x80\xa8\x0a\x80\x12\x70\xab\x82\xd3\xed\x68\xae\x3e\x56\x2b\xb9\x66\x7a\x29\x41\x7f\x36\xc9\x29\x71\xbf\x8f\xc1\xa1\x38\x53\x0b\x64\xc0\xa9\x6e\xc0\x79\xa0\xcd\x87\xfd\x20\xbe\xef\xe2\xa3\x2d\x76\xab\x43\x7b\x8f\x99\x5c\xe1\x7b\x5b\xd1\x5b\x5b\x8b\x5e\x7a\x89\x52\x82\x30\x26\xa6\xef\x76\x7b\x86\xdb\xf1\x79\xc5\x32\x90\xfa\xa7\xcd\xa4\x92\x08\x72\x4d\x22\x3e\x4e\xce\xa3\x89\x13\x18\x1c\x91\x9c\x3e\x92\xd4\x51\x36\xdb\x7a\x36\xb8\x5b\x3d\x79\xba\x28\x97\xd3\x24\x3a\xa1\xd6\xe9\x72\x9a\x48\xf7\xfd\x65\xad\xe6\x44\xae\xa5\x7d\x48\x4c\xcd\xc5\x65\xb8\x46\x61\x29\x2c\x28\x57\x7f\xaf\xc6\x32\x3f\x52\x71\xb5\xa5\xe5\xaa\x48\xf8\x40\x54\xd0\xf6\x05\xd1\xcf\xe2\x8e\x88\x4e\xf0\x4e\x9c\x77\xd4\x19\x63\xf5\x61\x1d\x50\x55\xeb\x44\x2d\x87\x12\xef\x95\xb8\x24\xd0\xb8\x11\x1b\x6a\x9d\xbb\x6b\xf3\x95\x01\xfb\xd2\x6e\x9c\x66\x22\x51\x83\x7a\x30\x95\x55\x51\x0e\xce\xa4\xbd\xb4\x0a\x6b\x0d\xb0\x76\x09\xd0\x56\x4c\xd1\x25\xde\x6e\x3b\xf7\x22\x3d\x1b\x6a\x63\xe7\x30\x9f\xb5\x70\x28\x0d\xf3\xa9\x1c\xc8\xfe\xd6\x91\xf1\x73\xc5\x61\x15\x84\xe7\x66\x7c\x5c\xb6\x6f\x0e\x98\xbb\x44\xc3\x7a\x8b\x22\x45\xb3\x95\x9e\x67\x1f\x80\x02\xcd\xfb\x16\x3d\xfb\x46\xcd\x89\x87\x7d\xd7\x21\x20\x08\xd8\x33\xb4\x2a\x00\x15\x94\x3e\x6f\x9b\xbd\x90\x99\x3d\x13\x3e\x1c\x9d\xd4\x11\x49\xf5\xb7\x3a\xeb\xd5\x7d\x1c\x1d\x56\x93\x5c\x0a\x61\xd4\x64\x91\xb7\x37\xd2\xb5\xb4\x2f\x92\x14\x69\x36\xd5\x5f\xd3\xea\x76\x4f\x26\xfc\x42\xc0\xfe\x09\x2c\xff\x34\x5f\x39\x29\xe2\x24\x4b\x73\xb1\x28\x94\xfc\x90\xe1\x3b\x90\x18\xe5\x8e\xdb\xa2\xef\x0a\xb4\x83\x8d\x27\x74\x13\xc4\xb4\xf1\x46\x90\x84\xba\x11\x33\xce\xb4\xab\xbe\x78\x2f\x05\xdb\x4c\x77\x39\x41\x21\x0f\xd0\x07\x40\xb8\xae\x24\x69\x9b\xf3\xb3\x29\x78\xb4\xe0\x13\x3a\x9b\xc3\x4c\x53\x51\x6b\x24\x45\xfa\xea\x45\x2e\x1a\x74\x27\xdf\x1d\xb0\x2f\x93\x35\xa0\xfb\x74\xeb\x6c\x68\x15\x0d\xf4\x2a\x4a\xfc\x55\x64\x1f\xb9\x71\x2b\xe9\xb8\xdf\xb3\xab\x37\x6f\x56\x81\xd5\x4d\x57\xce\xc6\x7d\xcf\x0d\xff\xb1\x9b\xa3\x0f\xb7\x66\x93\xb8\x0f\x46\x9f\xb9\x07\xe1\xc4\x34\x6c\x01\x85\xa6\x81\xa5\x56\x29\x2d\x74\x8c\x10\x30\xac\x79\xe8\x88\xe4\x27\xe3\x2a\x26\x0d\x4e\x4f\xa6\x05\xa6\x74\x81\x10\xd4\xd4\xa6\x99\x70\x11\x5c\xd7\xc4\x40\x6a\x7d\xd2\x69\x87\xca\xea\xd4\xdd\x98\xef\x3e\xa9\x93\x00\x20\x65\x08\x60\xa0\xb5\x6a\x09\xec\xa9\xba\x62\x16\xb1\xe6\x34\x95\x6e\x2f\x06\xe1\x03\x9d\x87\x37\x81\xb3\xb5\x5a\x95\x6d\x67\xd4\x84\xb5\xa2\x8d\x6c\x5e\x6c\xe4\xa2\x94\xab\x69\x9f\x4a\xf7\xd0\xf5\x98\x27\x7c\xf1\xd4\x99\x34\xaf\x2f\xf3\x52\x80\xba\x67\xf2\xf8\xf5\xa1\xf2\x57\x87\xd9\x22\x3b\xa4\x83\xf0\xe1\x03\xd1\x5d\xb8\x33\x07\x6a\xeb\x51\xfd\xb8\x70\x5e\xac\x54\xdb\x4a\x62\xc7\xf4\x87\x27\x17\x8d\x77\x0c\xfc\xd1\x18\xbb\x89\x64\xf3\xd9\x22\x11\xe1\x6f\x8d\xe9\x75\xf6\x73\x63\xd6\x29\xdd\x2b\x12\xc1\x97\x55\x83\x3a\x81\x49\x59\x2b\x2e\xaf\x66\x91\x1b\x59\x80\x9f\x61\x79\xa0\x03\x06\x4e\x68\x22\xe7\x45\xa7\xd2\x16\xb4\xc9\x4c\x3c\xaa\x6c\x48\x35\x09\x47\xef\xbc\xf3\x4e\x44\x2f\x4b\x44\x27\xed\x0d\xdf\x08\x77\xdd\x3e\x33\xd3\xe6\x2f\x98\x3d\x7b\x06\xb0\xb0\xd4\x3a\x03\x3c\x4d\x6c\x19\xb2\x38\xdd\x87\xe5\x24\xb2\x72\x99\x4c\x3f\xff\x57\xd8\xca\x66\x78\xfe\x36\x38\x7a\xc7\x6d\xb7\xb5\xf9\xc9\xb4\x04\xed\x57\xc9\x40\x27\xcd\x08\xd2\x17\x4c\xc0\xbf\xdb\x35\x0e\x5f\xb4\xa0\x31\x7c\xa0\x5d\xec\x3a\xc3\x06\x00\x0d\xb1\x64\xc4\x45\x82\xd3\x71\x0f\xac\xd0\x87\xb6\xec\x12\x55\x9d\x9b\x44\xed\xa4\x2b\x1f\x50\x86\xab\x35\x56\xc8\x3a\xa4\x22\x0c\x6c\xcc\x7e\x2b\xcc\x3e\x74\x36\xf2\xdb\xf7\x69\xc0\xf3\xef\xdf\x17\x7d\x7a\xac\x99\x59\x06\x4e\xc5\x35\x31\x98\xc2\x59\x57\x56\xda\x88\xed\x63\x60\x5e\x4d\xc5\x87\x5d\x75\x76\x8b\x16\x2f\xc2\x09\x31\x04\xb3\x76\x9b\x62\x80\x8a\x0c\x34\x17\x9d\x57\x19\x6b\xc0\xfb\x8a\x62\xc1\xc3\xa8\x81\xc0\x83\xd3\x57\xed\x25\x15\x09\xae\xf1\x2d\xde\x6c\x53\x8f\x61\x7b\xe2\xec\xd5\xf9\xd0\xd3\xe4\x95\x26\xf1\x42\x09\xc5\xaa\x4f\x6e\x00\x44\xe7\x3c\xa3\x26\x66\x30\x6c\x73\x7f\xfb\x4d\xba\x43\x96\xa2\xaa\x69\x6a\x44\x59\x16\xa5\x96\x36\x29\x8c\xb0\x17\x97\x6b\x22\x31\xe9\x35\x6d\xbe\xa0\x3a\x69\xf6\xac\x92\x07\x20\xa8\xb5\xb7\x49\xbd\x96\xcc\x52\x78\xc9\x91\x76\xfb\x08\x2e\x46\x7d\x88\xe1\xca\x52\xd7\x3d\x13\xb0\xcd\x26\xd9\xb3\xb6\x8d\x4f\x3d\x24\x06\x4b\x85\xea\x82\xd2\x1f\x10\x43\xf9\x5f\x46\xc5\x39\x0f\x37\x19\x73\xdd\x47\x3a\xb7\x7c\x90\xd0\xa4\xe8\xc8\x69\xa5\xb6\xa9\x5d\x3a\x5d\xac\x03\x65\xf4\xc6\x34\x95\xee\x4d\xa9\x7e\x4e\x91\x73\x61\x1a\x24\xf1\xf4\x33\xe0\x7f\xee\x01\xff\x21\x9f\x73\x4d\xf7\xb3\x89\xae\x3a\x97\xc5\x69\xcf\xe8\x3a\xdf\xb1\x3f\x92\x5b\xde\x61\x0a\xa7\x9c\x08\xcc\xc8\x07\x0c\x6c\x67\x2c\x01\x33\x92\x7c\x89\xa7\xfa\xab\xa2\x27\xca\x38\x73\xcf\x3e\x65\x78\xaa\x85\xe2\x09\xee\x97\xee\x63\x7f\xe0\x06\xfc\x7f\x7b\xd7\x01\xff\xef\x09\xce\x5a\xd7\x04\xc5\x97\x10\xc3\x33\xcf\x0b\xf4\x78\x36\x10\x8a\x3b\x45\x3f\x75\x77\xc4\xc2\x23\x73\x04\x64\x0b\xfe\xe2\x7c\x85\xa7\x55\x9b\x9f\x2b\xdc\xd4\x6d\xaa\x6a\xa4\x54\x71\x53\x75\x05\x4b\x92\x76\x58\x52\xeb\xb0\x12\xa5\x1a\xb5\xd9\x77\xb5\x08\x0d\xe4\xe5\x2d\x76\x62\xdb\xc5\x36\x72\xc6\x41\xef\xfc\x18\x90\xe6\xfb\x58\x20\xda\x5e\x1d\xf9\x14\x7a\x42\x44\x5e\xa5\xa5\x70\x05\x08\x0d\xbd\xce\x31\x87\xbd\x31\x09\x30\x4b\x2b\x42\x03\xff\x69\x1b\x1d\x44\x78\x45\x4b\x05\x5b\x06\x17\xbc\x9e\x18\x82\x60\x1a\xbd\x60\x70\xda\x24\xe5\xf8\x42\x94\xb9\xcd\x5e\xba\xcf\xf5\x20\xfa\xf5\xab\x84\x48\xbd\xb4\xb4\xe0\x14\x07\x22\x48\xfc\x47\xc7\xa2\x1f\x6c\x8d\xfa\xc5\xf7\x10\xa9\xdd\xe7\xb0\x61\x83\x17\x84\x52\xe0\x96\xe3\xce\x9a\xc8\x13\x09\x41\x36\x88\xd3\x61\x06\xdd\x09\x4d\x65\x7f\xcf\x6a\x21\xab\x7b\xa7\xef\x51\x22\xe4\xde\xe7\xde\x23\x45\x5c\x76\x56\xd5\x4a\xbf\x97\x4f\xdd\xab\x1f\x27\x94\x63\xfc\xaf\xfa\xd1\xa8\x6c\x75\x99\x39\xd0\x56\xea\x8d\x17\x4e\xcf\xf1\xe3\x77\x3d\xfb\x8e\x49\xed\x8a\xa7\xc0\x62\x33\x05\x1a\x4b\x5c\xe3\x95\x38\xcd\x65\xc5\xc5\xba\x28\x09\x0e\x07\x43\x19\xe8\x78\x97\x15\x3f\x32\x7d\x04\x96\xdf\xb2\xe8\x62\x70\x59\x57\xa4\x1c\x79\xee\x11\xa0\x64\x7f\xc6\x91\xf6\x95\x60\x3f\xc8\x76\x6f\xe7\xbd\x32\x60\x2f\x0f\x18\xfe\x10\xbe\x24\x88\x6e\x9b\x6d\xf0\x45\xc1\x2f\x1a\x36\xac\xef\xe1\xfa\x98\x69\x73\x25\xe8\x73\xd9\x16\x8c\x2d\xdb\x7c\x53\x10\xa9\x3f\x79\xc0\x83\xca\x1e\xf1\x04\xdd\x0d\xb8\x98\xe0\xcf\xf8\xd6\x03\xd1\xc9\xe6\x45\x4c\x57\x49\x20\x64\x64\x63\xfd\xd6\x0f\x84\x80\xc7\x28\xa8\x46\xd6\x31\xff\xe8\x7e\xf6\xe6\x31\xc8\x48\x23\x07\x44\xf8\xdd\x63\xd1\xb7\x8d\xcd\x59\x87\x04\x08\x79\x13\x00\x69\x02\xdd\x6b\xaf\x85\x9a\x39\x8a\xa2\xac\xc6\x90\xed\x8e\xa0\xd6\xea\xfd\xa4\xfa\x90\xb5\xaf\xf6\xae\xad\x92\x8a\xba\x59\xbc\x5e\x94\x32\x22\x8d\xa7\x74\x9a\xb5\xc0\x34\xea\xa5\xf6\x6d\x18\x96\x37\xf9\x9f\x03\xca\x26\x85\xe0\xa6\x6d\x79\xc1\x66\x65\x6a\x71\x01\xed\x98\x38\xbf\x5a\x60\x6e\xa3\xd0\x49\x0b\x07\x6a\xcf\x79\x50\x54\x10\x7f\x74\xaa\x5f\x8a\x6e\x7a\x99\x14\x08\x9e\x17\x4e\x9a\xc3\xb1\xdb\x8f\x3a\x30\xc0\x4a\x2e\x64\x22\x5f\xa9\x56\x27\x29\xc7\x34\xee\xf4\x84\x3a\x0a\x53\xfc\x0e\x53\xf6\xdd\xd1\xce\x40\x46\x5f\xd6\x62\xcc\xe6\x9a\x86\x7f\x1d\x6c\xee\xc7\xdd\x6e\x41\xd9\xc9\xb1\xa9\x27\x6f\x09\x9c\x29\x23\xa1\x92\xaf\x61\x8a\x79\x13\xd8\xca\x49\x37\x89\x6d\xc1\x8d\x5f\x60\xe5\x38\x15\xfd\x39\x76\x52\x88\x35\x5a\xb5\xb3\x94\x8c\x6f\x8b\xd4\x74\x2e\x20\x31\xc8\x0e\xbc\xcd\xde\x7d\x33\xfb\xf2\xad\x39\xd7\xc2\x57\xdf\x1c\xfd\x78\xcb\xb9\x60\x95\x54\x28\x4b\x80\xfa\xe1\xe5\xda\xf1\xa4\xe9\x43\x54\x1d\x7f\x7c\x1e\x15\x69\x9b\x73\x83\xc5\xcb\x5a\xb9\x83\x75\x64\xea\xa3\xd1\x4c\x99\xc3\x6c\x5b\xf7\xb6\x95\xac\x58\x8e\x33\x7b\x23\xe0\xe3\xc6\x49\x22\x95\xc2\xeb\x6d\xd8\xf5\x34\xe6\x44\x5f\x8b\xe7\xb7\x6d\xdc\xbd\x6d\x79\xa0\xc1\x89\xed\xcf\x06\xfe\x5c\x59\xf7\x1e\x69\x1d\x9e\x4c\x98\xbb\xe2\x74\x16\xf2\x9d\xd4\x56\x11\x68\x5d\x40\x67\xe3\xca\xe9\xe6\x95\xe0\xa0\x9a\xa0\x0b\xa2\xeb\x89\x8a\x5f\xdd\xcb\xfe\xdd\xab\x9d\xfe\x47\x91\x96\xf3\xa9\x80\xe9\x1d\x10\xfe\x5a\xc0\xc6\x77\xc4\xf6\x78\x41\x74\xa3\xb7\x04\xf4\xaf\x2d\xc5\x87\x76\x5d\x5f\x97\x04\x21\xf0\x37\xfb\x1a\xfa\x54\xba\x62\x07\xed\xcd\x59\xaa\xa6\x16\x25\x9a\x8f\x08\x0a\x09\x91\x52\x65\x77\xb6\x95\x49\x77\x48\x92\xc4\x09\x2f\x47\xcf\x31\xd2\x07\xeb\x07\x1c\x69\x49\x1b\x4d\x1b\x3f\x60\xf7\xa9\x2e\x3a\xb8\xdf\xae\x66\x34\xc9\x9e\xb5\x83\x09\xa3\xd7\x5d\x0d\x5e\xb4\x7d\xe4\xfe\x81\xf0\xd4\xf5\xb1\x06\x36\xd3\x87\x5f\x7a\xb3\x97\x3e\x6c\x62\x90\xa2\x9f\x15\x83\x9e\x2d\xb8\xf8\xed\x9b\xa2\x07\x9b\x17\xaf\x09\x9a\xcf\x3e\xec\x2b\x5b\x2f\xb9\x89\x5d\x62\xa1\x7e\xe8\x01\xc4\xea\x57\x82\xf4\x79\xda\x3b\x7d\xbb\x32\x30\x56\xcc\x0f\xf6\x05\xa4\x09\x25\xa6\x65\xf7\x58\xf5\x3c\x3b\x2f\x64\xb7\x40\x28\x88\x60\xb4\x64\x78\x46\xbb\xf1\xee\x5c\x2a\x2a\xb5\x9a\x8c\xc3\x18\x43\x46\x48\x4e\x03\xfe\x56\xc7\x6d\x95\xb8\x63\x70\x9a\x7f\x29\x64\xdb\x52\xd3\x1b\xba\xe9\xe5\x66\xd3\x79\x91\x4f\x19\x70\x96\x64\xdb\x77\xf0\xf1\x6a\x55\xa4\xa5\x36\x61\x2d\xe6\x8d\x36\x65\x26\xfc\x5e\xfc\x6c\x8b\x7d\xb1\x83\x44\x6d\xc6\xfa\x36\x43\x93\xf4\x9d\xad\x66\x97\x5c\xe4\xea\x6d\xc7\x6c\x34\x15\x70\x46\x37\x5a\xc2\xa7\xb5\xbe\x2a\xab\x14\x48\x93\xa8\xe6\x55\xab\x3d\xce\xe0\xaa\x02\x4f\xdc\x99\xa3\x47\x9f\x39\x02\xbe\x1b\xcc\xca\x01\xc8\x6d\xac\x12\x02\xdf\x93\xf7\x0e\x1d\x89\x52\x2a\x8b\xda\xf0\x03\x51\x39\x0d\x19\x86\x21\xd0\xc2\xa1\x3b\xf0\x3e\x14\x0d\xc2\xf8\x63\xfd\x39\x7c\x79\xc0\x9e\x42\x02\xde\xcc\x9f\x13\x5a\xd8\xe5\x07\x85\xbe\x40\x2f\x2a\x07\xb5\x53\x5b\xd2\x58\x38\xed\x75\xe7\xdf\x05\xec\xd6\xe1\x0f\xea\x44\xcc\x1a\x1d\x6a\x7c\xcc\x71\x5c\xcc\x10\x8e\xa9\x78\x26\x62\x28\x67\xcc\x2f\xa8\xab\x14\x05\x9a\xd8\xf9\x2a\xff\x64\xc0\xbe\x48\x59\x88\x50\x09\x30\x57\xd4\x79\x15\x7e\xc4\x70\xeb\xbf\x27\x80\x2b\x60\x6e\xc7\x72\x95\x9b\x1b\xad\xa5\x71\xd2\x5b\x49\xee\xdf\xae\xaa\x5b\x4b\x50\x96\x8c\xe6\x1f\x6b\x22\x63\x44\x67\x8f\xd7\x8b\x34\x89\x73\xe0\xe8\xea\xac\xc6\x79\x2a\x7b\x26\x22\x9d\x0b\x81\xf5\xe8\x84\x4c\x6d\x6c\x33\xdd\x83\x5c\x6c\x28\xc5\xc8\x41\x09\xf5\x06\xf8\xd7\x7e\x19\xd2\x1f\x04\xd1\x59\x27\x45\xcf\xd1\xac\x9c\x55\x06\xb2\x28\x76\x62\xbd\x76\xf6\x8e\x48\x4b\xec\x57\xc5\x95\xf0\x8e\x84\x67\xb3\x3b\xd8\x6d\xdb\xa2\xa2\xda\x29\x7a\x62\xeb\x95\x3e\xf5\x45\xec\x4e\x9f\x80\xd1\x39\x4c\x6c\x65\x73\xd6\xa5\x33\x0a\x20\x52\x10\x3a\x23\x7c\xd3\x17\x45\xff\x76\xff\xe8\xdf\xb8\xc8\xeb\x1e\x70\xaf\x50\x86\x0a\xe6\x70\xc5\x9d\xca\x40\x6d\xe8\x19\x82\x2a\x44\xa5\x20\xf4\x45\x09\x45\xc3\x14\x4b\x88\xdd\x83\x1e\xb3\x33\xd4\xa9\xed\xc0\x7a\xe8\xd6\x28\xf9\x3c\xcd\x3b\x85\xb2\x66\x2b\x41\xe5\x17\x00\xcd\x94\x9b\x42\x6b\x51\x1e\x91\xdc\x1b\x20\x85\x10\xd0\x45\x38\x40\x65\x00\xb2\x89\x45\x99\xa2\x07\x9f\x3c\x79\xa0\x30\x2a\x75\x94\x92\x48\x37\x19\xb4\x35\x97\x35\xb0\xd5\xc5\x79\x58\x96\x72\xb5\xd8\x98\x5e\x4d\x13\xa1\xfb\x0c\x5c\x34\x55\xc1\x1f\xab\xd3\xce\x5a\x36\xe0\x99\x92\x60\x39\x50\x94\xc1\x7c\x50\x26\x8a\x71\x5d\xa4\xa5\x1b\x54\x02\xd3\x89\x5e\x76\xee\xfc\x12\xbf\xdf\xbe\xd0\x54\x27\x63\x21\x0a\xbc\x1d\x8a\x6a\x1a\x23\x4f\x44\x87\x36\x69\x4c\x9b\xae\x8c\x53\xb5\x01\x95\xd5\x0a\x8d\x25\xa2\x5f\x57\x83\x49\xde\x89\x3b\x10\x52\xe8\x8a\x2a\xed\x89\xe9\x52\xac\x53\x09\xf8\x24\xc5\x24\xca\x52\x74\xaa\x1c\xb2\x7a\x8b\xbc\x23\x4a\xd5\x3f\x9a\x9c\x59\x08\xc1\xe2\xec\xe0\xed\x50\xe6\xe1\x5e\x06\x81\x5e\x69\x1c\xf8\x4e\xc5\x37\x62\x48\xe1\x48\xa0\xa2\x7b\xb3\x4e\x3b\x58\x23\x04\xfc\x30\xca\xc5\xfc\xed\x7b\x36\xda\x9e\x8d\xf6\x39\xb4\xd1\x1e\x72\x6c\xb4\xe7\xee\xd2\x46\x63\xaf\xd4\x78\xe2\x2f\x0b\xd8\xfc\xe6\xe7\xc7\x35\x08\x70\x08\x28\x40\xb8\x9c\xec\x9c\xd1\x5e\x53\x9a\x69\xbe\x2c\xd4\xd7\x25\x31\x28\x92\x36\xfb\x8f\x81\x49\x7c\xfb\x81\x60\x2b\xd8\x8c\xd1\x7d\x1a\xee\x0f\xe2\x7f\x3f\x62\x6d\x8c\x6e\x0a\x8e\x4f\xe0\x73\x71\xe4\x38\x56\xda\x7b\x58\xf9\x8d\x03\x26\x1e\x3a\x56\xda\x57\x83\x7a\x7b\xeb\xea\x42\xb8\xb0\x55\x5e\xf4\x96\xb6\xd6\xe8\x49\x66\xec\x63\xfb\xd8\xf4\x96\x1c\xc7\xc7\xda\x0f\x2e\xcc\x2e\xe2\x25\x4a\x37\xfb\x9e\x7d\xd1\xf3\x9b\x17\x69\xdf\x61\x66\x30\xd1\x69\x3a\xc5\x53\xea\x13\xf2\xaa\xac\x35\xff\x88\x1b\xdd\xd5\xf2\x66\x3d\xce\x6c\x12\xe8\xfe\x75\xa4\xe8\xbd\x45\x1d\x77\x45\x42\x6a\xa1\x27\x40\xff\xfd\x18\xfb\xa6\x80\xe1\x8d\x8e\x79\x83\x91\x16\x0f\x50\x26\xee\x69\x25\x90\x30\x91\x4c\x38\x18\xce\xad\xca\x29\xb2\x24\xc6\x51\x97\x55\x0e\xb0\x25\x34\xd4\xff\x8b\x45\x59\x78\xda\xd9\x2f\x05\xcc\xef\x63\xf8\x13\x46\xfb\x7c\x63\xb0\xe0\xfe\xd2\x28\x3b\xf1\x41\xde\x1d\x92\x32\xdb\x0f\xe3\xa7\xd7\xd3\xd7\xe6\x7e\x8b\x9b\xf6\x11\x99\x9f\x31\x3d\x06\x40\xc7\xb8\x78\xac\x46\x2c\xcd\x99\x67\x1f\x3d\xca\xc7\x8f\x1f\x55\x3a\x77\xc3\x56\xbb\x8f\xd2\x3b\x9f\x1d\x7d\x15\xa4\x77\x3a\xf1\x56\x49\x89\x2b\x95\xc3\x8c\x4b\x93\xe5\x4a\x95\xff\x73\x88\x7d\xc5\x88\x14\x35\x02\x70\xc3\xf4\xb2\x33\xa9\xac\xc2\x5f\x3f\x14\x4d\x38\x7f\xe3\xfa\xf1\x23\x3d\x9d\xb2\xc8\x21\x2b\x6a\x34\x2f\xff\x7b\x0e\xee\x1d\xa0\xbb\x3d\x40\x57\x75\x6a\xc9\xa3\xd1\x97\x63\x0e\x55\xea\xd7\xb2\xe9\x84\x4f\xcf\x4a\x38\xc6\x8e\xb2\xf6\xb6\x69\x89\xde\x37\xdf\x3b\xaa\x77\x71\x54\x7f\xc4\x4d\x45\xf8\x40\x70\x0d\xbc\x52\x4e\x4d\x40\x2a\xd1\x9d\xfa\xaf\x8d\x3b\x15\x81\x8b\x9f\x7c\xd0\x81\xaf\xdd\xfe\xa8\x7b\x76\x78\xc7\x56\x47\x1d\x2c\x31\x0b\x45\x60\xc5\x08\x63\xdf\xec\xa7\x9b\xeb\xa4\x85\x73\x45\x22\x66\xbb\x30\x67\x83\xf0\x53\x87\xa3\xbb\xd5\x05\x1e\xd3\x15\x5c\x8a\xd0\x38\x3a\x50\xdc\xdf\x1c\xfa\x54\x80\xe9\xf4\x1d\x85\xaf\x39\xcc\xfe\xd3\x18\x33\x6c\x54\x27\xc1\x26\x5b\x34\x8f\xcc\x03\x81\x0c\x5d\x3e\xa5\x73\x4c\xc3\xbf\x6b\xb1\xa9\x6d\x13\x2d\x54\x17\x0d\x03\xe6\x47\x5a\xe4\x4f\x36\xfd\xf2\x0a\x48\xec\x81\xaa\xfd\x25\xe4\xa7\xa0\x5c\xb7\x1e\x16\x5d\x38\x63\x51\x87\xce\x24\x9d\x35\x89\x97\x4b\x65\xd3\x66\x0b\x9d\x76\xa1\x66\xc4\x78\xb4\xaf\xad\x07\x1d\x00\x7c\x42\x50\x24\xdd\x8b\xa2\x27\x30\xdf\x41\xdb\xb0\xaa\x0b\x36\xbd\x1f\x50\xaa\x78\x52\x0b\x2a\x19\xc2\xcd\x38\x41\xac\x9a\x08\x62\xa0\xf6\x3a\x14\x3c\x61\x72\x55\x55\x82\x61\x26\xd4\x8a\xc3\xd4\x7f\xb1\x9e\x52\x42\x9e\x6a\x1c\x64\x81\xda\xef\x30\x12\xf6\xc9\xfd\x6c\xda\x00\x6f\xee\xf0\x9b\xbd\x7d\x7f\xf4\xc9\x7d\x6e\x26\x34\x01\x1f\xf6\x0d\xbe\x97\x49\x91\xd6\x24\xe2\xc8\x4c\x8a\xbe\xbe\xb8\x4a\x25\x9d\x9f\x66\x02\x85\x53\x3d\xb4\xc9\xfc\x61\xec\x33\x45\xc4\xa6\xce\x6a\x51\x00\x3a\x12\xac\x50\x68\x17\xf1\xb7\x84\xc4\x12\x8e\x12\x83\xdc\xba\x6c\xde\x36\x4f\x5c\xba\xe6\x31\x60\x2d\x96\x95\x83\x3e\x4a\x82\x5f\x35\x63\xb0\xf5\x50\xad\x90\x4a\x5a\x42\xdd\xe0\x86\x48\x57\x56\x2b\x89\x78\x56\x08\xed\x14\x13\x01\x2b\x65\x64\x08\x51\x51\xa1\x9a\x26\xd1\xb7\x9b\xc7\x5d\x2d\xe3\x46\xa8\x93\x00\x9e\xe4\x9b\x6d\xa1\x91\xd3\x35\xc9\x45\xd5\x69\x4f\x4c\x02\x12\x4f\x0d\x7c\x6f\xaa\x8f\x40\x08\xaa\x11\x32\xaa\xd5\xb2\xa8\x57\x70\x24\x94\x1a\x2c\xcd\xb1\x4f\xdb\x23\x4f\x20\x2a\x9e\xaf\xf0\x08\x07\x17\x19\xd0\x86\xba\xa7\x43\xde\x30\x3e\x5d\x5a\x57\x0d\xd3\xda\x37\x0a\xc1\xee\x36\x0f\x8d\xcb\x09\x3b\x99\xab\xe9\xca\xaa\x9e\x4b\xed\x57\xf0\xbf\x81\x77\xc8\xde\xc3\x4e\xb0\x67\x6f\x9f\x8c\xa5\x9f\xb5\xf3\xb5\x24\xca\x1e\xfb\xc3\x16\xfb\x2a\xe7\xf6\x6e\x56\x6c\x90\x37\xd3\x9c\xcc\x90\x95\x4a\x36\x41\xf8\xbe\x56\xf4\x5c\xf7\x02\x19\x5d\x58\xae\x04\x56\x8e\xb5\xbe\xd4\x77\x47\x99\xad\xe4\x2f\xa7\xd8\x94\xd2\xdd\xf3\x26\x61\xf4\xa7\x03\xf6\x7b\x3a\x23\xf1\x37\x82\xe8\x17\x03\x37\x73\x14\xac\x20\x14\xba\x96\x5f\x50\xa0\xfb\x29\x7a\x56\xe4\xa4\x1b\x21\xae\x2d\xdd\x0c\x07\xbe\x70\xcf\xa8\xd5\x7a\xb9\xdd\x29\x7a\x4e\x1e\xe3\xb4\xc1\x75\x9b\x5e\xce\x8a\xe5\xe9\x5e\x2c\x2b\x51\x4e\xf7\xd7\x56\xa6\x95\x99\xa4\x8e\x25\xf4\x13\x4d\xab\x76\xe1\x3f\xed\x95\x02\x4b\x0a\x80\x80\x49\x64\xd9\x14\x22\xc7\x62\x07\xc1\xdd\x67\xe1\x32\x3d\x9d\xf7\x1d\xcc\x4b\x13\xdb\x01\x97\x3e\x68\xc0\x7f\x71\x38\x3a\x35\xfa\xa7\x51\xca\xf0\xa6\x34\xb9\x9b\x68\xc7\x3f\x78\x68\x4f\xe5\xda\x85\xca\xf5\x4b\xae\xca\xf5\xd3\xbb\x54\xb9\xfe\xd5\x68\x95\xeb\xc9\xd2\xb8\xf6\xcc\xa4\xdd\x9a\x49\xbf\x11\x68\x3b\xe9\xa3\x41\x74\x74\x7e\xa4\xa1\xb4\xf9\xfe\x74\xa5\xfa\x7d\xec\x5e\x76\xcf\xa6\x52\x7d\x07\xa2\xe3\x6a\x70\x84\x7d\xd9\x70\x9d\x7d\x2f\xee\x4f\xad\x89\x81\x0c\x0f\x87\x07\xa7\x40\x5a\xb1\xab\x01\xdf\xb4\x22\xff\x40\xb8\xaf\x17\xf7\xd9\xd5\xa0\xbf\xbd\x2e\x7e\x36\x7c\xe8\xda\x19\x48\x41\x19\x1f\xc9\x42\xfa\xe6\x9b\xd8\xc3\xd7\x8b\x93\xdc\x80\x80\x3f\x69\x66\x31\xfc\x15\x16\xbd\x26\xd8\xec\x57\x1f\x5a\xc8\xc7\x11\xb3\x61\x11\x0d\xd4\x42\x51\x19\xc7\x7d\xcf\xf9\xbc\xd2\x1c\xd5\xd1\x75\xf6\xe2\xe2\x12\xd5\x84\x40\x4e\x2b\x1c\x8a\xfc\x9e\x36\x04\x49\xd5\x1d\xf7\xb6\xe9\x0f\x98\xb1\x7b\x47\xba\xfe\xdf\xb9\xe7\xfa\xdf\x73\xfd\xff\x43\x71\xfd\xbf\x4d\xbb\xfe\xbf\x3f\x60\x9d\x1b\x03\x87\xbe\xe9\x36\xc7\xa0\x80\x1c\x5d\x22\x0e\x1a\xe2\x46\xac\x83\xe2\x16\x59\x5f\x19\x91\xfd\xbe\x88\x4b\xf6\x1e\x1b\x14\x78\x7b\xc0\xc4\x13\xdd\x5b\x0c\x19\xcc\x8e\xe4\xcf\xc5\x12\x75\x8b\x8e\x00\x95\x48\x9b\x34\x74\x35\x28\xb7\x17\xd3\xe7\xc3\xb3\x0e\x49\x9f\xdb\xc5\xa6\xb0\xde\xe4\x2d\xcd\x1c\xac\xdf\xb9\x89\x1d\xdf\x22\x50\xe2\xc6\x6d\xdc\x98\x69\xf8\xa6\x9b\xa2\xbf\x0a\x36\xf9\x91\x77\x56\x45\x67\x4d\x9a\xf2\x47\x43\x0b\xb1\x49\xb8\x3d\xce\x29\x6a\xd2\xe6\xfc\x5c\x01\x28\x86\x19\x01\xfc\x61\x10\xa1\x6d\x33\xf3\x7a\x22\xce\x25\x8f\x52\xc4\x7a\x36\xd7\x65\xd4\xe6\x10\xfe\x20\xf9\xa0\xcc\xec\x38\xe3\x9d\x58\x8a\x49\xbe\x2c\x3a\x71\x2d\x71\xed\x18\x59\x19\x67\x1b\xf1\x40\x42\xe9\xe3\x72\x06\x3e\x08\xe8\xb5\x5b\xb3\x39\x18\xdd\xcb\x51\xc2\xfe\x07\xf6\x84\xfd\x9e\xb0\xff\x87\x22\xec\xdf\xae\x85\xfd\x0f\x04\xec\xd4\x8e\x63\xaa\x9b\x89\x0a\x10\xe7\x5f\x7d\xdd\x31\x5e\x8e\xf2\x42\x2d\x5a\x74\x0c\x98\x70\x18\xc0\x28\xb1\xb7\x58\x69\xff\xfa\x80\xcd\x5d\x43\x77\x47\x74\x15\x65\xf9\xc5\x6b\x0d\xff\xba\x75\xde\x7a\x1c\xa9\xe5\xb1\x29\x4a\x9e\x17\xd5\xd5\xe0\xb1\xed\xe5\xfb\xb9\xf0\xcc\xd4\xb5\x86\x7a\xdd\x11\x34\xc5\xfb\x6f\x1d\x62\xcf\xde\x69\x1c\xbc\xf9\xd1\xc2\x37\x1c\x8a\xde\x18\x6c\xf2\x23\x6e\x4d\x3c\x9f\xfb\x95\x43\xc7\x10\xc3\x8d\x7a\x1a\xda\xbc\x49\xb2\xa0\x8f\xa4\x59\xb7\x2b\xb3\x15\xee\x05\x81\xd5\x16\xe7\x8a\x7c\xbb\xdb\x0c\x31\x83\xa8\x3c\x41\xfc\x87\x07\x60\xf9\xaa\x35\x13\xfe\x40\x10\x7d\x67\x70\x51\x5a\x9c\x5f\x58\x49\x83\xa2\x3e\x52\x0a\xae\x44\x23\x11\x30\x82\xcf\x1b\xd8\x28\x28\xfc\x19\xa9\x87\x22\x93\xdc\x19\x81\xcf\x2c\x22\xda\x8a\x14\xcb\x83\x95\x50\xed\x97\x82\xa0\x23\xa2\xe7\x83\xbf\xb5\xcb\xe1\x75\x1b\x42\x17\x9f\xf3\x9e\x30\xf9\x91\xf9\x80\x56\xb0\xbb\x71\x7f\x3e\x60\xfb\xa1\xa0\x26\x7c\x7f\x10\xbd\x32\xd0\xa0\xbb\xda\xf3\x68\x64\x39\x38\xaf\xe6\xf3\x6e\xd1\x7e\x40\x54\x70\xd7\xf8\x04\xef\x89\x6a\xb5\x48\xac\x14\x73\xbc\x5e\x6a\x54\x7c\x31\xcd\x1d\x24\xe5\x34\xef\xd7\x95\x6e\x2f\xb6\x09\xe9\x26\x7b\x11\xe8\x41\xb4\x37\x0a\x8a\x23\xdf\x1e\x3c\x8d\x7d\xd9\xe6\x44\x48\x2e\x82\xd6\x59\xb6\x1f\x46\x17\x9e\x8c\xc6\x1f\xc0\x8d\x4a\xb3\x4e\xdb\x76\xc4\xbc\x6f\x41\xb1\xf4\xae\x80\x7d\x49\xee\x2c\x03\xf3\xe5\xc3\xef\x0a\xd8\xc9\x6b\x4c\xf4\x38\x37\xaa\xa1\xe8\xec\xc8\xcb\x8e\xce\xd9\x74\x87\xc6\x90\x74\x6b\xce\x1a\x7f\xa5\xab\x1e\x87\xe5\x70\x77\x5f\x1b\xb0\xd9\x6b\xec\xee\x88\xbe\x2e\x6e\xb7\x1f\xb6\xea\xf5\x66\x3d\xbe\x97\x8d\xd5\x69\x12\xde\x19\x3d\xeb\xe2\xfc\xc9\xad\xc5\xb2\xfa\x62\xb0\x04\x3d\xd6\x9a\x83\xcd\xcc\x4d\x9b\x56\x32\xd3\x7e\x50\x75\xb3\xc8\xab\x38\x5b\x28\x92\x59\xfa\x0d\x99\x9f\x6b\x19\xfe\xca\x81\x68\xca\xcd\x50\xad\x29\x85\x75\xd5\x3c\x05\x11\x9d\xd8\x3c\x77\x25\x78\x0a\xdd\xaf\x73\x91\xaf\x04\x4f\xa1\x34\x66\x7d\xc5\x93\x04\x7f\xba\x9f\xfd\x5e\xc0\x9e\x4e\x0f\xcd\x2d\x5c\xbc\x58\xa5\x19\x4d\xdc\x82\x28\x3b\x4a\xcb\x5a\x11\xe1\x4f\x99\x44\x8e\x1f\x0a\x74\x87\xe2\x75\x51\xc6\x2b\x82\xcf\x2d\x5c\xe4\xb5\x7d\x8a\xe0\x00\x01\x20\x35\x91\x93\x56\xc1\xd0\x35\x89\x7d\xd3\x2c\x66\xf3\xc3\xd4\x89\x44\xb5\x43\x45\x87\x77\x1e\x25\x0d\x16\x33\xc9\x73\xf3\x2a\x35\xd8\x54\x23\xa4\xe4\xc5\x06\xbf\xf3\xe8\x33\x55\x23\x8e\x02\x82\x0d\xf9\xb9\x1c\x5d\xd6\x9c\x95\x70\x51\x8f\xe7\x5e\x53\xd7\xe2\x14\x18\xe0\x4d\x26\x69\x1e\xa1\x4e\x6c\x34\xca\xce\xf7\xd0\x7b\x1a\x73\xed\xbc\x47\x27\x93\xdf\x80\xf7\x7c\x22\x60\xb7\x64\xb1\xac\x16\xd5\x6f\x00\xfd\xf6\x0b\xc1\xf5\x63\xbf\x7d\x7b\x90\x79\xe0\x6f\x9b\x2c\x49\x48\x75\x11\x08\xdb\xe1\x17\x15\xdc\x6d\xb2\x5a\x49\x66\xea\x27\x90\x61\xb0\x2a\x8b\x0c\x2c\xd3\xa2\x5b\x89\x7c\xc4\xf3\x50\xe6\x8e\xd5\xed\x6d\xf6\xf5\x23\x4b\x4d\x1e\xd4\xa5\x26\xc7\x9d\x52\x96\xcd\x4b\x4e\xb6\x98\xbb\xbf\x3f\xec\x41\xfa\x19\x2c\x20\xd1\x5f\x3d\xbd\xe8\x01\x01\xfd\xfa\xe1\xe8\x15\x81\x87\x00\xab\x6e\xe2\x0e\x80\x3d\xe6\x52\xc1\x22\x55\x53\xa8\xbd\xa0\x98\x81\x8b\x3b\x55\xad\x58\xf5\x58\x57\x1a\x28\x9d\xa4\x80\x53\x6f\x4b\x44\x9d\xa2\x1c\x05\xa8\x73\x25\x38\xd4\x2b\xf2\x54\x29\xc3\xde\x26\x7e\xc7\x21\xf6\xe6\x80\x99\xdf\xc2\xef\x09\xa2\x6f\xd4\xe1\x99\x13\xfc\x2c\x5d\x1e\x19\x4a\x51\x23\xd2\xcf\x8d\xd2\xca\xa9\x5e\x59\x1a\x1a\x5b\x1c\xc4\x74\x07\xc6\x34\x7d\xe1\xd4\xec\xc9\xb3\xa7\x94\xca\xbd\x5a\x6c\x4c\x55\xc5\x54\x2d\xc5\x54\x5a\x6d\x71\x64\x09\xb6\xaf\x1f\x57\xab\xe1\x0b\xa3\x05\x0b\xcf\x73\x51\x0a\x03\x6b\xd4\x23\xa8\xa9\xb2\x28\xaa\x49\x5e\xc6\xa4\x33\xc6\xe4\x65\xac\xb3\x0c\x7b\x5d\x95\x42\x4c\x1a\x4c\xff\x54\xf2\xe9\x06\x61\x89\x85\xd7\xff\xd9\x20\xfa\xd1\xe0\xc9\x02\xd8\xbf\x91\xb3\xe8\xe0\x1c\x7d\x20\xd0\xa4\xd3\x6a\x01\x86\xef\x0a\xa2\x1f\x08\x9a\xa0\xfb\xea\x17\xad\x4f\x68\x76\xa2\x35\x31\xe0\xa5\xe6\xd0\x56\x7a\x97\x3f\x67\xa2\xea\x40\x2f\x30\xee\x47\xa0\xf8\x37\x70\x04\xf6\x8b\xfc\x8f\xc0\xe5\x1a\xf8\xdd\xe0\x7a\xb9\x06\x7e\x70\x68\xd8\x9b\x71\x0d\xf8\xe1\x4d\x8d\xf8\x3f\x72\x1e\xc0\x4a\xba\x81\x9f\x8e\xbd\x56\xab\xd7\xaf\x0c\xa2\x7f\x13\x78\x2b\xdd\x28\xda\x65\x9c\x14\x12\xd5\xed\x3c\xee\xf9\x8b\x39\x4e\x7a\x69\xfe\xc4\x7c\x88\x9f\xbc\xc5\x93\x80\x9b\xd7\xdc\x87\xaf\xba\x25\xfa\xa6\x16\xfd\x31\x4a\x7a\x94\x96\x46\x1b\x59\xc9\xd3\x7c\xb9\xa8\x11\x00\x89\xc8\x09\x09\xc6\x2d\xa6\x5c\x4e\x0b\xd5\xac\xe1\xd6\x81\x63\x9b\xd0\x2a\x00\xf7\x57\xbf\x8f\x30\xa1\x74\x75\x3e\xa6\x5e\xae\xa4\xeb\x86\x8d\x4f\x9a\x22\x8a\x6c\x30\x05\xaf\x00\x1f\x55\x5d\x66\x72\x12\x98\xe2\x39\x51\xc5\x6b\x86\xf5\x49\x87\x78\x7d\x71\xf1\xcc\x24\x2f\xba\x5d\x9a\x7b\x62\x47\x59\x4f\x4b\x70\x45\xae\x16\xa8\xcc\x89\xaa\xe3\xa7\x38\xbd\x96\xb1\xdf\xb7\xa6\xf4\x6f\x06\xec\xae\xeb\xc0\x32\x20\x03\xfa\x4a\xe0\x17\x69\x7a\xa5\x48\xda\x50\xd4\xf0\x17\x4f\xb4\xc7\x44\x19\x75\x53\x71\x9e\x4c\xe1\xd0\xf6\xfc\x74\x7b\x7e\xba\x3d\x82\xa9\x1b\x9a\x79\xf0\xbb\xda\x5f\xf8\x6b\x5b\xe8\xea\x5b\x49\x8d\xbe\xe8\x44\xaf\x0d\xb4\x5b\xc9\xad\x4f\xfd\x7c\x90\x18\x57\x83\xce\xf6\x8e\xbb\xfb\xc2\x7b\xb7\xca\x65\x75\x06\xdf\x70\xe4\xd1\xa0\x18\xfb\x8e\xc6\xe1\x55\x24\x4e\x8a\xc0\x85\x3a\x57\x9a\x37\x60\xc5\x84\x9f\xb9\x39\xfa\xcd\x31\xf7\x8a\x11\x5a\xb1\x05\x18\xa2\xda\x08\x51\xf2\x12\xef\x74\xb8\xa6\x7c\x42\x52\xcc\x1a\xf4\xda\x73\x4a\x02\x12\x81\x47\x8b\xae\xa7\x18\x6e\xd7\xb9\x19\xf8\x36\xb3\xcc\xde\x44\xa0\x27\xfd\x22\x69\x7b\x6f\x20\xaa\x8b\x71\x83\xed\x3b\xa1\x6c\x04\xcc\xe9\xf4\xce\x4f\xcd\x10\xa9\xc9\x13\x2d\x1d\x58\x39\x49\x18\xc0\x06\xec\x90\x86\xb5\x50\x24\x6a\x29\xe1\xb0\x1e\xaa\x97\x45\x26\x2a\xd4\xa2\x64\xbf\xc8\x91\xfb\xb2\x0b\x68\xed\xb2\xc8\xd6\x8d\x7c\x72\x7a\x07\x98\x7a\x56\xe9\x22\x78\x2b\x5d\xf3\x4d\xd9\xa6\x6d\x0e\xb0\x47\x90\x8a\x49\x80\xdf\x3e\x4c\xae\xb3\x24\x45\xbe\xaa\x8e\x6b\x48\x4e\x9c\x5e\x13\x7d\x09\xeb\x50\x7d\xe2\x69\x9a\xc5\x29\x44\x66\xea\x25\xa3\xa2\x4b\xaf\xd8\x4b\xf3\xda\x8d\xd0\x7d\x8f\x2b\x74\xdf\xba\x6b\xa1\xbb\xf2\x64\xc9\xd5\x5f\xd7\x72\xf5\xa3\x5b\xca\xd5\x4d\x05\x05\xc8\xd5\x57\x05\x8b\x1e\x54\x1f\xc9\x52\x6f\xbb\xef\x69\x60\x5f\x50\x1a\xd8\xce\x0f\x24\x82\x60\x71\xbe\xf5\xc8\x74\x2d\x7b\x4c\xa9\xb5\x44\x07\x14\x7b\xdf\x2d\x1e\x3c\x0b\x41\xc5\x90\x8b\xda\x85\xf6\xba\x25\x7a\xeb\xd8\x1e\xb4\xd7\x75\x41\x7b\x39\xdc\xbf\x9a\xe3\xf7\x4e\xf5\x8f\x6e\xbc\x5e\xa0\x27\x75\x33\x80\x9d\xe9\xf5\x19\xb7\x0b\x93\x16\x07\x34\x2f\x78\x56\xe4\x2b\x08\x5b\x42\xbe\x43\x6c\xfb\xd8\xb1\xcd\xb0\xc4\x7e\xfb\x10\xfb\x36\x17\x81\xe8\x1b\x6f\x20\x02\xd1\x0c\x9b\xde\xa2\x0e\xc6\x5b\x56\xf4\xce\x3d\x09\xb1\x67\xa3\xfd\x63\xc0\x35\xfb\x7f\x1c\x5c\xb3\x4f\x04\x3b\xdd\x24\x5f\x70\xe0\x66\x57\x83\x62\xfb\xf3\xea\x4c\xf8\xbc\x1b\x81\x2a\x86\x76\x17\x7b\x03\x63\x5f\x77\xbd\xa9\x7e\x54\xd2\xea\x25\xd0\xcd\x15\x59\xdd\xcb\x9d\x54\xe4\xf7\x1f\x8e\x1e\xda\xfa\x16\xa7\x10\x1c\xbc\x8b\x75\x0f\xe3\xb1\x94\x41\x22\xd3\x44\xf0\x7e\x89\x70\xc0\xba\xac\xc6\x54\xc6\x1f\x7a\xde\xe2\xf9\x73\x0b\x71\xb5\xea\x49\xe9\x5f\x38\xc4\xde\x15\x50\xf5\xf6\x9b\x83\xe8\xb5\x41\x45\xf5\xdb\x71\xce\xcf\xf7\x45\x3e\xbb\x30\x8f\x3c\x87\x76\x19\x59\x06\x63\xec\xc2\xa6\x65\x35\xe7\x67\xe7\xa7\xa9\x8d\x29\x4f\x63\xf4\x6a\x6b\x68\xa6\xe5\xf4\xb1\xf6\x51\xb5\x85\xd4\x3a\x9e\x42\xea\x42\xc0\x91\x45\x3b\xc8\x8b\x12\xbf\x3d\x60\x66\x34\xe1\x1b\x82\xe8\x95\x81\xfe\x4b\xc3\x09\xf4\xfa\x99\x40\x26\x00\x70\xed\x8f\x43\xdd\x19\xf2\xb9\x00\xd5\x97\x86\xce\x9e\xb0\x25\xfd\x26\x3f\xc8\xa2\x14\xc7\xca\x38\x6d\xc0\xa2\x36\x48\x5c\x51\xec\x35\x67\xc4\xed\xec\xf3\xd9\x4d\x4e\x4e\x4b\xf8\x60\x74\xb7\x9b\xe2\x02\xfd\x6d\xd0\x3f\x0d\xa5\xc0\x8c\x6e\xf8\x27\x5a\xec\x00\x6a\x17\xe1\x0f\xb7\xa2\xef\x6b\x51\x4e\x39\x7e\x3b\x83\xbe\xba\xe3\x8f\xa8\x4c\xdb\x23\x6a\xc5\x1c\xe1\x4e\x4b\x70\xfe\x5a\xf2\xde\x32\xed\xc5\xe5\x80\xa7\x89\x92\x79\xdd\x54\x94\x7a\x19\x56\x05\x8f\xa5\x84\x1a\xa4\x9c\x24\xb4\xd4\xb7\x0d\x10\x86\x17\xee\x4b\xfd\x24\x5b\x22\x28\x7d\xb2\x17\xd0\xfd\x54\x5a\x76\x22\x9a\xd2\x85\x65\x43\x5f\xc1\x83\xda\x1a\x31\xfd\xaf\x68\xb1\x43\xfd\x32\x2d\xca\xb4\x1a\x84\xdf\x64\x40\xe9\xfe\x28\xd0\x17\xe9\x4b\x50\x2c\x95\xe6\x9e\x8e\x45\x03\xf4\x9f\xf6\xfa\x45\x59\x81\xe3\xdd\xff\xd4\x50\xa0\x18\x93\x27\x1f\x90\xda\x65\x9b\x9f\x29\x36\x44\x49\x01\x61\xa9\x91\x94\xd5\xb6\x57\xf7\x41\x9d\x60\xc9\xf5\xeb\xdb\x1c\xc5\x87\xc1\xbc\x06\x3c\xa9\x82\x60\x2b\xd2\x9c\x67\x69\x2f\x55\xff\x44\x11\x2e\x3b\x22\x8f\xcb\xb4\x70\xf1\x91\x51\xfb\x8c\x4d\x93\x3e\x5c\xc4\x51\x3f\x56\xfc\x6d\x37\xb1\x99\x6b\x4e\xdd\x08\x1f\x67\xd1\x94\x8f\x29\xbc\x75\xce\x86\x1f\x61\x78\xfb\xe1\x3d\xbd\x6e\x4f\xaf\xfb\xdc\xe9\x75\xbf\xe2\xba\x81\x3e\xb4\x6b\x37\xd0\xbf\x69\xfa\xde\x3f\x07\x9e\xf7\x4f\x68\x0f\xd1\xaf\x6c\x93\xfa\xba\x93\xc4\xac\xbe\xe8\x44\xff\x36\x58\x16\xab\xf1\x7a\x5a\xd4\x98\xb3\x68\xb7\xf2\x93\xec\x24\x6a\xb3\x7f\x69\x82\x91\xe5\xd6\x59\xc8\x3b\x4e\x3a\x8b\x26\xb4\x32\x3c\x3a\xd7\xcd\x19\xed\x75\x51\xd8\x7a\x28\x4d\xba\x57\x46\x65\xdd\xa4\x6b\x8c\xfd\xe1\x01\x76\xcf\x36\xe8\x4c\x73\xda\x9f\xae\x95\xcd\xb3\xa2\x2a\xd3\x0e\xa5\xf3\xbc\xf5\x40\xf4\xf8\xd8\x96\xb7\x38\xb9\xca\xc4\x1b\x08\x2f\xe7\x6a\xf8\x56\x30\xf4\xe0\x09\x8e\x15\xd1\x55\x01\xbe\x73\x1c\xfd\x24\x8f\x5d\xec\x82\x34\xb7\x1b\x1e\x20\x88\xd4\xe1\x24\x27\x75\x12\x22\xc4\x97\x91\xe8\x3c\x69\x9a\x21\xf8\x5e\x62\x13\x43\x08\x88\xb9\x85\x8b\x80\x69\x20\x7a\x45\x39\x98\x68\x73\x50\x6e\x88\x02\x4a\x33\x53\x50\x9a\x9c\x3a\x5f\x57\x04\x41\xb2\x82\x53\x1e\xd3\xc5\xdd\xe3\xb7\x32\x6c\x65\x6d\xce\x17\xeb\xce\x2a\x8d\x0b\x8f\xe0\xe5\x3a\xcd\xd0\x11\xd3\x18\x5f\x9e\xa0\xab\x46\x97\x8e\x68\xf8\x23\x4d\x00\x55\xa8\x47\xfa\x78\x0a\x01\x3c\x83\xc1\xe1\x04\x08\x88\xb2\xa7\x4e\x3f\x51\x4e\xa9\x31\xeb\x17\x5a\xbe\xb3\xa8\x5f\x24\x32\xe2\x38\xd1\x6d\xce\x21\xcf\xa6\xc8\x05\x8f\xb0\xab\x11\xaa\x7c\x0e\xdb\x81\xa8\xac\x51\x70\x00\x6f\xba\x12\x1c\x36\x81\x15\xef\x64\x7d\x4b\x8b\x2d\x33\xfb\x5b\x78\x31\x7a\xd0\x86\x69\x48\x89\x6b\x12\x45\xd0\x8f\xb9\x0e\x67\x48\x0b\xe6\x80\x03\xc7\x77\x6e\xa3\x88\x35\x5b\x36\x6b\x29\xcd\x39\x26\x8e\x36\x48\x01\xbf\x91\xd1\x60\x42\xb9\x45\x86\xc1\xa8\x3d\x80\xeb\x79\x09\xa7\xeb\x0e\x5a\x41\x0d\x8e\x77\xbc\xe8\xaa\xf9\x5a\x2f\xc2\x4f\xc2\x5e\x7f\x70\x24\x70\xcc\xa9\x7c\xfd\x91\xb8\xa4\xed\xf4\xbf\x0f\x44\xf7\xb8\x17\xfc\xc2\x52\x1a\x9f\x6e\x1d\xdf\x45\xcc\x43\xf0\x90\xaf\xf4\xbc\xe3\x00\x4b\xd9\x53\x3a\x9a\x7d\xea\x21\x31\x50\xc6\xfe\x23\x3b\x48\x11\x9a\x73\x9e\x31\x00\x31\xff\x02\xff\x25\x89\xfe\x0a\xd4\x2f\x73\x63\x9b\x7d\x6f\x8b\x1d\x02\xcc\x0b\xf5\x92\x57\xb7\xb6\x40\x79\xd5\x6f\xc1\x03\xed\xb4\x7a\xc6\xbc\xe4\x37\x03\xfb\x16\x8f\x58\xac\x5f\x24\x27\x74\x18\xd1\xf1\x63\x60\x8a\x8f\xf7\x27\xa8\xa9\x93\xfc\x92\xb9\x88\x40\xd2\x5f\x7b\xe4\x9e\x87\x4e\xbd\xe0\xde\x23\x2f\xbc\xe4\xfe\xe6\x90\x23\xb9\x37\x60\xe5\x57\x91\x88\x73\xd0\x3e\xfc\x49\x09\x32\xb3\x1d\xa0\x6d\xa4\x1f\xf0\xc0\x58\x2d\x64\x35\xbf\x60\xfe\xec\x17\x49\xf3\x2f\xd9\x66\x6f\x6a\xb1\xa7\xea\x35\x7a\x5a\x4f\xd4\x2b\x5b\xec\x8e\x6d\x27\xea\x82\xfb\x94\x99\xaa\x5f\x73\xa6\xca\xac\xfd\xe6\x2e\x3b\x81\x9e\x60\x5b\xab\x88\xf2\x92\xc2\x97\x24\x47\xc7\xf1\x62\xbb\xd3\xaf\x27\xe9\x86\x36\x8a\x44\xf3\xa7\xd0\xcc\x56\x53\x54\xa1\x3d\x69\x1e\xc7\xc7\xcc\x5f\xf8\xa0\xf7\x82\xe1\xa7\x27\xd0\x26\x31\xec\xaa\x26\x3e\xdc\x66\xeb\xec\x66\xcc\x29\xa3\xf5\xda\x65\xc7\xb6\x9d\xa0\x45\xfd\x80\x99\x9c\xa3\x23\x16\x2b\xa5\xaa\x59\xb9\x73\x44\x5a\x8f\x13\xfb\x9b\x43\x6c\xd2\x69\x9a\xa0\xe7\xd6\x67\xda\x0b\x45\x72\x32\x95\x65\x0d\xc2\xf8\xfe\x3a\x59\x11\x15\x94\xa8\xfc\xe2\xa1\xe8\xfe\x4d\x7e\x1b\x59\xa1\x12\xf3\x11\x77\xfb\x3b\xf6\x2f\x0f\xb2\xf7\xb4\xd8\x21\x0d\x74\x1e\xbe\xb5\xc5\xee\xdb\x2d\x3d\x77\xf4\xe3\xc1\x99\x26\xad\x3c\xc8\x5c\x64\xda\x03\x14\x23\x43\x14\xef\xe5\x4a\x0b\x9e\x98\xde\xf2\x65\xec\xae\xa6\x85\x37\xbc\xe3\x70\x4a\x22\x8a\x4a\x5e\x50\x72\xfa\xc6\x6a\x9a\x01\xad\x23\xb2\xcd\x8f\x7f\xc3\x37\x4e\x34\x1e\xc0\xbf\x4c\x3e\xbb\xcb\xa0\x68\x7d\x80\x57\x83\x89\xad\x81\x9c\x59\x78\x88\x68\x78\x19\xfb\x6c\x8b\x7d\x51\x2f\xbe\x7c\xd1\x02\xbb\x87\xbf\xdb\xda\xa9\x9e\x5d\x57\x69\xd6\x4e\xf3\x4a\x56\x65\x7b\x3e\xaf\xce\x97\x8b\x70\x62\x44\xaf\x6b\xcd\xe6\x66\x86\xdc\xb2\xaa\xb4\xcb\x95\xa9\x5c\xc8\x8a\x47\xfe\x5b\x23\x1c\x10\x0e\x10\x67\x32\xd2\x63\x8f\x60\x8e\x5d\xec\x79\x4b\x6a\xa5\xdf\x42\xd0\x47\x42\x1d\x1c\xa9\xd2\x10\xa5\xc8\xed\xbe\x86\xbb\x10\x72\xbd\xc1\x7c\xa4\x0e\x74\x28\x19\x2d\x01\xa2\x0a\xa6\x76\xbd\xc8\xea\xbc\x8a\xcb\x81\xf3\x95\x97\x07\xba\xd4\x48\x1d\xb4\x47\x2d\xb8\x7d\xcc\x7b\xb5\x46\xb6\xba\xdc\xc9\x6a\x89\x49\x81\x98\x8e\x0b\x1e\xb1\xa8\x97\xe6\xb3\x66\x9c\x6d\xf6\x0b\x2d\x76\xb3\x7b\x29\x7c\xef\xae\x27\xfc\x2f\x82\x2d\x27\x1c\xa1\xdc\xfd\x7e\x6c\x39\xdf\xb8\xd8\x2a\xa3\xc9\xed\x78\xde\x41\x27\xdf\x62\xee\xf9\x22\x82\xf9\xd0\xfc\x43\x09\xd7\xb5\x4f\x7f\x34\x73\xf4\xe8\x33\xa3\x36\xfb\xb3\xa7\xb3\xa9\x91\x28\x1d\xe4\x0f\x1e\x42\xbf\x08\x7f\xfa\xe9\xd1\x27\x0f\x8e\x80\x04\x51\x8f\x0a\xe3\x3a\xab\x33\x80\x0e\x51\x6b\x63\x6e\x71\x9e\x3f\x20\x2a\x73\x63\x27\xce\x32\x5c\x42\x3a\x78\xa8\x9b\xca\x62\x29\x27\x35\x24\xbe\x4b\xb4\x3f\xcc\x56\x40\x19\x36\x71\x59\xa5\x9d\x3a\x8b\x4b\xa5\xa6\x16\x59\xb1\x32\xe0\x52\xac\x20\xe2\x3d\xae\x2f\x4a\x3b\x85\x5c\x1d\xa4\x18\x24\x77\x14\x2c\x2e\xc8\x08\xaf\x0a\x9e\xe6\xb2\x8a\xf3\x2a\x8d\x2b\xc0\xac\x1f\x62\xd2\x93\x6d\xc6\x9c\x45\x4f\x5e\x30\x25\x67\x10\x1b\x8b\x03\x53\x9c\x04\x56\xd4\x13\x7c\xca\x1b\x11\x8f\x24\x99\xcc\x11\x5f\x8d\x25\x8f\x66\x8e\x1d\xbf\x8d\x3f\x90\xde\x1f\x39\xe3\x4a\x73\x1e\xe9\x21\xb4\x7d\xd2\xca\x17\x17\xb9\x78\x4e\x2d\xa7\xd4\x0a\x9c\x89\x86\x1a\xcf\x8a\x4e\x9c\x49\x69\x1a\x3f\x3a\xaa\x69\xbf\x45\xa5\x34\x28\x61\xf7\x9c\x35\xa5\x68\x4c\xc5\xcb\x9d\x99\x63\xc7\x23\xa4\x40\xee\x16\x6a\xdd\x13\xc6\x98\x10\x50\x4c\x8e\xb0\x67\x69\x0f\x58\xde\x21\x94\x5b\x38\x1f\x42\x3a\xef\xc2\xd2\xab\x8e\x28\x21\xd4\xdd\x29\x7a\xcb\x69\x0e\x3a\x8e\x9a\x94\xbc\xd0\x3e\x03\x8a\x28\x23\x7f\x71\x9d\x56\x64\x51\xd0\x17\x54\x07\x38\x2d\x44\xca\xec\x02\x65\x7b\x8a\x4b\x65\xd7\x18\xbf\x17\xb5\x82\x61\x76\x50\x3d\x9c\x2e\xd5\xb9\x14\xd5\xb5\x3d\xf2\x62\x51\x16\x38\x07\xe4\x3d\x2f\x69\xff\x49\x1b\xf5\x55\x9f\x3c\x11\x9d\x34\xd1\x89\x61\x71\xbf\x5f\x16\x31\xba\xe7\x21\x29\x4a\x0f\x07\x19\xa5\x07\xc6\x03\x5a\xf7\xec\xe1\xa6\xbe\xc6\x94\x85\xda\x23\x28\xb6\x11\x7b\x4a\x6d\x42\xde\x15\x71\x55\x97\x82\xaf\x10\x4d\xa8\xc8\x55\xfb\x50\xb8\x53\x22\x0d\x6b\x0c\x7b\x0c\xe0\xe6\x81\xbb\x57\x22\xa9\xa4\x1e\xdc\x54\xbc\x01\x0c\x21\x16\x76\x0e\x26\x7e\x6e\x71\xfe\x24\x3c\xd2\x6e\xbc\xb6\x7d\x25\x78\xaa\x74\xd6\xd8\xb9\x26\xf4\xd9\x47\xbf\x94\xfd\x5a\x8b\x0d\xdd\x13\x7e\xb0\x15\xfd\x48\x6b\xa9\x61\x1c\x79\xab\x15\x56\x0f\x8a\x08\xca\xca\x33\x5f\xc0\x89\xa3\x1b\x88\xe2\x9e\x10\x95\x4d\x88\xf0\x50\xf6\x62\xdf\x0c\x8b\xfd\xf7\xd0\xe7\x1e\xcf\x8b\x7c\x0a\x54\x81\x49\x7e\xf2\xdc\x22\x97\xf5\x32\x32\xe8\x4d\x50\x98\x2f\xae\xf4\xad\x36\x7f\x40\xaf\x91\x4d\xbe\x09\xdd\x0f\xde\x44\x59\x00\xed\x01\x2c\x58\x63\xc4\x96\xa2\x57\x50\xe5\x52\xaa\x89\x3c\x8b\x72\x67\xe4\x7a\x7b\xae\xe2\x5d\xba\x8a\x3f\x3e\xc6\x0e\xe9\x25\x15\x7e\x78\xec\x1a\xc0\xcd\xda\xba\xbd\xf6\xc3\xb5\x3a\x0a\xaa\x41\xf4\x2d\x63\x73\x8e\x7c\xb0\x86\xaf\x59\xbc\xb4\x9f\x9d\xdd\x07\x09\x3e\xd2\x3d\xef\x2e\x60\x02\xa6\x96\x8d\xde\x2f\x58\x34\x8f\x30\x8a\xae\xf4\xb3\x34\x83\x0e\x7c\x20\x85\xb7\xc4\x7a\x5a\xd4\xb4\x90\x24\xf1\xd6\x4b\xd1\x53\x5d\x06\xed\xdf\x9a\x36\xe3\xaa\x5f\x80\x28\x33\xd3\x3e\x36\x61\x32\x4c\x63\x79\x02\x9c\x4d\xc3\x87\xea\x24\x96\xfc\x83\x6b\x48\xfb\x45\x48\x0e\x43\x37\xdc\xb3\x14\x83\x8c\x98\x95\xaa\x4b\xe1\x60\x53\x41\x2d\x9c\xa8\x26\xa9\x02\xdb\xf1\x39\x7a\x9d\xf3\x74\xd1\x3c\xe1\x15\xf1\xdd\x02\xaf\x38\xc0\x7c\x1b\x62\xa2\x3d\xff\xff\x2e\xfc\xff\xef\xdd\xc7\x6e\xed\xc5\x97\xd3\x5e\xdd\xa3\x6a\xc8\xf4\xc5\x22\xfc\xfe\x7d\xbb\xdb\x19\x9f\x1a\x3b\xdb\x6c\xf3\xf3\x7a\x8b\xa0\xa1\xa1\x77\x80\x04\x84\x00\x67\x77\xdc\xd6\x3e\xaa\x0f\x94\x2c\x2e\x57\x00\xca\x54\x0d\xc9\x0d\x4b\xc2\xaa\x07\xad\x73\x0e\x96\x2a\x8e\x9c\x3a\xd8\xd6\x8b\xf5\xd1\x32\xce\x57\x84\xc1\x4c\x7e\x14\x76\x13\x49\x7d\xcb\x93\x14\x6b\x2a\x76\x83\xa0\x0a\x07\x9c\x33\x26\xe8\x8d\xb2\x92\xd3\x7c\xc4\x7c\x60\x28\xdc\x87\x6a\xc5\x79\x27\x03\xc2\x3a\x79\x01\xec\x2d\x95\x06\x81\xe2\x82\x73\x88\xb6\x2f\xe8\x05\x0c\xe3\xa2\x3e\x75\x80\xbe\x9a\xbd\x61\x9f\x13\x38\x7a\xd5\xbe\xdd\x06\x8e\x7e\x79\x6c\xab\xa2\x0d\xa3\x34\x28\x1d\x56\x59\xf3\x56\xb1\xef\x89\x38\x4f\xf3\x15\x8f\xb7\x40\x59\x54\xfe\x81\xce\xc7\x93\xa2\x32\x46\xdb\x24\x3f\x76\xfb\x71\x87\x06\x77\xa2\xcd\x97\x0a\x2e\x72\x59\x97\xc2\xe8\x20\x4a\x79\x02\xc4\x0a\xa8\x49\xcb\xd2\x8e\xd6\x48\x91\x74\xdc\xae\x58\xa9\x71\xf3\x28\x1d\x7f\x92\x34\x18\xb5\x65\x45\x9e\x18\xe1\x56\x15\x6a\x91\xf0\x8e\x4c\x65\x67\xea\x9e\xba\x4e\x93\x7b\x27\x95\x8d\x83\x55\xcd\x22\xa1\xaa\x40\x42\x27\x50\x0d\x8b\x29\xea\x3d\x8c\x1d\x35\x4a\x91\x93\x57\x02\x11\x30\xf2\xf4\xb1\xda\xdb\x3e\x90\x8e\xc0\xd8\x79\x9d\xcc\x59\x3a\x8e\x8b\xa4\xcd\xd8\x93\x15\x85\x53\x36\xb8\x32\x1f\x96\x68\x57\x2a\x1b\x7c\xf7\x2e\xa3\x3f\x0f\xce\x39\x6d\x1a\x85\x87\xb2\x52\x01\x73\x1a\x02\x16\x04\xea\xa0\x01\x8d\xe9\x94\xb2\x44\x13\x46\xad\xdc\x88\xa5\x11\x46\xcd\xf3\xc9\x3e\x98\x62\x8e\x2e\xb6\x8a\xb5\x12\xea\x00\x88\xf3\x01\x22\x24\x37\x6b\x47\xe6\xbb\x9c\xd4\xca\x46\x2b\x43\x2d\x40\x6a\x6a\x22\xe4\xe6\xfa\xdf\xd5\x60\x6d\xfb\xa8\xdb\x83\xe1\xe9\x6b\x47\xaa\x1c\x99\x24\xf6\xff\xee\x6f\x62\x9f\x0d\x05\x1d\x46\xc6\xdb\xde\xb5\x3f\xfa\xa5\xb1\xbd\x30\xdb\x3f\xd4\x30\x9b\x67\xe0\x7d\x28\xf8\x87\x10\xf6\x7a\xd5\x57\xb0\xa7\x8d\xc2\x15\x2f\x12\x82\x63\xf9\xb3\x67\x44\xef\x0d\xcc\x9f\x6e\xc4\x6b\x74\xa8\xdc\x85\x6c\x01\x5f\x1c\x3d\xa8\x34\x84\xaa\x8c\xd3\x0c\x9d\x55\x0d\xf8\xc3\x98\x70\xfd\x27\xb9\xa0\xef\x9f\x0d\x3c\xf8\x75\x24\xa9\x2c\x34\xe0\x84\xfa\xc8\x94\x74\x0a\xc1\x14\x82\xfa\xd7\xc8\x1b\xfd\x2c\xce\x85\xef\xbc\x7f\x4b\xc4\xbe\x75\x8c\x1d\xc0\x70\x4f\xf8\xb7\xad\xe8\xb3\x01\xfe\x9b\xb2\xd8\xa1\x8c\x70\x81\xc7\x49\x52\x0a\x49\xee\x9c\x02\xd3\xef\x75\xd6\x5c\x91\x90\x45\xec\xca\x28\xb3\x29\x51\xcc\x1d\xad\xd4\xe9\x54\x95\x03\x32\xce\xad\xc6\xa5\x5e\x86\x8f\xb5\xf9\x02\x22\x9f\x80\xce\x64\xdf\xa3\x7d\xd6\x33\xce\x07\x83\x6d\x5c\x74\xf9\xfc\xc2\xfa\x6d\xb0\x47\xe6\x17\xd6\xef\x20\x39\x99\x11\x56\x38\xfa\xf1\x53\x25\xb6\x39\x0c\x48\x6d\x23\x60\x13\xb5\x6d\x0f\x20\x98\x61\x53\xef\x9f\xc5\xc6\xd9\x57\x6e\x0f\x2f\xaf\x3a\x7d\x35\x78\xe6\x36\xdc\x8e\xfb\xc3\xb1\xb4\x7f\x2d\xcc\x8e\xbf\x1d\xb0\xc3\xb2\x8a\xcb\x0a\x80\x5c\x3e\xb6\x0b\x20\x97\x57\x07\x17\x4e\xcf\xf1\xe3\xc7\x8f\xdf\xc5\x93\x98\xdc\x0c\x50\x7b\x18\x57\x0e\x9d\x12\xd9\x34\xea\x9c\x8b\x3b\x4a\xbc\x66\x22\x71\x02\x29\x54\x0a\x68\xbd\xed\x24\xdb\x9c\xdf\x78\xbf\xce\x34\x12\x8c\x13\x24\xef\xc5\x2b\x80\xf2\xaf\xf7\x96\x5a\x23\xec\x3f\xb6\xd8\xad\xe6\x1e\x5c\xfe\x42\x86\xff\xa1\x15\x7d\x3c\x58\xd2\x90\xd1\x4a\x87\x53\xe2\x07\xd7\x4a\x1f\x32\x30\x1b\xa1\xf7\x5e\x9c\xa7\x5d\x50\x64\x4f\xc5\x1d\xbd\xaa\x3c\xfb\x10\x86\x56\x57\xfd\x1a\xfc\xc8\x97\x92\xa2\xb3\x06\x8f\xab\x35\x59\x5d\x1a\x69\x4d\xf9\x4e\xce\xa4\xe8\xc8\x69\x60\x46\xec\x57\x72\x7a\xa3\x28\xd7\xb2\x22\x4e\xe4\xb4\x12\x96\xea\x3f\x53\x59\xda\x15\x9d\x41\x27\x13\xcf\x50\x7f\xc5\x79\x32\x65\xba\x49\xe9\x38\xee\xa2\xba\x8d\x1d\x63\x47\x77\x12\xbe\x76\xa7\x86\x7d\x5b\x8b\x7d\x99\x09\x41\xce\x0d\xcd\xdb\x1f\x05\xd1\x9b\x35\x6a\x00\xd8\x3e\xf9\x80\x9b\xdb\xdd\x7a\x52\xcb\x63\x5b\xd6\x14\x25\x48\x25\xee\x5a\x5f\xad\x80\xda\xa6\xa9\x4c\xa9\x73\x08\xd7\x27\x31\x0c\xdb\x2f\xfa\x75\x16\x93\x41\x26\xc9\xe6\x85\x56\xd1\x9d\x08\xf3\x7d\x6a\xa8\xa7\x52\x7b\x1f\xdb\xbb\x9f\x8b\xbf\x6d\xb1\x2f\x51\xf7\x0f\x4f\xc3\xa7\x5b\xd1\xf7\xb6\xb6\x58\x3e\xea\xa9\xad\xd6\xd0\x92\x4f\x89\xcd\x65\x0d\x5a\x58\xb7\xce\x9a\x8f\x6e\x18\x56\x62\x24\xea\x7d\x0e\x50\x8f\xa1\x78\xf3\x49\xb5\x61\x0b\x8b\x64\xe4\xb3\x66\x7b\xc3\x49\xfa\x05\xb2\x14\xd7\xd8\xc1\x9e\x90\x32\x5e\x11\xe1\xa5\x68\x71\xb6\x99\x4b\x4c\xbf\x69\x65\x4e\xe9\x16\x94\x96\x4c\x07\xe0\xc6\xea\xc0\x1c\x4f\x80\xab\xa7\x53\x81\x89\x26\xd7\x3b\xf9\x2f\xb3\xfd\x70\x28\x84\x45\xb4\x6c\x4f\x9e\x4d\xce\x9d\x0b\x05\x6a\xc2\x36\xce\xe6\x04\x65\x8d\xca\x7d\xca\x9e\x04\xc4\x3c\xad\x1b\xf3\xde\xfc\xd2\x16\x3b\xf4\x58\x21\xb1\x66\xfc\xaf\x82\xe8\x0f\x40\x2e\x3d\x5c\xc7\x19\x38\x6f\xbb\xe0\xf0\x49\x3b\x82\x8f\x3f\x7c\x7e\x71\x02\xe3\x0b\xb6\x4e\x54\xfd\xb1\x92\x7b\xfd\x23\x28\x11\x80\x5a\x77\x78\x5d\x8c\x23\x7a\x51\x40\xf1\xf5\xc3\xe7\x17\xc9\xc5\xad\x74\x2d\xd8\xcc\x46\x89\x7b\xf8\xfc\x22\xbe\x48\x5c\x77\xd5\xa9\xea\xd6\x54\xbf\x2c\xfa\x85\x8c\x33\x39\x8d\x45\xd4\xd4\x9f\xa9\xc7\x0a\x65\x9a\xb9\xb3\xb0\xce\x0e\x20\x95\x6d\x98\x45\x8f\xce\xf2\xe5\x32\x15\x5d\xeb\x8b\xba\xee\x8f\x8d\xac\xca\x08\xea\x76\xe4\x14\x46\x25\x8f\xb8\xef\x7d\x5d\xcb\x23\x74\x7e\x79\x2b\xba\x3c\xa7\x95\x73\x9a\x77\xa3\x17\xc1\xb7\xbf\xd1\x7b\xc7\xbe\x7c\xe7\xc5\x78\x8e\x46\xf0\xc4\x92\x3e\xaf\xb0\x03\x98\xaf\x13\xbe\x30\x5a\x70\xb6\x05\xe9\xd3\xea\x37\xb5\xf0\x5c\xaa\x44\x14\xea\xb4\x2a\x47\x6c\x02\x43\x68\xe5\x6d\x82\x8f\xed\x63\xb7\xe6\x05\xb1\xa4\x9f\xa3\x64\xa2\xf0\xc7\xf7\x45\x6f\xdb\x37\x74\x19\x14\x3d\x51\xe1\x31\x01\x11\x52\x7d\xb6\xf0\x7e\x29\x94\xfe\x25\xc9\x23\x82\xf9\x72\xb9\x51\x5c\x0d\x7f\x93\x2d\x91\xb2\xfc\x5a\x65\xba\xb2\x5a\xf1\x78\x23\x1e\x28\xf3\x8e\x5a\xc2\x52\xd4\x4e\x95\xf6\x24\x48\xda\x14\x89\xd9\xd3\x92\xaf\x94\x71\x47\x28\x81\xad\x21\x7d\xd4\xad\x48\x3e\xe9\x9b\xce\xa6\x9e\x76\xa5\x8e\xcb\x38\xaf\x84\x75\xe8\x58\xb6\xaf\x06\xd3\x17\x8e\x08\x89\xbe\x16\x4d\xd8\x4d\xe9\xa8\x14\xcb\xab\x0a\x0e\xc9\x1c\xa6\x15\x91\x49\x81\xc1\xe1\xb4\x4b\xa3\x47\xe7\xc3\xb2\xe8\x14\x3d\xd7\x40\x93\x45\x91\x2b\xf1\xe4\xb7\x1b\x67\xb2\x70\x1a\x5f\xa1\x81\x3a\xd9\x50\x6e\xaf\xa0\x34\xa5\x59\x1c\x01\xfd\xd0\x28\xa6\x44\x9d\x4f\xd9\x03\x76\x36\xdb\x7c\x96\x92\xb0\xea\xac\x9a\x74\xd5\x77\xd2\xc0\x93\xb4\x0b\x15\x72\x15\x16\x44\x68\x94\x08\x9d\x60\xa6\x3f\xb8\x59\x6a\xa3\xd7\xd3\xcf\x1f\x66\xfb\xfb\xab\xb1\x14\xe1\xfb\x0f\x47\xef\x3c\x0c\x31\x52\xf5\xa7\x49\x2e\x72\x8b\x9a\x26\x61\x24\xa4\x83\xc8\xba\x07\xe5\x38\x45\x57\x07\xdb\x11\xab\x82\xa4\x4a\x5a\x49\x6e\x36\xb0\xf6\x6a\xea\x1d\x8c\x85\x50\xda\xdb\x86\xc4\xdc\x79\x62\x84\x17\xba\x77\xd1\xba\x56\xb7\x28\x61\xb6\x9e\x26\xb5\xab\x39\x69\x93\x0d\x5a\x92\xa6\x06\xdb\x81\xaf\x70\xcc\x3b\xcc\xcb\xa2\xdc\x39\xd5\x17\xf2\x10\x76\xd5\xd7\xeb\x17\xe4\xd6\xc1\x81\xa3\x0b\xe1\x04\x63\x0b\x48\x78\x8e\x21\x15\x35\x89\x4a\x7d\x41\x03\xa5\xa3\x64\x96\xaf\x89\x93\x4f\x56\x1b\x84\x6a\xff\x8c\x20\x37\x6b\x28\xe1\x92\xbc\xa2\x15\xb6\x4b\x6b\x41\x6b\xf4\x79\x27\xab\x81\x8a\x4d\xe9\x23\x9e\xe3\xc2\x6e\x81\x58\x02\xed\x13\x78\x95\x41\x6d\xe9\xab\x15\x91\x14\x1b\xb9\x12\xa6\x80\x7a\x87\x2f\x82\x1c\x2d\xd8\xdf\x08\xdd\x32\x69\xf0\x4f\xea\x2c\xe1\x55\xbc\x26\x78\x8c\x49\x56\x80\x6c\x92\x8f\x1e\x39\x82\x86\xc1\xa2\xce\x2d\xd3\xbb\x65\x4e\x73\x14\x5b\x6b\xcf\x99\x61\xcd\x6a\x2d\x00\x12\x8b\xdc\x8c\x5e\x4c\xa7\x21\x44\x12\x70\xa4\xea\xb3\x09\x62\xf6\x1d\x92\xa5\xa0\x9e\x81\x7b\x05\xe0\x4e\xe8\xaf\x36\x5f\x54\x6a\xa1\x48\x44\x72\x82\xcf\x0e\xc1\xb5\x54\x66\x10\x6a\xab\x6a\x5c\x31\x70\x31\x91\x3a\xe9\x15\x9b\xeb\x82\x50\xd4\x12\xdb\xfc\x34\x70\x89\x5d\x43\xc3\x34\x29\xa3\xc7\xaa\x66\xd2\xef\x43\x37\x4e\x33\xa5\x86\xeb\x2d\x42\x37\x8a\x14\x64\x93\xb8\x0c\x65\x52\xe0\x35\xce\x8b\x7c\x0a\xe2\x67\xda\x5b\x51\x82\x6d\xe8\x34\xa7\x41\xbd\x61\x11\xb6\xf9\xc5\x1c\x9c\x72\x27\x20\x25\x07\x28\xc2\x68\xb3\x69\x97\x87\x70\x32\x61\x69\x25\xd0\x04\x14\xcb\xd0\x8f\x64\x52\x69\x3d\x69\x07\x81\x6c\x0c\xb7\x21\xd4\xc1\x72\xcc\x03\x51\x5a\x0d\x69\x1a\x96\x35\xae\x40\x7e\x21\x63\x5c\x8e\xf2\x5d\xef\x4a\x1b\x80\xbd\xea\x0a\xb2\x8f\x1e\x62\x5f\x3e\xe2\xe4\x77\x00\x1f\xc3\xb7\x1d\x8a\xee\x73\xfe\x76\x32\x91\x62\xc4\xb2\x84\x95\xa5\xe4\xde\x23\x36\x86\x03\xf1\x13\xf3\x59\xac\x73\xed\x30\x3c\x31\x54\xd2\xfa\xe1\x83\xec\x83\x2d\x76\x93\xac\x97\xd5\x4f\xa7\x2e\xf7\x4b\x0c\xf5\x9f\xba\xdc\x8f\xf3\x04\xa8\xa3\xab\x55\x57\x0b\xa6\xd0\x0c\xb8\x94\xad\x7a\x60\x5e\x78\x44\xa3\x91\x3a\x4e\x3e\xc2\xdd\x6c\xf3\xfb\x85\x5a\x7a\x52\x49\xe7\x34\x8b\xcb\x0c\xd8\x24\x17\xf1\xd5\x20\x81\x44\xbe\x9e\x96\x45\x0e\x40\xa5\xeb\x71\x99\xc2\xb9\xe6\x20\x1f\x7c\xc5\xf8\x23\xb3\x17\x1e\x3d\x37\x7b\xf6\x14\x26\xcf\x0a\xdd\x4b\xeb\x82\x74\x7b\xe2\x34\xd7\xf6\xb0\x39\xa3\x88\x8f\x63\x37\x8f\x48\x80\x03\x9d\x68\xeb\x7e\xa8\x29\x80\x0d\xa1\xfb\x05\x29\xa1\x43\x59\x81\xde\xa1\xf4\x18\xb3\xb3\x1b\x26\xd1\xf3\x17\x1a\x73\x66\x77\x89\xe7\x2f\xd9\x7c\xa2\xf8\xd9\x5a\x56\x1e\x56\xc7\x91\x13\x47\xbc\x57\xfe\x7a\xc0\x9e\x8a\xef\x2c\x8b\x7e\xbc\x82\x58\xb6\x3f\x13\x44\x3f\x1a\x34\xaf\x5a\x04\x29\xf4\x8a\xc3\xef\xe8\x25\xee\xd3\x5d\xc2\xc1\x30\xd7\xaa\x9f\xd3\x67\x3a\xd5\x50\xf9\x00\x35\xaa\x54\x62\xb5\xcd\x9f\xaf\x8e\x6c\x13\xc5\x38\xdb\x78\xf1\x39\x25\x49\x08\x9c\xaa\xe9\x1c\x80\x74\xa2\x34\xe7\x33\xed\x99\xa3\xde\xb8\x4e\x90\xb3\xf7\x58\xf4\x4c\x78\xa2\xe1\xdf\x3b\x67\x92\x6c\x70\xc9\x7b\xcf\x56\x0e\x30\xeb\x6a\xf4\x35\x67\x35\xdc\xab\x88\x93\x29\xd0\x29\xd3\x2e\x19\xd9\x70\x09\x40\x59\x71\x54\x1b\xa9\x14\x7c\x1c\x11\x5b\x8b\x92\xd7\xb9\xf1\x37\x4e\xb4\x87\x41\x5d\xdb\x1e\x7c\xea\x4b\x03\x76\x90\xb6\x4f\x78\x39\x5a\x6b\x7e\xfb\xdd\xec\x97\x6d\x96\xac\x3b\xf6\xc7\xf7\x79\x05\xa5\x46\x9c\xc8\xbe\x52\x1e\x1e\x41\xf4\xc9\x93\xa9\x5c\xf3\x80\x88\xdf\xb0\x2f\x7a\xa6\x87\x43\xbc\xbe\x08\xf7\xeb\x3e\x99\x70\xfb\x95\x80\xe1\xa5\x21\x01\xf2\x5b\x63\xec\x67\x02\x76\xa0\x2b\x97\x06\x7d\x11\xbe\x27\x88\xde\x12\x38\x38\xc6\x60\x82\x56\x05\x0e\xa9\x8d\xcb\x1a\x42\xa6\xdd\xc6\x3d\x16\x1c\x8d\xce\x04\x14\xc9\x7d\x4d\x33\xaa\x8f\x88\x53\x97\xdb\x3c\x12\x97\xab\xdb\xa2\x49\x1e\x5d\xee\x4a\xf5\xbf\xbc\xea\xca\xa8\xcd\xe7\x7b\xfd\x2c\xed\xa4\x55\x46\xe9\x13\x14\x28\x59\x16\xf4\x80\xfa\xfc\xce\x97\x6d\x78\x09\x9e\x42\xb1\x2c\x64\xda\x9f\x3f\x19\x8a\xe8\xab\x29\x88\xc5\x89\x7d\xff\x7e\x30\xbf\xcf\x5a\x2c\xe5\xf1\xc5\x85\xfb\xcf\x4e\xa8\x6d\xa4\x86\xc3\xe7\x4f\x2a\xfb\xa8\xe8\xa4\xb1\x39\x02\x9d\xb4\x33\x6c\x44\x2d\x60\xef\xcd\x8f\xb0\x5b\x65\xf3\x86\x70\x36\xba\xed\x1a\xdf\x9d\x37\xdb\x9d\x63\xce\x17\x0b\x6f\x8f\xc6\x61\x61\xa2\x16\xaf\x0b\xd2\x65\xf3\x7b\xaf\xf7\x92\x35\xb7\x91\x6f\xdf\xcf\xbe\x72\x1b\x82\x53\xcd\x6d\xfa\xa9\x7d\xd1\xbb\x35\x59\x85\x47\xe3\x5a\x94\xe9\x8a\x3a\xee\x11\x4f\x27\xb6\x54\xb4\xb1\xb4\x3d\x31\x9f\xfd\xff\x67\xef\x5d\xe0\x24\xc9\xca\x3a\xd1\x5f\x64\x55\x57\x77\x9f\x1e\x06\x88\x45\xf4\xae\xee\xde\x63\x8c\xde\xae\x1a\xb2\xb2\xba\xa7\xe7\x59\x33\x34\x54\x57\xf5\x30\x05\xdd\x35\x45\x55\x75\x8f\x80\xa3\x1d\x95\x71\xb2\x32\xa6\x22\x23\x72\x22\x22\xab\x3a\xe1\x72\x77\x98\x01\x17\x50\x04\x45\x14\xda\x17\xa2\xe0\x8a\x22\xb0\xac\xe8\x8a\xf8\x00\x74\xf5\x22\x08\xab\x0b\x0a\xeb\x82\x88\xec\xfa\xd8\xd5\x2b\xac\xab\xe3\xf5\xee\xfd\x9d\xef\xfb\xce\x2b\x32\xb3\xaa\xba\xab\x67\xd8\xdd\x5f\xf1\xd3\xe9\xca\x88\x13\xe7\xfd\xf8\xce\xf7\xf8\xff\x15\x7d\x47\x15\x61\x97\x86\xdf\x88\xc2\xe8\x13\x0a\x1c\x42\x59\x0b\x0b\x04\x1a\xdb\xd4\x2a\xf0\x6e\x99\x6b\x0f\x10\x79\xc1\x60\x09\x82\x9a\xba\xfd\x87\x18\xc3\x22\x4f\xc8\xcd\x38\x8d\x9c\x49\xfd\x8a\x1a\x5b\x50\x7c\x0a\x77\xef\x60\x30\xda\x8d\xf1\x95\xfd\x13\x72\x17\xfa\x9a\xe0\x88\x82\xcd\x76\x07\xff\x46\x37\xa2\xc6\x5f\x60\x67\xae\xaa\xb4\x55\xe7\x73\x55\xec\x19\x82\x08\xde\x89\xdc\x76\x58\x6e\x17\x0a\x91\x53\x1e\x8f\x7b\xdf\xed\xb1\x7f\xe4\x68\x13\x7a\x29\xa8\x52\xb6\xfd\xde\x34\x8f\x62\x29\x8b\x74\xb0\x9f\x67\xc1\xee\xcb\x38\x5d\x84\xa6\xcb\x6c\xda\x7a\x2f\xce\xf4\x67\x19\xe7\x3a\x38\x13\x3a\x08\x1e\xb8\x6d\x9f\xe5\x6e\x63\x20\x89\x6c\x06\x62\x1b\x33\xf6\xe8\x51\xc6\x77\x02\x65\x01\xc2\xd7\x3f\x3c\x12\xbc\xde\x53\xbf\x86\x41\x0b\xcb\x77\xc5\xfe\x71\x9f\x64\xf6\x7b\x07\x7d\x1a\xc2\x1d\xfb\xeb\x13\xac\x65\xf9\xb5\xbc\x78\x7f\xec\xa7\x3b\xe2\xdc\x1c\xf8\x72\xee\xd3\x97\xf3\xdb\x14\x33\xe9\x85\xe0\xeb\x34\x31\x69\xa8\x69\x49\x61\x4a\xd9\x5a\xbe\x06\xab\xb3\x9b\xf7\x8e\x26\x74\xe0\x56\x78\xed\x6e\x85\x8f\x7b\xc9\xee\x3e\x2b\x8b\xfe\xf3\xa6\x2d\xe4\xa2\x41\xde\xd4\x0a\x5c\xec\x68\x00\x24\x76\xe5\xa8\x73\x24\x9a\x30\x95\x86\xed\xf6\x0d\x5b\xd1\x5f\x1e\xd1\xc7\xb8\x7e\x38\x6c\x47\x72\x22\x0c\xc4\x08\xaa\xe9\x0f\x1c\x3e\xa0\x4b\x3e\xd8\x93\xac\x3d\x29\x53\x7b\x52\x2b\xb8\x69\x28\x59\xb2\x3d\xf5\xc4\x55\x98\xed\x46\x4c\xe9\x83\x4d\x6a\x3f\x9b\x54\xb4\xfb\x26\x35\xe7\x3f\x67\x37\xc7\xba\xea\x6e\x52\xa5\x9b\xfb\x83\xf1\xd1\xb0\x42\xe4\xcf\xa4\x1d\x61\x8d\x3f\xdd\x8f\x8f\x07\xaf\xf1\x06\x9f\xef\xe8\x4d\x47\x4e\x74\x96\x2b\x5c\xc8\x4d\xf3\x74\xd4\x4b\xcb\x0e\xcf\x6c\xc7\x65\x31\xdd\x15\xf9\x74\x21\x9a\x59\x0a\xe6\x90\xd0\xb0\x32\xe0\x27\x53\x0d\xa4\x95\x02\x45\x57\x84\x95\xb2\x00\x18\x26\xb0\x5c\x67\x67\xfc\x62\x8d\x3d\xc8\xaa\xdf\xf8\xcf\x67\xf7\x5d\x95\x9f\xd7\x7c\x9e\x15\x05\xed\x3e\x15\x62\x10\x79\xc5\xa7\x82\xfd\xfe\x68\xef\xe3\x1d\xdc\xc7\x16\x35\x04\x58\x70\x27\xf5\x9c\x75\x09\xb3\x7c\xc8\xe8\xe5\x7a\x1f\xdd\xdb\x20\x9c\x87\x1c\x52\xbf\xda\x3e\x6c\x6f\x1b\x77\xa4\x6f\x13\x76\x0e\x32\x3b\xf9\xb1\xfd\xc3\x58\x70\x97\xf3\xc4\x76\x65\x2b\x2b\x54\x14\xca\x81\x8d\xae\x01\xae\x27\xd9\xfb\xc6\xd8\xf7\xb9\x26\xdc\x57\xd5\x82\xaf\x19\x6a\xc2\xdd\x33\xf5\xfb\x0e\xe7\xa2\x63\x6e\xdd\x95\xfa\x9d\xcc\xad\x7b\xa0\x7e\x7f\x02\x6c\xb7\x6f\xf1\xd8\x0d\x49\x16\x46\x67\x90\x83\x24\xf7\x5f\xed\xb1\x53\x7b\x60\xbc\x31\x5f\x10\x1c\xcf\x0b\xed\x67\x4a\x25\x35\x6a\x98\xe0\x64\xc9\xc2\x68\x9a\xa8\x4f\xf2\x3a\x18\x24\x51\xc5\x47\x43\xdc\x60\xef\x99\x60\x53\xa3\x38\x07\x14\xdd\x80\xc6\xc6\xf6\x1f\x9d\x08\x16\xaa\x0f\x31\x96\x27\x12\xa3\x3c\x1f\x35\xc0\xbe\xd9\x3a\xdc\x89\xf3\xae\x43\xec\x1d\x63\x30\x71\xe4\xd5\x36\x11\xb9\xff\x03\x63\xc1\x6b\x00\x9f\x07\x7f\xa3\x42\x59\x1f\xfb\x55\x60\x16\x4a\x64\xf3\xd6\xb7\xc3\x34\xd2\xa1\xb6\x80\x13\x8f\xea\x4c\xf0\xf1\x27\xe0\x3c\x6d\xdd\x0c\x5a\x89\xbc\x44\x16\x01\xd1\xd7\xe4\x56\xb6\xc6\xe2\x21\x0b\x35\xa5\x55\xe2\xd8\xfb\x59\x0f\x4e\x42\x30\xd4\x98\x9c\x97\x4d\x50\x86\x5a\xa1\x90\x0f\xd8\x3a\x3b\x74\xe6\xda\x99\x42\x25\x2d\x67\x5b\xed\xd9\x0c\x6c\x79\xe8\xf0\x3f\xdd\xcd\x45\x2b\xbe\xac\x34\xfd\x69\x86\xf6\x3f\xb0\xd1\xde\x72\xdb\x09\x2b\x74\x01\x60\xf0\x44\xba\x51\xb6\x89\x4c\x2f\x08\x9b\x1d\x21\x4f\xcd\x18\xc7\x61\xda\x94\x1d\xec\x2d\xc8\xf0\x15\x35\xc6\x4c\xa8\x89\xff\xd7\x1e\xbb\x77\x6f\xfc\x15\xce\x5c\x32\xfd\x62\xb8\x9c\x7e\xd2\xb3\x7a\x8b\x2e\x6b\xe9\x26\x5a\x02\xab\x28\x95\x34\xf3\xe1\x10\x8b\x70\x17\x40\xcb\xad\x05\xb4\x67\xb0\x0d\x2b\xdd\x2b\xe5\x19\x05\x1f\x19\x0f\xcc\x22\xed\x23\x40\x8e\x3a\x1c\xb8\x46\xad\xf0\x9a\x06\xfb\xd7\x13\xec\x96\xa1\xd2\x17\x21\xca\xa3\xc2\x76\xae\x2c\xc3\x66\x5b\x0e\x32\x1d\xda\x8f\x4e\x04\x7f\xe8\x0d\x7f\xe7\x02\xe6\x90\x6a\xcf\x9e\xcf\xeb\x82\x87\xf0\x8d\x14\x8f\x56\xc0\x3d\x22\xcd\xb6\xd1\xef\x42\xc7\x9b\x53\xb8\xb9\x0a\xb5\x53\x1f\x00\x80\xb7\xa2\x47\x52\x4f\x73\x88\xd7\x6b\xf5\x20\x3a\x78\x5b\x90\xe3\x41\x92\x6d\xa3\xfb\x41\x9c\x26\x71\x2a\x34\x4d\x5d\x9c\x82\x03\x47\xc3\xa1\xa6\x25\xa2\x56\x2a\xad\xa8\xa2\x82\xbc\x71\x9c\xfd\xda\x18\x7b\x1a\xe6\x44\x3a\x6c\xb9\x85\xfc\xcc\xd8\x1e\xa0\x7c\xaa\x31\xf4\x00\xb5\xf6\xd7\xb5\x6a\x66\x66\x0b\x0c\x93\x84\x0c\xf9\x66\x0b\x4a\x45\x53\x14\x45\x98\x83\xd1\x0a\xdb\x8d\x94\x93\x94\xb5\xea\x68\x87\x3e\x03\x0d\xf9\xd4\x7e\x5b\xf5\x5e\x5d\x1f\xc6\x2b\x12\x46\x41\x4d\xb7\xf9\xd5\xc5\xf3\xf1\x86\x9a\x83\xe4\x00\x09\x98\xed\x7a\xb7\xce\xc3\xb4\xc0\x2f\x51\xfb\x46\xd1\x1e\xa3\x8b\xc6\x45\x30\xac\x4f\xf6\xea\xc2\xd9\xce\xd2\x2c\x1f\xe9\xc0\x19\x8d\xae\x39\x3b\xcf\x9e\xd1\xad\x14\x0c\x0a\xef\xdb\x82\xc9\x25\x6b\x1f\x1e\xec\x55\xdd\xe7\xce\xfe\xf1\xe1\xa3\xec\xc5\xd7\x13\x66\xd8\xa0\x07\xc3\x05\xfe\x8b\x47\xaa\x20\xc3\x6e\x02\x57\x0b\x34\x2a\xa5\x0a\xd9\x1f\x7e\xaf\x7f\xf4\xf0\xc1\xc5\x6a\x1f\x41\xa5\x8b\x96\x4a\xe4\xd9\xfb\xd2\x88\x1c\x68\x24\xf6\xab\x91\xf8\x79\x4f\xa9\x24\xde\xe5\x05\xb7\xc3\x5f\x14\x3d\x61\xfc\xa1\x76\x5b\x24\xb6\x2c\xdf\x66\x2d\x16\x8d\x1a\xd1\xeb\xb9\xd8\x1f\xf7\x5e\xb6\xfb\xf5\xfc\x5b\xfc\x8b\x86\x1a\xde\xc9\xbe\x1a\xfd\xb6\xc3\x8e\x31\x34\x0e\xee\x17\x8f\xb1\x33\xf6\x0d\x2e\xea\xc4\x85\x4c\x92\x8b\x8d\x18\xe4\x7f\x62\xcc\xbf\x18\x26\x71\x04\xe6\xd0\x07\xc4\x7a\x3b\xcb\x36\xe7\x6d\x11\xc5\xff\x32\x0b\x5e\xe3\xed\x9c\xa6\x02\x66\x33\x88\x25\x9c\x46\x5c\x17\xcf\xb7\x31\x07\x92\x63\xc1\x87\x0c\x1d\x99\x60\xda\xc9\xb4\x2a\xe2\x23\x2e\xdb\x52\x3e\x07\xaa\x5d\xf0\xe1\xaa\x9c\xde\xbf\x77\xe4\x60\x75\x1d\x40\x0f\x7f\xf5\x4e\x89\x4f\xda\x9a\xf3\x8f\xec\x1b\x7a\xf8\xd1\x91\xd0\xc3\x77\x3f\x59\xfa\xf3\x06\x7b\xa4\xc6\x8e\xd0\x0a\x2d\xfc\x2f\x7b\xc1\x22\x2d\xf8\x8a\x6d\x4a\x25\xd1\x6e\x3c\x21\x70\xe1\x80\x5f\x8c\xf2\x00\x86\xa5\xdc\x25\xc2\xeb\xc2\x09\xb0\x79\x1e\x3b\xbb\x13\xb2\xf1\x9e\xb7\xaa\x3d\x69\x42\xe4\x55\xfc\x2a\x34\x21\x8f\x7b\x8f\x78\xbb\xef\xdb\x0f\xfa\x2f\x31\xfb\xf6\xd0\xfa\x56\xf6\xef\x9d\xb7\xd0\x21\x2a\xd7\xaf\x1f\x72\xe5\x98\x6b\x41\x87\xf5\xfd\x7f\x3d\x1e\x9c\x54\x3f\x70\x64\xa0\x2e\xb0\x79\xa9\xc7\x16\x1e\x12\x10\xdf\xba\x9b\xe7\x7f\x1b\x63\x5b\x18\xe0\xae\x33\x6d\xed\x21\x86\x60\xc9\xfa\x20\xb8\x6d\x41\x6f\xfc\xe0\xe6\x3d\xb2\x68\x37\xc6\xee\x5f\x79\xec\x58\x37\x8b\x74\xb9\x3f\xe1\xb1\xfa\x5e\x82\x17\x74\xb9\xa5\x29\x17\xa0\xe9\x47\x16\x8b\x31\xd2\xcd\x6c\x1a\x23\x69\x8c\xe7\xbf\xc3\x43\x05\x2e\xbc\x2f\xcd\x52\x51\x07\x02\x5d\x08\xd7\xce\x3a\xc2\x44\x05\x4c\x16\x53\x53\x0d\xf6\xeb\x1e\x7b\xaa\xac\x76\x5a\xc6\xba\xea\xef\xf5\xf6\x10\xa9\xb4\xec\x7e\x14\xbc\xbc\x52\xfd\xb4\x8c\xa7\x77\x6b\x43\xb8\x95\xc5\x11\xef\xf6\x4a\xda\x83\xf7\xd1\x8e\xbf\xaa\x55\xd5\xf9\x96\x4f\x8c\xac\xef\x99\xac\x97\x46\x15\x6d\xb5\xff\x8b\xb5\xe0\xf9\xc3\x5e\xe0\xec\x73\xb8\xac\x0d\x1c\x19\x9e\xf1\xbc\xcc\x36\x05\x20\x48\x28\xc7\x69\x77\x2a\x7e\xce\x63\x77\x38\xc7\xf8\x54\xf0\x0d\x73\xcb\x8b\x6a\x45\x98\x70\x6c\xd4\x58\x39\x77\xb5\x25\x3a\xbe\xee\x0d\xee\x82\xc3\xab\x9a\x16\xd7\x1d\xac\x41\xf4\x4e\x3c\xbe\x9c\x45\xc7\x61\x6f\x3a\x8e\xd8\xa6\xae\x07\xe4\xcd\xe4\x29\x18\x04\x5f\xb3\xe4\x84\x82\x0f\x29\x7b\x92\x8d\xf5\xe2\xc8\xff\xc6\xe0\x19\x17\x16\x17\x76\x4c\xf9\xc9\xda\x70\x2d\x77\x33\xeb\x0a\x05\x0d\xe1\xff\x4c\x2d\x48\xe7\x78\x21\x9f\x19\x4c\xcf\x8a\xa2\x7b\x6e\x49\x17\xa4\x92\x58\x02\x8c\xa5\x09\x94\xb9\x44\xd3\xfa\x88\xb6\xf2\xb3\xe0\x51\x5c\x0d\xa7\xc7\xde\xe9\xb1\xa7\x81\xcf\xd3\x59\x44\xfd\x03\x05\xf9\x9b\xbc\xe0\xb9\x73\x7a\xe3\x1f\xa8\x9e\x15\x29\x26\x2f\xee\xf0\xba\x12\x3f\xef\xee\xfd\xf7\xb2\x9d\xbc\x91\x9c\xae\x89\x94\xb8\xab\xfa\xc8\x02\x77\x61\x3f\x79\x94\xdd\x3c\x52\x91\xb7\x84\xbf\xd0\xcd\x0d\x6e\xdd\x7f\x7b\x24\xb8\x6d\xe0\xa9\x7b\xa8\x39\xaf\x77\xbe\x5f\xff\xca\xc1\xfd\x7a\x3f\x92\xd3\x47\x6d\xc9\xe9\x97\xf7\xe9\x73\xf0\xcf\x86\xfb\x1c\x3c\x79\x7c\x0d\x07\x97\x90\x7d\x5e\x42\x72\x75\xc3\x8f\x83\x60\x88\x23\x94\xea\x2a\x5a\x90\xf6\x66\x72\x27\xbb\x7d\x07\x38\xf4\x1d\xf6\x84\xbd\x53\x41\xec\xca\xf5\x3c\xb0\xab\x54\x85\xb9\x5f\x7d\x0a\x7b\xe0\x5a\x55\x0c\x15\xed\xc2\x6a\x6f\x5d\xf5\xe0\x6a\x33\x4c\x84\xff\xc5\x1b\x82\x6f\xdb\x39\x89\x9e\x7f\xca\xdc\x2e\x4b\xa4\x43\x42\xbe\x2e\x4c\x7a\x10\xd3\xdc\xdc\x0a\x00\xcb\xec\x8a\xe6\x8a\xe8\x26\x71\x33\x2c\x96\xc3\xb2\x7d\xc5\xf3\xd1\x84\x67\x3f\x74\xf6\xc7\x8f\x1d\x63\x7f\x5c\x63\x03\x1f\xfa\x1f\xaf\x05\xbf\x5a\xab\x3e\x75\x56\x88\x61\x0c\x8b\x01\xc7\x16\x8d\xb9\x03\x14\x60\x00\xd7\xa7\xf1\xc1\x60\xe2\x63\x6b\x2f\x01\xa2\x7c\x4e\xd9\x5f\x6a\x20\x5a\x8c\xce\xb5\xd0\x6a\x05\xb8\xb5\x38\x4c\x64\x20\x1f\x10\xc2\x96\xed\x55\x0e\x1f\x43\x45\x7b\x69\x24\x72\x7e\xa9\x21\xcb\xb8\xa4\x98\xf4\x72\x82\x57\xa2\x2d\x1f\xd3\x18\x43\x37\xb5\x85\x0c\xa0\x4e\x33\x30\xf4\xef\xd2\x0c\x0c\xc4\x25\x67\x24\xc0\xfd\xb3\x42\xb9\xc7\xb3\x94\x3f\xef\xec\x9a\x23\x59\x3c\x32\xc6\x86\x8c\x85\xff\xa7\xb5\xe0\xb3\xb5\xc1\xe7\xd7\xb9\xa7\x31\x92\xf0\x89\xee\x6b\x28\xe5\xfa\xf5\x76\xb5\xd6\x2e\xb0\xdc\xe8\xc1\x88\x30\x6c\x42\xb6\xdf\x0d\x2e\xf9\xa3\x43\xec\xe9\x89\x0d\xf2\x05\x23\xf0\xd1\x43\xc1\x07\x0f\x0d\x3c\x7e\x42\x06\x40\x49\x63\x4f\xec\x00\xf0\xcc\x9a\xf9\x2a\x7d\x21\x30\xa2\x3b\xcb\x37\x31\x34\x61\x04\x1f\x0e\xc6\xf5\xa1\x09\x08\x24\x17\x25\xaa\xc6\x85\xd5\x0d\x1d\x5d\x0b\x12\xa2\xf0\x83\x49\x80\x2e\x03\x9c\xaa\x44\x5c\x36\xc2\x67\x51\xe6\xbd\x66\x39\xe5\x52\xd8\x17\xe8\xfa\x11\x87\x09\x1c\x6b\x30\x02\xe6\x93\x38\xd5\x59\x67\x79\x67\xaf\xe1\xf9\x65\x58\x6c\x16\x33\x08\x7d\x66\x1f\x19\x61\x37\x9e\xc1\xe1\xd2\x92\x76\x51\x7d\x30\x6d\x9d\x4d\x37\x41\x67\x4c\xdb\x53\xeb\xfa\x4e\x6a\x3d\x13\xae\x61\x52\x83\x5c\x09\xe1\xf7\xd8\x43\xce\x1c\xff\x2f\x47\x9c\x0b\x4c\xd8\xed\xc2\xe1\xb4\x10\x8a\x4e\x96\xae\x8a\x12\x44\xec\xdf\x3a\x12\x4c\x3b\x4f\x86\xb9\xa5\x46\x90\x40\x4e\x9c\x11\xa2\xf5\x4f\x1d\x3e\x10\x0f\x0f\xc4\x43\x7b\xf2\x7d\xab\x12\x0f\x57\x83\x67\x9a\x9b\xa8\x3d\x91\xf6\xee\x25\x3f\x30\x73\x0f\xee\x71\xfb\x71\x40\x7d\x60\x77\x21\xfa\x56\xff\x16\xcb\xc2\xd5\x2d\xb4\xdc\xec\x6c\x15\x55\x99\xf9\xb7\x6f\x74\xfc\x57\x5c\xaf\x79\x70\x10\x4c\x5a\x14\x53\xb4\xd2\x4b\x44\xb1\x22\xb6\x62\xb1\xed\xbf\xe9\xc6\xe0\xd5\x87\x86\xbf\xe3\x22\xed\x75\x00\xa8\xb4\x20\xfd\x09\x4c\xa3\x90\xe8\x23\x6c\xff\xb4\x5e\x41\x3e\x23\x5d\x91\xcb\x73\xc2\x84\x40\x5b\x34\xca\x6b\xa0\xe1\x90\x02\x9a\x88\xf4\xa4\x54\xb9\x11\x3a\x45\x9c\xe2\xa1\x55\x4a\x29\xbc\x8b\x48\x0a\x0a\x61\x04\x25\xff\xe3\x05\x77\xda\xc6\x3b\x06\x50\x20\xed\xa3\xdc\x57\x70\x71\xb9\x2b\xf2\x58\xa4\x4d\x11\xf1\xa8\x97\xab\x49\x48\x7c\xb9\x80\x93\x31\xa2\xd1\xc6\x37\x07\xf0\x7d\xd7\xfb\xfc\xc2\x22\xec\x03\x45\x3b\xdb\x9e\x69\x4b\xa9\x83\xea\x0c\x61\x6c\x65\xc6\x1f\xee\xc5\xcd\xcd\xa4\xcf\x13\x51\x82\xe4\x99\x46\xd8\x1f\x0a\xa1\x42\xf9\xcc\xc5\xb9\xec\x1e\xd2\x7c\x17\xe0\x3e\x42\x85\x2d\xdd\xbf\xc6\xcf\x98\x02\xb5\x5b\x0f\x86\xdb\x41\xe9\x80\xf5\x5a\x69\x79\x24\x9a\x80\xb6\x4d\xe0\xc0\x72\xd7\x0b\xe3\x42\x00\xaa\x45\x0b\x32\x8b\x44\xb7\x57\xf6\xeb\xbc\x19\x36\xc1\x23\xbd\x25\xca\xb8\x23\x66\x72\xb1\x95\xa1\xf6\x12\x3b\x0e\x84\xa5\x66\x99\x8a\x02\xbe\x6d\x8a\x5c\xd6\x8f\x3a\x67\x0e\x4e\x71\xec\x1d\x4c\x7e\x2e\x6b\x86\x89\xfd\x98\x22\x01\x85\xca\x08\xa2\x93\x65\xa5\x85\x5c\xc1\xa3\x2a\x4d\x7b\xeb\xdc\xf2\x22\x0d\x6d\xe3\x8a\x07\x34\x8e\x6e\x0c\xe0\x91\x83\x0d\x67\x1f\x8a\xa3\x17\x58\x82\xc1\x73\xf6\x69\x70\x63\xaf\x55\x3c\x9b\xaf\xf0\xd8\xc2\x4e\xae\xcf\x7b\xd9\x7a\xc0\xfb\xeb\x2e\x70\xf8\x42\x50\xca\xe1\x8e\xa6\x2a\x12\x15\x11\x4c\x34\xe1\x75\x83\xfd\xa4\xa7\x99\x31\x7f\xc8\xdb\x41\x41\x3a\x58\x9d\xc1\xaa\xa0\x23\xee\x45\xf2\x95\x06\xdf\x2b\x70\x13\x05\xf4\x7b\x6b\xf3\x41\xf7\x2b\xed\x8f\x3f\x64\x57\x0c\x07\xf6\xc2\x83\xb8\xbf\xfd\xca\x33\x8f\x7b\xdd\xdd\x4f\xcd\xf3\xfe\x0b\xa6\x2d\xde\xd1\xd1\x9c\xf9\xc3\x67\x63\xf5\x38\x7d\xc5\x38\x9b\xdd\xd1\x9d\xff\xe4\x4e\xa1\x0a\xfe\x87\xc6\x82\xf5\x1d\xde\x9b\xbb\x97\x48\xb3\xde\x46\xdb\x99\xfb\x65\x06\x47\x49\x3f\xeb\x69\x32\x72\x63\x28\xc9\x2d\x8b\xb1\x8a\x99\x26\x70\x11\x67\xdb\xfc\xb5\x1a\xbb\xdd\x99\x75\x93\xc1\xd7\xef\x60\x22\xb2\xb7\x8c\x37\x7b\xb4\xdd\xbe\xde\x0b\x5e\xe1\x0d\x33\x12\x3d\xe1\xe6\x75\x6b\x33\x0b\xec\xaa\x25\x64\x6c\x8a\x82\x07\x86\x19\x9b\x06\xea\x35\xfc\x76\x2a\x57\xe8\xf4\x46\x2f\x8e\xc4\x8c\x21\x85\x2f\x6e\x02\x51\xc5\x2e\xed\x1f\xc6\xd9\xd7\x0d\xb1\xb4\xac\x85\x71\x0a\x81\xf6\x97\xd6\x0c\x60\x6f\x5c\x70\x78\x0e\x27\x93\xf2\xd1\x2d\x33\x04\xee\x69\x0b\x1e\x08\xb0\xf7\x07\x18\x6d\x63\x61\x79\x69\xd7\xe4\x32\x4b\x40\xd8\x82\xe4\x90\x57\xe3\x8a\x37\xb6\x29\xfa\x57\xbc\x09\xfc\xd8\x19\xe0\xcf\x8f\xb1\x77\x79\xec\xa8\x3c\xcf\xe7\xa2\x48\x44\xfe\x8f\xee\x03\x58\x36\x5a\x53\xd9\x54\xed\x67\x83\xf0\xb2\x25\x34\x13\xd0\x65\xe5\x07\x20\xc7\x28\x8f\xd4\xed\x3c\x2e\x4b\x81\x6e\xda\x4b\xd9\xd9\xcb\xa2\xd9\x2b\xe9\x8b\xa2\xc1\xce\xb2\x43\xb0\x8b\xf8\xf7\x04\x33\x6b\x3a\x27\x3c\xbe\x5d\xea\x02\x0d\xac\x2d\x13\x6c\x8a\xbe\x73\xb5\x7e\xab\xc7\xa8\x43\xfc\x37\x79\xc1\x3f\xf7\x54\x44\x3f\x4a\x98\xf8\x46\xcd\x0c\xcc\x21\x43\x4f\x67\xd5\xe1\x83\xdd\x0d\xc9\x94\xe9\x13\x73\x40\xe3\xe7\x52\xa6\x60\xdc\xea\x7c\x19\xa6\x99\x79\x02\xdb\xa5\x6e\xa5\x53\xc5\x05\x26\x07\xce\x7f\x76\x70\xc2\xad\x9c\x6e\x10\x21\x62\x20\xc5\x91\x85\x8c\xe5\xe4\xf2\xdd\x6c\xaf\x06\xbb\x65\x21\x72\xff\x73\x47\x83\x64\xe0\xa9\x83\x56\xd4\x95\x0f\x64\x59\xe0\x13\x5e\xe6\x61\xab\x15\x37\x79\x99\xcd\x48\x71\x87\x74\x61\x43\xa8\xba\x20\xce\x83\xbc\x9a\x2d\x25\x98\x33\x1d\xbf\x70\x84\x7d\x66\x8c\x3d\x5d\x8b\xfb\xda\x48\xfb\x91\xb1\xeb\x40\x02\xf0\xdf\x6b\x8a\x43\x73\x49\x15\xa0\xf0\xce\x09\x0e\x74\x1a\x0d\xb8\xa8\xbe\x72\x01\x02\x91\xc0\x0c\x70\xdc\x48\xad\xe1\xaa\xb8\x14\x57\x4e\x71\x37\x8f\x5b\x2a\x86\x06\x71\x90\x10\xd1\x3f\x2e\x29\x31\x7a\xa4\xeb\x36\x16\x0d\xc6\x16\x5b\x00\xa1\xa7\xd5\x65\x05\xba\xda\x2b\x3e\x01\xbc\xb9\x0c\x8e\x0a\x44\x7e\x6c\xb7\xb3\x44\xe8\xac\x4b\xc4\xc1\x2b\x0c\x88\x86\x93\x71\xaa\x81\x77\xa8\xf9\x36\xcd\xe0\x52\xb5\xdb\x1b\xfc\x7e\x0d\xa8\x53\xa9\x3e\x94\x71\xb5\xd9\xb1\xdf\x1b\x03\x17\x94\xeb\x3d\xac\x86\xf1\xb1\x32\x28\xb8\xdf\xa8\x7a\x2f\x57\x41\x1f\xaf\xf7\x98\x42\x20\x04\x8c\xe6\x40\xdb\xff\x47\x1f\xd3\x3d\x95\x81\x14\xb2\xc7\x0b\x9e\x6d\xa7\x26\xe7\x06\xfb\x69\x8f\x1d\x8e\xbb\x67\x92\xac\xb9\x29\x0f\x90\xc6\x5e\xc3\x7e\x96\xe1\x93\xa0\x43\x7f\x68\x19\xb6\x4b\xae\x00\x15\x2e\x46\x4a\x36\x0c\x51\x1e\xf9\xdc\x52\x9e\x12\x72\x1d\x6d\xdc\xe8\x82\x43\x9b\x0e\x46\xa3\x34\xd8\x8f\x31\x76\xef\xfe\x3d\x74\x41\xf5\xfa\xa9\xa3\xc1\xfd\xbb\x27\x73\xcd\xaa\x3b\xa7\x1f\xae\x9c\xfd\xd2\xe1\x03\xf1\x7f\xbf\xea\xcc\xef\xd3\x0e\xed\xaf\xf5\x82\xe3\xe7\xf6\x36\x1a\xb6\x86\x73\x8d\xad\xb0\xe5\xeb\xe0\x3d\xe9\x7a\x20\x1e\xa8\x25\xae\x5d\x2d\xf1\x3b\xb6\xc1\xe2\x43\xfb\x34\x58\x58\x7e\xc0\x4f\xae\xc5\xc2\x6a\xdc\xe3\xde\x2b\xf7\xe0\x04\x1b\xfa\xdf\x7e\x3d\x9d\x60\x87\xe9\x81\xdf\x33\xe8\xac\xe8\x68\x3f\x96\xb2\x54\xb9\x2a\xcc\x95\xd8\x68\x51\xf8\x8f\x7b\xc1\xcb\x86\xbe\xb1\xe0\x64\xdb\x55\xfd\x63\x68\x52\xb9\x84\xaf\x69\x96\x4e\x3b\xd8\xe8\x34\x1d\x51\xdf\x47\x79\x00\x6e\x7f\x29\xf2\x56\xd8\x74\xaf\xae\x19\xbb\x93\x8d\x77\xc3\xb2\xed\x9f\x08\x6e\x02\xc3\x2a\x21\x6a\x5c\x58\x39\x87\x96\x3d\x7d\xed\x83\x9c\xed\x79\x75\x8a\x8d\x6f\x89\x7c\xdd\x7f\x56\xf0\x4f\x2f\x8a\x7c\x5d\x7d\xa9\xc5\x84\xfb\xd6\xd6\x96\x65\x7f\xad\xdb\x1f\x7d\x69\x82\x3d\xeb\x2a\x42\xf7\xfd\xf7\x4f\x04\xa1\xfd\xc0\xd9\xc2\xed\x08\xfe\xba\x62\x12\x52\x3f\x01\x04\x1e\x9f\xf4\xca\x38\x51\x1d\x89\xe1\xf7\x18\x16\xdc\xa4\x40\xff\x2b\xde\xb8\x9c\x5e\x4e\xcf\x7c\xf0\x10\x7b\x4b\x8d\xf9\x94\xc5\x05\x93\x83\xff\x68\xcd\x3f\x14\xa7\xe5\xa9\x5b\x82\xbf\xf0\x06\x5f\xab\x6e\x70\xd0\x05\xa8\x13\x55\x7d\xaa\x14\x3e\x04\x81\x10\x36\xf3\x0c\x71\xfa\x79\x2e\x12\xb1\x15\xa6\x25\x31\xab\xdb\x4e\x94\x21\xde\x2e\xf2\xa6\x3c\xa1\xec\xcc\x60\x80\xd4\xf1\x31\x50\x86\xe5\xe4\x5c\x34\xf8\xbc\xa6\xfa\x80\xbb\xe4\x16\x5c\xc6\x64\x92\x95\x4a\x9d\xd4\xde\x09\xdd\x73\x94\x1d\x96\xd3\x68\x43\xe4\xec\xfd\x1e\xbb\x81\x9a\x73\x11\xee\x99\x6f\xbf\x9a\x8d\x65\x08\xa9\x61\xcb\xce\xed\x2a\x3a\x71\x97\xbe\xe3\x93\xd0\x5f\x0f\x53\x31\x53\xac\xc9\x60\xac\xfd\x97\x04\x4b\x80\xc2\x68\xdd\xc1\xb7\xdb\x48\x40\x65\x65\x0b\x49\xe2\x82\x5b\x03\x5c\xe7\x17\xf5\x04\x9b\xb3\xea\xec\x38\xbe\x78\xea\xfa\xbd\xbd\xbf\x5e\xb9\x73\x6b\xb7\xee\xa0\x8a\x56\x9a\xd9\x60\xdf\x35\xce\x6e\x1a\xe1\x22\xaf\x04\xd6\x35\x91\x77\xfc\x2f\x8e\x05\x6f\xf7\x88\xdd\x3f\xcb\xc9\xc8\x0e\x8a\x16\x2d\xe0\x97\x22\xef\x68\x7c\x43\xcd\x23\x5d\x28\x2b\x93\xe5\x64\x8b\x75\xea\xc0\xcd\x75\x6e\x69\x41\x5d\xc5\x15\xa3\x9c\x5d\x30\x75\xad\x8a\xe3\x87\xc3\xbc\xb7\x4e\x1a\x5e\x10\xd5\x2b\x35\xad\x38\x04\xd7\xd8\xf7\x0f\x73\x08\x7e\x85\x17\xdc\x6e\xcc\xb0\x6e\x3b\xaa\xfe\xc0\xf2\xed\xf1\x42\x5d\x63\x6d\x21\xe6\x1e\xb6\x13\x8c\xe0\xb0\xbe\xb4\x9d\x7f\xbf\xc7\x63\xc7\xa0\x62\xf7\x82\x48\x7d\x2d\x75\x22\xf6\xcc\xeb\x57\xa7\x37\x8c\xb1\x5b\xaf\x05\x57\xd1\xff\x74\x2d\x58\x19\xfa\x86\x2c\x09\x08\xe4\x0e\xfa\x7b\xa3\x56\x6d\x19\xd0\xc9\x69\x02\x9d\x84\x43\x59\x0e\x31\xc8\xd1\x57\xbc\xa3\xfa\x6a\x3f\x4c\xa5\xfa\x47\x1e\xeb\x93\xfe\xf1\xe1\x20\xba\x24\xff\xb8\x54\x65\x41\xd3\x77\x30\xb7\x7a\x6a\x7a\xc2\x02\x0d\x6e\x0e\x00\x8b\x15\xd0\x74\x73\xb1\x11\xe6\x51\x42\x40\xe5\x00\x1f\xca\xb5\xce\xc8\x5e\xbe\x11\x33\xb5\xf3\x1f\x08\x9e\x7f\x49\xff\x72\x2a\x01\x4f\xf6\x50\x93\x11\xa5\xbc\xe1\xa8\xb3\x42\x41\x25\xb5\x75\xb2\xb1\xd2\x4b\xcb\xb8\x63\x61\xaa\xfd\xa7\x23\xc1\xa9\xea\xc3\x0a\x18\x9f\xf5\x76\x67\xd7\xf0\x5f\x38\xcc\x36\x95\x80\xbf\x7e\xb5\xfe\xac\x3b\x13\x79\x0c\xab\xff\x81\xdc\x7e\xe0\x87\x7e\xe0\x68\x74\x9d\x0c\x73\xe1\xee\x77\x9e\xd3\xfe\x3d\xc6\x27\x5c\xae\xc7\xca\x15\xa7\xba\x8d\x54\x2f\x34\xdf\x37\xc1\xa6\xf7\x34\xaf\xf0\x64\xbb\x78\xd2\xff\xc2\xa1\xe0\xf7\x0e\xa9\x5f\x80\xe1\x26\xd0\xc9\xb1\xb4\x14\xd9\xe0\x9d\x02\x50\x8b\xe8\x15\xd9\xcb\x05\x52\x8d\x87\x7c\x2d\x8f\x05\x20\xa9\x80\xa3\x25\x9e\x20\x0d\xc6\x80\x98\x6e\x53\x40\xf8\x20\x29\xab\x42\x7e\xbc\x71\x7c\x70\xaf\x20\xed\x56\x59\x88\xa4\x65\x81\xd3\x86\x09\xe0\x24\x77\xc2\xae\xe2\x43\x40\xef\x41\x51\x12\x07\x30\xed\x40\x4e\x7e\x20\x82\x4c\x63\x8e\x59\xce\x63\x85\xbf\xac\x12\x43\xce\xa8\x0e\x45\xe6\x10\x90\x54\x80\x3a\xbb\x97\x53\xe5\x8b\x59\x7e\xbc\x35\x7b\x8f\x3c\x1f\x4e\x1f\xaf\x13\xef\x0a\xfe\xac\x1e\x60\xa1\xaa\x7c\xca\x55\xcf\x40\xe5\xa0\xdd\x80\x38\x17\x76\xf9\xf1\xad\xd9\x7b\x60\xda\x59\xb9\xe1\x6f\x95\x9d\xb8\x1c\x36\x4b\xfe\x50\x81\xe7\x6e\x27\x2c\x9d\x4b\x00\xed\xec\xb2\x2d\xfc\x78\x3c\x7b\x4f\x9c\x46\xe2\xb2\x95\x17\xfe\x46\x3c\x96\x22\x36\x57\x24\xf8\x00\x6a\x01\xdf\x1f\xdf\x9c\xbd\x67\x53\xf4\x0b\xeb\x4b\xf8\x89\xdb\xb9\xac\x68\xd6\xe2\x76\x61\xc7\x0b\x68\x07\xcd\x00\x5c\x72\x71\xae\x28\x95\x89\x04\x76\x51\x96\x24\x93\x75\xc2\x6e\xe1\x0c\x14\x4e\x29\xb5\x26\xcd\x40\x83\x59\x49\x7e\x61\xf3\x85\x16\xa0\xff\x34\xb1\x67\x25\x31\xf3\x63\xcf\x60\xa7\xd8\x14\xe4\x71\xca\x8b\x78\x43\xa1\x18\xcc\xe8\x49\x19\x51\x6c\x6e\x14\xb7\x5a\xd6\xb1\xc9\xbe\xfc\x34\x16\xec\xe4\xa6\x47\x48\x70\xbf\xfd\xb4\xe0\x74\xe5\xd9\x5e\xb0\xe0\x8c\xaf\x60\xe3\x8a\xf7\x4c\x4a\xb1\xd4\xeb\xac\x8b\x5c\x99\xbf\xa2\x2b\x9e\x9f\xc2\x93\xf3\x71\x51\x98\x87\xcf\x8c\x44\x21\xe5\x8a\x81\xd4\xc7\x30\xf5\x8a\x08\xa3\xbe\x23\x00\xfc\x8b\xa7\xb2\xaf\x78\x6c\xc4\x77\xfe\x1f\x78\xea\x6a\xfb\x61\x60\x6e\x2b\xb3\x32\x4c\x38\xe6\xa5\x64\xd7\xa2\x8a\xab\x44\x94\x30\xd0\x3e\x6a\x4b\x37\x8b\xf8\x24\x6a\x33\xe4\x1b\xfc\x8c\x1c\x96\x92\xfe\x88\x2f\xa6\xf6\x41\x48\x66\xf0\xa7\x8a\x19\xcc\xb1\x10\xe5\x8c\x73\x63\xfd\x75\x8f\x3d\x1d\x5b\x72\x21\xd5\x2a\x14\xff\xdd\xba\xc5\x6f\x81\x16\x5f\x5b\x5b\x35\xc7\x70\x6a\xb6\x05\xfb\xbd\xfa\x0c\x3c\xe7\xb4\xfa\x66\x12\x69\x10\x81\xae\x4e\x51\xd1\x40\x80\x48\x27\x4e\x61\xe4\x56\x01\x34\xb2\x98\x72\xda\xf1\xc7\x1e\x1b\x31\x49\xfc\xdf\xd4\x8d\xf9\x97\xa3\x1b\x23\xef\x66\xba\x3e\xaa\xd8\x93\xd5\xd6\xc8\x54\x40\x50\x50\xa0\xc9\x34\xef\xa5\x95\x46\x3d\xb1\xa3\xf5\x7f\x7b\xec\xa9\x58\xfd\x39\x3d\x56\xef\xd7\xcd\x7b\xeb\xf5\x18\xab\x21\xdc\x4f\x4f\xd0\x90\xfd\xa1\xc7\x86\x2c\x5f\xff\x37\x74\x7b\xde\xb3\xb7\xe1\x72\xab\x88\x0c\x56\xc8\xa2\x5f\x7e\x55\x07\xeb\xcd\x1e\xb3\x37\x1c\xff\xd5\xba\x61\xc5\x93\x3a\x4e\x30\x38\x0d\xa7\x6a\x09\xf3\xb3\x75\x04\xa7\x7f\x9e\x48\x09\xef\xc1\xbf\x08\xf5\xbb\xfd\xd6\x60\xae\xca\x5e\xba\xa1\x13\x71\xf5\x9d\x72\x4b\x33\xfb\xb4\x0d\x89\x57\x29\xed\x99\x74\x85\xa8\x2e\xcd\x15\xd5\x23\xcf\xde\x65\x5f\xb5\xc7\x9b\xf2\xb2\x9a\xeb\x94\xf6\x45\x8f\xdd\xd8\xcc\x92\x04\x7c\x3c\xe7\x81\x4b\xe1\x93\xba\xe7\x3f\xe0\xcd\xe3\x1d\xb4\xc5\xdb\x61\xd1\xe6\x3a\xa1\xc1\x3b\xd0\x67\x15\x0a\x39\xfa\xa7\x8d\xe6\xd7\x2b\x44\x61\x9b\x11\x43\x15\x34\x01\x79\x61\xe4\x7f\x98\x82\xbe\xb0\xd9\x0e\xd3\xb8\xe8\x20\xab\x5d\x5c\xf2\x54\x08\x3c\xf9\x91\x5c\xcc\x88\x3e\xaa\xfc\x54\x6c\x4b\x01\xdc\xc0\x54\xae\x88\x2d\xc8\xd6\xed\xd4\xff\xea\x39\x98\xa8\x5f\xf2\x82\x73\x2b\xee\xa9\x4a\x92\xbc\x59\xa6\x38\x74\xc6\xa1\x22\x34\x8d\x3b\x5e\x38\x87\xb0\xcb\xad\x7b\x07\xbb\x6d\x07\x5c\xd1\x81\x73\xff\x89\x25\xac\xfc\xf2\x0d\xec\xd9\xb6\x86\x47\xe4\x25\x72\xa5\x0a\x8c\xbd\x34\xbf\x57\xe3\x0d\x39\x5f\x56\xf0\x52\xab\x6b\xe5\xbf\xf7\x86\xe0\xdb\x76\x4f\xe6\xb8\xad\xe8\x8e\xc6\x6e\x1b\xf9\x35\x5d\xbb\x48\x73\x7e\xc5\x9b\x50\x4c\xb9\x96\xac\xf1\x2f\x8f\xb1\x73\x9a\x0a\xf5\x4c\x70\x1b\x39\x69\x1b\x9f\xce\x90\xb8\x51\xe9\x85\x9a\x17\xca\x0d\x95\x90\x6e\xcd\x8d\xf8\xfb\x8d\x1b\xea\x77\x7a\xc1\xff\xe5\x22\xb5\xea\x9a\xd7\x95\x6c\xbe\x06\xc4\x47\xf7\x86\x49\x21\xea\x8a\x68\xad\xc1\xe7\xba\xdd\x3c\xdb\x12\x51\x9d\x2f\x88\x34\x56\x5c\x70\x48\x21\x67\xf3\x1f\x76\x30\x1e\x0d\xc8\x74\x20\x8f\x00\x14\x4a\x94\x4f\xe0\xa8\x72\xde\x7c\x88\xb4\xca\xaf\x3f\x14\xbc\x02\x06\x7a\xa0\x56\x0d\xfe\x02\xf9\x9d\xcb\xb0\x28\x78\xa0\xaa\x13\xd4\x79\x80\x15\x0a\xb0\x46\x01\x56\x29\x68\x30\x36\x97\x5a\xe9\xac\x21\x8a\xc9\x2f\x0c\x00\x2a\x65\x69\x33\x21\xa4\x0a\x13\x3b\x98\xaa\x6e\x33\xcd\xda\xfd\x0b\x7e\x65\x94\x2d\xe2\x2e\xeb\x3d\x39\x2e\x8a\x9e\x05\xd8\x10\x6f\xa4\x22\x97\x15\xd1\x75\xbc\xbe\xb5\x88\x20\x53\xbb\x0e\xd4\xf3\xa3\xeb\x41\xbd\xb3\x63\x3d\x68\x82\xec\x54\x0b\xcc\x12\x18\xfe\xf0\xec\x84\x12\x71\xe8\xcc\xdc\x97\x45\xda\x1d\x85\x9d\x50\x1d\xcb\x21\x94\x69\x7b\x9e\x6d\x86\xc5\x35\x17\x1d\x28\x47\x9e\xc4\xe4\xf6\xc7\x18\xb8\x8b\x11\x4d\xa1\xbd\x3e\x31\x04\x4f\x59\x29\x54\xc4\xa4\x3d\x35\xdf\x5f\x63\x7e\x12\x16\xe5\x5a\x1e\xa6\x78\xbf\x03\x6a\xfc\x1f\xad\x5d\xbb\x07\xe3\x1f\x7b\x83\x19\x6a\x13\x45\xdc\x11\xee\xc4\xe7\x32\x31\x62\x76\xc2\x6f\xc5\xbc\x26\x5b\x43\x03\x04\x17\x3f\xf0\x42\x01\xaf\x95\x5e\x0a\xd7\x74\x38\x47\x42\x79\x4a\x58\x99\xe9\xa6\xc2\x48\x03\x6b\x3b\x17\x97\xe3\x42\x01\x01\x63\x32\xcd\x24\x0a\xf4\xad\xed\x30\xdd\x00\x9a\x44\xe3\x5b\x1e\x69\x9a\x31\x79\xb4\x91\x42\x48\x9d\x0b\xb2\x0d\x0d\xf6\x5d\x1e\xbb\x51\x56\xfd\x02\x1c\xc2\xd0\x69\x2f\xbd\xf6\x3e\x7b\x8e\x9b\x95\xd3\x5d\x0a\x6a\x5a\xf6\x13\x1e\xf9\x58\x23\x9b\xe0\x9b\xb5\x0c\x83\xf8\x4b\x82\x25\x45\xc3\x6a\xc5\x95\x8e\xa0\x14\x87\xc0\x57\x97\x5f\x7a\xc7\x3d\xf6\x55\x35\xf6\x8d\xd6\xa9\x83\x4e\x46\xda\x46\xb0\xb8\xb0\x22\x3b\xd3\xff\x9c\x17\xdc\x4e\x7f\x1b\xf4\xea\x90\x77\xe2\x74\xa6\x13\x5e\x26\xcd\x1c\x4d\x47\x9e\x43\xb2\xac\xc5\x17\x17\x8a\xc6\x15\x6f\xac\x13\xa7\xf2\xbf\xe1\x65\xe7\xb4\xf8\x2e\x8f\xcd\x33\xf9\xd4\xbf\x47\x49\x67\xc7\x65\x5e\x4a\xcb\x61\xb9\x46\xcb\xfc\xea\x68\x2d\x27\x62\x42\x4b\x5c\x38\xcb\x64\x01\xfe\x69\x95\xc9\x54\x27\x4e\x2d\xdb\xb4\xd1\x13\xec\x9c\xcd\xef\x8f\xb1\x79\xea\x07\x79\x58\x4f\x87\x1b\x1b\xb9\xd8\x08\xcb\xcc\xc5\x43\xa8\xfa\xb1\xcc\x2d\x2f\xba\xf0\xf0\x6f\x18\x0b\xe6\xaa\x0f\xcd\xb0\x45\x22\x8f\xb7\x2a\xc6\x13\x1c\xa4\x30\xb5\xa2\x75\x9c\x8e\xfa\xe5\x1a\xfb\x80\x0b\x13\xff\x33\xb5\xe0\x9b\x46\x32\x7d\x87\xdd\x78\x55\xa3\xcd\x1b\x51\xe7\x5b\xd8\x45\xb6\x36\x74\x36\x5f\x5b\x73\xff\x27\x42\x93\x7f\x0f\x63\x2f\xd8\x83\x4f\x12\xce\xf8\x3d\xf8\xb7\x7d\xfe\x49\xf2\x6f\xfb\xf3\x03\xff\xb6\x7d\xfb\xb7\xbd\x45\xfb\xb7\xbd\xfe\xda\xfc\xdb\x5e\xc4\x1e\x60\x17\xae\xda\xbf\x6d\x2f\x73\xe9\xc0\x58\x76\xe0\xe4\x66\x3b\xb9\xbd\x66\x0f\x4e\x6e\x2d\x3f\x7a\x62\x9d\xdc\x08\xaf\xf7\x0b\x87\x1d\x0a\x30\xe5\x6d\xf0\xc2\x5e\xb6\xde\x2f\x85\x43\xb0\xfa\xf3\x87\x21\x4e\xc4\x82\xe3\xa7\x54\xc8\x88\x8a\x5a\x0e\x29\xeb\x28\xea\x26\x0c\x94\x45\x79\x16\x54\x55\x2a\xbd\x02\xcf\xa7\x28\x12\xe2\x4b\xe5\xd9\x76\x2a\xf2\xa2\x1d\x77\x79\xc7\x70\x83\x66\x39\x5f\x3d\x7b\x2e\x4e\x7b\x97\x79\x2e\xc0\xa3\x23\x4e\x37\x1a\x57\xbc\x23\xd4\x19\xfd\x2b\xde\x04\xe6\xe7\x6c\xa9\xaf\x9d\x60\x3f\xe4\xb1\x89\x52\xa4\x61\x5a\xfa\xdf\xe3\x05\x8f\x79\x6b\xf0\xb7\x2c\x45\xad\x30\x14\xb2\xdd\x5a\x29\x67\xef\x33\x61\x73\x53\x8a\x26\x17\x0a\xc5\x7f\x1a\xf5\xd3\xb0\x43\x74\xdc\x20\x1a\xd1\x2e\x5c\x69\x55\x9d\x6b\xd7\x9e\x42\x94\xea\x86\xd3\x4d\x7a\x1b\x71\x6a\x4f\xec\x17\x12\xaf\xe5\x62\x70\xcf\x85\x02\x43\x4a\x3a\x61\x57\xd5\x02\x61\x3f\xe4\x43\x9b\x38\xb7\x90\x52\x45\x53\x90\xe7\x05\x44\x49\xba\xee\x0d\xd4\x15\xfe\x8b\x83\xf3\xc4\xa3\x6d\x6f\x34\x30\x42\x16\x05\x35\x88\x72\xa8\xf8\x24\x9e\xf8\x6a\x67\x10\x79\x8f\x73\xf1\x78\x9e\x62\x13\x3d\x1d\x9c\x04\xfe\xcb\xdd\xaa\x4e\x28\x23\xf0\x91\x9d\xd1\xa3\x9e\x45\x72\xbc\x15\xb4\x57\xe8\x6f\x0e\x66\x28\xb2\xc9\xe1\xde\x27\xaa\x15\xc3\xd0\x1f\x62\x17\xc6\xf1\x31\xdc\xc8\x4e\x84\xf8\x2e\x94\xc7\x7f\x04\x95\xc0\xa9\xe4\xff\x9e\x17\xfc\x86\xb7\x42\xbf\x5c\xea\x89\x22\x4e\x37\x12\xd4\x57\xf6\x92\x32\xee\x26\xa6\x4a\xfa\x03\x12\xd1\x8a\x2a\x3b\x09\x75\x7f\x58\x00\x13\xf0\x2c\x4c\xf6\x6e\x18\xe7\x7c\x52\xe7\x25\xe4\xb6\x22\xf0\xba\x59\x88\x6e\x98\x1b\xde\x5d\xb9\xf9\x84\x85\x02\x9c\x09\x21\xda\x82\x8c\x4e\xf2\xab\x30\xe1\xaa\xfe\xa0\x68\xa1\x69\x68\x77\xf4\x6f\x8e\xb1\xc9\x21\x8b\x5c\xb9\x04\x82\x49\x4e\x07\xa5\xfc\xe0\x58\xf0\xe2\xa1\x6f\xec\xfe\x30\x8c\xda\x06\x79\x77\xb2\xd9\xed\xd5\x79\x47\x74\xb2\xbc\x3f\xa5\x20\x7a\xe3\x9c\x67\xbd\xb2\xdb\x53\xd6\x3a\x58\xb8\xf8\x85\xb3\x5e\xdf\x5e\x63\x2f\x62\x4f\xd1\xd9\x02\x91\xc2\x7d\xc1\xdd\xf3\xba\x1c\x39\x0d\x67\x95\x57\x55\x64\xb7\xb4\x6e\x48\x4b\x80\xa2\x2b\xdd\xe2\x5b\x61\xee\x74\xc0\x1b\x3c\x76\x38\x8a\xb7\xe2\x22\xcb\xfd\x57\xee\xd3\x9f\xf1\xec\xaa\x43\x36\xe5\xb4\x4e\xdd\x40\xc4\x65\x54\xd9\xeb\xce\xa9\x5b\x17\xd3\x8c\x07\x27\x03\x76\x1b\xd3\x1d\xe1\x4f\x05\xdf\xa0\x1c\x89\x66\xad\x13\x3f\x23\x6f\x32\xbb\x25\x5f\x76\xa9\xf6\xc5\x16\x48\x01\x5b\x27\x1b\x67\xe5\x5f\x20\xb5\x7e\xe2\x48\xf0\xcd\xfa\x97\x2b\x9c\xc2\xe3\x9d\x1d\x89\xde\x77\x20\x8b\xee\x5b\x16\x6d\x29\x51\xf4\xc1\x20\x88\xaf\xca\x13\xab\xce\x6e\x66\x93\x23\x85\xd0\xca\x68\x1f\xc8\x95\x07\x4e\x58\x58\xd0\xe3\xde\xb7\xee\x2e\x52\xde\xe5\xdf\xa1\x45\x4a\x9a\x49\x15\x19\x52\xef\x1a\x55\xf7\xa1\xff\xd7\x73\xa4\xc4\xa1\xf4\x55\xa4\x16\xf9\xa4\x17\xdc\xe9\x3c\xd1\x56\x88\x01\x3f\x09\xad\x20\x1b\xca\x7d\xf6\x6a\x8f\xbd\xaa\xca\x0e\xd7\xbb\x36\x72\xb8\xd3\xfb\x22\x87\x6b\xb0\x1f\xac\x3b\x0e\x9d\x16\xa9\xe8\xfc\xea\xe2\x42\x1e\x6f\x89\x1c\x08\x9c\xbe\xfc\xac\xe0\x16\xe7\x89\x56\x4f\x51\x58\x82\x15\xa9\xa0\xd3\xb9\xad\x7e\xcf\xb3\xd8\x23\x13\x9a\xc0\x7f\x3e\xec\x86\xcd\xb8\xec\xfb\x7f\x71\x28\xf8\xc3\x43\x8b\x2d\x85\x7c\x57\x82\x01\xa4\x92\xc8\xc1\xd4\x08\x71\x61\xce\xaf\x2e\x6a\x2e\x27\x28\x8d\x6f\x87\xf2\xfc\xee\x66\x91\x8d\xf9\x5d\x66\xb2\x57\x8a\x58\x01\xc0\x69\x16\x5f\x95\xb5\xce\x90\x72\x89\x44\x37\xc9\xfa\x20\xa0\x13\x66\x24\x08\x35\xeb\x24\x48\xca\x3c\xe7\x57\x17\x57\x2b\x15\xa4\x1d\x8f\xc4\x1a\x53\x6d\xad\x22\x23\xf7\x9e\x66\x5b\x34\x37\x15\x7d\x96\x22\x62\x8a\x3b\x1d\x11\xc5\x61\x29\x92\x3e\x6a\x90\xb1\x0e\xe8\xde\x85\xd5\x82\x9d\x05\x91\x0b\xc3\x42\xd4\x8d\x94\x0e\xbe\x2a\x62\x5b\x5f\x3c\xa0\x02\xf2\x50\xe1\xeb\x31\x06\xcb\x43\x2b\xba\x61\xaf\x10\xbc\x97\x96\x71\x32\xa2\xb1\xed\xb0\xe0\xdd\xde\x7a\x12\x17\x6d\x79\x4a\x65\x1d\xc1\x8b\x5e\x0c\x64\x70\xa3\x1b\xdc\x60\x6c\x2e\x81\x93\xab\x8c\xb7\x44\xd2\xaf\xdb\x99\x53\x2b\xb1\x0c\x25\xf2\x19\xb7\x28\x50\x99\x4b\xa9\x13\x44\x57\x84\x4e\x29\xd5\x47\xad\x24\xee\x62\xbc\x76\x29\x47\x56\x76\xca\xc0\xc8\xd9\x0a\x48\x59\xfb\x75\x21\x52\xd3\x04\xe8\xf0\xe1\xdc\x76\xf4\x06\x0e\x14\x79\x59\x54\x76\xe2\x94\x68\xbd\x8c\x51\x76\x5b\x85\xf3\x0e\xe9\x01\x62\xcb\x02\x77\x3f\x1c\x48\xb4\x49\x47\xe6\x6a\x30\x44\x28\xff\x93\x09\xf6\x14\x80\x6f\x27\xa3\x64\xe1\xff\xee\x44\xf0\xa7\x87\xd6\xec\x47\x15\x08\x19\x39\xd3\xa9\x4b\xd1\x3e\xdd\xcd\xa2\xe2\xb8\xd6\x9a\xaa\x2b\x13\xe4\x5a\xc8\x3e\x8c\x0b\xbc\x3e\xc0\x49\x89\x4b\xa4\x85\x58\x54\xf2\x5a\xaa\x09\xd2\x2a\x40\xf5\xfc\x05\xbd\x75\x91\x88\x52\x4d\x98\x82\xd4\xfd\x94\x6d\x4a\xec\x64\x52\x6e\x15\x97\x4b\x75\x99\x94\x95\x5b\xca\x22\xb1\x8c\xfd\x4e\x57\x33\x79\x95\xa4\x60\x0b\xab\xf6\x24\x14\x75\xc3\x9c\xc6\x7b\x0b\x6f\xf6\xb8\x7f\xa2\x93\xa2\xac\xb3\x53\xd0\x2c\x0f\x9a\x85\xd9\x99\x94\xff\x9b\xe3\xb5\xde\xc0\x4a\x06\xb3\xfc\x65\x8c\xf3\xe0\x9e\xb0\x17\x01\xb8\xd7\x69\x7a\xc2\x79\x00\x29\x82\x59\x7e\x0f\xfc\x71\xba\x8e\x4f\xc5\xe5\x6e\x8c\x6a\x84\xb5\xb8\x23\x8a\x32\xec\x74\x65\x1a\xf3\x18\xac\x1d\xf0\x5c\x36\x78\xe5\xde\xf9\x53\xa7\x4e\xdd\x05\x5f\xbf\x5c\xfe\xa7\xd1\x68\xb0\x97\x33\xb6\x94\x95\x62\x96\xcf\x51\xa9\x32\xa5\x08\x9b\x6d\x6e\x0f\xaa\x65\xa8\x34\x54\x91\xe0\xa8\x53\xa2\x33\x47\x96\x0a\x83\xeb\xef\xe0\x46\xf2\xb5\x0c\x5c\x3d\x00\xe1\x0b\x16\x3b\xa6\x0b\x5b\x72\x6d\x40\x5d\xfb\x75\xe5\xaf\x5f\xac\x08\x5a\x02\x6a\x29\xf5\xc8\xc3\xa6\xcc\xe3\x8d\x0d\x91\x0f\x19\xad\xae\xc8\xe3\x2c\xc2\xfb\xff\x90\xc5\x41\xf3\x7c\xb7\xe5\xe1\x8c\x08\x34\x7d\xd8\x12\xb9\x26\x82\x6b\xbb\x23\x1f\xf7\x6e\x1a\xa9\x81\x3f\xea\x1f\x0e\xcb\xac\x13\x37\x19\xfb\xb3\x09\xf6\x0c\x9c\xfb\xe7\xe2\x96\x68\xf6\x9b\x89\x38\x9f\x45\xa2\xf0\x3f\x39\x11\x7c\xcf\xc4\xb0\x37\x5a\xfa\xdf\x06\x7f\x4d\xc2\xb5\x51\xfb\x2a\x88\x88\x83\x67\x0e\x29\x78\x8a\xca\xd2\xa7\xb3\x96\x6e\x29\x38\x9a\x71\xc1\x03\x43\xe7\x17\xd4\xe9\xd6\x4b\xe7\x68\x0f\x2c\x5f\x16\x2b\xa1\x5a\x5c\xee\x01\x0b\xbb\xa4\x0a\x40\x42\xb7\xd0\x17\x18\x3e\x67\x65\x45\xee\x15\xbd\x30\xe1\xcb\x17\x67\x96\x2f\xce\x1b\x2f\x17\xac\x23\x46\xce\x77\xb2\x08\x86\x25\x38\xdb\x6d\x8b\x8e\xc8\xc3\x24\xa0\x23\x06\x36\x8f\x48\xd4\x75\xcb\xe5\xbd\xdd\x78\xa1\x02\x4f\x21\xc1\xeb\x52\x6c\x1e\x54\x11\x77\xf7\xf9\xd5\x45\x87\xc3\xd0\x5c\x95\x13\xd5\xd7\xd0\x60\x02\x35\x51\xca\x34\x7c\x01\x12\x4a\x58\xa2\x42\x6d\x4e\xf5\x70\x1b\xef\x4a\xeb\x82\x87\xdb\xa1\x72\xa7\x8a\xe5\x6e\xdf\x84\x33\x2d\x36\xf0\x32\x1b\x19\x9d\xf8\x1b\xa2\xe4\xe1\x88\x6d\x09\x03\x7d\x7a\x40\x0b\x89\x4d\x44\x5a\xd7\x8e\x92\x67\x5d\x9b\x96\xc3\xda\x6a\xf5\x4e\x21\xc4\x10\xa7\xb4\x69\xb9\x55\x6d\xc4\x65\xbb\xb7\xae\xfd\xd3\x84\xea\x61\x20\x4d\x49\xa6\xa9\x5f\x1b\xed\xb2\x93\x98\x66\xca\xc5\xaa\xb5\x85\x03\xde\x63\x85\x80\x62\x91\x03\x08\x9e\xe3\x4f\x82\x45\x44\xcb\x32\xed\xc8\xc8\xef\x59\x25\x89\x94\x4b\x79\x87\x23\xd1\x5e\x96\x4f\x61\xc7\x1c\x27\xfe\x1d\x2d\x5e\x85\x28\x19\xfb\xad\x43\xec\x46\x44\x35\x52\x97\x7d\xff\xfd\x87\x82\x9f\x3c\xe4\x3e\x73\x8e\xb5\xa1\xab\x89\x74\x20\xa8\xbe\x43\xee\x4e\x4d\x78\xc4\x27\xed\x11\x37\x31\x78\x6a\x9d\x18\x97\x2c\x67\xcc\x27\xa7\xe4\x9d\xa5\x9d\x45\x53\x75\x9a\x8d\x24\xee\x59\xcb\x86\x8a\x8a\x04\xfc\x63\x79\x92\xa9\x5b\xbc\x22\x1a\xa5\x84\x5a\x9d\x4a\xe1\xc9\x0a\x30\x59\xca\x76\xa4\x3c\x80\x14\xa1\x66\x7c\x55\x42\x38\xf8\xfa\x87\xf2\x22\x69\x44\xb1\x2d\xa3\xcd\x54\xc0\x50\xeb\xa2\x25\xc7\xb8\x9b\x67\x4d\x21\x14\xe2\x91\x3a\xd2\xcd\xb1\xaa\x80\x20\xa7\x15\xbf\x2b\x6f\x66\x59\x1e\xc5\x29\xf4\xb1\x5a\x90\x95\x3e\x96\x55\xc0\xeb\xea\xce\x55\xd5\x7b\xfb\xc0\x40\x80\x8d\x1f\x51\x38\x15\x88\xb8\x91\xf9\xb5\xc6\x50\xed\xfd\x1b\xf2\x7c\x37\x07\x80\x26\xb8\x32\xaa\x64\xad\x51\x54\x6a\xcc\xfa\xf0\x72\x41\x2e\x59\x17\xbc\xd8\x04\xd9\xd0\xc6\x3b\xd9\x31\xbd\x1c\xbe\x1d\xe5\x41\x47\x40\xfb\x6c\x8d\x3d\xa5\x55\x80\xf6\x17\xc1\x5b\xfc\xdf\xaa\x05\x1f\xa8\x2d\xd0\xe1\x40\x5b\x3b\x20\x4a\x27\x7d\x4b\xc2\x52\x27\x81\xa1\xd7\x33\x4a\x7f\xd9\x66\xa3\xb9\x55\x57\x31\xa5\x88\xc6\xc1\x46\x00\x43\x52\xfb\x36\x38\x60\xc1\xa9\x3d\x52\xc7\x7e\xdf\xbb\x6a\x55\x4c\x45\x24\x80\x67\xaf\x61\x44\x26\xc7\x89\x1d\x58\x62\xeb\x57\x41\x13\xab\x46\x17\x57\x93\x5b\xbe\x3d\xc4\x3b\x76\xaf\xd1\x4d\xfc\xd4\x31\x76\x63\x37\x8b\x16\xd3\x56\x76\x7f\x7a\x1e\xfc\x3f\xbf\xff\x58\xf0\xcf\x8f\x55\x2f\x80\x6e\x9a\xab\xd9\x39\x4c\x47\x20\x9f\x93\xd9\xd0\x27\x21\x7e\xa7\x9b\x45\x4b\x61\x07\x8b\xb8\xb0\xb8\x80\xd4\x4e\x53\x0a\x05\x16\xed\x3d\x16\xcb\x1a\x37\x35\xa3\xb9\x59\xcd\x16\xa6\x19\xe9\x81\xa4\xd4\x0c\x7e\x50\x98\x51\xc3\xb6\x13\xe0\x65\x60\x40\x26\xd6\x2a\xd7\x4a\x93\x43\x13\x21\x32\x70\x59\xc3\x65\x07\x1d\x35\x28\xb4\x57\xeb\x17\x16\x57\x21\xb9\x4f\x4e\x8d\x90\xdd\x41\xf1\x59\x74\xe5\x55\x5a\xc1\x38\x48\x39\x5e\xb9\x31\x6f\x69\x1b\x1d\xe4\x6d\x97\x4f\x7d\x12\x0f\xd6\x84\x40\xec\x07\xe5\x7e\x59\x4b\xb5\x7a\xd5\xe7\xad\x81\x39\x51\xd8\x53\x86\xa6\x3b\x2a\xa9\x80\x2b\x7b\x23\xcf\xb6\xd1\xdf\x1c\xe4\x14\xe0\x4f\xd7\xb9\x4a\xa1\xb8\x31\xf4\x66\x21\xa5\x8f\x34\xec\x88\x60\x16\x04\x11\xc0\x11\xdc\x29\x1d\x44\xd4\x5a\x89\x31\xc2\x76\xd4\x17\xbd\x38\x0a\x66\x49\xb0\x9f\x94\x0f\x2e\x2c\x2e\x4c\x0d\x4d\xad\xc5\x86\x60\x96\x07\xb2\x85\x81\xda\x7b\xac\x03\x23\xe5\x3a\x99\x4b\xdf\x0d\xd7\x9b\x9d\xfe\xe7\xf0\x5f\x57\xc4\xb6\x3a\x0a\x89\xb0\xb3\x06\x30\x6d\x03\xc6\x76\xae\x23\xde\x17\xe4\xdd\x44\xcb\xfc\x8e\x64\x7a\xb2\x71\xf2\x76\x07\x0a\xd0\x31\x77\xe0\x1c\x2b\x14\xaa\x17\x89\x41\xeb\x19\xe9\x0b\x6c\xb1\x19\xfd\x4c\x8d\xd4\x4a\x93\xc6\x11\xe5\xe9\x64\xd0\xd9\x4a\xd9\x2a\x11\xe1\x96\xd0\x6b\x83\x47\x71\xa1\x8f\xa3\x99\x2c\xe7\xf1\x46\x8a\x7c\xfa\x6a\x0b\x6b\xf0\xb9\xa2\xd2\x80\xdb\x00\x8c\x31\x3d\x6e\xcc\xba\x26\x79\xdd\x29\x0c\x5a\x68\x4b\x73\x20\x6e\x5b\xaa\x1d\xdc\x23\x48\x0a\x25\x88\x3a\x7d\x32\x5a\x4a\x99\x48\x94\xf2\xd8\xc0\x5b\x89\xec\x9b\x0e\xc2\x49\x42\x6c\x58\x1d\x8d\x42\x97\x43\x79\x16\x83\xec\x1f\xa2\x45\x2d\x8d\x38\x4c\x05\xcd\x5f\xaf\x63\x10\x50\x97\xb4\xc7\x93\xf0\xbf\x8f\xb1\xa7\xe7\xd5\x5b\xa5\xff\xa7\x63\xc1\x67\xc6\x06\x2f\x9b\x23\x55\x16\xa8\x95\xbb\x34\xb0\xd3\x5c\xa2\x13\xcf\xbe\x7c\xd2\x51\x0d\xf1\x20\xa2\x95\x20\x7f\x6d\x9f\x77\xb3\x02\x77\x1d\x74\x8b\x54\x1b\x98\x32\x91\x2a\x29\xde\x6a\x54\x34\x60\x19\xd5\x97\x74\xb8\x34\x87\xb2\xef\x9b\xa2\x28\x5a\x3d\xb9\x70\xe2\x32\x0e\x93\x11\xf7\x85\x3a\x62\x3c\x3c\xdc\x93\xe3\x01\x7b\xa3\xcc\x74\x30\x2d\xc9\x8a\x30\xf4\xca\x23\x12\x7d\x4a\x4b\x0b\x67\x42\x57\x76\x49\x6c\xd3\x61\x03\xb6\x86\xc2\x39\x46\x0a\x21\x52\x5c\x99\x2a\xac\x42\x9b\x0f\x9f\xf8\xfb\xb9\x35\x03\x5e\x77\xc4\x71\xac\xd4\xc1\x04\x7a\x82\x82\x55\xee\x3f\x1e\x0e\x26\xdd\x47\xae\x51\xc8\xbc\x1b\x61\x98\xfb\xe8\xc4\x81\x61\x6e\xbf\x86\xb9\xb6\x32\xcc\x7d\x7b\xf0\x8d\x1a\x22\x41\x2b\x21\x2a\xa3\x60\xdf\xf6\x66\xd8\x34\x7b\xd6\xee\xf1\x23\xfa\xeb\x03\xd3\xdc\x3e\x4c\x73\xeb\x96\x65\xee\xe2\xfe\x0c\x73\x5f\x3b\xc2\x30\xf7\xb8\xf7\x2d\xbb\x1b\xcc\x6e\xf3\x4f\x8d\xe0\x90\x70\xd6\x71\xd5\x58\xf6\xef\x8e\x3a\xfb\x81\xb6\x4b\xc5\x9d\xb8\x04\xc7\x6a\x39\xf3\xfc\x77\x1f\x0d\x56\xdd\x47\x7a\xfd\x1a\x77\x6b\xd4\x77\x25\x32\x19\x5e\x60\xd2\x7e\x85\xa2\x49\xa1\xf7\x64\x29\xd4\xad\x31\x0c\xf1\xea\x23\x47\xd8\xa7\x6b\xec\x19\x9d\xf0\x32\x16\x88\x53\x60\x45\x6e\x00\xfe\x2f\xd7\x82\xff\xe2\x9d\x1f\xf2\x46\xca\x51\xfa\xd2\x59\xd7\x31\x5e\x91\x05\x6e\xd5\x2b\x4a\x0c\xe4\x0b\xb5\xd7\x39\x9e\xaa\xb2\xba\x3a\xe6\x0d\x04\x94\x34\x4b\xa7\x5f\x2a\xf2\x8c\x42\xcc\x31\x09\x10\xe9\xa3\x74\xa5\xbe\x97\xc2\x29\x38\x0f\xb5\xe5\xae\x94\x73\xf1\x70\x2f\x4c\x34\x4f\x90\xa2\xd2\xa0\x4d\xe4\xee\xca\x8e\x86\x4b\x59\xf6\xdb\x7a\x2f\x2f\x4a\x13\x8e\xe6\xd4\xbb\xf1\x4e\xef\x39\xec\xd9\xfb\xf2\x01\xb1\x43\xc8\xbf\xd3\x43\xb7\xf4\xc7\xbc\xe0\xd6\xf3\x71\x4a\x43\xd6\xcc\xd2\xa2\xcc\x01\xb2\x19\x99\x37\xe2\x02\x95\xa5\xeb\xd6\x00\x82\x67\xd5\xf5\xad\xcd\x1c\x85\x2b\xdd\x15\xd4\xd7\x28\x58\xc9\x9d\x2f\x25\xca\xff\xb2\xfb\x11\x37\xb9\xd0\xc4\xb8\xb4\xfa\xfe\xa5\xc7\x0e\x93\x64\xe0\xbf\xc3\x0b\x1e\x50\x97\x33\x07\x8b\x8e\xd0\x87\x28\x27\xdc\xcd\xaa\x4d\x93\x33\x48\x3f\xc0\x84\x72\x3f\xeb\xc4\xa5\xdc\x69\xae\x6f\xbb\x7f\xd7\x63\x37\x52\xa5\x69\x12\xfb\xbf\xea\x05\x0f\x2f\x38\x8f\xd4\x66\x1f\xed\xd4\x22\x35\x13\xf7\xd0\x26\x6b\xd2\x3e\x31\xad\x82\xb9\x15\x5e\xc6\xb9\xa5\xb7\x83\xaf\xd6\xdc\x7a\xec\x46\x56\x1f\xc6\x33\xad\xaf\x1d\x74\x33\x4d\xc2\xb8\x03\xe6\xf0\x7f\xfb\x94\xe0\x15\xde\xc8\xd7\x56\x74\x22\x8a\x80\x9d\x8e\x0b\x87\x98\xb5\xb4\x35\x33\x12\xe8\x57\x07\xa6\x20\x04\x2d\x0e\xf9\xaa\xc1\xbf\xa3\x48\x95\x7c\x5a\xeb\x80\x4c\x3e\x2e\x83\xee\x0d\xec\xa3\x1e\x3b\x86\x2e\x8a\x68\xea\xf8\x80\x17\xfc\x88\x37\x67\x1e\xb8\xfe\x01\x84\xa7\xa0\x9c\x1a\x3b\x59\xe4\x68\x04\x95\xa4\x24\xb7\xc1\xab\x0e\xc5\xa6\xd6\xcd\x74\x75\x17\x29\xb5\xf7\x4d\xc4\xfa\x06\xc5\x4d\x9f\x1c\xad\x77\x66\xbf\x37\xce\x98\x3c\xd1\xc8\x47\xf7\xd7\xc7\xd9\xec\xae\x1e\x12\x72\x67\x88\x80\x7f\xa6\xc2\xa8\x10\x7c\xc7\xb8\x75\x3d\xa8\x58\xc6\xb0\x6b\xfb\x84\xda\x32\xcb\x6f\xe6\x73\x56\x84\x16\xdd\x8c\xd3\xb0\x5b\xb4\x33\xe5\x62\xc6\x27\x0b\x7a\x50\xbd\x13\xbb\xc9\xa7\x2a\x99\x2d\x5f\x9c\xe7\x93\x43\x27\x4e\x35\xe5\x50\xda\x42\x4b\xef\x0d\xd8\x34\xdd\xac\xdb\x4b\x48\xbb\x35\x97\x74\xdb\xe1\x94\x14\x73\xb2\x3c\x42\xdd\x61\xaf\x18\xe0\xb7\x83\x30\x96\xa2\x92\x5b\x35\x33\x3c\x14\xe7\xd2\x3e\xd6\x6f\x41\x8f\x82\xab\xd5\x55\xf4\x82\xda\xfc\x4d\xca\x60\xe3\x42\x9c\xeb\x70\x37\x92\xa2\x2d\xe5\xba\x6d\xf1\xb0\x94\x9c\x10\x3b\x5e\x86\x5c\x07\x3f\x92\x2a\x88\x22\xb2\x43\xcb\xdb\x81\xaf\x87\xa4\x6d\x1b\x76\xd3\x1a\x9a\x5f\x83\xfd\x07\x8f\x1d\xd5\x12\xb4\xff\x09\x8f\xdd\xb6\xeb\xac\x52\x3e\xa3\x16\x38\x5d\x11\x7c\xbf\xa7\x29\x5d\x07\xce\xe9\x38\x8d\x3b\xbd\x8e\xe5\x40\xfa\xc4\x2f\x2b\x5d\x16\x7b\xcc\x63\x47\x14\x56\x9f\xbf\x7d\x1d\x60\xd8\x4f\xcd\x11\x7c\xfa\xc3\x3d\x91\xf7\x79\x26\x6f\xf5\xda\x2c\x6a\xb9\xd7\xc8\xed\x8a\x9c\x4e\x1a\xec\x27\x3c\xf6\x34\xe5\xc5\x93\x84\x45\x01\x6e\xaf\xc0\x18\x62\x33\x73\xac\x5a\x29\x8c\x4a\x88\xac\x9f\x4d\xb9\x2c\xae\x67\x1f\x35\x65\x31\x72\xcf\x31\x9b\xcc\x0f\x7b\x8c\xe1\x6b\xb9\x43\xfa\xdf\xed\x05\x8f\x78\xe6\xb7\x6b\x12\x56\x31\xd2\x46\xff\x36\xa2\xc6\x17\x15\x90\xd1\xbd\x71\x22\x90\xa4\x0b\xd5\x2c\xc8\xe6\x00\xb7\x72\x79\x3b\x21\xec\x5c\xd0\x8d\xc2\xa7\x88\xcb\x61\xd7\xef\x21\x55\x3d\xe8\xbf\x6f\x0d\xee\xbf\xa8\x7f\xa9\x33\x5f\xf9\xf9\x68\xef\x77\x25\x54\x56\xb7\x19\xbe\x1e\x36\x37\xb5\x19\x13\xeb\x6a\x97\xf5\xe1\x71\x36\xb5\x87\x53\x90\xbc\xe1\xde\x34\x1e\x2c\x0c\x7f\xa5\x2a\x36\x0c\x38\xc8\x8c\x8a\xd2\x84\x38\x87\xd8\xaf\x8e\xb1\x87\x4c\xd0\xe8\xb7\x07\x2b\x73\x18\x23\x3a\x3d\x10\x23\x6a\xc5\x44\xbb\x91\xa2\xdb\xed\x7e\x45\x4b\x1a\x93\x24\xa1\xb0\x13\x4c\x8b\x3f\xe0\xb1\x43\xdd\x76\x58\x08\xff\xbd\x5e\xf0\xe3\xde\xb2\xfc\xd3\xd2\x64\xc5\x2d\x6d\x23\x86\x2b\xae\xd2\xab\xd4\xf9\x7a\xd6\x4b\x89\x96\x03\xfa\x11\x30\xb0\x72\x91\x88\xb0\x50\x3a\xd5\xeb\x3e\x7b\xa1\xa2\x76\xed\xdf\xe8\x69\xa4\x82\x57\x7b\xc1\xcb\x56\x08\xaa\xc0\x60\x14\xe8\xeb\xae\x13\x25\x61\x41\x27\xa4\x7d\x88\x22\x57\xda\xa3\xb8\xe0\x1d\x11\xa6\x78\xbd\xa0\xed\xc1\xd1\xf2\x97\x71\xd4\xe7\x51\x5c\x74\x13\xb8\x9f\xa3\x6a\xe9\xdc\xa2\xd3\xa7\xbf\xfb\x8c\xbd\xb2\x92\x80\x24\xf5\x13\xcf\x08\x9e\x33\xf0\xd4\xc4\xe7\x8e\x70\x31\x74\xbe\xb8\xe2\xd9\xd4\x13\xce\x7c\xfa\x8d\x7f\xc4\x7e\x67\x9c\x4d\x08\x70\xc2\xf4\x3f\x32\x1e\xfc\xf5\x98\x8a\x9f\xc3\x67\x3c\xef\x25\xa2\x18\xa4\x5b\xc1\xb8\x6b\x62\x5b\x40\xfc\xe1\xfb\x7b\x25\x39\x18\x10\x31\x8a\x89\x5e\x27\xcd\xbc\xec\x46\x80\xb6\x71\xea\x17\x6b\xe2\x06\xa5\x0b\x01\xa8\x29\x20\xd6\x23\xcd\xaf\xa2\x45\xd0\x5a\x77\x92\x04\xc1\xff\x0a\x4b\x9b\xaa\xf3\xfb\x57\x94\x05\x40\xd5\x40\x5d\x91\x35\xae\x4f\x96\x0a\xbb\x61\x36\xc4\xb0\x82\xa8\xb5\x7b\xce\xb8\x2d\xb6\xb3\x02\xea\xa5\x23\x22\x54\xd6\x54\xdf\x21\xd4\x0c\xe8\xd5\x42\x84\x17\x71\x51\xc9\x19\x6e\x45\x54\x72\xb5\xe3\xa0\xed\x60\x6b\x2c\x78\x91\x25\x22\x01\xbe\x1b\x91\x16\xbd\x5c\x18\x03\x3d\x40\x21\xdb\x3c\x1c\xa0\xa8\xcc\x92\x90\x08\x30\xe8\xae\x33\x35\xcc\xd3\x01\xed\x9c\x72\x8a\x9e\x6c\xdc\x69\xcb\x98\x67\xd8\x73\xd9\xe9\x6b\xe1\xb7\x3f\x0b\xbd\xba\xd2\x4b\x04\xfb\xe3\x71\x76\x38\x46\xbf\x5e\xff\xd3\xe3\xc1\x2b\xc7\xd5\x94\xa2\x87\x57\x31\xa7\xd6\x06\xa7\x12\x6c\x2a\x60\xa7\xf8\xea\xcc\x29\x12\x13\x63\x3d\xf4\xc7\x0b\x0e\x8e\x2b\x80\xf8\xb3\xe7\x59\x68\xf7\xc5\x57\x71\x1a\x6a\xfa\x2c\xe4\x34\x92\x3b\xde\x13\x33\x0b\xed\x49\x36\xcf\xe6\xd8\x73\xae\x65\x92\x91\xb7\x38\xcc\xb2\xcf\x56\x18\x75\x3e\x7a\x3d\x18\x75\xbe\x63\x6c\xd5\xa2\x85\x41\xd2\xab\x4c\x93\x77\x0d\xf4\x1e\xdd\x75\x48\x9d\x82\xe6\x5a\x64\x3d\x1f\x98\xed\x71\xe1\xb0\x55\x21\x85\x99\xcb\x58\x63\x1b\xd7\xce\xab\xe8\x30\xea\x0d\x9c\xae\x72\x5a\xc3\xb5\x00\xbe\xc2\x05\x23\x25\x1d\x82\xe6\xc4\x35\xa3\xbc\xd4\xd0\x11\x1a\xad\xcd\x76\x4d\xc0\x28\x16\x36\xdb\x30\x54\x48\x53\x25\x6f\xb9\xe0\x17\xb0\x25\x92\x7e\x75\xbf\x58\xba\x7f\xcd\x84\x59\xc9\x39\xb1\x67\xf2\xa0\x06\x5c\xd8\x60\xfe\x0d\x9b\xb3\x8a\x38\x48\x0b\x20\x86\xec\x96\xbd\x6b\x42\x8e\xae\xec\x64\x79\x65\x2d\xfc\x1f\x9e\x08\x1e\x99\x50\xfb\x08\xac\x19\xeb\x9e\x36\xb8\x60\x72\x91\xa0\xad\x2d\x53\xac\x64\xd8\x02\x9c\x9f\x2f\x09\x68\x22\x05\x0f\xd6\xf9\x4b\x82\xb3\xfa\xef\x2c\xb7\xde\xd5\xb9\x7e\x33\x64\x59\x41\xf4\xaa\x51\x92\xaa\x5b\x98\x52\x30\x39\x37\x2f\xb8\xb3\x82\xe4\x99\xb5\x54\xc4\x83\x2c\xeb\xac\x35\x2c\x77\x9b\x11\x26\x02\x7e\x50\x45\xc8\xcb\x21\x25\x2b\x88\xd3\x1c\x28\xc4\x8a\xa2\xd7\xa1\xa9\x84\x84\x6d\x98\xa8\xae\xf4\x24\x26\xb7\x49\x05\x81\x0f\xc4\x12\xd0\x59\x7d\x3b\x77\x55\x1f\xca\x7e\x6a\x44\xfe\x2a\x50\x43\xf6\x44\x3f\xeb\x81\xd9\x12\xd6\x46\x1e\xcb\x5b\x67\x4a\xc7\x2a\x45\x61\xc2\x28\xd4\x21\x21\x5c\x82\xc5\xe5\xae\xac\x4e\x99\xf4\xb5\x32\xc1\x1a\x5d\xfe\x12\xdd\xd5\xfc\xc1\x06\x3f\x17\x6f\x0a\xb9\x23\xd7\xe5\x46\x3a\xa4\x2c\xb5\x75\x23\xe6\x9c\x15\x92\x17\x96\xf2\x1c\xa0\xf3\xdd\x1c\x19\x56\x3d\x54\xe1\xa1\x53\x3c\x2a\xfc\xf0\xca\x8f\x57\x0e\x53\x9f\xc9\x22\x96\x03\x47\xa6\x68\x2a\x79\x5b\xe3\x19\xa9\xf4\x43\x86\x29\x8d\x28\x9d\x39\x62\x2c\xf6\xfb\x87\x64\x75\x5e\xc2\xf5\x6c\xe3\x0f\x5e\xdd\x41\x5d\x51\x06\xfd\xc8\xd7\x6a\x6a\xa7\xab\xc0\xfa\x40\x08\x03\x0b\xca\x44\x4a\x9c\xbf\xfb\xcc\xe0\xc7\x3d\xf7\x99\x51\x8c\x55\x11\xe1\x93\x8c\x2e\x19\xc8\x83\x0c\x56\x21\x7a\x02\xfe\x75\xa1\xe2\x26\x46\x76\x3c\x10\xf1\xc1\x33\x05\x15\x1b\x68\x5f\x00\x0a\x4f\x39\x46\x30\xf5\xc0\xa9\x4a\x7b\x20\xd8\x90\x4d\x7c\x4b\xe4\x5a\xd0\x6d\x5c\xf1\x9e\x01\x16\x9a\xe5\x3c\xce\xf2\xb8\xec\x9f\x47\xad\xc2\x15\xef\xa9\x64\x93\x51\x2f\x1c\x89\xf7\xbf\x3e\x83\x7d\x0b\x3b\x4c\x29\xfc\xf3\xc1\x73\x95\x09\x95\x0e\x74\x9b\xe4\x13\x6f\x45\x88\x2e\xd4\xce\x8a\xb2\x68\x70\x70\x85\x25\x97\x82\x3a\x0f\xb6\x4e\x3a\xfc\x9a\x5f\x3c\xcc\xaa\x85\xfb\x9f\x38\xac\xe0\xfb\x7e\xf1\xf0\x45\xf7\x9d\xd2\xf6\x50\x38\x69\x1e\x09\xb8\x85\x28\x7b\xad\x5d\x15\xf2\x28\x96\xc7\x4a\x59\xa0\x65\xaa\xc1\xf9\x79\x52\x30\x6d\x80\xee\x27\x47\xdb\xc9\x4b\x45\x9e\xe1\x51\xd4\xcd\xe3\x4e\x98\xf7\x79\x91\xe5\xa0\xaa\xd6\x9b\x52\xa5\x1e\x75\x2c\x5b\x44\xbc\x1d\x6f\xb4\x45\x01\x13\x54\x2e\x9d\xa2\xe4\x93\xb7\x9c\x50\x1e\x78\x27\x4f\x4c\x35\xf8\x2a\x2c\x87\xb8\x3c\x5e\x58\x75\x0a\xb1\x46\x64\x2b\x42\x08\x44\xd2\x21\x16\x1d\xf0\x11\xe8\xe6\xd9\x7a\xb8\x9e\xe8\x5b\xd1\xc9\x13\x78\x52\xc9\x43\x0a\x6e\x1b\x60\xed\x51\xad\xed\x62\xc5\x62\x51\xd4\x6d\x93\xb6\x83\xd9\x6c\xe9\x27\x9b\x59\xa7\xdb\x23\x7f\x02\xd4\xed\x51\xd5\x42\xd5\x53\xa4\x78\xab\xe4\x13\x17\x3c\x80\xd5\x92\xc4\x9b\x22\x30\x9b\x38\xf4\x57\xb8\x9e\x21\xf8\xab\x9d\xa6\x92\x43\xa1\x9c\xd4\xc1\xf1\x9a\xfa\x30\x11\x97\xe3\x66\xb6\x91\x87\xdd\x36\x85\x0c\xf0\xe0\x05\x03\x39\x14\x04\x5c\x44\xab\x24\xd8\x0a\x88\x1c\x4f\x66\x85\x27\xac\xba\x29\x53\x87\x4e\xa2\x89\xeb\xa1\x2c\x57\x79\x4c\xd1\x27\xea\x74\x4e\x08\x52\x0d\x5b\x17\x80\x47\x23\x22\xdc\xc9\x85\x1e\x10\xc9\x3b\x3a\xb8\x3b\x99\xc6\xa9\x95\x29\xcc\x9d\x02\xc5\xea\x02\xd6\x28\x6f\xc5\x79\x01\x21\x5e\xcf\x9b\xe3\xa7\xd1\xab\xe2\x34\x3a\x4c\xc2\xf1\x92\x0b\xf9\x02\x2e\xd6\xaa\x7f\xa0\x59\x69\xc6\x8b\x5e\xab\x15\x5f\xa6\xed\x13\xb7\x34\x50\x79\x82\x2e\x56\x79\x1c\xa3\x33\x87\x1c\xc5\x10\x9d\x0c\xed\x46\x52\x1b\x9d\x3a\xa2\x60\x41\x8e\x3d\x54\x47\x65\xc7\x57\xfd\x3b\xcb\xb7\x4e\x9e\xa8\xf3\xad\x5b\xea\x7c\xeb\xa4\xfc\x7f\xd8\xed\xe0\xd7\x09\xf9\xd7\xa9\x3a\xdf\x3a\x05\x1b\xa0\x7c\x74\x0b\xd4\x08\xd3\xc1\x9f\xb7\xd4\x79\x2b\xcb\x4e\xe2\x7f\x4f\xb8\x38\x52\x7f\xe1\xb1\x23\xcd\xf0\x4c\x2f\x8d\x12\xe1\x7f\xce\xf3\xc7\xd7\xfb\xa5\x08\xde\xee\xcd\xcf\xe1\x33\xec\x8a\xe5\xb3\xe7\xb9\x48\x9b\x59\x24\x22\x3e\x3f\xc7\xd7\xf1\x15\xce\x97\xea\x0c\xd6\x81\x3e\x0e\x44\xd4\x71\xdc\x7d\x40\xdb\x6d\x01\xd7\x11\x9e\x9a\x11\x3e\x48\x85\x56\xe6\x72\x3b\xc8\xb3\x4c\x59\x87\xe4\xed\x2a\x56\xcc\xdb\x39\x39\xf5\x39\xae\xeb\x7b\x0a\x15\x99\x57\xa8\x0f\xb3\xc1\x34\xa2\x3e\x58\x7b\x25\xbc\x41\x03\xd9\xc0\x76\x69\x6f\x8d\xef\x3d\xc4\x86\x6e\xd7\xfe\x9b\x0f\xa9\xfd\xf1\xd1\x43\xcf\xab\x26\x48\x7b\x1d\x7d\xd3\x52\x9b\x26\x14\x83\xc5\x5a\xba\x62\x7d\xbb\x6a\xf0\xfb\xe4\x26\x96\x9b\x0f\x3a\x22\x4c\x2d\x49\x71\x43\x35\xa1\xab\x19\xa1\xe5\xec\x03\x67\x89\x02\xb5\xb7\x72\xf1\x59\x19\x64\xa9\x14\xee\x97\xb2\x92\x84\x04\x5c\x41\x7a\x21\xab\xfd\x1a\x33\x46\xe7\x4a\x6d\x32\xd9\x12\x29\xee\xaa\x39\x1f\xda\x3a\xf2\x51\x86\x05\xa2\xab\x88\x2c\x98\x98\xdf\x86\x00\x10\x8a\xb6\xdb\xa8\x5d\x36\xf8\x81\xa2\x3a\xbd\xce\xe0\x2e\x4f\x7b\xc0\xe8\xcd\x1e\x70\xf2\x01\xfd\x78\x68\x29\x30\xc3\xe4\x62\x59\x17\xa5\xdc\xea\xd4\x12\x2e\x8c\x0f\x77\x6a\x29\xb3\x95\xab\x11\x9f\xdc\x3a\xd9\x58\x0f\x73\x55\xd4\xd6\xc9\x46\x2b\xcb\xa6\xf8\x03\xe2\x78\x04\x0e\x47\x9d\x8e\x48\x31\xc4\xb2\x04\x0a\x16\xb9\x71\xce\xf2\x9b\xc9\x82\xc4\x27\xc5\xe5\xa6\xe8\x96\x60\x34\x49\x61\x08\xa6\xe4\xe8\x9f\xbc\xf3\xc4\x89\x13\xb0\xa3\x2c\x87\xe1\xaa\x94\x7c\xef\xef\x8a\x74\xb5\x1d\xb7\xca\x3a\x5f\x10\x71\x81\xa2\xad\x2e\x00\x57\xde\xba\x76\x97\xbb\xe5\xc4\x89\x13\x85\xb3\xce\x3f\xe6\xb1\xaf\x89\xd3\x42\x34\x7b\xb9\x58\xdd\x8c\xbb\x6b\xe7\x56\x2f\x4a\x09\xa4\xef\xbf\xcf\x0b\x7e\xc2\x5b\x1c\xf6\x4a\xc9\x2d\x05\x5f\x3b\xb7\x3a\x52\x78\x41\x1d\xf7\x10\x79\xc9\x5a\x43\x24\x0e\x82\x62\x36\xcf\xd2\x8d\x04\xf2\x6e\x66\xbd\x3c\xdc\x10\x51\x83\xf3\x17\x65\x3d\xb5\x02\x7a\xe4\xe3\x6f\x76\xa0\xb4\x28\x45\x58\x71\x57\xfb\xbb\x1a\x3b\x4c\x81\x81\xfe\x7f\xae\xb1\x8b\xfb\x85\x8a\x73\x38\x86\x8c\x29\xf1\x7b\x6b\xf4\x08\xf7\xc1\x01\xbd\xbb\x0a\xcc\x44\x27\x0d\x12\x74\x54\x9b\xf9\x62\x89\xa2\xba\xe9\x1c\x81\x04\xd4\x79\xc9\x6f\xbd\xf5\x94\x3e\xcb\xad\x32\xd2\x38\xa9\x93\x4f\x0c\x2d\x75\xc1\xdb\x61\x1a\x41\x80\xb3\x72\x05\xd1\x9b\xd5\x96\x11\xf8\x20\x91\x3c\x3b\x32\x74\xaf\x74\x65\x3e\x9c\xff\x10\xdc\x82\x62\x41\xdc\xe9\xca\x41\x10\x89\xd8\xd0\x80\x8e\x52\x44\xc8\x3b\x61\x42\x79\xe5\xbc\xd9\x96\x17\x2b\x9c\x59\xad\x5e\xd2\x8a\x31\xb8\xe2\xbd\x37\xec\x4a\x88\x7f\x5f\x96\xc7\x2f\x95\x82\x76\xb2\x9c\x45\x73\x94\x80\xe2\xcb\xff\xfa\x58\xf0\xed\x3b\xbc\xaf\x58\xd4\x95\xe9\xba\xd5\x4b\x9b\x28\x1a\xc0\x36\x86\x1d\x37\x22\x9b\xc6\x15\xef\x46\xf8\x0b\x49\xf9\x56\x44\xeb\x8a\x77\xac\x13\x5e\x5e\x11\xf2\xea\x16\xba\xc6\xf4\x3f\x66\xec\xfd\xe3\xec\x30\x12\x95\x15\xfe\x3b\xc7\x83\xcf\x8d\xd1\x0f\xd7\x88\xee\xe8\xa6\x51\xf7\x40\xda\x14\xb4\xbe\x4a\xe9\x2d\x4c\x9a\xbd\x44\xf9\x83\xaa\xaa\xe7\x58\x2c\xc7\xd8\x5d\x92\x7d\x2e\x93\xd9\xd0\x7e\x65\xe9\xce\x54\x0d\xec\xd3\x75\xaa\xc1\x29\xf4\x70\x58\xbe\xa0\x26\xa1\xe2\x23\x05\xef\xd3\xd7\x70\xb6\xe0\x0d\xb5\x2e\xca\x6d\x41\x7e\xa2\x0e\x5b\x9b\xf2\x47\x56\x76\x1c\xed\x37\x62\x3f\x34\x80\xe0\xa8\x9d\xe1\x67\xf3\x8d\xac\xae\xab\x0a\x02\x00\xcc\xf7\x48\x34\x73\x21\xa5\xe1\x50\x2b\x9f\x4c\x25\xe3\x14\x5f\x12\xd6\x2c\x90\x70\xc9\x79\x1c\x36\x38\x5f\x15\x82\xb4\x3c\xe0\x55\x25\xe5\xe8\x41\xa2\x3f\xec\xfa\x11\x31\x7c\xed\x6c\x1b\x35\x42\xca\x82\x47\xdf\x43\xbd\x88\x56\xde\xf1\x89\xbc\x9b\xdd\x35\x1a\x36\x75\xe8\xdc\x46\xbe\x47\x39\x55\xd9\x5f\xd7\xd8\x31\x80\xd6\xc7\x79\xe5\x7f\x41\x73\x2f\xfe\x76\xcd\x7a\xae\xfd\x33\xe1\x2c\x36\x8e\x70\xa5\x83\x3e\x9f\xab\xd4\x96\x9a\x0e\x78\x36\x69\x56\xa3\xba\x4c\xfe\xc9\x23\x80\x8a\x96\xfb\x8b\xed\xfd\x7c\x12\xd5\xa6\xbc\x52\xb2\xa5\x6d\x5e\x17\xfc\x84\x52\xe9\xa2\xcc\xeb\x18\xf9\xef\x5b\x9e\x5b\x85\x65\x93\xbd\x58\xe4\x59\x35\x92\xcb\xd1\xf9\xa2\xcf\x05\x68\x7e\x94\xbd\x9f\x7a\x1a\x61\x61\x01\xb4\x0d\xb6\xf6\x55\xec\x3e\xa8\x49\xb3\x84\xc0\xe6\x82\x27\x19\x22\x49\x39\x79\x52\x06\x3a\x5a\x4c\x1b\xe1\x5c\x91\xf5\x3b\x6a\xac\xb2\xba\xfd\x2f\x7b\xec\xbe\xab\x1a\xc3\x79\xb9\xd0\xe8\xea\x58\x75\x1f\x79\x87\xe7\xe6\xae\xbc\xb6\x69\x8f\xa4\x75\xe3\x00\x1c\xc9\xf4\x3a\xd2\x4a\x07\x61\x2b\xb5\xab\xd9\x29\xd4\x52\x31\x01\xe2\xcd\x2c\x41\xad\x69\x5d\x76\xc7\xb6\x48\x12\x8e\x33\x20\x6c\x12\x5a\x33\x39\xc2\xc3\x22\xb6\x17\x7c\x83\xfd\x14\x10\xf9\xe9\x5d\xcd\x7f\x8b\x46\xd7\x7f\xcc\xb3\x9e\xeb\xb0\xe3\x6e\xf7\xfa\xcc\x3e\xb8\x85\x96\x16\x26\xb4\x72\x76\x2c\xed\xa9\xe7\x0e\xda\xaf\x4d\xb0\xd3\xbb\x10\xab\x8e\xd8\xcc\xcf\x88\x76\xb8\x15\x67\xb9\xff\xff\x1d\x0a\xde\xe2\xed\x92\xc8\x4c\x3d\xda\xb3\x69\xf2\xad\xab\xf7\x74\x70\xd0\x20\xc6\x29\x3a\x76\x5e\xc0\xb8\xbd\x85\x6c\x3b\xe5\x51\x9c\xa3\xda\xab\xe0\x93\x90\x39\xbd\x84\xbf\x21\x05\x91\x06\xc9\xdd\x44\x34\x51\xd1\x3c\xe5\xda\xb6\x7f\x77\x9c\xbd\xa7\xc6\x8e\xea\x4f\xfc\xb7\xd5\xd8\x3d\x57\x31\x41\x6f\x69\xd0\x52\x8c\xd3\x8d\x95\x5e\x22\x8a\xe0\x8f\x3c\x53\xbe\x3c\xd5\xa9\x5d\xa4\xc4\x83\x38\x67\x7a\xb4\x00\x7b\xc3\x62\x0b\xd5\xba\x44\x54\xaf\xd5\x75\x86\xb0\x33\x23\x3b\x89\x9a\xbf\xb0\xa9\x40\xf0\xa9\xb5\x7d\x20\xbf\x2b\x5d\xec\x4f\x9d\x38\x41\x22\xb4\xbc\xf0\xaf\x1b\x4e\xd9\xed\x38\x8d\xb2\x6d\x3e\x19\x37\x44\x03\x8b\x53\x62\xb9\x96\x50\x8d\x9a\xad\x54\x58\xd2\xa7\x4e\x9c\x28\x10\x5c\x06\x0f\x37\xf6\xc3\x52\xa6\xc3\x1e\xf7\xbf\x67\xbf\x1d\xf6\x09\x4f\x0d\xde\xce\xdd\x75\xa1\xbb\x97\xce\x52\x4d\x92\x13\x68\x96\x71\x7e\xb3\x3e\xc6\x78\x9a\xe1\x59\x04\x0a\xab\x5b\x71\xc5\xcb\x85\x76\xbb\xea\xac\x02\xd2\x47\x59\x4f\x85\x58\xba\xe7\x68\x35\xf1\x52\x56\xe9\x5d\xea\xa0\x06\xfb\xd0\x0d\x43\x01\xf0\x86\xba\x98\xf9\x6f\xba\x21\x58\x1a\xfa\x06\x25\xd9\x5e\x01\x77\x72\xe5\xfc\x89\x6e\xd9\x11\xb9\xa6\xa0\x5d\xb2\xea\xbe\xe1\xcc\xf0\x4f\x31\xb9\x0f\x2b\xba\x83\xbf\xf7\x76\x18\xad\x9d\x5d\x2c\x11\xdb\xe8\x17\xbd\x9d\x09\xa9\xac\x83\x7e\x66\x47\x1f\x13\xe5\x8b\xb1\xa2\x60\x14\xaf\xab\x5b\x86\x7e\x84\x4f\xa0\xac\xe2\x20\xa0\x65\xbf\x01\x2d\x07\x61\x26\xd7\x1e\x66\xf2\x6f\x6d\x04\xb8\x5f\xf7\xd8\xb3\xaf\xc1\x70\x8c\x12\x10\x84\x9a\x3c\x66\xb0\x85\xb1\x33\x8f\x17\x5f\x05\x36\xce\xbf\xf5\xd8\xb8\x3c\x5c\xfd\xbf\xf4\xf6\xe0\x09\x3c\xd2\x39\x3b\x78\x8f\x47\x37\x4a\xb3\x02\xd5\xe5\xa9\xd9\x0e\xf3\xb0\x59\x8a\x3c\x2e\x4a\x29\x92\x65\x96\x03\x98\x21\x2b\x5f\xef\x93\x87\x06\xd2\xdd\x3f\xf1\x9b\xc9\xe3\xde\x83\xbb\x87\xf4\xcc\xfa\x77\xea\x90\x9e\x20\xd0\x01\x3d\x43\xfb\xa1\x1a\xd7\xf3\xf9\xa3\xec\xb9\xbb\x30\x2d\x43\x14\x8d\x88\x94\xce\xed\x9c\x1c\x3f\x07\x87\xd9\xff\xc1\xa3\xc1\x7f\xf2\x76\x4d\x66\x19\x34\xdb\x28\x68\xa0\x62\xc1\x5a\x57\x2a\xbc\x86\x88\x97\x41\x7f\x07\xde\x44\x20\x61\x86\x51\x94\x8b\x02\x28\x9e\xb6\x89\xfa\xa4\x98\x65\xfc\x66\x7e\x5f\xb6\x4d\x0a\x30\xca\x48\xeb\x5f\xb4\xa2\x13\x8d\x8d\x09\xd6\xf1\x39\xf2\xa3\x07\x5c\x5e\xaf\x48\x5e\x39\x08\x72\xd7\xae\x8e\xb8\xdc\x14\x22\xa2\x78\xba\x4e\x5c\x3e\xc7\x39\xf7\x7e\xec\x30\xfb\x9b\x43\xec\xeb\xc2\xa2\x90\xd7\x9b\xf9\x2c\xc5\x13\xaa\xd9\x5f\x6d\x87\xb9\x28\xfc\x3f\xd0\x2a\xe0\x0f\x1f\xba\x34\x2a\xd5\x25\x3e\x39\x37\xbf\x3a\x55\x15\x56\xc5\x65\xd1\xec\x21\x27\x89\x2c\xd8\x42\x0d\x0a\x49\x6c\x27\x45\xa5\x2d\xb5\x53\xd5\xd5\x39\x52\x69\x3f\x45\x57\x01\x72\x8c\xb8\x2c\x7a\xe8\x44\x24\x3b\x5d\x71\xb3\xc4\x1d\xd1\xe0\x7c\x6e\x7e\x55\xbb\x78\x87\x44\xb5\xb9\xa5\x0a\x52\xca\x53\xd2\xe3\x37\x4d\x73\xa8\x5a\x93\xab\xf3\xe7\xa6\x80\xc1\x92\x62\xa1\xc2\x4e\x46\x9b\xb4\x95\x78\x5a\x3b\x84\x47\x95\x6a\x82\xdb\x44\x37\xcf\xba\x59\x8e\x40\x5c\x8a\x8e\x93\x3a\xd0\x29\xb2\x80\x2e\x24\x8d\x62\x37\xcf\xa2\x9e\xf2\xba\x1e\x96\x1a\xcf\x8e\xc9\xb9\xf9\x8b\x53\x7c\x7a\x7a\x7a\x54\xf7\x55\xfa\x49\x0e\x83\xea\x27\x40\xff\x96\x9f\x6a\x67\x13\x50\x70\xbb\x2d\x98\x65\x4e\x14\xfe\xdc\xfc\xc5\xc9\x64\x8a\x3f\x9b\x37\x45\x9c\x4c\xf2\xd5\xf9\x73\xfc\x66\xd9\xc7\xf2\xe1\x0c\x9f\xe4\x45\xaf\xf3\x92\x6a\x17\x6c\x3e\x08\x29\x36\xa7\xf8\x14\x9f\x62\x6c\x1d\x11\xbc\xb0\xae\x30\xbe\x30\x46\x22\x4c\x51\xdc\x94\x07\x1c\xd0\xbf\xe9\xd6\x96\xa6\x39\x93\xa4\x7c\x17\x97\xbb\x22\x25\xab\xe4\x16\x38\x74\x83\xba\x7f\xf9\x9c\x6b\xa0\x6f\x03\xbe\xb3\x2b\xf5\x66\x2d\x7e\xaa\x62\x2b\x7a\xbb\xc7\x9e\x92\x60\x84\x1d\xa0\x43\x08\xff\x8d\x3b\x6d\xcf\x23\xb7\x16\xf5\x79\x70\xe1\x92\x93\xdd\x25\xcb\x1f\x17\xbd\xb0\x01\xc5\x6e\xc8\x1a\x95\x77\x51\x3a\x8c\x71\xb4\x44\xc4\x73\x30\x56\xa4\xd9\x36\xfb\xd0\x31\xf6\xbf\x8f\xba\x2d\x9c\x6c\x80\x86\xc3\xff\x91\x63\xc1\x2d\xf0\x57\x05\x1f\x9b\x6e\x05\x8e\x5c\x6c\x82\xee\x9c\xad\xe0\x51\xc6\x3e\x69\x1f\xbe\x1f\xd9\xf7\xe1\xfb\x68\xf5\xf0\xd5\x47\xef\xdd\x4f\xd6\xd1\xdb\x90\x6d\xc2\xb3\xf7\x37\x3d\x76\x72\x6f\x57\x30\xea\x54\x38\x72\xbf\xd7\xb3\x4f\xdb\xea\xbd\x1b\xee\x64\x4f\xb8\x1c\x21\xab\x3f\x1d\xa6\xd1\x34\x5e\x15\x1a\xec\x33\x86\x99\xed\x77\xbc\x9d\x28\xf4\x86\xb5\x0a\x6f\x28\x3f\xe0\x0d\x07\x59\xfd\xea\xb4\xc8\xba\xdf\x1c\x5c\x3f\x0e\xae\x1f\x5f\xb5\xeb\xc7\xe3\xde\xc5\xdd\xc5\xd5\x53\xfe\x49\x13\x81\x6e\x56\x98\x96\x5b\x61\x99\x55\xe5\xd4\x77\x8d\xb3\xdd\x54\x3e\xa8\x88\x5f\x8c\x64\x2d\x5b\xb1\xc8\xfd\xbf\x1b\x0b\xee\xad\x3e\x74\xe6\x3f\x98\x70\x01\x3c\xc3\xb8\x99\x68\x5f\x4f\xdc\xeb\x51\x45\x7b\xc5\x1b\x97\x69\x9d\xfd\xfe\x07\xc7\xd8\x5d\x0c\x1e\xfb\x27\x83\x6f\x4a\xad\xb0\x1c\xdb\x32\x8c\x62\x15\xe6\x62\x4f\xb2\x3f\xac\x59\xa1\x5a\x9f\xa8\x5d\x07\x07\xdf\xef\xac\xe9\xaa\x6b\xfe\x30\x59\xd4\xb4\xf2\xd4\x68\x65\x79\x07\xef\x35\xda\xbd\xd5\x0c\x54\xd5\xd3\x55\xa9\xe6\xec\xfa\xf3\x07\x00\x8c\x57\x94\x75\x82\x5e\x24\x80\xa6\x10\x51\xfb\x2c\xf8\x2d\x8d\x3e\x43\x3b\x80\x56\x74\xa3\x0b\x85\x36\xd8\xe8\xc8\x56\x9d\xa0\x99\x75\x01\xe8\x0e\x8a\x22\x6a\x3d\x70\x28\x34\xd9\x40\x04\x54\xd5\xcd\x64\x23\x44\x70\x4b\xcc\xa7\xc1\xde\xc8\x86\xc6\xf5\x92\x26\xb3\x04\x0a\x5a\x15\x8f\x08\x50\x26\x5f\x38\x1a\x9c\x1d\xf9\x16\x37\x00\x52\xce\xd3\x8e\x98\x9b\xc4\x56\x6c\xe3\x08\x9c\x93\xb7\x1e\x39\xd8\x97\xf7\xbb\x2f\x7f\x5c\x93\x61\x7d\xc4\x0b\x5e\xa6\x3d\xa6\x47\x0c\xc3\xf5\xa1\x90\xb6\x72\x37\x8f\x6d\x7b\xe1\x2c\xbb\x93\xdd\xbe\x87\x30\xd2\x21\x13\xeb\xe0\xa0\x39\x60\xd0\xb2\x19\xb4\xc2\xdd\x8f\xce\xd3\xfe\x3d\xd3\x74\x4a\x8e\xdc\xab\x2a\x27\x27\xb7\x34\x43\xec\x33\x8c\xfd\x93\x61\xb1\xf3\x59\xa2\xb8\xc6\x7f\x81\x05\xaf\x03\x7a\xf7\x6e\x16\xe1\x94\x31\x2f\x1d\xa0\x52\xb9\x87\xe0\x1b\x0a\x27\x2c\xc3\x58\xf1\x65\xd9\xa1\x3b\x65\x0e\xc1\x1e\xf7\x6c\x8a\x7e\x1d\x37\x18\x01\x6e\xf7\xa7\x79\xaf\x50\x53\x1a\xd2\x83\x7f\x30\xa0\x2f\x66\x39\xbf\x47\xfd\x75\xda\xbd\x64\xbd\xe5\x28\x7b\x9b\xc7\x0e\x41\x46\xfe\x9b\xbd\xe0\xb5\xde\x45\xdb\x28\x83\x75\x50\x4e\xef\x42\xd5\x50\xd6\x5d\xd7\x29\xd3\x7e\x36\xba\xb4\xb8\xe0\x67\x2f\xc7\x45\xa9\x7c\x72\xe1\x7b\xa3\x1a\x82\x38\x0f\x1b\x19\x0f\x0e\x24\x79\x0f\xdc\xe8\x25\x61\xae\xc0\xba\xed\xe9\xf9\x0b\x1e\x9b\xc0\x76\xfa\xef\xf2\x82\x1f\xf5\xce\x62\xa8\x81\x0b\x95\x86\xb5\xc5\x64\x48\x37\x55\x36\xdb\x0d\x7e\x16\xc2\x4a\xd0\xdf\x07\x1e\x81\x07\x88\x9d\xb8\xa0\xf3\xd1\x72\x94\x54\x56\x7d\x72\xba\x0b\x73\xc1\x97\x32\x45\xe8\x5e\xe7\xcb\xe0\xaa\x64\x9e\xc0\x26\xbf\x94\x9d\xc5\xdb\xb2\x1b\xc5\xe9\xb1\xb1\x4d\xd1\xf7\x3f\xea\x05\x1f\xf4\x5e\x20\xfa\x6e\xdf\x6e\x0a\x8b\x37\xc1\xea\x5e\x0b\x77\x65\xc7\x06\x6c\x8a\x7e\xa1\x07\x60\x13\x73\x57\xfd\xab\x86\x43\x69\x9e\x70\x4c\xee\x56\xdc\xb2\x9d\xf5\x38\xa5\xb1\x44\x5f\xa8\xcc\xca\x5d\xb5\x9b\x62\x44\xa0\x18\xbb\x55\x7f\xe3\xb1\x23\xaa\x00\xff\x4f\xbd\xe0\xb3\xde\xfd\xaa\x38\xe7\xc6\xbf\x29\xfa\x60\x07\x43\x34\x04\x80\x70\xa5\xd3\x12\x4a\x30\x31\x37\xf8\x31\xf6\x34\x56\x14\x0a\x3f\xfb\x70\x2f\x4c\x5c\x7e\x2e\x7a\x44\x89\x64\x7b\x1f\xee\xc5\x5b\x61\x22\x28\xf4\x23\x4e\xa2\xa6\xdc\x7a\x80\xfd\x09\x8f\xe0\x22\x23\x5d\x28\xfa\xca\x84\xa9\x5e\x6b\xa6\x2b\x95\xc9\x2b\xcc\xcb\xb8\x09\xf3\x50\xce\xac\x8d\x2c\xef\x3b\x0d\xff\x8f\x35\xf6\x74\x33\x4e\xab\x68\x55\xf4\x3f\x59\x53\x84\xb3\x1f\xa8\xad\x55\xdf\x56\xad\x6e\x88\xd3\x07\x42\x88\xe2\x4b\xb6\x46\x7e\x92\x7c\x19\x68\xd0\xb2\x96\x9a\xd1\x7a\x7a\xd9\x4b\xc7\x0d\x35\x42\xec\xc5\x68\xca\xda\x4a\xf4\x54\x6b\xf0\x33\x3a\xc6\x4e\x09\x9c\xda\x2c\xab\xfc\x27\x70\x1e\x50\xd7\x98\x59\xda\xca\x72\x21\x05\xcd\x49\x22\xe3\x13\x5b\x71\xb3\x9c\x6a\x70\xf0\x63\x91\xc3\x94\x8a\x0d\xe0\xad\x50\xf3\x46\x89\x93\x25\x31\xc6\x85\x05\x3f\xc1\x27\xe1\x33\x9b\xa3\x63\x4a\x73\x7b\x83\x5f\xb2\xab\x0f\xfb\xd2\x61\x76\xe7\x6e\x7c\x32\x00\x77\xb0\xac\xc4\xe3\x42\x7b\x99\xf8\x3f\x75\x38\x78\xf9\x2e\x69\x78\xac\x6e\x31\x85\x72\xa6\x56\xa2\xdf\x1a\x46\xc5\x0d\x85\x36\x31\x28\x93\x59\x6e\xe2\xd0\xa6\xa5\xa4\x6d\x03\x48\x5d\xf1\x40\x16\x19\x76\xd3\x79\xdd\x04\xfb\x8c\xc7\x8e\x84\xdd\x18\x9c\x6f\xfd\x8f\x79\xc1\xaf\x78\x73\xcb\x8b\x8e\xc7\x34\xba\xf4\x1a\x52\x7c\x92\x4f\x10\xe9\x51\x3b\x4a\x62\x18\xa7\xfd\x6d\x25\xda\xac\x74\xe0\x3b\x40\x26\x52\x33\x2b\x56\x60\x1f\xb9\xe5\xf2\x88\x08\xee\xf2\xfc\x41\x5d\x66\xd9\x8e\xf3\x68\x5a\x2e\x8a\x3e\x7a\x87\xd5\x9d\xd2\x14\x6c\x83\xb3\x44\xe6\x49\x0c\xbb\x3b\x68\x28\x21\x0c\xa6\x52\x15\x6b\x6a\xa0\x2d\x95\x4c\xe0\x2e\x78\x77\xd0\x58\x1a\x72\x17\xdc\x5b\x26\x1f\xf2\xd8\x51\x3d\x44\xfe\xbf\xf2\x82\x77\x78\x06\x58\xd6\xca\x11\x1f\x28\x66\xe8\xd1\x7d\xed\x46\x5d\x69\xcc\x0a\x24\x55\x91\x13\xc0\x82\xd2\x0d\x74\x49\x18\x4e\xa1\xba\x1d\xc9\x5a\x86\x7f\x32\x8f\x33\x2b\x70\x1a\xf1\x1f\x3c\x76\x08\x52\x22\xf3\xe0\x2a\x7c\x64\x6d\x29\xb1\xbe\xcc\xb4\x00\x71\x3a\x1b\x31\x45\x79\x75\x8a\x62\x73\x48\x2d\x5f\xad\x02\x9f\x54\xf1\xb8\x10\x16\x62\x1a\xd3\xe0\xf7\xda\xc8\x3f\xca\x85\x0d\xd4\xc8\xf6\x8a\xd3\x5f\x44\xb0\xf6\x0a\x17\xe3\xda\x6e\xe0\xfb\x9e\xc1\x1e\x34\x0b\xdd\xf8\x6a\x4f\xeb\x98\x04\xc7\xb5\xd8\x24\xd0\x7a\xef\x79\x40\xe6\x51\x28\x32\x0b\x5a\x70\x55\x97\xc3\x4f\xfe\xa3\xe0\x9e\x5d\xd2\xd8\x60\x0e\x3a\x36\x45\x2e\xbf\xf9\x95\x85\x06\xad\xe2\x2b\xde\x04\x5a\x05\xae\x78\x87\xc9\xf4\xe8\x2c\xec\x3f\xf3\xd9\x63\x63\x6c\x02\xaf\x85\xfe\xdf\xd6\x58\x34\x4a\x8a\xde\x7f\x23\x15\x95\x6b\x96\x06\xaf\xaf\xd1\xb5\xd6\x75\xed\xa5\x87\xb0\x7f\xd1\x59\x48\x5f\x20\x8a\x7a\xde\x4b\xed\x18\x32\xd5\x66\x5a\x05\x15\xb0\xa3\x06\x5f\xcb\xba\x14\x62\x48\x18\xec\xd3\x3a\xc2\x89\xae\xc1\xf2\xe8\xee\xf4\xc8\xaf\x4e\x5c\x56\xc4\xea\x7c\x79\x48\x5a\x58\x0d\x14\x4d\x6e\x4d\x3f\xdc\x92\x9b\xa1\x16\x40\x26\x4b\x5d\xac\x55\x7f\x6a\x9a\x11\x29\x7b\x88\x8b\x0d\x9e\xec\x53\x0d\xd6\x66\x34\x50\xfe\xb7\x05\xcb\x64\xc8\x81\xab\x60\x2b\x09\x37\x70\xca\xc6\xe9\xc6\x0c\x3a\xe0\x6b\x1c\x17\x3d\xea\xf2\x52\x87\x8b\x9f\xbe\xdd\x8a\x43\xbc\x27\xce\x2d\x2f\x16\x8e\xa3\xfc\x3b\x3d\xa6\xa6\x82\xff\x23\x5e\xf0\x7a\x4f\xa1\x91\x55\x70\xd6\x75\xfb\xdd\x2a\xc3\x36\x40\xa6\xea\x21\x50\x55\xc8\xe7\x4a\xa8\x58\x7c\x0d\xe2\xa7\x34\x54\xd4\xe5\xb0\x59\x82\x27\xba\x70\x63\xa9\x28\xfd\xb3\x01\xcb\xdb\xa9\xec\xab\xc6\xd8\x0d\x45\x6f\xdd\x60\x36\x7d\xa5\xc6\x5a\x4f\xdc\x14\x5d\xb5\x8a\x0a\x5e\x53\xb3\x4b\xd6\xa7\x29\x18\xa2\x9c\x37\xc3\x26\xa3\x82\xd8\xae\x22\x70\x21\xf4\xd3\x0e\x33\xd3\xce\x78\x4f\xd3\xd3\xfe\xe0\x1a\xe6\xa8\xdb\xc6\x51\xd3\xf3\xff\x19\x67\x5f\x67\xd4\x7b\xcb\x39\x68\x8c\xe6\xb3\xa4\xd7\x49\x0b\xff\xf7\xc6\x83\x4f\x8d\x8d\x7a\x6b\xd9\xfc\x2d\xfd\x60\x93\x5e\xe6\xa2\xec\xe5\x48\x2e\xc3\xd7\x20\x24\x16\x89\x47\x1b\xe0\xf9\xbd\x83\xd6\x46\x9f\x71\x33\x70\x89\x94\x03\xae\xae\xd7\xa8\xcd\xb9\x09\x59\x93\xe4\x3b\xdd\xbe\xe9\xb0\x98\x2e\x31\x80\x05\x90\xc7\x35\x59\xc2\xc8\xe1\x50\xf5\xdc\xcb\x48\xa8\xb4\xd7\x30\x08\xea\xd3\x51\xfd\x8f\x0e\x89\xdc\x7c\x90\xe5\x23\xab\x69\x5f\x09\x15\xbd\x2f\xbe\x57\xe8\x3d\xea\xd2\x2d\x17\xfd\xf0\xbd\x53\xbb\x18\xda\x8a\xae\x94\x25\xec\xa1\x27\x6e\xed\xe1\x7c\x31\xa7\x1c\xfb\xf7\x1e\x63\x91\x14\x1a\xe4\xa6\x14\x49\x99\xf3\x97\x3d\xf3\x7b\xd4\x76\x35\xa2\x41\x52\x5c\x8c\x0b\x6e\xbe\x6f\x68\x5d\xb6\x21\x9e\x90\x89\x2c\xd5\x97\x9b\xb1\x61\xe1\xda\x0e\x73\x38\x87\xda\x22\xc4\x78\x5c\x1d\xf9\x83\xc4\xc1\x60\xbb\xde\x95\xa1\xf9\x3d\x35\xe6\xab\xea\xc4\x59\xfa\x00\x66\xea\xbf\xa5\x16\x7c\x67\x6d\xf0\x39\xc4\xee\xe5\x1a\x16\x49\x99\xe6\x55\x55\xf4\x3a\x2a\x33\x68\x05\x45\xfc\x35\xf8\xf9\xb0\x8f\xc0\xe0\x34\x11\x61\xfb\xbe\x64\xba\xe1\x12\x08\x95\xc4\xa1\x30\x98\xef\x88\x4e\x76\x7a\x12\x16\x8d\xf6\xeb\x85\x89\xa3\x23\xe4\x04\x84\xde\xa9\x33\xc9\x0c\x11\x86\x44\x67\xb9\x8e\xee\x26\x0f\xd7\xb2\x0f\xc0\x08\x00\x65\x04\xb7\x65\x47\xec\xfa\x25\x8f\x44\xec\xf7\x79\xc1\xdb\x3d\xdb\xe0\xa2\xb2\x4e\x81\xdd\x43\x34\x36\x1a\xfc\x0b\x8f\xfc\xd0\xd6\xc9\x2f\x3c\xf2\xc3\x75\xf8\x0b\xdd\xfc\xe1\xa7\x28\x9b\x14\xfd\x54\x3d\xba\x90\xa5\x1a\xea\x0a\x1c\x2f\x6e\xa3\xc3\x92\x5f\x92\x7b\x4c\x31\x73\x0f\x5c\x3c\x4e\xcf\xdc\x43\xaf\x4e\xcf\x34\x1a\x8d\x4b\xb2\xe2\x97\xf0\x73\xd3\xab\x76\xf5\x7f\x7f\x8c\x7d\xd3\x28\xb5\xa4\x0a\xfe\x5d\x4c\x5b\x99\xff\xee\xb1\x60\x4d\xfe\x61\xc2\x8d\xe8\x35\x0e\x89\xe1\x95\x04\x37\xaa\x6d\x71\x3c\x49\x34\x8e\x44\x14\x17\x04\x11\xaa\x40\x1f\x4c\xf2\x2b\xde\x21\x08\x3f\x96\xff\xc6\xa9\xfc\x97\x6d\xc4\x25\x89\x93\x57\xbc\xa3\x1b\x71\x39\x9f\x75\x3a\x71\x79\xc5\xbb\x61\x23\x2e\xd7\x72\x01\xc6\x6e\x71\xc5\x3b\xba\xde\x8b\x93\x68\x01\xff\xde\xc8\xf4\x27\x47\x9a\x59\xa7\x1b\x27\x22\xbf\xe2\x1d\xe9\x26\x61\x29\xcb\x72\x04\xcc\x2f\x7a\xec\x19\x0c\x4b\xf5\x1d\x50\x87\xaf\x65\xfa\x83\x81\x17\x2a\x53\xf7\xc5\xd7\x33\xa7\x52\xee\xcb\xff\x8d\x59\x4d\x71\x5f\xc9\xf2\x65\x6b\xdd\xa7\x5f\xc7\x4c\x9b\x06\xde\xe8\x8e\x18\x7c\x93\x0d\x2d\xe3\xca\xd3\xd8\x89\x3d\x69\x9c\xe7\x96\x17\xd5\x86\xe7\xff\xc9\x53\x83\xe7\x5b\xbf\x1d\xb8\x0f\x73\x6f\x34\xde\x26\x08\xbb\x41\x88\x27\xa4\x0e\xd1\x57\x16\x23\xf1\xdf\x20\x37\xfd\x5e\x12\x02\xdb\xf8\x15\x8f\x99\x34\xfa\x86\x7f\x68\x4b\xe4\xeb\xae\x7d\xea\xf7\x6f\x64\x2f\x67\x8c\x14\x48\xb1\x28\xfc\x2c\x58\x35\xbf\x5c\x50\x7f\x7d\xdb\xb7\xb9\xc0\xd5\x95\x4e\x5f\x45\x93\x2c\xdd\x80\xcd\x6f\x12\xd6\xe3\xf1\x30\x49\x8e\x4f\xed\x00\xf3\xf1\x6f\x3c\x15\x8b\xfd\x41\x2f\x78\xb7\xb7\x61\xeb\x16\x4c\x38\x33\x3e\xae\x5c\x7c\x1b\x9c\x54\x8e\x08\xb3\x68\xeb\x23\xd4\x79\x80\x2b\x09\xf7\x4a\x0d\xde\x5c\x94\xa8\x3d\xb0\x85\xa0\x3a\x31\xbd\x85\x7d\x85\x02\x6e\x38\x1b\x49\x39\x67\x51\x6f\x90\xb1\xda\xbd\xff\x3e\x9b\xb6\xa9\xdb\x82\x49\x7b\x93\xea\x26\xbd\x3c\x4c\x1c\xe3\xb0\xeb\x48\x44\x9f\xaf\x31\x6b\xcc\xfc\x7b\x83\x3b\xcd\xaf\x2a\x40\xa1\x7d\x60\x5b\xa9\x10\x0e\xc7\x3d\x6f\xda\x8c\x15\xed\x2c\x2f\xe1\x96\xeb\xbf\x38\x38\x6d\x7e\xb9\xa3\x5b\xf4\x36\x36\xd0\xd9\x15\x52\x60\xbe\x43\x2a\x3c\x72\x20\x7f\x7b\x8c\xf9\x24\xd2\xd3\x62\xb9\x2f\x2c\xda\xfe\xcf\x8d\x05\x3f\x39\xb6\x06\xe1\xab\x45\xdb\x38\x95\x95\x16\x31\xaf\x0d\x8b\xe0\x22\x95\xd8\x0d\x25\xbb\x26\x9e\x76\x70\xa0\x6d\xe7\x71\x59\x0a\xe5\x27\x48\x98\xaf\x65\x96\x0b\x85\xc7\xa9\xae\x20\x96\x76\x2f\xeb\x86\x0f\x63\x48\xa3\x3e\x2c\x01\xc6\x05\x8e\x26\x04\x30\x31\x01\xdf\xa9\x65\x16\x88\x0b\xbc\xd8\x99\x18\xe6\x30\xad\x04\xcf\x29\x03\x2a\x85\x6a\x65\xb9\x2c\x3b\x17\x9d\x6c\x6b\x18\x55\x9f\x30\x0a\x1a\x82\xe1\x35\xa8\xa2\x06\xe4\x00\x4e\xf1\xd8\x81\x4e\xb5\x7a\x77\x14\xe5\x9a\xa3\x01\x22\x4e\xe3\x4e\x18\x1b\x5c\x0d\x8c\xe2\x8f\x5b\x72\x43\xd9\xc8\xc3\xa8\x27\x27\x97\x33\x1d\x5f\x53\x33\x98\x32\xff\xe0\x05\x7f\xe9\x6d\xb9\xa8\x32\x66\x6d\x56\x64\xb0\x1d\x57\x67\x55\x5e\x1b\xb1\x3e\xf7\xbd\x3c\xb7\x4e\x82\x7e\x3a\x11\x06\x37\x85\xe4\xcf\xc1\x2a\xe4\xa6\xce\xc7\x09\xf2\x60\xca\x5d\xd9\x11\x29\x0a\xbf\x35\xb8\x7f\xd3\x52\x14\xc2\xdf\x03\x9a\x4f\xda\xf7\xee\xcd\xb2\xe3\x03\x09\xad\xa5\x7b\xbc\x95\x65\x72\x63\xb4\x00\x8f\x6a\xcc\xd9\xc4\xfd\xd7\xd5\x82\xff\xee\xd9\x4f\xb4\x83\x07\x3d\x1b\xbe\xa9\x70\x1c\x7c\x02\xff\x53\x28\x10\xc6\xed\x9a\x36\x24\x08\x66\x53\x19\xe1\xb2\x48\x08\x84\xa1\x5a\x26\xf8\x6c\x34\xb3\x3c\x17\x4d\xf4\x85\x44\x86\x6c\x50\x3c\x90\x17\x5c\x6a\xae\x1d\x71\x29\x3a\x90\x3b\xc4\xd4\xe9\x22\xe0\x92\x45\x45\xe7\x42\x1b\xae\xb4\x65\x5a\x5e\xf7\x9a\x65\xc2\xe7\xcf\x2d\x1a\x9e\x45\x67\x18\x7e\xda\x63\x78\x84\xf9\x3f\xe6\x05\xaf\xf4\xe0\xcf\xea\x26\x46\x18\x4c\x90\x1b\xc7\x14\x93\x30\x75\x08\xd6\xaa\xe0\x1b\xa2\xac\xc3\x07\x75\xbe\x1d\x96\xcd\x76\x9d\x70\xa6\xeb\x64\xe8\xae\xf3\x2e\x3e\x8e\x44\x22\xe4\x4f\xfc\xd7\x38\x81\xd4\x49\x2d\x95\x5d\xee\xef\x74\xb0\x7d\x6a\xdc\xa1\x99\x57\xb4\x2a\x64\xbf\x5d\x15\xe5\x7c\x96\xe2\xcd\xd8\xff\xe9\xf1\xe0\xdc\x90\xe7\x55\x3d\x99\x62\x99\x0f\x75\x04\xa8\x94\xed\xc1\x5c\xd4\x14\x39\xa0\x9f\x81\x6d\x5f\xf1\x66\x5c\xf1\xc8\xdb\xd1\x39\xf2\x7f\x79\x8c\x9d\xd3\x6e\x90\x67\x82\xdb\x56\x1d\x3f\xc6\xa6\x2a\xbc\x8e\x9c\xa4\x2d\xbe\x06\x97\xa4\x7b\x91\x09\xef\x42\xba\x99\x66\xdb\xa9\x33\x2c\xa7\x88\xa6\xe1\x59\xc1\x3f\x35\x34\x0d\xa6\x7e\x3a\x47\xe7\xa3\x37\x79\xcc\x4f\xc2\xa2\x5c\xcb\xc3\xb4\x88\x15\x1d\xb3\xff\xcf\x46\x07\x61\xef\x20\x5e\xc9\x4f\x83\x85\x35\x15\x51\xa8\xad\x55\xba\x68\x5e\xea\x62\xd4\x94\x93\xad\xa3\xc9\x0b\xe8\x85\x60\x46\x68\xb0\x17\x19\x2c\xe2\xa5\x60\x8e\xb0\x88\xf9\xde\xb1\x88\xd1\xf4\xad\x0a\x73\x9a\x7c\xaf\xc6\xee\xbd\x27\x98\x59\x83\x15\x0b\xf0\xbd\x6a\x07\xd1\xb5\x3d\x5e\x50\x3b\x86\xe7\xf3\xb1\x23\xec\x94\xeb\x12\xd7\xce\x72\x8a\x12\x04\x77\x55\x0c\xa2\x40\x16\x80\x15\xb1\x15\x8b\x6d\x00\x5c\x78\xd3\x91\xe0\x6d\xde\x88\x97\xb8\x8c\x70\xbe\x75\x4b\x6b\x7b\x24\xaa\x00\xba\x1f\xcb\x3d\xdd\x52\xe7\x65\x2d\xae\xc4\xd8\x39\xbb\x16\x73\x86\xf7\x00\xed\xcd\xe9\x6e\xc9\xd4\x49\x5d\x88\xd2\x99\xac\x7f\x34\xc1\x7e\xc3\x63\x87\xc4\xe5\x32\x0f\xfd\x5f\xf2\x82\xd7\x7b\x67\xe5\x9f\xb8\x19\x41\x14\xbf\xf6\x6a\xea\x15\x22\x87\x8b\x54\xe3\x79\xa2\x84\x54\x9a\x08\xd6\x6c\x32\x16\x01\x7a\x96\x37\x38\x61\x7f\x11\xbb\x1a\x8f\xd3\x6e\xaf\x54\xf9\xa9\x7e\x45\xa9\x1b\x69\xd8\x43\x45\x52\x06\x04\xf4\x22\x17\x8d\x77\x7a\xdf\xc0\xfe\xf1\xe8\x5d\xc0\xa6\x9c\x58\x62\x13\x70\xb8\x14\xfe\x42\x30\x09\x96\xa9\xc2\x31\xa2\x15\xbc\x9f\xf5\x8e\xe7\x82\x97\x02\x95\xac\xad\x2c\xdf\x49\xe0\x7a\xa7\xc7\xbe\x26\xb5\xba\x56\xf7\xa6\xff\x06\x6f\x07\x30\xd2\x81\xf9\xb2\x34\x2c\x8f\xe0\xfc\xd0\xc7\xd6\x96\x54\xc5\xcd\x0b\x81\x17\xc7\xdc\x5a\x9c\x89\x23\x2b\xeb\xe7\x83\x35\x7d\xe3\x4e\x11\xa3\x03\x35\x1d\x52\xcd\xd5\xdd\x66\xd6\x4e\x15\x1e\x55\xd9\xd3\x6c\xac\x17\x47\xfe\x1d\xc1\xcd\x17\x16\x17\x86\xa0\x4b\xe0\x71\x0b\x69\xe5\x38\xc1\xcc\xab\x1c\x54\xe3\xf2\xa1\xff\x36\x2f\xf8\x3e\xef\x42\x21\xb4\x6b\xa6\x7c\x3a\x6c\x98\x15\x06\xa5\x52\x37\x07\xf2\xa3\x00\xa8\x2c\xd3\xac\xe4\x01\x4e\x17\x05\xa8\x16\x23\xe7\xbf\x3c\x24\xbb\xb9\x20\xc9\x36\x80\xc0\xa6\xb8\xc5\xa1\xbc\x6d\x01\x10\xc2\x25\xb8\xb2\xaa\x38\x97\x30\xed\xd3\x54\x73\x5c\xaa\x8e\xd9\x0a\x8a\xc6\x3a\x78\xa3\x68\x6d\x5d\x9e\xa5\xcf\xcf\xd6\x61\x03\x79\xc7\xb1\xe0\x45\xd6\x6f\xab\x6b\x21\xae\xab\x2d\xf8\x43\xd9\xba\x15\xbe\x04\x82\x67\x92\x65\x9b\x00\x77\xa4\xee\xb1\xa9\x06\xa5\xd3\xd8\x06\x79\x2f\x6d\x5c\xf1\x8e\x14\xe4\xa4\x72\xc5\x3b\xf6\x50\xb6\xbe\x26\x3a\x5d\x29\x14\x3b\xfb\xc1\x8f\x33\xf6\xdb\x35\xf6\x74\x2b\xb4\x87\x18\x7b\xdf\x5f\x0b\xfe\x45\x6d\xb5\x1a\x68\x06\x82\xbf\x1d\x1a\xa3\x2b\x47\x5e\x14\xcf\xcf\xd6\x95\x6b\x87\xf1\xa0\x99\xe5\xd3\x3c\x98\x93\xf2\x89\x65\x5d\x9c\x55\x02\x15\xf5\x00\xec\x3b\x79\x2f\xb5\x72\x4f\xfa\x77\xcb\x2f\xef\xcd\xf2\x75\xe0\xfc\x6c\xc1\x1f\x85\x13\x9a\xd3\x4b\x8b\x3a\xd2\x19\xcb\xa1\x07\xda\x53\x99\x49\xdc\x92\x02\xf5\x56\x9c\xf5\x0a\xf8\xdd\x0e\x81\x75\x52\x2e\x8b\xa2\x2d\x22\xde\x17\x25\xe4\x2d\xa5\x04\x24\x1f\x6d\x86\x69\x53\x24\x05\xd7\x65\x6b\xe2\x40\x39\x08\xa8\x9c\x83\xb4\x05\xf6\x37\x84\xee\xa7\x62\x5b\x6e\xdc\xf6\xe8\xff\xbc\xc7\x9e\xd9\x0a\xe3\x44\x44\xb2\x51\xf7\xc5\xf2\x02\xd5\x87\xf8\x1c\xff\x87\x34\x90\xc4\x77\x80\x6b\x98\x09\x98\xc2\x0f\x4c\xf5\x1e\x52\xfd\x21\xcf\xc2\xd4\xba\x22\xa1\x40\x82\x0e\xc1\x11\xda\x8e\x7a\x71\xd1\xd6\x08\x34\x0a\x45\x15\x20\x1e\xd1\x43\xc3\xf6\x0b\x70\xd5\xa9\x27\x5d\xbf\x8b\xd7\x78\xcc\x9e\x27\xfe\x4b\x77\x70\xc8\x74\x27\xf5\xf3\xcd\x57\x10\xac\xf2\xdc\x55\x47\x07\x23\x3b\x10\x8e\x04\x4d\x27\x4d\xf7\x47\x98\xbd\x56\x5c\x98\x9a\x0b\x0d\xf6\x20\xd3\xb3\xd7\x7f\x21\x8a\x22\xea\xb7\xbc\xf9\xc9\x74\x1c\x77\x11\x97\x47\x5e\xa4\x8d\xed\x78\x33\xee\x8a\x28\x0e\x1b\x59\xbe\x31\x23\x7f\xcd\xc8\xe4\x8d\x8a\x92\xe4\x6b\x01\x5c\x31\x4e\x37\x16\x44\x18\x25\x71\x2a\x94\x4b\xcf\x4f\x7b\xca\xa5\xe7\x4d\xde\xfd\xea\x7a\x17\x51\x22\x59\x38\x21\x0a\x20\xdc\x01\x65\xa2\xdb\x89\x57\xc0\x4e\x0c\xe1\x95\xaa\xca\x11\x8a\x50\x86\xa4\x4d\xca\x29\x0d\xce\xcf\xc7\xe0\xf7\x0d\xa3\x6d\xad\x24\xdd\x4d\xc4\xce\x19\x16\x6a\x82\x00\xcc\x9c\x33\x68\xbf\xe2\xb1\x7f\x6c\x88\x38\x07\xa6\xdc\x5b\xf5\x94\x7b\x6d\x65\xca\x59\xec\x9d\x4f\xf2\xb4\x3b\xe5\xb6\xe0\xad\x1e\x3b\x5c\xf4\x8a\xae\x48\x23\xff\xfb\xbc\xe0\x55\x1e\x5e\xb5\x93\x70\x83\x97\x22\x49\x0a\x7d\xb1\x25\xd2\x9b\x32\xe3\x94\xdc\xa6\x15\x35\xdd\x07\x3e\x4e\x06\xb4\xbc\xdb\x45\x54\xf2\x30\x91\x42\x67\x1f\x47\x4c\x44\xd6\x07\x0d\xbe\x9b\x91\xe1\xd1\x09\x76\x7c\x8f\xa4\x36\xfe\xa7\x0e\x05\x73\xc3\x5e\x0c\x32\x5a\x01\x20\xe9\x30\x9a\xb1\xc2\xf5\xd5\x7c\xe5\x21\xf6\x37\x1e\x9b\xc0\x00\x5e\xff\xcf\xbd\xe0\x07\x31\x46\xb8\x9a\xa5\x02\xbf\x0a\x89\x81\xbb\x35\x50\x88\x06\x2d\xba\x6a\xaf\xee\xa6\x1d\x80\x3c\xd3\x09\xd3\x70\x43\x58\x16\x41\xcd\xad\x5a\xcc\x5c\x5f\x5a\xb1\x57\x8f\xb1\x23\xca\x96\xe4\xff\x7d\x2d\xf8\xe9\xda\x8a\xb2\x2c\x55\x1a\x4f\x84\x41\x3b\x35\x5e\x3b\x2d\x49\xe9\x40\xe7\x63\x08\xda\x48\x8a\xd1\x8d\xc1\x99\x64\x4d\x0d\xea\x76\x50\x1f\xa1\x84\x3b\x80\x5a\x0d\x16\x43\xcb\x4d\x4f\xae\x06\xc3\x12\x05\xdd\x37\xad\xac\xda\xe4\x09\xf9\x3f\xc9\x50\xfc\x55\x8d\xed\x16\x86\x7a\x6f\x92\x6d\xaf\x82\x8b\x06\x31\xdc\xfc\x52\x2d\x38\x5d\x7d\x38\x0a\x8b\xc4\xba\x8e\x9b\x4f\xdc\x95\xf0\x9f\x3d\xf6\x67\x1e\x63\xfa\x62\x57\xf8\x9f\xf5\x82\xbb\x2f\x99\xdf\x97\x06\x35\xec\x4e\xf6\x20\xa5\x38\xb9\x9b\xdb\xc0\x02\x3b\x33\x3a\x7a\x68\x97\xe6\x6a\x15\xc3\xe3\x1e\x1f\x89\x97\x3a\xe1\x8f\x77\xc2\x2e\x7b\xdc\x3b\xce\xfe\xf1\x60\x92\x4e\xd8\x9d\xde\x14\xfd\xc2\x3f\xea\x1f\x9e\x06\x9f\x39\xc6\x3e\x70\xd4\x09\xbe\x41\x98\x1d\x80\x66\xc8\xa2\x85\xb8\xc8\x7b\x70\x3c\x9d\xe9\x45\x1b\x02\x79\x84\x5f\x7b\x34\x78\xee\x88\x77\xc3\x42\x6f\x86\x24\x1d\xc5\x2f\x7c\x98\x7d\xc2\x8e\x14\xf8\xf0\x3e\x23\x05\xfe\xc7\xc0\xc3\x38\x08\x25\xda\x67\x28\x51\x5f\x45\x12\x75\x83\xe3\x9a\x32\xd9\xac\xbf\x61\xf3\x6b\xef\x41\x3f\x3b\x4e\xf7\x83\xa0\x9f\xfd\x44\x97\x36\x77\x0f\x91\x79\xae\x7f\x5a\x47\x97\xe2\x48\x18\x40\x94\xe1\x3b\x4c\x35\xd4\xf4\x55\x87\x1c\x32\x34\x3d\x9c\x44\x29\x80\x92\xc8\x7d\x59\x51\x2e\x87\x65\xdb\xff\xf4\x78\xf0\x7a\xaf\xf2\xd0\x59\x81\xed\xac\x30\x68\x54\x7a\xc7\x77\x2f\x16\xca\x29\x75\xdd\xf0\x37\x20\x05\x28\xd1\xb4\xf4\x64\x9f\x2f\x96\x4a\x12\x20\xcb\x8b\x2c\xa9\x9b\x8b\x56\x7c\x99\xc0\x1c\xe9\x80\x76\x0f\x9f\xf7\x8f\xb1\x77\xd5\x18\x93\xa9\x97\x21\xb1\xff\x23\xb5\xe0\x0d\x35\xf3\x5b\x5b\x72\xec\xfc\x54\x88\x87\x5d\x7b\x50\xce\x51\x90\xca\xa2\x25\xab\x2a\x2a\xc7\x4b\x37\x5f\x02\x5e\xa3\x18\x5c\x14\x8b\x24\x2c\xda\xe4\x56\x51\xe6\xe0\x44\x8f\x17\x27\xe5\x17\xa9\xe8\x8b\xac\x62\xe9\x7a\x0a\x85\xca\xe7\x0d\xc6\xce\xa2\x29\xa7\x98\xe5\x97\x66\x5a\x59\x76\x89\x98\x27\x10\xac\x0e\x1f\xd5\xf1\xdf\x99\x4b\xb0\xdf\xe0\xdf\xeb\x61\x7e\xc9\xfd\xc2\x50\x01\xc1\xe3\xe8\x12\xcf\x72\x7e\x69\x46\x94\x4d\x48\x65\x6f\x0f\x8f\x79\x52\x7a\x0b\xa3\xfb\xd3\xa4\xef\x6f\x07\xf1\xf6\x80\xaf\x10\xea\x2d\x20\x37\xab\x87\x0a\x13\xc9\xa4\x5a\x46\x5d\xac\xcc\x77\x10\xaa\x42\xbd\x29\x05\xbe\x82\x70\x6b\xb0\x2c\x57\x7a\xff\xe7\x4f\x65\xdf\x30\x44\x7a\x3f\x4b\x8b\xb8\xf0\xbf\x74\x63\xf0\x0f\x35\xfd\x73\xd8\x41\x29\xf4\xcb\x0a\xeb\x27\xaa\x74\xcb\x5e\x98\x28\xcc\xe2\x06\xa7\x9e\x9e\x65\x9c\x2f\x85\x1d\x31\xcb\x83\x4e\xbf\xd8\x6a\x06\x75\xc6\xf9\xaa\xbc\xb1\x94\xc5\x2c\x7f\x09\x00\x9b\xbc\x8c\xe0\x4d\xe6\x14\x22\xcf\x2c\x7f\xc9\xcb\x82\xb8\x1b\xcc\xf2\xe0\xe4\x89\x86\xfc\xbf\xc6\xc9\xe0\xe5\x75\xee\x3e\xbc\xa5\x71\x4b\xf0\xf2\x07\xeb\xf4\xf1\x72\x96\x97\xf8\x61\x1a\x76\x84\x4c\x15\x06\x75\x1e\xc8\xa9\x14\xcc\xf2\x3b\x6f\xbf\xe3\x36\xc8\x40\xbd\x5c\xb7\x5e\x9e\x3a\x71\xd7\xcb\x1f\x84\x6c\x5e\x5e\xdf\x63\x85\x4e\x35\x4e\xed\xb9\xec\xbb\x4e\x8d\x2c\xf9\x8e\xdb\xad\x82\x1f\x74\x16\xda\x63\xc7\xfe\xd7\x44\xdf\xfa\xd9\x71\x79\xd1\x85\xf1\xf7\xdf\x36\x1e\x7c\x6e\x0c\xe1\x7f\xe0\xa4\x94\xf3\x59\xd8\x33\x10\x94\x9b\xa9\x92\x28\x92\x84\xd3\x97\x0d\x33\x34\x30\xe5\x41\x25\x15\x49\x81\x21\x53\x49\x78\xd8\x6c\x66\x39\x10\x5a\x92\x54\xb1\xb8\x0c\x19\x12\xc8\x4f\x83\xcf\x29\xd3\x22\x21\x41\xe1\x7e\xd1\x51\x84\x52\x72\x88\x8a\x3a\xa0\xab\xcb\xd2\x0d\x7f\x05\xde\xa0\x43\x42\x5e\x77\xdf\xc9\x6d\x61\x72\x5d\x34\x43\x02\x1a\x07\xcb\xbf\xc0\x33\xd3\xd8\x96\xcd\xed\x64\x4a\xd9\xd1\x8b\x5e\x52\x2a\x6b\xbe\xaa\x0f\x3a\x61\x93\xa3\x25\x1a\xfb\x4d\x1e\xaa\x99\xca\xce\x63\xde\x40\xc5\x1b\x7c\x29\xb3\x1a\x26\xf7\x97\x6e\x57\x84\xb9\x46\x25\xb5\x3a\x10\x8c\x29\xe5\x8a\x6c\x96\x79\xaa\x3c\x11\x81\x36\x0b\xca\x92\x12\x01\xc5\x89\x39\xdf\x42\x79\x8a\x8c\xa9\xd3\xcd\x81\x23\x4e\x6f\x04\xb6\xa4\x73\x8a\x9d\x64\x33\xbb\x86\x37\xab\x3d\x08\x77\x89\x03\xf1\xf4\x00\x81\xe4\xab\x28\x23\xbe\x70\x77\x19\xb1\xe1\xd7\x87\x01\xe6\xe9\xa3\xb4\x2a\x11\xfe\xd5\x31\x76\xfb\x2e\x77\x6a\x34\x3f\x00\xd6\xec\x03\x71\xd9\x26\xf3\x6a\xe1\xff\xdc\xb1\xe0\x4d\x63\x23\x5e\x4a\xa9\xc7\xc4\xf0\xc0\x0c\xc5\xa8\x4f\x1d\x4b\x0b\xb6\x29\x84\x9e\x42\x8d\x8c\xf1\xae\x06\x07\x0d\xf8\x46\xb1\x30\x93\x77\x00\x41\xe7\x75\xc2\x4d\x0d\xf6\x8e\x59\x68\xbf\xaa\x75\x1d\x29\x46\xb8\x86\x9a\xad\xc6\x81\xb1\x5e\x07\x11\x41\x44\xbc\xd7\xcd\x94\x52\x75\x54\x4b\x34\xf1\x9d\xae\xaf\x14\x76\xd2\x48\x0b\x3e\xb0\x83\x4d\x86\x53\x55\x88\x6f\xa3\xd6\xad\xe4\x64\x55\x1c\x32\x9a\x5c\x1f\xf9\xad\xaa\x34\x54\x0b\xbd\xdf\xb4\xc9\x12\x9f\x0d\xc9\x14\x0c\x4d\x54\xa8\x7b\x8c\x1f\x61\x6f\xad\xb1\xa7\x55\xf3\xf0\xbf\xb3\x16\xbc\xde\xbb\x54\x7d\x5c\xd1\xdc\x58\xc6\x52\xab\xab\x48\xfa\xc2\xf0\xcd\xbe\x11\x12\xf5\x7a\xaa\x9e\x7c\x71\x8e\xe3\xa4\x86\x85\xf0\xa9\x1d\xc3\xea\x85\x95\x73\xce\x56\x7d\x2f\x5b\x60\x67\xae\x4a\x0f\x34\xb4\xb2\x7b\x64\xce\xf9\x83\x1a\x7b\x8a\xd3\xef\xfe\xbf\xa9\x05\x1f\xf7\x2e\xe5\x43\x3a\xa7\x48\xe2\xa6\xe3\x24\xf0\x04\x74\x8d\xf1\x7a\x9a\xb3\x27\x49\xd6\xe2\xd5\x2a\xc1\x1d\x61\x70\x18\xdb\xa1\xe2\x6d\x95\xbd\x0c\x21\xe9\x8d\xbd\x33\x7b\x0e\xeb\xde\x6b\xee\xdb\x57\x8c\x31\x3d\x35\xfd\xaf\xd4\x82\xef\xa8\xe9\xd5\xa1\x98\x03\x68\xba\x11\x41\x47\xaf\x10\x79\x5d\x9d\xdf\xb2\xc3\x7a\x69\x59\x47\xff\xfa\xac\xd7\x55\x97\xb9\x98\x28\x59\x9b\xa1\xbc\x41\x82\x05\xbb\x1a\xa3\x35\x6c\x81\x69\x0e\xed\x04\x6e\x09\x73\x34\x9c\x36\xa7\x60\x81\xcb\xdb\x04\x46\xcf\x5a\xfe\x15\x14\x22\x40\x2f\x7a\xa9\xfb\x0a\x0c\xe1\xe4\xf6\xa0\x56\x29\x62\x13\x6a\x57\x93\x15\x13\xb3\x6b\x86\xe3\x4e\x76\x3b\xbb\xf5\xaa\x86\x83\xf6\xaa\x3d\x8e\xc1\x7f\x1e\x67\x4b\xfb\x8b\x6f\xa9\x92\xc7\xf8\x57\xc6\x83\xbb\xab\x0f\x79\x3b\x4b\xa2\x01\x2a\x19\x4a\xd5\x48\xc4\x46\xd8\xec\xd3\x89\x79\xc5\x33\xa1\xc1\xc3\xa2\xb4\x3f\x30\xc6\x5e\xc4\xc6\xe5\x9d\xd3\x7f\x61\xb0\x00\xb7\x6a\x74\x4e\xd5\xbe\x9e\x17\x56\xce\xe1\x6d\x3b\x2c\x2d\x4c\xff\x6d\xb1\xde\xce\xb2\x4d\xcb\x7a\x97\x96\xb0\xef\x37\x2a\xe0\x3b\xe3\x52\x6c\xf4\x7f\x5d\x5b\xe6\xde\xed\x75\x89\x36\xc9\x2e\x44\x51\xe0\xc0\xbb\x3d\x16\xc4\x2f\xc9\xd4\x97\xac\x00\xa8\x10\xb5\x04\x98\x8b\x22\x74\x3b\x39\x7d\xfb\x6d\xb7\x9d\xba\xad\x8e\xd3\xae\x88\xb7\xc4\x94\x6b\xa1\xbb\xf5\xd6\x53\x20\x5d\xaf\x87\xcd\xcd\x6d\x79\x6b\x02\x27\xde\x32\xc6\xd8\x12\xd7\x7c\x77\x9a\xbc\xb4\x6f\x0f\xa6\x46\x61\x77\xe9\x9b\xb1\x9a\x81\x76\x87\x9c\xb7\x23\xb5\x9f\x1b\x9c\x4a\x77\x8d\xd3\xde\x31\xbb\x8f\x8f\xb1\x6f\x1e\x22\x59\x23\x80\xee\xf9\xb0\x7b\x36\xdd\x5a\xc5\xb8\x81\x9f\x18\x0b\x3e\xe4\x0d\x3e\x37\x34\xc5\x5c\xbf\x94\x7d\xa2\x7c\x8a\x49\xb8\xdb\x8a\xf3\x2c\xed\xa0\xbb\x6c\x1e\x63\x34\x9c\xbc\x45\x35\x18\x5b\x23\x7b\xa5\x48\xcb\xa2\x42\x8c\xa0\x73\x3c\x5e\xf0\x85\xb0\x0c\x5d\x8f\x62\x12\x2e\x15\xa4\xc7\x34\xca\xa7\xdd\x30\xce\x0b\x1e\x16\xc3\x0b\x75\x75\x54\x9f\xf0\xd8\x2b\x55\x74\xcf\xff\x19\x64\x4b\x8e\x3b\x2b\x5e\x92\xae\xda\xde\x94\x6d\xc9\xfe\x16\xdb\x33\x84\xc2\x30\x2d\x9b\x39\x4d\x7c\xd3\x33\x30\x3a\x33\x37\xc1\x3f\xf6\x38\x3c\x8f\x1d\x51\x53\xd9\xbf\x3b\x98\x5e\xd5\x61\x9f\x82\xe0\x05\x84\xd5\xbd\x6a\xdb\x24\xbd\x9b\xcb\x48\x75\x74\x28\xd4\x0e\x22\x9e\x86\xe9\x86\xf0\x3f\x7d\x34\xb8\xdf\xfc\xe4\x70\x37\xd4\xa7\x7b\x0f\xdc\x0b\x89\x4a\x5d\x43\xcd\x82\x03\xb1\x8d\x26\x10\xa7\x3c\xe4\x3a\x72\xdd\xed\xd4\xb7\x1d\x60\x8e\x1d\xdc\xc4\x0e\xa0\xe8\xaf\xaf\x32\xec\x63\x0a\x0e\xf7\x23\xde\x1e\x14\x23\x66\x79\x83\x7f\xd1\x1b\x06\xf1\xe7\x69\x85\x8b\xb4\x95\xe5\xcd\x11\x0e\x0e\x4f\x20\x72\xec\xe3\xde\xca\xee\xd7\xe5\x19\x7f\x7a\xd8\x75\xd9\x34\xae\x7a\x5f\xfe\xf9\x71\x16\x0c\x03\xe6\xcf\x22\xdb\xdd\xca\x7f\xc3\x78\xf0\xc2\xca\xb3\x2a\xdb\x9b\x3c\x6b\x10\x04\xc9\x26\xc4\x44\x8a\x41\x72\xc6\x82\xf5\x22\xaf\xcf\x43\xdc\x04\x7f\x76\x8c\x7d\x4a\x0d\xd8\xc7\x3c\x36\xb9\x3b\x77\x40\x16\xc1\x48\xbd\xd5\x5b\xb5\xe9\xdd\x4c\x5c\x3f\xb2\x05\x54\x71\x8c\x81\x68\xeb\xc9\x1d\xb9\xff\x35\x97\xd7\x2f\x1e\x71\x6c\x6f\xa3\x31\x94\xc0\x6d\xe0\xbb\x8e\x04\xa7\xaa\x0f\x87\x99\x41\xec\x34\x62\x84\xa7\xc0\xa7\x26\xd8\xba\xd5\xa1\x17\xf7\xe7\x27\xf0\xb5\x23\x00\x05\x0f\x4e\xe4\xfd\x9e\xc8\x85\x32\xdd\x3f\x14\x7c\x93\x36\xdd\xdb\x77\xe2\xca\x60\xdb\x97\xc6\x3b\xd8\x6d\x3b\xa0\x7d\x8f\x9e\x6c\x07\x62\xc0\x7e\x14\xb2\x1b\xbb\x9f\x30\x0b\xfe\x19\x7d\xc2\x58\xc3\x80\x35\xd3\x07\x4e\x75\xa9\x57\x8f\x9d\xc7\x0e\x3b\x40\xff\x55\xeb\xc4\xb2\xbc\xbe\x7e\x6e\x22\xb8\xcd\x7e\x80\xe3\x58\xf6\xba\x09\xa9\x34\x6c\x58\x25\xb2\x36\xc9\x4b\x68\xe3\x8a\x07\xf7\x5f\x67\xcf\xf8\x5e\xd8\x33\xba\x79\x56\x66\xcd\x2c\xf1\x2f\x06\x8b\x6b\x60\xb5\xe2\xea\x91\x45\x44\x22\xf3\xd0\xac\xf6\x17\x16\x96\xeb\x7c\x6d\x7e\x19\x94\x34\xab\xf3\x6b\xcb\xfa\x1e\x2b\xeb\xb3\x36\xbf\xec\xdc\xbd\x3f\x38\xc6\x8e\x85\xdd\xee\xb2\x2a\xe7\x5d\x63\xc1\x8f\x82\x11\x0e\x14\xc5\x74\x42\x8d\x2a\xd2\x0a\x00\x45\xee\xf5\xc2\xc0\x3f\xbf\x60\x00\xfe\xb9\x9f\x96\xe1\xe5\x06\xbf\x90\x4e\xa3\x45\x5e\x44\x14\x00\x1c\xda\x1c\x13\xb2\x88\xc5\xb9\xa5\x39\x93\x93\xba\xf5\x63\xe2\xc9\x10\x69\xcc\x56\xee\x9d\x9f\xbe\xfd\xd4\xa9\xdb\x60\x33\x91\x53\x6e\x76\x66\x66\x7b\x7b\xbb\x11\x87\x29\x7a\x39\x87\x45\x11\x6f\xc0\xcd\xb0\x98\xa1\x2c\xa6\x21\x8b\xa9\x06\x5f\xca\xd2\x69\x9d\xbf\x6a\x5d\x61\xd3\x02\x57\xaa\xa8\x98\xd8\x3b\x7d\xb8\xf6\xa7\xfd\x46\x33\xeb\xcc\x74\xfa\xd3\x88\xf4\x30\xad\xf2\xb0\xfd\x83\x81\xb5\x1d\x7b\x47\xb9\x46\x6e\xf4\xc2\x3c\x32\x21\xb8\xa4\x8b\x99\x33\xfd\xef\x06\xdb\xca\xa6\x59\xee\x1b\xe4\x76\xe9\x8c\xdf\xcf\xa8\xab\xed\x8f\x7b\xc1\x9b\xd0\x9d\x59\x5f\x70\xf5\x38\x11\xb8\x99\x76\xb1\x80\xc2\x8f\xcb\x84\xc7\x55\x80\xb0\xc6\xbf\xa3\x90\x27\xb9\xcf\x50\xf5\x96\x9d\xe9\x15\xf2\x85\xa5\xd5\x6f\x3f\x37\x77\xe6\xec\xb9\x06\xd7\xbe\xe0\x4a\x15\x9f\xa5\xa4\x9d\x01\x1c\x0f\xcb\x63\xc4\xc4\xaf\x83\xa6\xe7\x36\xa5\xe8\x41\x42\x6e\x4b\x13\x43\x52\x8f\xda\x99\x5c\xc5\xca\x9f\x1f\x66\xcf\x1e\xb5\xab\xa2\x66\xec\x00\x0b\xf1\x00\x0b\xf1\x00\x0b\xf1\x7f\x0d\x2c\xc4\x5f\xaa\xb9\x41\xa8\x2a\xba\x39\x4b\x92\x38\xdd\xb8\x00\x82\x08\x00\xb6\xb4\x7a\xc9\xaa\x28\x57\xcb\x3c\x2c\xc5\x46\xdf\x7f\x65\x2d\xd8\xdc\x2d\x91\xcd\x9e\x6b\x73\xa6\x1b\x7a\x01\xb9\xc4\x76\xcb\x65\xad\xdf\xad\x28\xc6\x5e\xed\xb1\x57\x79\xec\x28\x20\xe7\x42\xdc\xf5\x65\xb5\xd3\x35\x97\xd5\xb3\x0a\x54\x33\x98\xa0\xc2\xc4\x55\x68\x5b\x85\x59\xaa\x6b\x9d\xad\x15\x3f\x62\xb0\x23\x2a\x1c\x4a\x6f\x3b\x3c\x34\x42\x03\x00\x13\x16\xe2\x1c\x89\xdb\x48\xf1\xfb\x37\x13\x41\x6f\xc5\xc2\x2a\x4e\x11\x38\x99\x18\x6a\xb3\xbc\x4f\x71\x00\x70\x19\x3d\x5b\x79\xa5\x1c\xd4\x94\xaf\x5e\xb6\x9d\x8a\x1c\xe0\x8d\xd1\x13\x1f\xb4\xb3\x72\xaa\xaf\x9e\x3d\x17\xa7\xbd\xcb\x00\x81\xbc\x2e\x12\x0d\x6c\xad\x3a\xef\xaf\x0e\xb1\x57\xd5\xd8\x44\x47\x44\x71\xaf\xe3\x3f\xee\x05\x7f\xe1\x41\xc0\xa1\xda\x21\x14\x98\x07\x26\xd0\xfd\x12\x36\x37\x71\xa6\xeb\x2a\xb9\x90\x53\x71\xc1\x83\xa0\x02\xeb\xab\xb9\xff\xd3\x2c\x12\xc7\x0b\x9d\x16\xb3\xb6\x8e\x3b\xd5\x13\x24\x8e\x3b\xb3\xff\xbc\xe8\x40\x61\xd7\xc8\xd4\xa7\xe8\xf9\xa0\x80\x28\xce\xed\xb9\xff\x27\x63\xec\x68\x11\xbf\x54\x60\xc8\xd2\xa7\xc7\xf6\x15\xb2\x10\xfc\xc0\xd8\x5a\x56\xca\x29\xa6\x23\x41\x80\xbb\x5f\x77\xa8\xde\xb1\xb4\x80\xa7\x66\x09\x0d\xae\xc2\x6c\x78\x29\x69\x95\x90\xec\xbb\xc8\x94\x98\xb8\x9e\x60\x28\x57\x07\x7a\x44\xf7\xe2\x9a\x15\x82\x83\x5a\x67\x40\xd8\xb6\xd2\x98\x82\xb6\xd5\x24\xb7\x43\x57\x88\x1c\xde\xe2\x92\x5f\x55\x9d\x62\x1d\x5f\x60\x67\x54\x46\xdb\xa2\xd7\x41\x32\x76\x28\x85\x74\x60\xe4\x30\x66\x5c\xad\x50\xbb\x0d\xd3\xb9\x32\x55\xd2\x38\x71\xe7\x8a\x72\x57\xd5\x0d\xef\xa5\x4a\xb4\xa9\x8e\xfc\xf0\x81\xef\x15\x22\x9f\xde\xe8\xc5\xd1\xe0\x90\xb3\x5f\x39\xc2\x1a\xd6\x22\x8d\xe2\xa2\x99\x6d\xc9\xc1\x54\x02\x8d\xf6\x7f\x4a\xe2\xa6\x50\x9a\x89\xdb\x07\x9e\xba\x48\xe3\xea\xbe\xaa\xef\x77\x60\x57\x2d\x86\x2a\x27\x3e\x3e\x71\xa0\x38\xd8\xaf\xe2\x60\x53\x29\x0e\xd6\x83\xaf\x3d\x37\xbc\xef\x6d\x5d\xc1\x3d\x6c\x96\xdd\x39\x52\x57\xb0\xcb\x1c\x38\x50\x18\xec\xc3\x6e\xf0\x24\xa8\xe1\x1e\xf7\x92\xdd\x95\x12\x8b\xfe\xf3\xb4\x52\xc2\x8c\x77\x45\x27\x31\xb0\xc8\x5d\xa5\x04\xcc\x0d\xc6\xde\x5f\x63\xdf\x68\xdf\x89\xb2\x48\x1e\xf3\x80\x1a\x75\xb2\x71\xff\x96\xc8\xdb\x22\x8c\xfc\x37\xd4\x82\x15\xf5\x43\xce\x94\x1e\xf4\x5c\x35\xee\x4c\xcf\x8f\x4c\x25\x0d\x8b\x22\x6b\xc6\x18\x99\x0c\xe4\x88\x14\x00\x8e\x7b\xa7\xb3\x91\xbc\xcb\x63\xef\xf4\xd8\x91\x6e\x16\xdd\x2b\x6f\xce\xfe\x0f\x7b\xc1\xd2\x32\xfd\xa8\x16\xd4\xa2\x87\x57\x57\xdc\xf5\x0d\xde\x7b\xe5\x11\xf6\xf5\x56\xc7\xe5\xeb\x61\x93\xc4\x4b\xdc\x67\xbf\x78\x38\xf8\x46\xf5\x63\x98\xe6\x57\xbe\x1b\xbe\xa5\xfe\xea\xc1\x96\xba\xef\x2d\xf5\x45\x6a\x4b\x5d\x0e\xbe\x6e\x48\x18\x15\x74\xbe\xbd\xa7\x4e\xb1\xe3\xec\x9b\x47\xee\xa9\xf6\xe0\x1e\x6c\xa0\xfb\xd8\x40\x5b\xd6\x06\xfa\xe2\xfd\x6d\xa0\x5f\xbf\x83\x51\x68\xef\x9a\x5d\x62\x2c\xa2\x75\x3a\x8a\xa0\x08\xc6\xdf\xc5\x7a\xa1\xcd\x96\xfd\xc9\x0d\xec\x96\x3d\x55\x1c\x43\x75\x17\x10\x8a\xc9\xff\xd9\x1b\x82\x3f\xad\x39\x8f\x68\x12\x51\xf0\x82\xc5\x58\x97\x67\x5d\x91\x97\xb1\x72\x48\x3c\x3f\xf7\x22\x75\xb1\x56\x8c\x1f\x88\xc3\x57\x66\x32\xed\x16\x40\xc9\x99\xcf\x07\xa1\x61\x42\x0b\x0a\x58\x0a\xaf\x2b\x84\xf1\x04\xd7\x6f\x08\x16\x56\x78\x5b\x38\x3f\xd5\x66\x03\xf8\xe2\xa1\x81\xad\x51\xce\x52\xe0\xcd\x3f\x4f\x18\x6e\xa0\x8e\x40\xee\x14\xcc\x91\x6a\x4d\x6c\x27\x46\x7f\xa8\x22\xb6\xd5\xe5\x0c\x9c\x48\x74\xee\xb8\xb1\xd0\xe6\x14\x16\x45\xaf\x43\x3a\xf0\x30\xed\x9b\x54\x9a\x07\x19\x59\x7a\xe2\x14\x3c\xb3\x40\x73\x8d\x30\xb9\x43\xa3\xce\xde\x77\x94\xbd\x4e\x2d\xe1\x57\xd6\x82\xbf\x01\xb5\x27\xb8\xaf\x98\x8c\xab\x3a\x9b\xea\xc1\xa2\xc0\xce\x7a\x05\x75\xd6\x0a\x01\x50\xdc\x9f\x52\x20\x47\x97\x48\x68\x70\x2d\x63\x40\x85\x59\xc7\x86\xb7\x5d\x17\x21\x37\x92\xaf\xd6\xb2\xfc\x01\xa5\x06\xfe\x6e\x2f\x78\xc4\xa8\x81\xf7\xdd\x1f\x7c\x12\x14\x52\x25\xdc\xb0\x62\xcb\x6e\x01\xd9\xe3\x35\x89\x14\x3e\xca\xb8\x11\x4d\x39\x4a\x9c\x1f\xa8\xb1\xa7\xe7\xa2\xcc\xfb\x73\xad\x52\xe4\x0a\x50\xe4\x15\x35\xa5\x16\xf9\x73\x6f\xb1\x55\x55\x4c\x02\x32\x88\x85\x2a\xb2\x2e\x5a\xb2\x57\xcb\xb6\x35\x2c\x96\x56\x44\x66\x0f\x88\x1a\xab\x72\xe0\x44\x9e\x67\x7a\x03\x46\x3d\x8b\xbd\xd9\xc2\xfc\x2e\x43\xc0\x0a\xe2\x61\x02\x87\x61\x09\xde\xe8\x32\xd3\x69\xba\x01\x67\x85\xce\xc8\x62\x15\x72\xf2\x6c\x67\xdb\x3c\xc9\xd0\x77\x78\x3b\x8c\x4b\x5d\x4b\xe3\x1c\x5f\xcd\x7e\x80\xe3\x1a\x20\xa0\x7e\xd8\x0b\x5e\xef\x5d\x58\x5c\x18\x04\x59\x1c\xd5\xf9\x7a\x14\x47\x0d\xc0\x55\xdf\x4b\xb5\xca\x3b\x2f\x6e\xea\xc5\xee\xdc\xfa\xbc\xc7\x26\x20\x84\xa9\xf0\xff\x9d\x17\x3c\x06\xb3\x6b\x1e\x7e\x73\x38\x7b\x8d\xa7\x2e\x60\x38\x6a\xac\xba\x21\x33\xcc\x99\x5a\xad\x30\x4e\x00\xa7\x74\x89\x10\xed\xed\xb7\x38\x80\x6a\x3b\xc4\x3c\x45\xc4\xb1\x1e\x8e\xe1\xf5\x0c\x7b\x2e\x3b\x7d\x0d\xe7\x10\x96\x06\x0d\x61\xeb\x0a\x1f\xf8\x45\xc1\xb9\x35\xad\x64\xdf\xff\x6e\xe2\x40\x6f\x8e\x3b\x72\xba\xe5\x85\x89\x2a\x09\x84\x9e\xfe\xdb\xb1\xe0\xed\x9e\xfb\x4c\xfb\xf1\x76\xb3\xa2\x88\xd7\x13\x0b\xa5\x51\xeb\x33\x08\x61\x96\xdc\xd2\xa5\x30\x81\x1e\xd6\x46\x8d\x6b\x70\x67\x00\xf1\x3f\x55\x8d\xea\x80\x9e\xd9\x5d\x7f\x4a\x1b\x22\x53\xc5\x05\x77\xab\xf3\x40\x18\x97\x03\x9a\xbb\x5f\xab\xb1\x16\x3b\x4c\xd2\xba\xff\x92\x3d\xd0\x56\xba\x99\xae\xe0\x97\xc1\x37\x2e\x38\x48\x87\xa1\xbe\x00\xe8\x96\xb2\x8c\xb1\x52\xe4\x9d\x38\x05\xec\xfe\x90\xdd\x75\x95\x45\xad\xe9\x8f\x83\x6f\xaa\x96\x66\x32\xb6\x0a\x6c\xb1\xc3\xdb\xd8\xe6\x6b\x68\x18\xf5\xd6\x60\xc3\x28\x4b\xab\x9c\xff\xe4\x3b\x6e\xba\xa3\xd5\x00\xfe\x2f\xfb\xc1\xbd\xea\x47\x85\x54\x1e\x37\x88\x24\xdb\x00\x3e\x88\x60\x3d\x6c\x6e\x8a\x34\x0a\x4c\x78\x2e\xde\xa6\x94\xbf\xf0\x15\xef\xa8\x0e\xdf\x73\x06\xf4\xb3\x4f\x67\x6f\x71\x61\x45\x5e\xbb\x83\x1b\xd0\x0e\x95\xd5\x30\x20\x45\xb0\x68\x85\xa8\x6b\xfc\xf9\xe1\xc8\x77\xc3\x09\xd0\xb5\x51\x90\x7d\x9f\xc7\x0e\xb5\x21\x50\xf9\xb5\xde\x35\xa9\x52\xee\x93\x1f\x07\x4b\x90\xc7\x88\xca\x54\xd6\xb8\xdc\xef\xc3\xd4\x52\xeb\xe8\xf3\xa7\x99\xa5\x52\xbe\x89\x1a\xec\xe3\x35\x76\xa4\x9d\x15\x25\x1c\xc5\xbf\x56\x0b\xde\x57\x53\xbf\xf4\xa5\x4e\xb7\xc1\x36\x1a\xd1\x22\x05\x83\xc4\x7a\x5f\x65\x98\x17\x95\x38\x6b\x17\x68\xca\xbc\x00\xa9\x04\xe4\x2f\x34\xce\x21\x3c\x70\x9c\xf2\x85\xa5\x55\xae\x6c\xde\xe7\x55\x28\xab\xf9\x0e\x8f\x0f\xa5\x09\x87\xe0\x4e\x5d\x5f\xb7\x79\x71\x24\x40\x3d\xdc\x4b\x37\x60\x07\xc2\x12\x74\x74\xec\x9c\x42\xb6\xc3\x32\xa7\x8c\xfe\x3c\xc9\xb6\x45\xde\x0c\x0b\xd4\xcf\x76\xc3\xa2\x80\x4a\x01\xbd\x34\x9f\x5c\xb9\x77\x9e\x9f\x3c\x79\xcb\xa9\x29\x8b\xd0\xc8\xd9\x34\x3f\xe3\xb1\x23\x69\x16\x09\xc0\x2a\x06\x7b\xa8\xfa\x55\xd5\x28\xd8\xce\xf5\x4b\x59\x84\x2d\xd1\x74\x46\x95\x5e\xaf\x98\x70\x23\x81\x0b\xdf\xee\x1b\x54\x90\x83\xd1\x4c\x66\xe7\x0c\xd7\x30\x13\x97\x2c\xd7\x51\xd8\x2c\xa9\x8a\x8e\xb4\x6f\xbd\xc1\x63\x47\xd1\x09\x7e\x45\xb4\xfc\x47\x3d\x76\x62\xd7\xcd\x05\x9d\xea\xb4\xa9\x3a\x58\xd2\xdf\xa3\x80\xe0\x84\x7a\x84\xb6\x13\x06\xdd\x05\x40\x06\x77\xba\xce\xee\x1d\xf6\xe5\x09\x76\xa4\xcc\xba\x59\x92\x6d\xf4\xfd\x2f\x4d\x04\xbf\x39\xa1\x7e\x99\x45\x12\xe6\xeb\x71\x99\x87\x79\x9f\xeb\x77\x3b\xad\x1b\x67\xe1\xca\xfb\x4a\x01\x9e\xfc\x33\xb6\x27\x3f\x08\x65\xcd\x0c\x72\x31\x5f\xa1\xdf\x08\xe6\xdc\xb8\x0e\x7e\xf9\x90\x5f\xc1\xd7\x54\xad\x3b\x46\x76\xe1\xa1\xb6\x53\x64\x2d\x7e\xf2\xf6\x6a\x0d\x95\x5f\x07\x49\x3a\x75\x40\xcd\x24\xab\x3a\xd8\x05\x88\xb5\xb6\x2d\xc8\x13\x46\xce\xbc\x6d\x91\x24\x1c\xb0\x8c\x81\x33\x74\x96\xdf\xcc\xdd\xca\xab\xc5\x36\x8b\x7a\x20\xb4\xe3\x39\xb6\x41\x77\xfb\x40\x6b\x15\xe3\x7c\x1b\x44\x42\x47\x9f\x10\xe3\x94\x2d\xb5\x39\x9a\x16\xb0\xb9\xb0\x39\xce\x1d\x8c\x43\x5e\xd8\xc7\x0d\x76\xb3\x1e\xcb\x86\x5b\xc5\x97\x66\xe9\x0e\xd5\x93\x6f\x4d\x65\x18\xbf\xe6\xea\xec\xad\x32\xb9\xd8\x80\x9b\xfd\xa8\xea\xe0\xfb\xeb\x5f\x21\xd7\xbc\x5f\xe1\xa7\x51\xb7\x68\x0b\x84\x1f\x01\xf8\x79\xd8\x8d\x95\x36\xa2\x68\xbc\x73\x07\xd4\xde\xff\x52\x63\xe6\x18\xf6\x3f\x5f\x0b\xde\x5a\x33\x41\xf5\xc3\x0e\x8e\x6a\x30\x8d\xae\x5e\x08\x62\xbf\x85\xd9\x5a\x85\x3d\x70\x1b\xe9\x6c\x58\x2a\x90\x1f\x00\xb6\x21\xbb\x86\x14\xfd\xe8\x24\x82\x25\x4a\xe8\xee\x06\x5d\x00\xae\xa3\x2e\x08\x80\x76\x1f\x49\x4b\x71\x59\x41\x8e\xc5\x39\x97\xcb\xa0\x19\x76\x91\x8c\x27\x16\x6a\x49\xa9\xa5\x0f\xd0\xe2\x4e\x8c\xa0\x06\x3e\x00\x80\x5a\xbc\x5c\x94\xed\x30\xe5\x27\x4f\x9c\xd8\x01\xb3\x78\x17\xb8\xb1\x42\x94\x8c\xfd\xeb\x71\x76\xf7\x68\x18\x9e\xd5\x5e\x57\x61\xd3\x25\x08\x8a\xab\xec\xfd\xe8\xef\x54\xf8\x7f\x37\x16\x44\xbb\xa6\x72\x94\xbc\x85\xf2\x3b\x00\x75\x09\x44\x2f\x53\x2a\xed\x85\x00\x3e\xe7\x4e\xe2\x0a\xe6\xe1\x18\xfb\xce\x1a\x9b\xc8\xc3\x74\x43\x14\xfe\x23\xb5\xe0\x83\x1e\xfe\x8d\x30\x38\x6d\x83\x77\x4f\x8f\x09\xac\x5e\x55\x92\x42\x21\x1b\x5c\x01\x01\xa3\xc5\x15\x70\x73\xcb\x8c\x43\x90\x80\x11\x21\x07\xbf\xe4\x80\x0b\x0c\xcf\xfb\xd6\x5d\x14\x02\x8c\xcc\x2d\x08\x64\x87\x32\xcc\x4b\xf2\x5e\x8b\x4c\x4c\x1a\xdc\xad\xa5\x60\xb0\xd2\x4b\xe7\x8a\xab\xc0\x82\xa8\x8c\xcf\xe2\x02\x46\x06\x94\x6c\x3c\xef\x25\xc2\x4f\x82\x6f\x87\xe0\xd3\xb8\xda\xd5\x1a\x06\x29\x8a\x9b\x70\x65\x22\x86\xbd\x81\x3e\xd1\xde\x20\x34\x79\x57\x45\xb3\x97\xc7\x65\x7f\x1e\x27\xb1\x73\x6a\xbf\x99\xb1\x07\xae\x35\x7a\x73\x17\x62\x32\xff\x97\x8e\x06\x2f\xd8\x39\x89\x4d\x7a\xa7\xc8\xd7\x00\x74\x15\x55\x88\xc0\x43\xd1\xcd\x63\x90\xf3\x0d\x71\x0f\x41\xf5\x1f\x79\xa8\xc8\xd2\xe5\xb0\x6c\x3b\xf3\xea\xdf\x1c\x61\x67\x48\x7b\x34\x1b\x4c\xab\x80\xc5\xb0\x0a\x4b\x0f\x2f\x0c\x8e\xbc\x2c\xd9\xe9\x97\xd7\xd5\xd8\x91\x6e\x1e\x67\xb2\xdf\xfc\x47\xb4\x7e\xe7\xcf\x3c\xf5\x90\xa2\x39\x49\xfd\x81\xab\xc3\xc0\x08\x24\xc8\x99\x1c\x77\xba\x59\x5e\x86\x69\xd3\x48\xcc\xd4\x4a\x24\x4d\xc1\xb5\x02\x62\x6e\xd1\xe0\xe7\xa4\x74\x49\x9e\x83\xb8\x0c\x2c\x61\xb5\x1d\x6f\x48\x61\x58\x15\x2f\x37\x33\xe4\xb2\x23\x1e\x79\x10\xb9\x15\xcc\x65\x9c\xea\x73\x5c\x39\x45\x89\x34\xcc\xe3\xcc\xa6\xce\xdb\x88\xb7\x04\xb8\x0d\xa8\x16\x29\x8e\x31\xd8\x96\x2a\xee\x37\xef\xf6\x88\xb3\xe0\x1d\x5e\xf0\x66\x0f\x96\x3d\x76\xc0\xfd\x5d\x91\xce\x2d\x2f\xe2\x4e\x60\x66\xbc\xf1\xbd\xa0\xce\x75\x88\x0a\x37\xe2\xb2\xdd\x5b\x07\xaf\xd3\xfb\xe7\x16\x67\x28\x8f\x69\x27\x92\x64\x66\x3d\xc9\xd6\x67\x3a\x61\x51\x8a\x7c\x46\x1d\x3c\x33\xb7\x34\x4e\x34\x3a\xd1\x4d\x51\x58\x86\xd3\xb8\x5d\xdb\x0c\x85\xf6\x08\x3e\xc0\x8e\x59\xe8\xfc\xfe\x7d\xc1\xdd\x36\x58\xff\xb0\x39\x31\x00\xe6\x6f\x6a\xef\x30\xd6\xd7\xd8\x04\x8a\x71\xfe\xbb\x6a\xc1\x8f\xd6\xf0\xef\x6a\x74\xef\x9e\xfb\x65\xcd\xf2\x5e\x35\x39\x01\xb0\x85\x96\xc2\xba\x79\xdc\x91\x22\xaa\x51\x6c\xa9\x79\x24\x05\xe3\xa2\x00\x9b\x5e\xaa\x99\x4b\x14\x48\x00\xde\xc8\x21\x5d\x5c\x31\x89\xca\x02\x9f\xfc\x31\x79\xa7\xc7\xf4\xaa\x45\x4d\xa1\xfa\xa5\x34\x82\xf2\x62\xcf\x9f\xbf\x7a\xff\x12\xc6\x5f\x4f\xc6\x0d\xd1\x20\xb0\x33\xd0\xce\xa5\x19\xda\x0f\xa7\xe8\xba\x27\x45\x09\x29\x3c\xa1\x00\xb3\x21\x45\xfa\x12\x2f\x8f\x55\x66\x43\xb4\x47\x44\xbd\xa6\xb0\x24\xae\xea\x68\xd8\x95\xfd\xde\xa3\xec\xa4\x8b\xad\x9f\x15\xcd\x10\xfc\xbc\x88\x26\xcf\x44\x05\xe5\x71\x93\x00\x51\xff\xfd\x91\xe0\xbb\xbd\xc1\xe7\x15\xd9\x4e\x69\x04\x34\xbb\x53\xc8\x3b\x90\x5a\xe9\x3d\x51\xb1\xb1\x39\x70\xe3\x99\xb4\x48\x7b\xea\xbc\x1d\x97\xc5\x74\x57\xe4\xd3\xa8\x5b\x06\x52\x99\x54\xf9\x27\xd2\x27\x53\x8d\x2b\xde\x04\x5e\xac\xae\x78\x0c\x4b\x41\xc6\xb3\x1b\xa8\x16\x40\xfd\xe4\x6c\xa2\x3f\x70\x98\xbd\xde\x63\xce\x7b\xff\x9f\xed\xcf\x69\xeb\xb9\x76\x66\x6a\x3a\x0e\x74\x03\x78\x4b\x61\x47\x4c\x86\x72\x46\x3c\x4c\xdf\x4f\x35\xd8\x39\x66\xd5\xde\x3f\x1d\x9c\x34\xbf\x86\xc5\xa4\x53\x36\x71\xca\x91\x76\xa0\x72\x17\xff\x6f\x35\x76\x04\x03\xc1\xb3\xdc\xff\xb3\xda\x68\x60\xd8\x9d\x8c\x7f\x52\xa0\x5e\xa5\x4c\x82\xb7\xd7\x54\x7e\xd6\xd9\x2d\xaf\x6d\x22\x6d\x66\x11\x0a\x0c\x1d\x1c\x6b\xed\xad\xbf\x39\x10\x57\xa0\xb2\x50\x67\x13\xee\xd2\xd4\x18\x4d\xc5\x49\x27\xbb\x33\xcf\xa0\xc3\x15\xff\x7f\x37\x04\xe0\xf1\x10\x49\xb7\x2c\xf3\x9d\xf6\x08\xa5\xad\x05\x73\x2e\xd4\x91\x0b\x6e\x6f\x99\xa1\x47\x6d\x9a\x04\xcd\xac\x2b\xe7\x3e\x56\x02\xfc\x7b\xeb\xfc\x21\xb0\x3f\xe8\x6c\x60\x2c\xd4\x15\x42\x89\x82\x1b\x21\xa8\x71\x28\x9f\x06\x7b\xc4\x63\x34\x1f\xfd\x2d\x76\xdf\x4e\x5c\x16\x03\xeb\x6d\x3e\xcf\x8a\x82\xbc\x0e\xaa\xca\x83\x9b\x29\x02\x3f\x56\xcc\x9f\x64\x3f\x18\x54\x1b\x34\xd8\xcf\x7b\xec\x86\x70\x4b\x00\x37\x18\x4c\xee\x77\x5c\x0d\xda\xed\x90\xd9\xbd\x61\xe7\xb6\xe3\xec\xa6\x84\x95\x59\x1a\x36\x65\xcb\xc0\x6e\x90\x8b\x44\x6c\x85\x80\x75\x16\x15\xd5\x55\xc0\x3e\x3f\xce\x6e\x1a\x82\xd2\x5f\x05\xe8\xf7\x7f\x61\x3c\x78\x61\xe5\xd9\xf0\x88\xd1\xe7\x67\xeb\xd7\x16\x31\xfa\xa9\x31\xf6\x69\x15\x31\xfa\x71\x8f\x4d\xed\xca\x24\xd0\x20\x16\x8c\xab\x0d\x19\x7d\x28\x5b\x7f\xd2\x43\x46\xff\xce\x0e\x19\xfd\x8b\x7d\x87\x8c\xbe\x73\x87\x90\x51\xab\x99\x85\xdb\xf1\x70\x30\xa9\xbe\x7f\xf2\x22\x4b\x1f\x3d\xcc\x6e\x1e\xa2\xac\x5b\xc8\xb6\xd3\xed\x30\x8f\xe6\x96\x17\x1d\x67\xeb\xdf\x9d\x08\xde\xe8\x8d\x78\xe9\xaa\xf3\x0d\xb4\xab\xa2\xb0\x8b\xe8\x33\xa4\x1d\x4e\x5b\x59\x83\x2f\xd8\x8f\xae\x9b\x2f\xf6\xcf\x1e\x62\x3f\x33\x2e\x05\x42\x30\x05\x9d\xcf\x22\xe1\xff\xd0\xb8\xe6\xea\x18\x57\x91\x3f\xb3\xbc\x93\x45\x82\xaf\xc7\xa5\xf6\xaa\xce\xac\xd5\x10\x27\xa2\xb0\x43\x97\xac\x30\xa2\x61\x39\xe8\x98\x1a\x51\xf2\xae\xc8\x3b\x71\x51\x20\x8f\xca\x9e\xb2\x4c\x79\xd6\x2c\x95\x67\x93\x76\x1a\x3e\x71\xe2\xc4\x09\x68\xf1\x89\x3b\xee\xb8\x83\x83\x17\x7b\x24\x9a\x71\x67\x30\x21\xa4\xba\xed\xe4\xc9\x06\x7f\xd1\xdc\xf9\x73\x40\xd8\xd3\x2d\x09\x7f\x08\x73\x96\x09\x9c\x8f\x8b\x3a\x8a\x5e\x1a\x3c\xd7\x7d\x4b\x87\x03\x35\xcf\x05\x94\x39\x71\xfb\xad\xb7\x36\xf8\x02\xb9\xac\xc7\x84\x95\x42\xc7\x14\x42\xe9\x28\x7a\x9d\x56\x4b\x34\x35\x73\x23\x86\x85\xc0\xfd\x8e\x34\x28\xf1\x46\x5b\x05\xee\x34\xb3\xb4\x95\xc4\x4d\x22\x63\x41\x6b\x80\x52\x34\xa0\xfb\x05\xe4\x45\x3e\x78\x89\x80\xca\xd5\x51\x07\xd0\x2a\x40\x8d\xe1\x00\xb6\xf5\x92\x52\x69\xbb\x31\x33\x33\x56\x85\xa8\x04\x67\xbd\x5c\x79\x6c\x95\xc1\xb3\x86\x78\x6c\x45\x83\xd3\x14\xaa\xb0\x77\xf0\xeb\x91\xeb\xea\xde\x38\x11\xec\x5f\xd4\x9c\x7d\x5e\x25\x5e\xca\x22\x81\xa8\x2a\xb4\xfa\x1e\xa9\x05\xbd\xea\x43\xe7\x56\xad\x7c\x12\x5b\xa8\x03\x74\xb8\x05\x1a\x0e\x37\x59\xd1\x5b\x47\xb5\xdb\x24\x10\xb7\x83\x4a\x4d\x6d\x0a\x53\x3a\xb0\x27\xcd\xd2\xe9\x34\x4e\xdc\xe5\xf5\x32\xd6\x67\x47\x9b\x0a\xed\xc5\x4f\xd8\xec\x5e\x0c\x8b\x98\xba\x5a\xfb\xc0\xbc\x1a\x6a\x05\x58\xc2\x10\x07\x9d\x88\x7d\xc6\x1f\x8a\x1f\x23\xd3\x91\x4c\xfe\x0b\x7e\xf0\x6c\xf3\x13\x79\xcb\xf6\x66\xa7\x0b\xa1\xd7\xdc\xc6\xfe\xd9\xd3\xe5\x6d\x18\x0c\x39\xc0\x42\xfd\xb6\xbd\xe0\x5b\x40\xf1\x00\xec\x25\xbf\x09\xb2\x55\x74\xac\x8a\xa3\x62\xa6\xd7\x8b\x09\xbb\x3a\x8d\x81\x52\xd2\x80\xbc\x29\x25\xf9\x55\x07\x65\xc8\x8f\xf0\xbf\x33\x37\xc9\xaf\xd8\x63\x1e\x7b\x2a\xed\xa6\x73\x65\x19\x36\xdb\x22\xf2\xbb\x41\x43\xb9\x77\xab\x8d\x16\x57\x55\x0e\xbe\x36\x90\x48\x89\x89\xd4\x0d\x57\x8b\x77\xaa\xca\xc2\x99\xcd\x22\x76\x03\x95\xb4\x98\x5e\x28\x84\xbf\x16\xdc\xa9\x6a\x80\x05\xc2\x3d\x5c\x55\x26\x4e\x61\x07\x9e\xec\x20\x4b\xce\x94\x72\x30\x1b\xa8\x4b\x85\xe6\xed\x1d\xe3\xb6\x02\xfa\xcd\xe3\xc1\x2b\xc7\x74\x29\x5a\xb1\x9b\x0b\x55\x9c\xdd\x42\xfe\xc2\x9e\xc8\x63\x75\x00\x37\x93\xac\x17\x29\xb7\x8d\x1c\x18\xd7\xc3\xad\x30\x4e\xe4\x67\xfb\x1a\x12\x53\x8d\xa5\xac\x14\xb3\xbc\xaa\x92\x6f\x26\xa0\x1b\x0a\xa5\x94\x90\x6f\x08\x59\x1e\x1a\x69\x50\x64\xcc\x37\xc0\xe8\xa4\x03\x21\x7b\xad\x56\xdc\x8c\x91\xd3\x0a\x27\x51\xdd\x72\xa6\x41\xc0\x5e\x10\x35\x9a\x59\x4e\xa0\xee\x9a\x57\x2c\xa6\x32\xa2\x06\x9f\x0f\x93\xc4\x72\xc2\x95\x57\x69\x11\x62\x00\x71\xc8\x5b\xbd\x24\x99\x26\x82\x2c\x38\x76\xbb\x08\x6f\xae\x54\x08\xb3\x33\x33\xdd\x5c\x09\x23\x77\xdc\x75\xea\xae\x93\xc4\x86\xa4\x6e\xab\xce\x88\x9d\x60\x0d\x56\xdf\xd3\xa2\x21\xd4\xde\xc7\xbd\xe3\xec\x1b\x1c\x3d\x38\x94\x3f\x0d\x75\x9f\xde\x14\x7d\xff\xb0\x7f\x08\x38\x35\x64\xca\xaf\x1f\x92\x52\x29\x52\xfd\x23\xfe\x04\x7c\xc5\x58\xc9\x9e\x1a\x85\xa2\x93\xa5\x06\x29\x3c\xdc\x01\x2b\xcf\xae\xd6\x82\xfb\x5d\x30\x65\xd0\xc5\xe5\xe9\x00\x6f\x0b\xed\xef\x41\xbc\xc8\x60\x7a\x65\x0f\xb3\x89\xb8\x13\x6e\x88\xc2\xdf\x08\xbe\x59\x4d\x4c\xed\x38\xc1\xf1\x1d\x57\x84\xce\x72\xc2\x5c\xfd\xba\xd3\x6e\x1b\x8b\x32\x37\xf6\x3d\x1e\x9b\xc0\xed\xd9\xff\x0e\x8f\x9d\xdc\x53\x0b\x69\x4f\x86\xad\x30\x78\xe1\x00\xe7\x69\x2b\xde\xe0\x18\x94\xee\x6e\x12\x7c\x2b\x0e\x51\x9c\xef\xa7\x61\x27\x6e\xc2\xf5\x2b\x41\x56\x53\xf9\x0d\xd9\x8f\x1b\xec\x63\x1e\x3b\xd4\x6d\x87\x85\xf0\x3f\xec\x05\x3f\xe7\xc9\x22\x97\xe5\x4f\xa3\xaa\x6a\xe2\x8c\xce\xd6\x29\x98\x3e\x89\x5b\xa2\xd9\x6f\x26\x82\xc3\x77\xb6\x15\x71\x5f\xab\x11\x73\x73\xf8\xa5\x53\x21\x2f\xc3\x9a\x65\xba\x4e\x8c\x57\xdb\xae\xc5\xcc\x51\x28\xfc\x86\xc7\x8e\x85\x09\x58\xe5\xe4\x7a\xf5\xdf\xef\x05\x1b\x73\xe6\xf7\xa8\xe0\x04\xeb\x98\xb1\x76\x5f\xb5\xcb\xa0\x36\x1c\x49\xc6\x40\x46\xb2\x65\xae\xf9\xb0\x1b\x36\xe3\xb2\x7f\x9d\x23\x09\xbe\xe0\xb1\x23\x4d\xca\xda\xff\x77\x5e\xf0\x2a\x4f\x15\x54\x6d\x43\x09\x61\x78\x43\x5a\x72\xcd\x41\x84\x5d\x79\xb7\x2f\x4a\x91\x96\xd3\x2a\xb8\x4c\x55\xe5\xfa\x36\xf2\xed\x35\xc7\x1d\xe8\xfb\x6b\xc1\x23\x9e\x71\xee\x51\x64\xe5\xa0\x72\x94\xab\x93\x04\x03\x3d\x15\x95\x2c\x45\xe9\xf7\x35\xfd\x74\x36\xf6\x32\xbf\x85\x9d\x60\x8d\xbd\xae\x53\xc5\x4c\xf4\x04\x6c\x91\x9f\x7a\xa6\x13\xd1\xb7\x23\x63\x0b\x49\x5b\x3f\xfe\xcc\xe0\xb5\xde\xc8\xd7\x4e\x4c\xf7\x50\x29\xcc\x96\xbe\x86\x64\xd3\x50\xfe\xe0\x9d\xb0\xcf\xcb\x3c\x8c\x13\xd4\xab\x10\x47\x83\xe1\x98\x42\x1c\xd5\xc6\x15\xcf\x8f\x74\x16\x05\xf1\x8f\x5c\xf1\x6e\xa4\x31\xbd\x4f\x84\x49\xd9\xee\x5f\xf1\x6e\x24\xfd\x83\x7e\x70\x83\xb8\xdc\x85\x9b\xca\x72\x16\xb9\xee\x64\xbf\xf6\x0c\xf6\x95\x23\xce\xfc\xf9\x93\x23\xc1\x57\x26\xe6\x07\x1c\xc2\x6c\x1a\x13\xb9\x92\x97\x17\xce\x50\x84\xa6\xae\x91\x4d\x7c\x07\xc0\x86\xb2\x31\xa6\xcd\x54\x5f\x8b\x13\x1a\x37\x2a\xed\x96\x21\xb7\x0b\xf4\xca\xb0\x2e\x69\xa5\xc5\x95\x8c\x22\xbd\xa5\x02\xcc\xc9\x25\xb5\xa9\x21\x44\xa3\xa8\x4a\xb7\x3f\x35\xcb\xa7\xf9\x6a\x3f\x6d\xde\x0b\x9e\xaa\xb3\xda\x4a\x4f\x35\x15\x29\x52\x17\x82\x94\x92\xa2\x73\x31\xfa\x0f\x20\x0d\xa7\x12\xac\x88\xa2\x8d\xb8\x24\xd4\xff\x4a\x87\xa7\x50\xd9\x79\xad\x51\x22\xb4\x5d\xf0\x40\x4e\x33\xfb\x8d\x6c\x6f\x25\x37\xf5\xbd\x0e\x99\x1d\x4e\xcf\xad\xf5\x92\x40\xcc\xdd\x60\xd3\x7c\x31\x35\x92\x93\x1c\x63\x6c\xa5\xa9\x18\x28\xe0\x64\xff\x8a\x18\x6e\x8b\x61\x29\x2f\xdc\xeb\x22\x21\xee\x56\x4c\x59\xa9\x0d\xfe\x4f\x87\x20\x93\xc8\x3a\x74\x1e\x2f\xed\xd6\xb2\x7d\xb6\x6f\x75\xb0\x75\xf2\x6c\xc9\x05\x6a\x78\x91\x32\xa7\x0d\x16\xb0\xdd\x6b\x3b\xa4\x6a\x6b\x43\x8b\x47\xf6\x73\x55\xd9\x81\x61\x1e\x92\x4f\xa5\x13\x94\xc0\xad\xab\x33\xb8\x7c\x55\x14\x8a\x0b\x3c\xfd\x5c\x76\x7a\x34\x37\xf2\x0e\x8a\x3a\x67\x07\xdd\x1b\x71\xdb\x1e\x59\xe0\xae\xfb\x76\x7c\x96\x55\xf6\x2d\xff\x94\xd2\x62\xfd\x53\x75\x48\x99\x2e\x6f\x63\x1a\x18\x69\x47\xb9\x71\x9e\x55\x76\x3b\xff\x6e\x95\xcd\xff\xa1\x82\xd5\x95\x3a\x76\x0f\xd9\xbd\xee\x30\x7b\x0a\x0d\x12\xee\x96\xfe\xdf\x4f\x04\xef\x9e\x58\xb0\x1f\xed\xe4\x23\x0b\x33\x71\x1b\xc3\x14\xb6\x62\x8c\x5d\xd8\x0e\x0b\x39\xca\x4d\x51\x14\x66\x26\xcc\x2d\x2f\x2a\x43\x85\x4e\x58\xf4\xd6\xb5\x8d\x0f\x3d\x7a\x72\xb8\x2a\xb5\x43\xbc\x1d\xf5\x45\xc9\xd7\x85\x48\xcd\xe1\x3d\x7a\x96\x5b\x5b\x5c\x83\xcf\x01\x9a\xa2\x9a\xd6\x0a\xdc\xbb\x13\x76\x4d\xdc\x0c\x84\x76\xa8\xb0\x06\xbb\x76\xa6\xe6\xe0\xd6\xa6\xea\x6a\x51\x14\x0c\x7e\x2e\x4b\x03\x75\x98\x48\x65\x15\x97\x17\xce\xd8\x3b\x6e\x58\xf0\x76\xb8\x25\x77\x7c\x68\x4c\x27\xcc\x37\xc9\x07\x25\x92\xe2\xb5\xcc\x7d\x52\xee\xc1\xad\x52\x26\x86\xac\xb3\x5e\x39\x85\xc7\x05\x5c\x16\xb1\x94\x4e\xd8\x1d\x66\x2d\x93\x85\xab\x35\xbb\x65\x1b\x31\xae\xb1\x89\xe0\x98\x8f\x5a\x7d\xaa\x5d\x14\x47\xf2\x64\xc8\x9a\xcd\x1e\x1e\x15\xa1\x6e\x71\x29\xfb\x98\x02\x43\xca\x01\x17\x34\xdd\xdb\xa0\x7b\x0b\x7b\x65\x26\x27\x4f\x13\x78\xb0\x65\x3f\xed\x38\x8c\xd4\x21\x10\x04\x25\x9b\x02\xf5\x02\xd8\xf4\x12\xd0\xf3\x37\x32\x51\xf0\xa2\x93\x21\x2a\x3b\x8d\xaf\xf1\x91\x40\xb4\x0c\x75\xa4\x76\x32\xc3\x3a\x89\x99\x9d\x0b\xe5\x5d\xdc\x2c\x11\x91\x96\xa0\xfc\xb4\x3a\xdb\x09\xb3\xe9\xe6\xd9\x7a\x22\x3a\xc4\xc7\x23\xdb\xaf\xfa\xa7\x68\xbc\xd3\xbb\x9b\xdd\xc5\xee\xb8\x86\x0d\x6c\x2d\x76\xb0\x97\xd8\x25\x36\x44\xe4\xf1\x9f\xaf\x96\xf8\x6d\x4b\xf6\x11\xe7\x6c\xbf\xfa\x06\x62\x48\xb2\x15\xa1\xac\xb3\xe2\x5f\xc2\x1c\xe9\xc8\x7f\x81\xca\xfb\x76\xbc\x13\x54\x0e\x51\xc5\x73\xac\x54\xbe\x96\xf8\xb3\x0e\x23\xe6\x64\xfe\x05\x8f\xf9\x6a\xb1\x3e\x4f\xa4\x14\x22\xe5\x7f\x54\xd3\x36\xff\x9c\x77\x3e\x03\x90\x08\x79\x43\xe4\x1b\x3a\x89\x59\xe2\x30\x61\x21\xd4\x54\x3b\x4d\xcb\xf5\x84\x47\x67\xc3\x92\xaf\xf4\x89\x02\x4e\x6c\x70\xcc\x17\xca\x60\x6f\xb6\xa9\xb8\x20\x94\x75\x8d\x0c\x36\x50\x3d\x2e\x1e\xee\x85\x09\xdc\xcb\x96\x17\xce\x1c\xd7\x06\x7b\x53\x3b\xb7\x07\x5f\xed\xd9\x82\xf5\x0e\x83\x7b\x3e\x6e\xe6\x99\x1c\x61\xff\xa2\x7f\x34\x0a\x4b\x31\x2d\xa7\x5e\x70\x5a\x3f\x87\xda\x51\x24\x76\xd6\xe2\xf0\x08\xe9\x9e\x64\x0a\xf2\x0c\x48\xc4\x96\x48\xb8\xbc\xb8\xc6\x45\xd5\x14\xfe\xe6\xa3\x8e\x8c\xef\x06\x96\x5a\x2c\xc8\x73\x3a\xd8\x52\xca\xbb\xe5\xe0\x63\x13\x3b\x05\x12\xb9\x9d\x8f\x1d\xa9\xe9\xde\x6e\x1d\x7e\x64\x0a\x18\xc6\xbd\x86\xbe\x07\x66\x85\x52\xe4\xad\xb0\xe9\x5a\x20\x3f\x7f\x98\x7d\x0b\x3b\xa2\xbe\xf7\xcf\x05\xcf\x59\xd1\x68\xdf\x05\x37\x41\x41\x5c\x5c\xc6\x40\x03\xcb\x19\xa4\xdf\x15\x45\x83\xf3\xe0\xe6\x80\x80\x51\xc2\x24\x71\x3a\xe5\xdb\xd8\x31\xeb\x64\xf1\xef\x0f\xce\xac\x5a\x07\xcd\x9e\xf3\x57\xd9\xa7\x59\xea\xba\xcb\x3f\xe6\xb1\xf1\x2d\x91\xaf\xfb\x2f\x0b\xd2\x8b\x22\x5f\x47\x5d\xb7\xe5\x0f\xa0\xf3\x02\x0b\x83\xc8\xd7\xd1\xb0\x31\xcb\x37\x44\x59\x87\xbd\xb0\xce\xb7\xa5\x9c\x50\x27\x6b\x52\x9d\x62\xab\xeb\xb8\xa7\x88\xba\xdc\x6d\x2e\xf7\x77\x6c\xe5\x2a\x3b\x4c\x53\xc7\xbf\x2f\xb8\x5b\xc5\xf3\xd3\xd6\x2f\x0b\xbe\x68\x26\x16\x84\x8d\xeb\x68\xbe\x1d\x32\x3d\xaf\xe2\xcf\x16\x82\x3b\x1c\xb4\x37\x99\x21\x3e\xb8\x9a\xec\x1e\x55\xd1\xa0\x2f\x0d\x3a\xa3\x9c\x3d\x06\xd0\xcc\x54\x3c\x2b\x02\x3d\x05\x1b\xa2\x0c\xb8\x3a\x2b\xcd\x63\xfc\x19\x34\xe4\x38\x4d\xc2\x5e\x3f\x35\xa2\x12\x5f\xa9\xd9\x18\x6b\x5f\xaa\x05\xbf\x5f\xdb\x1d\x63\x8d\xc2\x30\x2b\x75\x6a\x70\x3e\xaf\x76\xd7\xba\x89\x87\x4c\x55\x3c\x8c\xfa\x08\xed\x78\x69\x66\xe5\x0b\xc7\x66\x92\x98\x27\x85\x5d\xf3\x58\x03\x3f\x51\x0b\xcf\x65\xcd\x30\x21\x36\x8f\x39\x20\x83\x5f\x11\x5b\xb1\xd8\xae\x7e\x65\x4e\x39\x42\x54\xab\xe2\xfc\x15\x83\x1d\x14\x84\x49\x12\xc0\x37\x23\xa1\xd7\x0a\xe5\x3f\x30\xa4\x0a\x00\xe7\x29\x92\xd6\x90\x57\x76\xb7\xbf\xf7\x98\xc3\x8f\x6c\x78\xd9\x35\x9c\xe7\xbc\x3e\xea\xc1\xef\xe1\x91\x63\xc1\x0b\x46\xbe\xd5\x7e\x39\x55\xf7\x83\x90\xe7\xe6\x1b\x5b\x08\x74\xf6\x9b\x9f\x60\xec\xb1\x1a\x7b\x6a\x27\x4e\x81\x4f\x4e\x45\xff\xfe\xa5\xe6\xf9\xf8\x03\xef\x3c\x09\xcf\x16\x0b\x3f\x45\xfd\xca\x9e\x22\x2e\x3d\x9e\x8a\xed\xa4\xaf\x6d\xc0\x16\x66\xf7\xba\x62\xe0\x93\xfb\x37\x44\xd6\xa5\x7d\x15\x02\x69\x34\xc4\xcd\x3c\x2c\xa4\xf0\x52\x87\x4c\xe3\x92\xd8\x78\x2c\x67\x51\xcb\x4a\xe1\x18\x69\xf9\xa4\x2d\xd2\x0e\xfb\x40\xca\x99\x45\x06\x81\x2f\x64\x1d\x80\x0a\x4d\xb9\x84\xfe\x35\xb9\xed\x42\x87\x15\xfe\x1b\xb5\x73\xec\x3f\x78\xd4\xf3\x1a\x69\xd8\x74\x83\xba\x4d\xa8\xcf\x6c\x68\x51\xd0\x9b\xa3\x47\x92\x1d\x11\xa6\x56\x80\x62\x60\xe7\x2f\x15\x79\x06\x4b\xa0\x97\x5a\x01\xa0\x76\x03\x4f\x5e\xb5\x22\x6e\x3b\xcb\x37\x93\x2c\x8c\x8a\x19\x33\xea\xc5\x8c\x35\x1b\xcc\xe3\x9b\xb6\xdb\x61\x39\x1d\x17\xd3\xe1\xf4\xd0\xf7\x4e\x17\xfd\xc2\x98\xe5\x5e\xf6\xd3\x63\xc1\xeb\xc6\x56\x2d\xe7\xb0\x90\xbc\xbd\x1e\xee\x89\xbc\x0f\x78\x31\xfa\x36\x5e\x0e\x86\x72\xe8\x5e\x05\x31\x0a\x24\x58\x3b\x33\x05\x37\x50\xba\x1b\x80\x06\x4a\x81\x30\x21\xc5\x3c\x42\x96\x88\xe5\x2c\xb2\x3c\x4b\x30\x7e\x4d\x5e\x71\xa1\x7b\x49\x91\x84\x8e\xc5\x06\x66\x35\x4e\x79\x96\x47\x38\x4e\xeb\x96\x36\xc8\x88\x75\xc3\x17\x11\xd8\xcd\x08\x80\xcf\xae\x1d\xd5\x2c\x4b\x2b\xb5\xb9\xae\xec\x25\x58\xc8\xcc\x4d\xf0\xef\xb4\x1a\x91\x62\xa7\xf8\x95\x0f\xd6\xd8\x11\x55\x1b\xff\x3d\xb5\x3d\xc4\xb1\x55\xa0\xf9\x83\xbf\xf7\xd4\x4f\xb5\x10\xec\x78\x35\xd7\x0d\x4b\x2e\x48\x87\xe1\x58\x6d\x0b\x71\x8b\xc7\x96\x82\x4a\xaf\x1c\x10\xcf\x23\x51\x8a\xa6\x89\xfe\x29\xc3\x4d\x01\x63\xdc\x14\x11\x58\xca\x61\x4a\x85\x5c\x55\x63\x45\xb4\x9e\xd0\x95\xd1\xcd\xa2\x69\xd5\x65\xec\x3f\x1c\x65\xdf\x34\x74\xcf\xc6\x53\xe1\x85\xbd\xac\x0c\x01\x92\xe8\xe7\x8e\x06\xa7\x06\x9e\x56\x80\x71\xec\xd7\x1c\x1c\x32\x86\x83\xd2\xbf\xee\x80\xc2\x65\xdf\x20\x45\x1f\xf0\x94\xcf\xcb\x7b\xbd\xa0\x3b\x0c\xa6\xc8\x19\x0d\x5a\x62\x57\x3d\xb1\xd0\x86\x30\xa3\xaa\x30\xfd\xb0\xcc\xad\x98\xb9\x7a\xeb\x87\x53\x9d\x03\x1c\xa4\x7d\x00\xae\xfc\x8e\xed\xee\xf8\xa1\xab\xf1\x85\x1d\x82\x84\xf4\xa8\x37\x02\x4b\xee\x49\x6c\xdc\xe3\xde\x8b\x76\x47\x5c\xba\xdd\xbf\x75\x7a\x38\xc0\x92\xc5\xdd\x32\xb0\x41\x31\xf6\x5b\x2e\xca\xe5\x2e\xb8\xdd\xb0\xd5\x7d\xff\x75\xe4\xdf\xf8\xec\xc4\xc1\x5c\xff\x1f\x1b\x34\xf1\xe0\x28\xda\xef\x51\x74\x59\x9d\x44\xd9\xd5\x73\x97\xec\x8c\x47\xba\xcb\x6a\xdd\x3b\xde\xe5\x5e\x98\x36\x10\xd4\x92\x8f\x26\xec\x60\x1f\xbe\xc1\x71\x5e\x24\x3f\x08\xb0\x4a\xad\x2e\x2e\x65\x91\xf0\x7f\xec\x86\xe0\xe3\xe3\xf4\x83\xc0\x73\x86\x80\xa8\x25\x09\x9f\x5f\x5d\xe4\x51\x1e\x6f\x21\x1e\x70\x51\x86\x20\x9b\xcb\x24\xe4\x93\x61\x27\x20\x00\xb4\x54\x0c\x84\xeb\xaa\xa2\x14\xdc\x1a\xb8\xf4\x26\xfd\x06\x9f\x2b\x10\x21\x2a\x24\xaa\x79\x1b\x73\x7a\x1a\xf3\x9d\xce\xc5\x46\x5c\x94\x79\x88\xb1\x9b\xcd\x30\x37\xd7\x56\x04\xe3\xd9\x24\x6f\x20\xa4\x6d\x77\x74\xf9\x0e\xff\x62\xa5\x16\x4a\x03\x6f\x9a\x20\xab\xd1\x0d\x73\x98\x0c\x2a\xd3\x6e\xd2\xdb\x88\x53\xae\x2a\x81\xe6\x72\xdd\x75\x61\x61\x62\x7a\x11\x4f\xac\xd0\x5d\x43\xc6\x0a\x2a\x0d\xdc\x90\x8b\x02\xae\xd8\x71\x49\x0a\x0f\x32\x02\x97\xda\x88\x9a\x66\x50\x9d\x05\xea\x51\x73\x85\xa6\x3b\x56\x0a\xce\xc8\x54\x71\xe5\x05\xb5\x65\x54\x6c\x49\xb6\xcd\x45\x9a\xf5\x36\xda\xc4\xa8\x51\xf2\xe8\xff\x67\xef\x5d\xe0\x2c\xb9\xca\x7a\xd1\x5f\xed\xee\x79\xad\x90\x04\xca\x07\x2a\xc7\xe3\x3a\x05\x3a\x33\x61\xf7\xee\xee\xc9\x83\x30\x49\x08\x9d\x9e\x19\xd2\xc9\x4c\x4f\x33\xdd\x49\x78\x1c\x4c\x57\xef\xbd\x76\xef\xa2\x6b\xd7\xda\x54\xd5\xee\x9e\x1d\xf4\x08\x41\x0c\x08\x02\x2a\x39\x62\x0b\x5c\x1f\x11\x90\xab\x08\x57\x2e\x28\x2a\x1e\xc0\x5c\x50\x3c\x1e\x44\x05\xf4\xca\x43\x8f\x28\xa0\xc7\x17\x78\xd5\xe0\xef\x9c\xfb\x5b\xdf\xf7\xad\x55\x6b\xd5\xae\xde\xdd\x3d\x3d\x09\x5c\x6f\xeb\x8f\x4c\xef\x7a\xac\x5a\xcf\x6f\x7d\xeb\x7b\xfc\xff\x52\x80\xfb\xdc\x0c\x87\x11\xd1\x6e\x3b\xc2\x84\x9f\xdf\x48\x44\x5a\xb0\x3c\x40\x09\x05\xb2\xca\x16\x08\x00\x54\xd6\xa6\x07\x69\x1b\xce\xae\xf2\x27\xfb\x28\x9f\xfb\x1c\x88\x5f\xc3\x6d\xf9\x7b\xac\x6d\xb9\xb7\xd7\x7c\x9b\x49\xb3\x15\xc3\x42\xd7\xb1\xeb\x7a\x21\x92\x85\x1d\x96\x04\x24\xc2\xb2\x7b\x29\x91\xe9\x9e\x11\xb1\x95\xc3\xb2\x19\x0e\xfb\x4f\xc9\x46\x59\x16\xe9\xc9\x47\xbc\xe7\x6f\xbf\xad\xdc\xe8\xdf\x60\x60\x94\xf5\xc7\x4a\x20\xca\x54\x5c\x99\xcf\xe9\x9d\xe3\xec\x39\x97\x29\x8b\xdf\xf2\x72\x50\x3c\xd7\xef\x8f\x05\x0f\x8f\x6d\xf3\x90\x11\x0e\x1d\xb9\x81\x29\x2f\xe9\xba\xb0\xa3\x55\x6c\x2f\xbd\x12\xe6\x6e\x79\x99\x09\xea\xb2\x45\x48\xe1\xaa\x5f\x6e\x60\x31\xcb\x56\x6a\x70\x04\xc6\x4b\xb4\xde\xba\xa5\x35\x4c\x9e\x64\x9d\x5f\xc3\xc5\xc5\x9e\x04\x74\x3f\x3e\xb9\x45\x5d\x30\xf4\xdf\xcd\x16\xbe\x86\x2f\xdc\xb5\x34\xe4\x92\xaa\x2a\x01\xd1\x17\x87\x0a\xc0\x25\x8c\xb2\x8a\x00\x48\x9b\x1d\x44\xb2\xc8\x25\x0f\x13\xf2\x3f\x8b\x8b\xea\x50\xec\xf4\x54\x1e\x26\xf7\x85\x58\x81\xc9\x85\xf3\x8b\x4b\x93\x0b\x33\x4b\xb3\xb7\x0f\xd5\xa5\xfc\xc1\xe1\x8f\x0c\x15\x6a\x5b\xb9\x1e\xaa\xb3\xeb\x6d\xa7\x5f\x8b\xd2\x93\x9c\xcd\x73\x7d\xba\x71\x37\x41\x59\x25\xab\xf7\x20\x2b\xb5\xff\xa5\xa7\x06\xcb\x43\x57\x6d\x36\xb0\x84\x9b\xd2\x0c\x95\xb5\x95\x85\x43\xbe\x01\x44\x0d\x31\xb0\xa4\x51\x4e\x49\xef\x20\xa5\x0c\xd6\xc3\xe3\x50\x94\x61\x30\xf2\xa6\x77\x85\x1a\xf3\xd3\x90\xf5\x93\x6d\x7a\x4f\x34\xdf\x41\xcf\x01\xed\x54\xee\x71\xe9\x57\xaf\x61\x3f\xef\xb1\x2b\x09\x9f\x11\x29\xe6\xfd\x4d\x2f\x78\xb5\x77\xc6\xbe\xe4\xcc\x60\x67\x47\x21\xe4\x4c\x23\x69\x8b\xc6\x19\x99\xab\xd4\x01\x8c\x3d\x69\xf1\x09\x13\xb0\x45\x76\x54\x75\x73\x0e\x07\x47\xa6\x5c\x7d\xd4\x35\x5a\xc3\x15\x5b\x14\x7e\xf1\x00\xbb\x0a\x6b\xaf\xcd\xbc\xfe\x27\x0e\x5c\x86\x04\xe5\x1f\x3e\x70\xde\x29\x15\xd2\xbb\x5a\x00\xa5\x4b\x9c\xcd\x92\xa7\x7d\x54\x5e\xf4\xb8\xad\x84\x19\x2a\x91\x91\xa3\x21\x29\x25\x04\xac\xc2\x6a\x0e\xa3\x8d\xb5\xc1\xdd\x3a\x57\xa7\xe6\x1b\xfa\x7b\x19\xb7\xb0\x36\x18\x5a\x2d\x36\xce\x5b\x26\x52\xc3\x9e\x81\x6c\xd9\xd2\xae\x12\x2d\xa9\xcc\x76\x5f\xe4\x52\xdb\xa8\xdb\x5a\x4f\xa3\x8a\x6a\xa6\x7c\x58\x0b\x54\xb3\x06\x9f\xe1\x49\x3f\x8e\x4d\x4e\x7d\x51\x17\x0d\xf7\x43\xe1\xe5\xda\xb1\x2a\x53\xab\x86\xa5\x67\xd0\x87\x08\x0c\x2a\x46\xd5\xc1\x56\x34\x71\xa7\x85\xb4\x5a\x32\x76\x1f\x83\xdc\xb4\x90\x9f\x12\xbd\x58\x0e\xba\x22\xc9\x2f\xc8\x38\x06\xce\x17\xf0\x48\x2e\xc8\xd6\x42\x2a\x2f\x1a\xd0\x1d\x4a\xe1\xd7\x99\x1e\x15\x4d\x6e\xf0\xbb\x48\x0f\xa7\x4f\x9b\x0c\x72\x1d\xab\x60\x0f\xa7\xd2\x2d\x7a\xf9\x44\x94\xd4\xf9\x8a\xc0\xc4\x10\x91\x40\x8a\x07\xa9\x16\xd9\x5a\xd4\x2b\xcd\x72\x33\x15\x06\x3a\x55\xcf\x72\x2c\x14\xc4\x3d\x34\x4a\x68\xe8\x77\x26\x9e\x4e\x46\xd1\x63\x51\x84\xdf\x34\xd8\x1b\x6b\xec\x2a\x8a\x55\xd2\xfe\xb4\x57\x1a\x87\xd2\x97\xbd\x25\xe7\x96\x95\xd8\xa6\x43\x70\xd4\xe1\xc7\x80\x38\x50\x4d\x1b\x1c\xd0\x79\x9d\x67\x20\x1f\x3e\xab\x3b\x9d\xa1\x8e\x1d\x45\x7c\x17\xac\xd0\x96\xd6\xd7\x67\x16\xe6\xac\xfb\x4a\x78\x14\x4b\x01\xc2\x64\x51\x76\x70\x0a\x88\x86\x28\x2b\xfd\x2d\xd4\xf3\xb4\xd2\xa1\xdd\x58\xd3\x30\x6f\xaf\x9d\xd2\x1e\x41\xa7\xe7\xa6\x8b\xcb\x8e\x1b\xe9\x4f\x8e\xb0\x27\x18\xff\xaa\x91\x06\xff\xd7\x91\xcb\x20\x0d\x5e\x7a\x64\xbe\x5c\xf0\x4e\x04\x02\x42\x4c\xd0\x5c\x33\x5d\x62\xb3\xbe\x17\xfe\x60\x1c\x98\x30\x1f\xbd\x18\x4b\x67\xaf\x3c\x13\x31\xe1\xff\x99\x92\xea\x14\x4d\x45\x02\x27\x02\xd2\x44\x75\x06\xc6\xaf\xd3\xf9\xc2\x28\x7d\x7a\x6a\x0e\x9d\xea\xc2\x04\x43\x7c\x34\x71\x58\xc9\x61\x0d\xa7\x3d\x4c\xfd\x50\xeb\x20\xb3\x1b\xde\x60\xec\x8c\x0d\xbd\xb1\x55\xd7\x0c\xb4\x5d\x9c\x02\x1a\x13\x3b\x4a\x00\xf2\x5f\x4b\x88\x82\x41\xda\x4f\x20\x3a\x27\x50\xd2\x24\x98\x82\x38\x85\x60\x3a\xb8\x89\x23\xac\x95\x9a\x7f\x40\x5b\x66\x75\x9a\x3a\xba\x12\x47\xe5\x49\x1e\x0c\x4d\x90\xe0\x24\x7f\x31\xe3\x3c\x80\x0e\x3b\x7d\x51\xa9\x53\xb0\x2f\x06\x27\xf9\xf3\x21\xfe\xf6\xc5\x14\x85\x1b\xac\x89\x41\x70\xd2\xaa\x42\x5d\xdf\xc0\x9d\x19\x8a\x0a\xe6\x65\x3e\x97\x14\xb7\x70\x5b\x33\x65\xc1\xb5\x29\x73\x9b\xab\xba\xd3\xdf\x2f\x80\x7f\xbf\x97\xa9\xbf\xbe\x97\xb1\xb9\xb6\xc9\x29\x83\x96\x85\x28\xdb\x41\x4e\xed\xbe\x2f\xab\x90\x19\x03\x91\xac\x47\xa9\x04\x9e\x4c\xec\xce\x5e\x2a\x5b\xd8\xa3\x59\x1e\xae\x46\xc9\x6a\x70\xd3\x63\xd7\xad\x76\x6d\x2a\x7b\x76\xbb\x6e\x85\xda\x5b\x3d\xab\xdb\x50\xdd\xbf\x36\x9a\xcf\x9e\x71\x25\x0d\x10\x08\xcd\x78\x08\x38\x77\x31\x4a\xb2\x06\x63\x7b\x93\xfe\x5f\x1c\x67\x07\xd2\x7e\x2c\x32\xff\xb3\xe3\xc1\x03\xe3\x17\xd4\x9f\x96\x26\x09\x00\x67\x96\x8e\x08\x82\x06\x10\x3f\x49\x89\x9c\xb4\x14\xf1\xac\x24\xdb\x53\x41\xf0\xc4\x28\x9c\x2b\x6e\x20\x5e\x93\x8e\xdf\x8b\xda\x60\xeb\xa1\x5a\xde\x1b\x26\x83\x7b\xb9\xaa\x50\x83\xdf\x2e\x37\x54\xa5\xeb\x8e\x07\xbc\x97\x0a\x75\xaa\xe5\x85\x26\x3c\xa3\x77\x4c\x52\x89\x51\xc5\x3d\xd7\xcf\xb7\xb8\x0b\x0a\x65\xaf\x5f\xec\xa8\x5a\x2a\x01\x99\x57\x46\x10\x6f\x94\xc5\x49\x47\x76\xa5\x96\xae\x23\x78\xad\x7a\x5b\x87\x89\x34\xa5\x1a\xa2\x5c\xc4\x03\xde\x8a\xb2\x70\x25\xd6\x45\xa2\x45\xac\xbe\x87\x5a\x82\xa5\x0b\x44\x62\xb3\x30\x28\x1a\xdd\xc0\x1c\x4a\xd4\x74\x19\x3a\x14\xcc\xda\xc9\xe6\xce\x77\x2a\x1f\xd0\x0e\x45\xdb\x98\x7b\x3b\x3b\xc3\x4e\x6d\x8d\x11\xb3\xd5\xa9\x45\x0d\xdc\x3d\x51\xde\x39\x6f\x26\x0f\xfb\xc7\x31\x66\x9f\x1e\xfc\xcf\x8f\x05\x9f\x1c\x5b\x2c\x2e\x60\x8f\x5b\x7b\x9f\xa5\x51\x80\xbe\x0b\xc7\x4d\x81\x0f\x37\xf8\x0c\xe0\x29\x60\xbe\xb2\xd1\xf3\x4f\xf2\x79\x99\x88\x3a\xfc\xf7\x7c\x72\x2a\x1d\x5c\xe8\x27\xfc\xd8\x86\xee\x4b\xed\xda\x5f\x8f\x42\x6d\x1c\x06\xa5\x0b\xb8\xe7\x34\xf3\x2a\xc0\xfe\xcb\x94\xdf\x95\x40\x5a\xcf\xf1\x06\x37\x63\x01\x72\xce\xae\x06\x3f\x77\xd7\xe2\x52\x81\x86\x0d\x71\x4c\x6a\x99\x47\x71\x44\xb4\x02\x90\x03\x55\xe7\x59\x94\x00\x1c\xa2\x0e\x40\x27\xbc\x38\x34\xa0\xe1\x39\x3b\xd4\x40\x9f\x59\x2e\x7a\x5a\xc9\x2d\x46\xba\xd9\x01\x48\x4b\x9d\x83\x62\x57\x22\x2f\x72\x75\xc8\x9c\x0c\x04\xa0\x2d\x99\x08\x84\x4b\x84\x19\x62\x84\x74\x0b\xbb\xa5\xc0\xa3\xd7\x2a\x58\xd8\xcf\xe5\x84\xa9\x12\x6a\xae\x03\x52\xec\x43\x33\x14\xa6\x13\xf4\xb8\xdd\x72\x8b\xee\x2b\x08\x2a\x93\x5d\x37\xd0\xf2\x3f\x8f\xb3\xad\xce\x89\xfe\x23\x63\xc1\xa7\xc7\x66\xaa\x6f\x6a\x40\xb7\x14\xf5\x6d\xed\x78\xe8\x01\x1c\x81\xba\xb2\x5c\x7a\x71\xd9\xc0\xa3\x42\x33\xf5\xc1\x18\xe3\xa4\xd5\x8c\x29\x62\xe7\xa1\xc5\x39\x60\x0e\x83\x19\xbd\x1d\xa5\x99\x65\x1b\x4e\x0a\x57\x07\xa1\x9c\xe5\x1a\x02\x25\x2b\x23\xde\x17\x1f\x2d\x18\x04\x75\xae\x02\x94\x40\x2f\xe2\x20\x17\x75\xa8\x5b\x20\xd5\x96\x92\x6b\x74\x69\x6d\xb3\x9d\x6b\xf3\x90\xeb\xb4\xcc\x56\x21\x46\x9d\x95\x6b\x01\x4e\xe8\xb3\xaf\xae\x15\x80\x8c\x48\x81\xba\x8f\xc1\x27\x4e\x06\xc5\x13\x38\x74\x3a\xe8\x77\x61\x8e\x4c\x9d\x75\x10\x38\x59\xe9\xf4\x67\x55\x55\x95\xbc\x02\xb0\x15\x78\xe4\x92\x55\x8a\xf9\x08\x98\x80\x1f\xf7\x98\x63\x5d\xf0\x5f\xe1\xb1\xd3\xbb\x17\x35\x5a\x94\x59\x25\x05\xb7\xda\xbf\xca\xb6\x31\x9b\xa0\xd5\x2c\x0a\x3c\xb7\x68\x6c\x51\xf6\xc6\x43\xec\x0a\x98\xf8\x64\xaf\x78\xf5\xa1\xe0\x7f\x1e\xb4\x2e\xb8\x65\x2a\xcd\x07\xb6\xd1\x00\x87\xdc\x62\x83\xd5\xa1\x5b\x4d\xd9\xb5\x82\x50\xd5\x6c\x1c\x36\x52\x04\x80\x06\x82\xda\xd2\xe9\x17\xf5\xa3\xf5\x30\x56\x9a\x4b\x83\xb1\x09\x04\x0a\x39\x69\x16\xa3\x96\x23\xfa\x8c\x19\xe5\x4a\x4f\x00\x28\x11\xbd\x83\x86\xd6\x84\x4c\x61\x1f\x75\xf4\xe7\x48\x9d\x9c\xf5\x21\xd8\x60\x98\x77\x65\x0b\xdf\x50\x22\x32\xec\xf5\xb2\xc9\xf5\xe9\xba\xfe\x03\x04\x26\x1e\xff\x0b\x0b\x66\x71\x7d\xa5\x9f\x9b\x6e\xc0\x7a\xe1\x6c\x6b\xf1\x65\x4d\x42\x9d\x9d\x7c\x7e\xa0\x0a\x0b\x5e\xa0\x0a\xd5\x9e\x0e\x75\x75\x7d\x5a\x5d\x33\xba\xc4\x49\xfe\xfc\xc0\xaa\x5e\xf0\x82\xe5\xba\xd5\xea\x5c\x3a\x55\xe2\xd0\xae\x72\x85\xc8\x88\x41\x1b\x77\x85\x21\x03\xfb\xd5\xf4\xf3\x70\xe7\x46\x6d\xdd\x1f\x08\x83\x42\x86\xbe\x18\x57\x62\x94\x40\xb7\x66\x75\xa5\x51\x25\xd8\x61\x74\xbc\x31\x3c\xd7\xaa\x66\xb4\xce\x1e\xf5\xee\x57\xd7\xbf\xfe\xba\x1f\x03\x15\xd7\x45\x4a\x41\x87\xf4\x22\xf2\x39\x55\x8e\x89\x6d\x9a\xb3\x97\x81\x2d\x3a\xfe\x52\x87\xa4\x7f\xc6\x0b\x3e\x56\xe2\xa9\xaf\x30\x9d\x34\xf8\xbc\x4b\x42\xd0\xee\xc7\xf1\x80\xbf\xa8\x1f\xc6\xc4\x53\x22\x1a\xab\x8d\x3a\x42\x3f\x90\xe0\x72\x14\xf8\x3a\xa1\x80\x07\xd6\x13\x41\x55\x1c\xbc\x63\x23\x73\x8a\xa8\x7a\x5a\xa6\xab\x61\xa2\x13\x3d\x8c\xf0\x71\x76\xcf\x8f\x3c\x8e\x3d\x6b\x07\x52\x10\x1d\xe9\xa3\x15\x40\xff\x5f\xaf\x08\x5e\x51\xdb\x46\x49\x74\x83\x23\xdd\x5d\x06\x9c\x89\xad\x0a\xcb\x14\x66\x2d\x81\x42\xc6\x21\xa3\xc4\xd8\x15\xe9\xe8\x6f\xf4\xe4\x4e\x98\xac\x82\x05\x21\x6f\xf0\x53\x05\xf2\x79\x94\xf0\xf5\xe9\xc6\xf4\x0d\x75\xde\x8b\xc3\x24\xa1\xf0\x79\x48\x40\x03\xce\x32\xb8\xfb\x74\x34\xb5\x55\x77\x01\x79\xc7\xd6\xa7\xb7\xd3\x82\xe9\x04\xec\x46\x96\xff\xd1\x61\xf6\x7b\x76\x08\xd6\x6f\xee\x19\x71\xee\xfe\x32\xe2\x9c\x89\x4e\xb9\xe9\xb1\x02\x92\x6b\xb0\x97\xd7\xd8\x61\xad\xfc\xfa\xff\xec\x05\x73\x46\x93\x75\xc2\x0a\x37\xec\x93\x08\x2c\x20\x0d\x11\xb6\x95\xb7\xc0\xd9\xd6\xcf\xb2\x3b\x46\xc1\x48\xee\x6e\xc6\xee\x3c\x17\x77\x47\xf9\xbd\x6a\xb5\xb1\x7d\xc7\xfa\xbe\x63\xfd\x6b\xe6\x58\x7f\xc4\x7b\xb9\xb7\xbd\xeb\x79\xc5\x5f\x9e\x18\x11\xb8\x34\x4a\xe6\x19\xdf\xf4\x68\xc1\xc7\xd8\xfd\x47\x1c\x48\x3b\x30\x9f\x64\x05\x95\x91\xfa\x09\xb1\x92\x7f\x7c\x38\xf8\x4e\xf3\xcb\x95\x14\x70\xd9\xd8\x09\x2a\xa3\x23\x7f\xf9\x90\xcd\x5f\x1d\x44\xc3\x51\xcc\x7a\x61\x55\x58\x1b\xa6\xd9\x24\x9b\xd8\x52\x94\x54\xd5\x78\x7f\x6a\xee\x21\xe6\xe3\xa3\xf6\x9e\xf7\xfe\x3d\x86\x1d\x7f\xdf\xd7\x28\xea\xd8\xe0\xa6\xee\x4b\xf9\xbd\x49\xf9\x47\xbc\x70\x7b\x41\xf5\x0c\xff\x66\x13\x23\x43\xeb\xb1\xcc\x33\xae\x45\x47\x25\xbf\xf8\x6b\x8f\xb0\xe3\xf6\x92\xb6\x23\x61\x9c\x68\x50\x10\x45\x7f\x7a\x38\x38\x6a\xfd\x1e\x11\xb1\x5d\x2d\x8c\xde\x7f\x88\xc5\x5a\x18\x35\x83\x6f\x1f\x15\xc9\xea\xc8\xa1\xa7\xb1\xeb\xd9\xb5\x5b\xcb\xa1\x2d\x2b\xbd\x2f\x8d\xf6\x20\x8d\x3e\x66\x4b\xa3\x0f\xed\x51\x1a\xbd\x6c\x04\xe2\xf3\xbe\x48\xfa\xff\x8e\x48\x5a\xde\x5e\x24\xdd\xe2\xdf\x54\x88\x24\xb3\x34\x8d\x3c\xb2\xe4\x47\xa5\x44\xfa\x90\xc7\xe6\x2f\x39\x76\xef\x8e\xc5\xf3\xf3\x8b\xd0\xc3\x0b\xa9\xec\x65\xe7\xd3\xdb\xa4\x8c\xfd\x17\x05\xb2\xf2\x86\x8d\xbd\x56\x7a\x00\xc3\x4f\x56\xa4\x8c\x45\x48\x50\x62\x6e\x94\x52\x9e\xf6\x8b\x68\x39\xfd\x9c\x81\x61\x62\x3f\x70\x88\x4d\xed\x96\xa8\xd6\xff\xbd\x83\xc1\x45\xeb\xb7\x06\x7e\x22\xea\xdd\x8a\x28\xf7\x84\x2b\xf9\x47\xa1\x82\x64\xe9\xad\x93\xa1\x09\xc8\x4e\xc2\x0c\x3d\x38\x49\xc1\xe6\x48\xe1\x5b\x80\xe3\x55\xa0\x96\xb9\xe7\xef\x8f\x1c\x60\xef\x19\x63\x07\x00\x2b\xcd\xff\xf9\xb1\xe0\xcd\x63\x05\x1a\x64\x19\x61\x00\x8c\x0d\x9d\x30\x43\x5c\xd5\x16\xd1\x99\xa9\x8f\xd4\x79\x98\x81\x7d\x05\x4c\xed\x11\x75\x32\xcf\x44\x1a\x85\xb1\x31\xb3\x9c\xb3\x78\xfa\x5a\x12\xcd\x14\x3d\x99\xe5\xed\xe8\xa2\x61\x37\xc1\xbc\x7a\x44\x30\x28\x80\x33\x1a\x7c\x46\x6d\x0f\xd8\x96\xfb\x44\x2a\x27\xa2\xa4\x25\x2e\x02\xa2\xc0\x19\x24\x37\x07\x6f\x52\xaf\x27\xc2\xd4\x62\x18\x93\x49\x13\xf0\x8b\x1c\x44\x43\xa4\x3c\x6e\xf5\x91\x2d\x0b\xdf\x26\x80\xa1\x52\xd7\x35\x0c\xb8\x79\x83\xb1\xd3\xe4\x0d\x3e\xc9\x38\x7a\xc8\x03\x3e\x81\x76\x77\xe8\x2c\xba\x44\x41\x32\x1a\x91\x4a\xf7\x9d\x7a\x07\x36\xc3\xe7\x4f\xbd\xa0\xb1\xdd\xcb\xe8\x13\xc1\x0a\x8b\x24\x4f\x01\xc1\x08\x5f\x77\x6c\x71\xdf\xc7\x0e\x75\x45\x96\x85\xab\xc2\xcf\x83\xd5\x19\x24\xf5\x99\xd8\x9a\xd4\x47\x10\x20\xae\xc6\xee\x50\x6d\x6c\xf0\x0a\xfe\xd2\x22\x0a\x35\xcc\x26\x22\x0c\xdb\x84\x6c\x78\x8d\x0b\x40\x15\x78\x95\xc7\x0e\x22\xa6\x9e\xff\x12\x2f\xc8\x66\x38\xcd\xfe\x5d\xd7\x61\x8e\x24\xae\xc1\x5f\x42\x6f\xba\x8d\x10\xe1\xac\x09\x93\xe4\x6f\xd7\xe6\x21\xc6\xe6\x76\x6c\xfe\x18\xe5\x8e\x05\x05\xe8\x13\x47\x82\x3b\xb7\x7b\xc8\x3d\x5d\x8d\x7a\xba\x5a\x49\xfa\xcb\x43\xfb\xfb\xd4\x5e\x0d\x24\x0f\x9a\xd4\xdd\x57\x79\x05\xa8\xf0\xc8\xb1\xb0\xf5\xcd\x7b\xd8\x5d\x6c\xf1\x12\x4d\x68\xa3\x3e\xb2\xaf\x8f\xee\x27\xe5\xda\x49\xb9\x0f\xec\xc0\x14\xd5\xf2\x57\x26\x76\x65\x77\xda\x4e\x3e\x55\x6a\x5d\x7f\x3b\xce\x4e\xda\x53\x5c\xeb\x5a\x7a\xc1\x37\xd6\xa7\xc3\xb8\xd7\x09\xa7\x1b\x38\xcd\x16\x31\x1f\x43\x4b\xa8\x77\x8e\x07\x3f\xe0\xcd\x24\xb6\x4f\x1f\x52\xee\x12\xe4\x3c\x91\x69\xee\x48\x2b\x1e\x21\xf1\x44\x4b\x34\x65\x4b\x14\x40\x7b\xc5\x5d\xe4\x88\xca\x4c\xc0\x5b\x2e\x51\x8d\x21\xcf\x3b\x80\x88\xd3\x2d\x0a\x0f\x20\x32\x74\x57\x91\x79\xc3\x18\xbb\x95\x5d\x11\xf6\x22\xac\xf5\xdc\x29\x7f\x2a\x78\xb2\xd2\x65\xe6\x4e\x15\x8a\x8c\xaa\x9e\x2a\xb0\xa8\x7c\xa3\x74\x0e\x7a\x02\x54\x54\xed\x2d\x26\x54\xe2\x7d\x5e\xf0\xe2\x25\x17\x01\xd0\x6a\x91\xae\x9b\xa6\xba\xc2\x3a\x66\x45\x74\x02\x06\x61\xc1\xed\x28\x59\xd5\x82\x5d\xc7\xc8\x1a\x57\x21\xb5\x6d\xe8\xf3\x7b\x64\x48\x7d\xa9\xc7\xae\x2e\x7d\xdb\x4f\x82\xb0\xd4\x1e\x3d\x06\x36\x60\x87\xa4\x2d\x99\x2a\x5c\x1e\x93\x28\x2f\x0d\x07\x72\x89\xd7\xb9\xc8\x9b\xad\xe3\x4e\xb7\xbe\xb7\xc6\x8e\x56\x80\x18\x00\x46\x53\x89\xcb\xca\x7f\x55\x2d\xc8\xaa\x6e\x14\x20\x9a\x94\x38\x68\xeb\x03\xb9\xe4\xb1\xc8\x21\xba\x11\xb9\x81\x69\xb8\xe9\x5d\xe3\x08\xa2\xc4\x19\x27\x17\x12\xe2\x1c\xdd\xa9\xf4\x80\xc7\xbe\x5f\xbb\x39\xbf\x27\x90\xf3\x0e\xda\x16\x12\xe6\x5e\x66\xac\x16\xa8\xc8\xe4\x93\xe1\x1f\xbb\xe7\x5e\x3f\xc6\xbe\xb3\x0a\xfc\x5a\xd7\xdb\xe0\xb7\xfa\x5f\xaa\x05\xb7\x0c\x5f\x2e\x7a\x8d\x38\x09\xe9\x38\x61\xb0\xa2\x8b\x1e\x30\xe4\xa2\x07\x31\x71\xc6\xe9\x91\x57\xd7\xd8\xcd\xc4\x82\x79\x5d\x70\x14\x88\x85\xed\x97\x6d\xd4\xc9\x02\xae\xd9\x6e\xc8\x79\xe6\xc7\x61\x96\x2f\xa5\x61\x92\xc1\x5d\x80\xf5\xbb\x74\xcc\x47\xf6\xcd\x85\xee\xeb\x84\xb6\x7c\x93\xd1\x48\x9d\xcb\x67\x19\x35\xcb\xbf\x2d\xb8\x7e\x08\xd1\x1f\x2b\x5c\xd7\xc0\x76\x88\xe3\x0b\x60\xc2\x75\x1d\x60\xe5\x22\xd8\x1d\x62\x77\x5c\xf2\xc1\xb5\x10\xd6\x1a\x7f\xee\xdd\x07\x83\x9b\x87\xae\x5a\xfe\x60\x1d\x3d\x13\xc6\x31\x18\xe1\xcc\x23\xe4\x3e\xdc\xf4\xbe\xa5\xb8\x38\x22\x1f\xe8\x77\x0e\xb0\x87\xcb\x91\x3f\xef\xf6\xd8\xf3\xb6\x1a\x83\x4b\x6c\x98\x1d\x0e\x74\xb7\xfd\x31\x6d\xff\x53\xfb\x45\xda\x6f\xe6\x06\x1c\xdc\x6e\xa0\x93\xb3\xd1\x2e\x48\x80\xa3\x8c\x2f\xd3\x17\x96\x1b\xec\xa5\xe3\x6c\xcb\x36\xfb\x7f\x3e\x16\x7c\x78\x6c\xab\xbb\xdb\x07\xb7\xcd\x96\xde\xdc\x2e\xba\xad\x24\x4b\x21\x4c\x4b\x67\x88\x3f\x9a\xe1\x6d\xea\x2c\xbc\x65\x88\x9b\x3d\x4b\x4a\x21\x6e\x43\x09\x74\x43\xa1\x6e\xf7\x7c\xdd\x84\xba\x8d\x8a\x62\x7b\xf0\xaa\x1d\x1a\x5e\x8a\xf3\x54\xe6\x7f\xee\xca\xe0\x87\x3c\xeb\x02\x74\x65\xe6\xf6\xf7\x30\x19\x05\x24\x3d\x40\xab\x0d\xd3\x2c\x42\xb6\x41\x4c\xb2\x69\x53\x98\x73\xa5\x08\xd6\x0b\x86\x56\xd8\x33\xa4\xcc\x31\x71\x93\x06\x36\x16\xab\x61\x73\xc0\xd7\xa7\xd5\x4b\x8d\x4d\xef\xb0\xfe\xf2\xa6\xf7\x6d\x38\x7e\x44\xfd\x72\xdb\x80\x16\xd3\xdc\xa9\x0b\xee\x52\xfe\xd0\x15\xec\x0b\x07\xd8\x88\xa7\xfd\xdf\x3a\x10\x7c\x71\x3c\x04\x1c\x5e\xd9\xd6\x87\x00\x75\xcb\x24\xa9\xa6\x86\x99\x1d\x93\xf0\x91\x09\xd3\xa0\xc6\x82\x22\x5a\x80\xd5\xe5\x92\x77\x44\xdc\x33\xed\x07\x16\x21\x2a\xa8\x40\xfd\x95\x59\xae\xb1\x1e\x26\x84\x01\xf0\xda\x08\x07\xbc\x27\xb3\x2c\x02\x5c\xbe\x59\x2a\x41\x29\x51\x7a\x9d\x84\xbd\x5e\x2a\x7b\x69\xa4\xb6\xa5\x52\xe5\x42\x48\x79\x81\xa7\xb0\xfa\xaa\xb2\x45\x7c\x2c\x9c\x58\x74\x46\x9a\xb1\xdf\x50\x28\x5e\xdd\x54\x97\x8e\xbf\xfa\x7b\xb1\x4c\x56\x85\xc6\x77\x53\x4d\x56\x45\xe3\x52\xa6\xcf\xa7\x22\xef\xa7\x10\x79\x1f\x0f\x78\x0e\x49\x18\xd0\xb1\x06\xb1\x20\xef\x44\xc9\x5a\x66\xaa\xa3\xbb\x58\xb5\x8a\x2a\x66\x85\x9d\x9d\xa4\x34\x1e\x88\x72\x87\xd9\x8d\xe5\x6b\x22\x6d\x38\x69\xcf\x2d\x60\x0b\xd5\x27\xeb\x3a\x7f\x8d\x8a\x85\xee\x36\x09\x44\x50\xc3\x7e\x06\x2c\x08\x4e\x01\xfa\x6c\xc8\x63\x0c\x2b\xc9\xf9\x73\x26\xce\xc8\x74\x23\x4c\x5b\xa2\xa5\xfe\xe2\x1d\x30\xe3\x70\x99\xf2\xe7\x4c\x5c\x10\x61\x3c\x31\xd7\xb3\xae\x69\x0c\xeb\x0b\xa2\x2b\x73\x60\x20\xe2\xc7\x60\x6c\x81\x01\xa0\x25\xd2\xe3\xc0\x6b\x2a\x9c\x26\xcf\x2d\x38\xcb\x74\x81\xcd\xb3\xb3\x97\xb0\xaf\x2f\x6e\x35\x99\xd9\x73\x99\x59\x22\xfe\xb9\x60\xba\x10\x3b\x9a\x2f\xbf\x17\x8d\x5a\xbd\xa3\x84\xc8\xbe\xfd\x65\x3f\x40\xe5\x6b\x17\xa0\xb2\xb8\xbd\x51\x60\xca\x6f\x4c\x54\x80\x73\x59\x5b\x58\x19\x12\xe1\x1f\xea\xec\xc4\x8e\x16\xdc\x29\xc8\xdf\xa5\x84\x5b\xff\x57\xeb\xc1\x49\xe7\x4a\x61\x0d\x26\x52\x0a\x38\x02\x22\x6a\x3b\x0a\x1e\xb5\xe7\xd1\x3c\x77\x76\xa7\x57\xf9\xfb\xeb\x6a\xaf\xeb\xea\x27\x6b\xec\x20\xe6\x8b\xf8\x0f\xd6\x82\x7f\xf6\x00\xd8\x81\xfa\xa3\xee\x70\xaa\x87\x39\x45\x2f\x37\x29\x59\x8c\xba\x84\x66\xbc\x51\xeb\x1a\x7c\x46\xed\x15\x04\xe7\x9e\xba\x4d\xa5\xd4\x14\xc4\x3c\x8a\xd6\x85\xde\xa4\x80\x39\x14\x3d\x28\x48\x75\x83\xc0\x3a\x99\x20\x5e\x30\xde\xee\xa7\x10\x79\x4d\xa4\x08\x60\xae\xd1\x67\x65\xe2\x43\x80\xf0\x28\x27\x57\x68\x82\xcf\xc4\xf1\x49\xc0\x6e\x6a\xa5\x98\x02\x99\xe5\x40\xfe\xa6\x33\x62\x0c\xc7\xc2\x08\xd9\xfd\x99\x1a\xf3\x57\xd3\xb0\x29\x16\x44\x1a\xc9\x96\xce\xa2\xfe\x70\x4d\xa3\xe5\xbf\xab\x06\x8c\x43\x45\x00\xaa\xc1\x24\x5e\xc1\xac\x1d\x3b\x79\xdc\x84\x28\x13\x52\x36\xd4\xdb\xca\x66\x06\xfa\x4f\xb1\x1a\x42\xef\x50\x96\x32\x6a\x0c\x28\xe3\x00\xa3\xb7\x18\x17\x2c\x85\x47\xdd\xae\x68\x29\xb5\x26\x1e\x54\xb8\x39\x92\x28\xae\x93\xd9\x07\x93\x09\xa1\x39\x6a\xc8\x22\xd9\x32\xea\x7a\xa1\xff\x2b\x39\xe2\xb0\x8c\xbb\x9e\x4a\xd0\xe1\x75\x83\xe8\x23\x6d\x24\x4a\x2c\x50\x83\xa1\x9e\x08\xec\x54\x51\x47\x27\x07\x7b\x5f\xb6\x5f\xba\x0d\xfb\x37\x6b\xec\xf1\x32\xed\x75\xc2\xe4\x94\xe8\x89\xa4\xa5\x5a\xad\xc4\xe0\x4f\xd6\x8a\xe8\xeb\x93\xbc\x17\x0b\xa5\xba\x6a\xb5\x74\x21\x95\xbd\x70\x15\x66\x2b\x66\xbb\xd4\xa9\x57\xc0\x3b\xa7\x07\xbe\xe5\x84\x6f\x4f\x37\x9e\xd6\xe0\x8b\x38\x7b\x71\x2a\xd1\xe7\x8c\x69\x72\x45\x70\xac\x09\xf4\x4d\x1b\x1c\xda\x93\x6d\x34\x6f\x40\x06\x0d\xde\x0d\x78\x3b\x4a\xc2\x18\x68\x07\x4c\x62\x1a\x10\x64\xe5\x72\x72\x88\x92\xc4\xc4\x76\x98\x97\xf0\x2c\xd5\xe0\xa7\xa3\x22\x8b\x90\x1c\xc9\xe9\x70\xcb\xf4\xee\x02\x58\x35\x2b\xfd\x1c\xc5\x95\xcc\x3b\x38\x05\xc9\xcf\xce\x3e\xe8\xb1\x2b\x7b\x90\xda\xa7\x09\xc7\xde\xe9\x5d\x12\x04\xc0\x82\x5d\x48\x10\x6b\xb2\xe9\x76\x3f\x6e\x47\x08\xe5\x8c\x22\x21\x2c\x78\x5b\x22\x75\x46\x49\x81\x14\x15\x92\x69\xe7\x70\x2d\xe9\x93\x4c\x9d\x87\xfc\xba\xa9\xa7\x03\x1f\x2f\x70\x35\x13\xe2\x4c\xc1\xe2\xa2\x34\x7c\xd1\x6a\xb0\xaf\x8e\xb1\x27\xf4\xca\x1d\x80\x69\x98\xf7\x50\xce\xa5\x92\xa6\x1d\xb9\xc1\x57\xc3\x74\x25\x5c\x15\x76\xa8\x95\x11\x89\x3a\xf1\x7f\x8b\x2e\x3e\x5f\x9a\x6d\x5b\xf7\x30\x12\xb1\x91\xc8\xc1\x9c\x0a\x62\x5f\xb5\xc9\xa7\x0c\xb7\x43\x31\x2d\x32\x61\xac\xbe\xc6\x8d\x62\x8d\x7f\x19\xea\x66\x42\x83\x42\x95\x3e\xb6\x65\x0e\xe9\x51\x6c\xc3\x51\x3e\x41\x33\xd6\x9d\xd1\xd9\x4d\xfc\xe8\x6d\x61\x73\x4d\xa9\x43\x49\xeb\xa8\x06\x9c\x81\x87\x4a\x1d\x27\x11\x54\x1d\x05\x9c\x5b\x88\x6d\xb7\xc6\x92\x6e\xe2\x47\xcf\xc8\x54\x58\xc5\xaa\x13\x65\x33\x84\xc8\x0a\xea\x1f\x02\xb0\x8e\x01\x3f\x0b\x36\xae\xa1\x02\xdb\xa6\x8c\x86\xa3\xe5\xfd\xe9\xb7\x6e\xaf\xe6\xfd\xfa\xb7\xfa\xef\xfb\xd6\xed\x31\x59\x1d\x05\x8d\x6d\xf1\xbc\xf1\x1d\x95\xfd\x45\xe5\xb7\xab\xae\x8e\x42\x71\x1c\x2a\x78\x77\xee\xaa\x11\x1f\xda\x4b\x65\xaa\x3e\x59\x54\xcc\xb1\x52\xee\xaa\x42\x7b\x2c\x01\xab\xbb\xd5\x10\xf5\xa2\x9d\xf7\xd4\xc4\x25\xbd\x55\x59\x19\x53\x50\x2f\xdb\x6d\x2f\xec\xec\x8d\x4b\xfc\x90\x7a\xed\xc4\x96\x9d\xd5\xcf\x3b\x6a\xc3\x6d\xee\xaa\xaf\x76\xf1\xd2\xc8\x16\x38\x9c\x40\x97\x34\x81\x2e\xb1\x84\xe1\x8a\xc8\xac\x19\xc6\x4a\xb9\xb8\x3c\x2b\xea\x44\x79\x45\x59\x5f\xb8\xc4\xcf\x9e\xd0\x03\x49\x6f\xaf\x84\x79\xb3\xb3\xbb\xee\xda\xf1\x2b\xa5\xfe\x69\x8a\x34\xc7\x43\x90\xb8\xb4\x85\x7e\x89\x05\xe8\x6a\x6c\xff\x25\xd3\xd1\x4d\x29\xd3\x56\x94\x94\x24\xd6\xd6\xa2\xae\xea\xf9\x6d\xa6\xbf\xb6\x4d\x0f\x1e\x5d\x21\x3c\xf4\x99\x6d\x42\xd4\x2f\xef\xd7\xdd\x6f\x8c\xea\xc1\x8a\xe8\xd4\x2d\x3a\xae\x1d\xcb\x0d\x72\x67\x16\xb1\x11\xbb\x68\x06\xc6\x4e\x5c\xbe\xf2\x4a\xb3\xdc\x49\x94\xdd\x7d\xa5\x86\xaf\x99\x2e\x32\xf1\x1f\x3b\xac\xe5\xc4\xd6\xd8\xce\xbb\x5a\x76\x97\xf4\x7a\xa9\x57\x00\xca\x78\x57\x1f\x1f\xd1\x11\xdb\x17\x36\x6a\xa6\xed\xe4\xed\x5d\x88\x0a\x1c\xea\xa2\xa5\xf4\x7b\xf7\x5d\x94\xae\x84\xcd\xc6\xde\x37\xb3\x3d\x15\x53\x5e\x1b\x7b\x2a\xac\xd4\x3e\x8b\x2a\xfe\x52\xda\x75\x49\xaf\x97\xdb\x73\x49\x85\x94\xdb\x51\x0d\x7f\xbb\xb3\x46\xec\xfa\xdd\xa1\x16\xec\xba\x04\x8a\x2a\x7b\x13\x63\xd7\x8d\x60\x52\xc4\x80\xc9\x0a\xca\x33\xff\xcf\x8f\x04\x0b\x55\x2c\x69\xcd\x8e\x68\xae\x15\x98\x44\x32\x45\x08\x39\x00\x6c\x54\xbf\x10\xe5\xa1\x19\x26\xfa\x5c\x0c\x41\xde\x4d\x0a\xb6\x1d\x46\xf9\x7e\x60\x9f\x26\x67\xdf\xd7\xf3\x35\xb4\x07\xde\x69\x85\xb4\xde\xba\x47\x8c\x03\xf6\x2a\x8f\x50\xbb\xef\xf7\xd8\x99\xad\xa3\x97\x77\xba\x08\x01\xcd\xfb\x46\xe0\x09\xdc\x8a\x66\xc1\x32\xe8\x13\xab\xa3\x41\xb8\x65\x3f\xef\x99\xe8\xaa\x9f\xf2\x46\x01\x12\xec\xb8\x3e\x50\x58\x70\x57\x81\x8c\x4d\x36\xba\x28\xd1\xc6\x29\x1d\x24\xa0\xa6\xa0\xb1\xb9\xdb\x58\x9c\x06\x4a\xa6\x08\x57\x41\x19\xf2\x88\x97\x6e\x6f\x8e\x39\xef\x9f\xdb\xd9\xf9\xad\xa2\xf6\x95\xf2\xf1\x65\x07\xd8\xb5\x6e\x57\xe8\x53\x55\x83\x0e\x4d\x86\xd4\xe9\x9c\xc8\xd3\xa8\x49\x10\xe4\x1f\x1d\x0f\x3e\x5d\xab\xba\xe3\xb8\x80\x8a\x84\x13\x5c\x83\x44\xec\x48\x4b\xae\x0b\xaf\x15\x21\x38\x05\x10\x3c\xe4\xed\x38\xe1\x45\x66\x29\xa9\x9e\x8d\x23\xb5\xbc\xea\x3a\x14\x0d\x46\x3d\x6c\x22\x7b\x73\xe4\x26\xba\xa8\xc6\x08\x9e\x87\xe9\xaa\xc8\x31\x12\x94\xcf\x2e\xdc\xa5\xba\xbc\x2b\xba\x32\x1d\x1c\x6f\x70\xbe\xd8\x6f\x76\xa8\x32\xe8\xbb\x5f\xe9\x47\xe8\x5d\x2a\x57\x2a\x69\x21\x76\x30\x54\x2d\x8c\x39\x75\x15\x97\x1a\x1c\x58\xbd\x42\x5c\xaa\x32\xb3\x5c\xfd\xaa\xa4\x44\x4d\xdd\x58\x6d\x0b\x13\xaa\xa2\xfa\x83\x18\x2e\x01\xf6\xee\x9e\x6c\x65\x01\xa7\xe0\x27\x03\xb8\x7d\x88\xda\xe2\x6c\x1b\x1f\xf5\xd8\x6d\x14\x0a\x7a\x32\x98\xd8\x96\x84\x35\x4a\x38\xf4\x5f\x39\xfe\xf1\xfb\x3d\xa6\x8b\xf7\x07\xec\x19\xa3\x96\xc8\xd0\xbc\xc0\x51\x07\x67\x14\x2d\x8c\xa7\xe9\x5e\x37\xe1\x9d\xc3\x53\x40\x3b\x8f\x56\xa3\x75\x91\x50\x27\xb0\xff\xed\x9b\x1c\x82\x3a\xd0\x55\xf5\x3a\xbc\xd0\x4f\xf2\xa8\x2b\x80\xcf\xc5\xff\x7f\xbe\x31\xf8\xd4\x98\x7d\xc5\xec\x8e\x21\x6f\xc2\x6f\xd9\xb6\x78\x39\x53\x7c\xd2\x0a\x47\xd3\xd3\x03\x81\x1d\xd1\xe2\xec\x94\x67\x21\x75\xb5\x44\x2e\xd2\x6e\x94\x18\xd0\xc7\xa1\x72\xad\x87\xd3\x7e\x02\xe6\x57\xf3\x50\x86\xa8\x91\x3d\xd9\x6a\x38\x5f\x20\x68\xaf\x63\x86\xcf\xfb\x38\xef\x86\x49\x1f\x08\x57\xb0\x31\x04\xfe\xa7\x35\x0a\x0d\x42\x09\xfe\x6e\xd8\xfd\x53\x9c\x8a\x56\x20\x71\x64\x48\x24\x95\xb4\xc4\x66\x69\x82\x13\xd0\x0e\xc0\x39\x1a\xd9\x0c\xcf\xf1\xba\xd9\x08\xad\xda\xc1\x4c\x32\x05\x6b\xe7\x43\xda\x4f\x12\x03\x60\x29\x21\xbb\x4d\x83\x91\x52\x00\x6f\x9d\x67\x16\xd6\xa9\xb5\x6f\x89\xa4\x13\x26\x4d\x00\x43\xcc\x26\xd7\x44\x2f\x83\xcd\x4a\x8d\xf0\x24\xf5\xe2\x04\x0c\x5c\xa3\xdb\xda\xf4\x0e\x21\x64\x7b\xea\x4c\xf5\x37\x3d\x9e\x7d\x6c\x9c\xe9\x5b\xfe\x6f\x8e\x07\xef\x19\xbf\x1d\x7f\x94\xe0\xa7\xfb\x49\x4b\xa4\xf1\x00\x60\xd5\x68\x84\x54\x3f\xb9\xe1\x82\x26\x30\x6a\xf6\xc2\x5c\x01\xd4\x68\xa1\xee\x81\xd3\x4b\x12\x7a\x3c\xb2\x80\x6a\x2d\x0b\x6b\x0a\xbd\xab\xbd\x2d\x36\x5c\x9b\x71\x2b\x90\x1a\x05\x74\x16\xdf\x05\x1f\x72\xea\xd0\xe0\x7c\x2e\x27\xc4\xdc\x7e\x57\x10\xdd\xa4\x9a\x3d\xd4\xc8\xcc\x0d\x14\x52\x72\x05\x40\x5a\x89\xc1\x06\xe5\x10\x3d\x49\x4b\xdd\x22\xd1\x49\x05\x17\x06\x25\xcb\x7d\xb7\x84\x39\x16\xea\x62\x34\x94\x68\x90\xf6\x93\x66\xc0\xbb\xd1\x6a\x27\x37\xf8\x97\xa6\xc7\xd4\x4d\x7e\x7e\x76\xce\xf4\xee\x31\x14\x5e\x09\x3a\x9f\xcf\x46\x49\xff\xa2\xb5\x00\x8e\x3b\x2e\x61\x1b\x9f\xb9\x72\x91\xa8\x5e\xd5\xe3\xaa\x9d\xdb\x6a\x83\x4c\x9b\x61\x26\x20\x72\x14\xd4\x69\xea\xdb\x53\xf3\x8b\xc4\x92\x7a\xec\xc2\x99\x59\x3e\x3d\x7d\xe2\xda\xe3\xb0\x4b\x44\x29\x4e\x36\x83\x4a\x1f\x75\xbb\xfd\x7c\x28\x2b\x6f\x5f\x67\xbc\x74\x9d\xf1\xff\xb4\xf3\xa0\xde\xb6\x67\x64\xac\xd5\xc7\x2a\xf9\xfe\x2b\x35\x76\x58\xae\x8b\xb4\x23\xc2\x96\xff\x97\xb5\x11\x84\x96\xce\x0e\x74\x9e\x5e\x09\xde\x5d\xd3\x7f\xda\x79\xdb\xce\x46\xab\x8b\x1f\x02\xc3\xd6\x22\x14\x26\x3b\xb1\x9d\xe3\x1e\x68\x8b\xdf\xc6\x65\x11\xac\x27\xa6\xa6\x9f\x3e\x75\xe2\xc4\x0d\x4a\xcf\x98\xd0\x35\x6a\x74\x5b\x76\x4a\x2d\xe8\x9f\xbd\x4e\x38\x01\x30\xe3\x4a\xdf\x92\x6d\x9b\x8a\x67\x7d\xba\x31\x7d\xbd\x59\x43\x10\x6d\xda\x91\x08\xc8\x0f\xb4\x03\x38\xc3\x41\x34\x88\x04\x55\x1c\xdc\x80\x4c\x17\xb5\x45\xa8\x46\xa4\xc1\x7e\xa2\xc6\x58\x61\x82\xf0\x5f\x3d\x8a\xc0\xd7\xe9\xf8\x45\xf3\x52\xf0\x49\xaf\xf8\x41\x87\x01\x90\x7a\xc5\xc5\xa6\x4c\xb2\x3c\x0d\x35\xdf\x96\x48\xb2\x7e\x6a\x58\xb8\x5a\x99\x19\x00\x02\xf8\x8c\x32\x77\xdf\x07\xf9\x8d\xa5\xa1\xac\x4a\x28\xf3\x28\x34\xa1\xf0\x80\x51\x37\xd7\xb6\x3f\x5a\xc4\xca\x94\xcb\xb3\xa5\xbb\x44\x54\x54\x2b\x24\x1e\x28\xe3\xd5\x07\xf6\x99\x09\xf7\x8e\x08\xb1\xb2\xfd\xb9\xe9\x56\xff\x96\x91\x46\x59\x7b\xe8\x2a\xcf\x49\x6f\xb8\xca\xd1\x50\xc3\x5e\x2f\xd3\xd8\x09\xa2\xdd\x8f\x17\x45\x4e\x07\xa3\xbf\xbd\x32\x78\xe6\xd0\xd5\xb2\xb8\x30\xa7\x13\x9d\xef\x14\x72\xeb\x9d\xc6\xa6\x67\xc8\xdc\x1d\x4d\xe8\x47\xaf\x64\xef\xf4\xd8\xd5\xf4\xb6\x26\x21\xf7\xdf\x68\xe8\xee\x7f\xc0\x2b\xdd\x1b\xa6\x7d\x5f\x50\x6b\x41\xc3\x5e\xd3\xa1\xd5\xfa\xb6\x9d\x32\x65\xf6\x2b\xfb\x7e\x91\x33\x82\xc7\x3c\x28\xc4\x7c\x15\x15\x54\x37\x5a\xeb\x21\xbb\xca\xf8\x80\xff\x3a\x2f\xb8\xdf\x2b\x5d\xac\xeb\xa0\x30\x4d\x9f\xee\x1c\x24\xf5\x77\x49\xdd\xb1\xab\xa4\xb5\x8b\x55\x91\x88\x54\x75\x28\xb4\x91\x54\xe2\x4c\xed\xa7\x4a\x95\x7d\xfe\x54\xbd\xd4\x39\x6e\x36\xe0\x9f\x78\xcc\x97\x2b\x20\xd8\x5a\xcf\xc2\x92\x54\x4d\x1f\xf6\x74\xd4\xde\x2f\x7a\xc3\xb7\x75\xff\x42\x82\x41\x2a\x9a\x6a\x50\x57\x8b\xbb\xfa\x85\x02\xc4\xd9\x1e\x66\xa5\x04\x16\x94\x80\x66\xf9\x59\x8f\x1c\xcd\xac\xd2\xac\xf4\x0d\xd2\x06\x38\x24\x6c\xd2\xa2\xa7\xb1\x2c\x72\x58\xdc\x51\x78\x97\xc7\xae\xc2\xd7\xcc\x20\xbc\xd9\x0b\x5e\xe7\xb9\xd7\x1e\xed\x31\xd0\xd3\x7a\x82\x5a\xa0\x87\xa2\xae\x6f\x1c\xb7\x87\xe4\x17\x3d\x76\x75\xe9\x41\xff\x27\xcc\x64\x7f\xb9\x57\xba\xf7\x18\x4d\x76\xb7\xc7\xdc\x5e\xfe\x9f\x1e\xbb\xaa\x29\xe3\x18\x6e\xcd\xca\x7e\x92\xfb\x7f\x65\x2a\xfc\x87\x9e\x7b\x4b\xd7\x17\x20\x50\x54\x75\x3b\x61\xd6\xe1\xe6\x99\xcc\x9c\x95\x9d\x49\xb3\xb4\x75\x1b\x00\x40\xc4\x0a\xbe\x0a\x35\x38\x16\x94\xc7\xc3\x75\x19\xb5\x20\x21\xba\x2b\x9a\x9d\x30\x89\xb2\x2e\xc6\x4e\x47\x48\x3b\x9a\x95\x78\x47\xe1\x34\xa1\xeb\x90\x88\x0d\xb5\x29\xcc\x9a\xaf\x55\x77\xc0\xbf\x78\x8c\x59\x41\x71\x5f\xf2\x82\xf9\x0b\xae\xec\xa3\xdd\xc5\x3a\xdc\xc0\x22\xd1\x84\x12\x6d\xcd\xb4\xd0\xee\xc7\x19\xac\x00\x47\x58\x3a\x39\x13\x4f\x67\x4f\x63\xd7\x6f\x6d\xb3\x18\x96\xd1\x26\x01\x75\x47\x50\xa1\x4a\xfb\x65\x3b\x87\x1f\x65\xaf\xf6\xd8\x95\xa9\x08\x5b\x03\x33\x59\x5f\xac\x87\xbe\xed\x5c\xdf\xd3\x44\x25\xb4\x9b\x75\xc1\x43\x7e\x41\x95\xca\x67\xad\xd4\x56\x6b\x28\xda\xcc\xec\x22\xfe\xf3\x74\x45\x4e\xa7\x97\xa1\x0e\xee\x77\xfe\xf1\xb0\x9d\xef\x66\x92\x81\x95\x10\x8a\x9a\x62\xa6\x09\xd3\x7b\x49\xae\x89\x64\x21\x95\x2f\xc4\xe0\x41\xff\xbf\x1c\x0e\xfe\xda\x1b\xf9\x88\xbd\x67\x86\xbc\x87\xd7\x95\xb2\x82\x2f\xf1\x10\xdf\xe2\xb9\x7a\x8d\xaf\xcb\xb8\xdf\x15\x94\x16\xd6\x2b\x0a\x21\x18\x6d\x2d\x9e\xa2\x24\x53\xba\x4f\xb8\x45\x29\x51\x42\x32\x58\x6b\x8c\x70\xca\x6d\x47\xb1\x40\xda\x06\x58\x0d\xfd\x4c\x18\xf2\xb4\x99\x85\xb9\x8c\x1f\xb3\xd4\xe6\x42\xfc\x72\x99\x72\x00\xff\xde\x88\x32\x71\xbc\xb1\xe9\x8d\xf7\xc2\xbc\xe3\x12\xe1\x1d\x64\x3f\x52\x63\x87\xc3\x7e\x2b\x82\x24\xf3\x97\xd7\x82\x7f\xf2\x66\xe8\x57\x91\x95\x9a\x8b\xa4\x25\x5a\x5c\x3f\xa6\xc5\x2f\x54\xb9\xc1\x67\xd4\xbe\x13\xf5\xe0\x10\x09\xab\x07\x9b\x02\x27\xe8\xa8\xa5\x94\xa7\xf6\x40\x73\x38\x81\xee\x1b\x26\xfa\x7a\x64\x59\x50\x8c\x0d\xa9\xf2\x33\xa8\xfd\x99\xe6\x68\x5d\x92\x54\x41\xab\x36\x4b\x76\x09\x2d\x1b\xad\x4a\x35\xa5\xf8\xac\x06\xe6\x36\x3e\x7d\xe7\x6c\x3e\xc6\x9e\x20\x2e\xf6\x22\xdc\xf7\x74\xfc\xfc\xcf\x8c\xe9\x9d\xf8\x87\xc6\x4e\x97\xef\x9a\xa4\x46\x3c\x3e\x8b\x56\x11\x5e\x2f\xdb\x48\xac\x10\xe5\x03\x63\x2c\xa9\x1a\x7d\xe0\x53\x36\x4d\xc1\xd4\x3f\x4c\x6e\x2b\xea\xe2\x52\x26\xe3\xa4\xd3\x24\xc7\x60\xec\x80\x77\xf2\x68\x5d\xc4\x03\x9e\xca\x5c\x8b\xd2\x2d\x3e\xb8\x54\xe6\x5f\xce\xf2\x30\xcd\x79\x9e\x82\x0d\x2b\x97\x76\x11\x34\x43\xdb\xf6\x8f\x8c\xcb\xb8\x85\x32\x21\xe1\x37\x4e\xf1\x9e\x48\x9b\x34\x0f\x22\xd5\xed\x6a\xf6\xe6\x92\xc7\xd1\x3a\x10\x98\x8c\x78\xf9\xc4\x75\xbc\x23\xfb\x69\xd6\xb0\xe3\xf6\xa7\xe1\x1a\x2a\xfe\x64\x90\x09\x73\x1e\x8b\x30\xcb\xf9\xf4\x14\xef\x46\x09\x80\x60\x39\xd2\xa0\xc3\x60\x9e\xfb\xcb\xc1\xe2\x02\x90\x82\x62\x9f\x42\x9e\x69\x2a\x62\xb4\x14\xd1\x7c\xe8\x42\x5f\xa0\x29\x84\x46\x46\xad\x35\x24\xf3\x91\xee\xd4\x82\xb5\xe9\xcc\x92\xff\x71\xc0\xe1\xcb\xa4\xe0\x93\x2a\xb3\xf1\x22\xc9\x6a\x9d\x52\xf4\x4b\x07\x82\x68\xc4\x7d\x3a\x73\xe1\xc0\xe9\x3c\x6f\x64\x41\x54\x63\xd4\x8a\x9a\x66\x50\xc0\x85\x03\xbb\x58\xc9\xc4\x8b\x07\xfc\x9e\x6c\x35\x36\xbd\x6f\x21\x47\x4f\xd9\xce\xea\x2a\xf7\x6f\x1e\x67\xef\xab\xb1\x2d\x9f\xf5\xdf\x54\x0b\x5e\x52\xdb\xea\x2e\x65\x8f\xc3\x6d\x9d\x3a\xee\x1c\x47\x01\x13\x81\x92\x72\x28\xfc\xda\x2c\x7c\x69\x4c\x70\x33\x85\x9f\x26\xb8\x26\xa0\x6c\x0c\x34\x4e\x26\x83\xe1\x02\x2d\x27\x56\xdd\x99\x25\x10\x88\x0f\x8c\x03\x4a\x68\x5a\xe9\xe5\x90\xeb\x83\x20\x5a\x50\x4d\x32\xd8\x65\xd5\x76\x68\xd4\x62\x34\x7b\x4d\x26\xf2\x51\x19\x93\x9f\xf1\xd8\x13\x49\xe0\x94\x0b\xf2\x3f\xe8\x05\xef\xf6\xb6\xb8\xa9\x67\xa8\x0e\x05\x1f\xba\x0f\x79\xc9\xb9\x06\x41\x33\xa6\x4a\xfd\x3c\x10\xfe\xac\x08\xe3\xcd\xa3\x9d\x73\xcb\x91\xa2\x6e\x28\x7a\x3a\x89\xe2\x22\x49\x1d\xd4\x79\x63\x4b\x71\xe6\xfb\xfb\xae\x60\xff\xde\x9a\xef\x10\xa4\xb2\x3e\xdd\x98\x45\xf7\xc0\x05\x19\x0b\xff\xc7\xae\x08\x5e\xe1\x59\x17\x08\x1e\x95\x1c\x08\x60\xe9\xa9\xf3\x58\xae\x46\xcd\x30\xc6\xe3\x30\xe5\x45\x61\xe8\x3f\xb2\x7d\x69\xa6\x4c\xcc\x15\x30\x2e\x06\x50\x26\xd5\xe9\x1d\xbd\x13\xaa\xf8\xdb\x22\x64\x32\x97\x29\xb7\x3e\x4a\x57\xdd\xd4\xbb\xd7\x1d\x61\x2f\xd6\xcc\x62\x69\x70\x1d\x7e\x09\xed\x38\x1a\x5d\xc1\xae\x83\x39\x2f\x59\xe5\xda\x63\x3f\xc9\x26\xd8\x53\xb7\xd4\xfc\x74\xd7\x14\x25\xb2\x9f\xab\xb1\xab\xc3\xd5\xd5\x54\x60\xaa\x83\xba\xe6\x3f\x38\xca\x10\xa5\xcb\x98\x71\x5f\x0a\x3e\xe7\x95\xae\x68\xe0\x06\x42\xe4\xd3\x93\x16\xc3\xf2\x4b\x50\x19\x2b\xfd\x88\xb2\x61\xb6\x6e\x26\x98\x98\x2a\xbe\x01\xe9\x12\xb9\x52\xd7\x8b\xf7\xc3\xd4\xc1\x38\xe9\x86\x49\xb8\xaa\x86\x2a\x69\x51\xc6\x9c\x4d\x3e\x8c\xaf\x68\x93\x7c\x96\xcb\x6e\xaf\x98\xae\x96\x72\xb7\x6f\x91\xda\x8f\x47\xf9\xda\xf9\x16\x3a\x96\x6b\xe1\x3f\xee\xd5\xb3\xf0\xa4\x11\x90\xbf\x8f\x78\x2f\xdc\xde\x6e\xf8\x2c\xff\xf4\x2e\xa2\x02\xad\x55\x5c\x4e\x7e\x7e\xff\x11\x36\x51\x0a\x39\xb1\xb2\x00\xd6\xa7\x1b\x70\xfa\x21\x6a\xb6\xc5\x9e\x68\xfa\xaf\x3e\x12\xdc\x5e\xbe\x58\x38\xd6\x69\x64\x4d\x0e\x74\x2f\x4c\xc3\xae\xc8\xc9\x21\xa8\x0f\x01\x3a\xd5\x75\xd3\x3b\xa2\x95\x72\x57\xe9\x78\xeb\x61\xf6\xe0\x18\x2b\x6e\xfa\x0f\x8c\x05\x5f\xaa\xe9\x23\x48\x81\x64\x40\x87\x90\xa4\x38\x85\x64\xbb\x3e\x86\xe4\xe0\x4a\x14\xdd\xad\x4e\x22\x36\x0a\x8d\x2a\xa1\xf2\x43\x3b\x3e\x88\xcc\x18\x35\x37\xeb\x93\x01\xce\xa0\x70\x14\x45\x93\x2e\xa4\x8f\x87\xd6\xb0\x14\x67\x3c\x60\x3d\x6d\x3b\x67\xa3\x4c\x53\x3e\xad\xf4\x73\xf0\x21\x23\x21\x54\x27\x5a\xed\xf0\x96\x58\x4d\x05\x9e\x9e\x52\x54\x87\x90\x6d\x18\xea\x86\x71\x28\xa6\x98\x51\xfa\xcc\x6b\xc6\xd8\x55\x2b\xb2\x9f\xb4\x0c\xe2\x98\xff\xd5\x1a\xbb\x75\x64\x14\x93\x3b\xa5\x6e\x73\xde\xc6\x7d\x3c\x78\x6f\xcd\xbd\x8c\x92\xa9\xf0\xf8\x03\x15\xbe\x43\x9a\x5d\xa8\xe0\x7a\xef\x80\x6a\x81\x10\x59\x72\xef\x81\xce\xb7\x22\xf0\xbc\x85\x3a\x70\x06\x98\x26\xea\x5f\xc8\x6d\x83\x37\xa9\x74\x48\xe4\xcb\x1a\x7c\xfe\xfc\xd2\xe9\x93\x25\xb8\xa2\xa3\x19\xa7\xc9\x0f\x51\x97\x46\xaa\xc1\x67\x88\x27\x0f\xa7\xa6\xdb\x1c\xcc\x28\x44\xd2\x2d\x77\x98\x13\x99\x37\xf8\x9d\x42\xf4\xf8\xf0\xe1\x31\xeb\x2a\x25\x24\x6a\x17\x2c\xb8\xbd\x54\x76\x7b\x4a\xf2\xae\x4b\xea\x50\xf6\x55\xaf\xea\x54\xfa\x79\x63\x1f\xfe\x6f\xde\x1e\x4f\xa5\x26\x31\x7d\xc9\x3a\xa4\x65\x7d\xd8\xd8\x07\x06\x98\xc5\xf4\xb7\x5a\x40\xbc\x15\xb5\x11\xf9\xad\x28\xcd\x7c\x22\x93\xa0\xfc\xc1\x92\x2c\xec\x7b\x1d\xd1\x5c\x83\xcf\x1d\x2d\x1a\x73\x54\x3b\x05\x13\x8c\xcf\x82\x4c\x7a\xf7\x5c\xf7\x96\xc3\x95\x90\x6f\xb3\x51\xd2\x12\xe9\xdd\x70\x10\x5e\x84\x9d\xcb\xff\xd7\x43\xc1\x5f\x79\x17\x6c\xe3\x4d\x13\x1e\xd2\xc7\x65\x3b\x28\xe9\x7c\x4f\x24\x59\x1e\x36\xd7\xd4\x82\x9d\x75\x1e\x03\xc9\x01\x53\x44\x47\xa1\xc0\x71\x91\x0e\xc6\x61\x11\x43\x40\xc9\xee\xd6\x5b\xc0\xde\x09\x20\x86\x45\x68\x44\x2a\x56\xc1\x06\x9a\xd9\x27\xf8\x86\xfb\xcd\xcc\x78\xfa\xe4\x46\x22\xd2\xac\x13\xf5\x48\xa7\x42\x2e\xcf\xa4\xc5\x17\x4f\x63\x94\x83\x3a\xca\xae\x08\x88\x87\xda\xf4\x0e\xe3\xeb\x73\xa7\x1c\xd9\xfa\x95\x03\xec\x65\x35\x76\xb0\x9d\x2d\x0d\x7a\xc2\xff\x67\x2f\xf8\x92\x77\xa6\xb0\x24\x41\xca\x7c\x2e\xb1\x51\x0d\xae\xf3\x7e\x43\xdb\xda\x04\xcf\x38\x7e\xc3\x1c\x88\x09\x33\xc3\xc1\x9b\xac\x12\xa1\x68\x83\x1b\x1c\x68\x1e\x88\x8b\xf9\x75\x41\x9d\x07\x17\xdb\x99\xfa\x27\xc9\xdb\x59\xd0\xe0\x73\x4a\x4e\x35\xa3\x3c\x26\xc5\x21\x35\xae\x49\x7c\x41\xcd\xff\x7e\x62\x65\xe4\x57\x28\x00\x9a\x7a\x58\x6b\x01\xdd\x41\xf6\xa2\x78\x02\xc7\x77\xa2\xd7\x9a\xbc\x70\x7a\xe6\xd4\xb9\xd3\x8d\x6e\xcb\x96\x64\x1f\xf0\xd8\xe1\x54\x84\xad\xf3\x49\x3c\xf0\xdf\xed\x05\x3f\xeb\x69\xf8\xea\x93\x0e\x4c\x00\xa4\x7e\xf3\x63\xea\xd1\xc9\x8d\x34\xca\xc5\xf1\x06\x58\x38\xcf\x83\xf3\x59\xa4\x04\x31\xd0\x96\xa8\x1f\x89\xe2\xa6\x66\xc1\x8f\x12\x8e\x53\xf1\x9c\xea\xd5\x6a\xed\x6f\x17\x4d\xb0\xf2\xbd\xdf\xec\xb1\x23\x99\x68\xa6\x02\x04\xf1\xeb\xbc\x11\x76\xe7\x51\x38\x92\xc1\x3d\x45\xd3\x41\xa0\x11\x3e\x02\x16\xad\x05\x23\x4d\x6d\xc8\xf2\x2d\xf6\x75\xbd\x49\x35\x65\x92\x10\x12\xa6\x5a\x3e\x8b\xb0\x7c\xd8\x0f\x78\xcc\x4c\x43\xff\xbe\xa0\x4b\xeb\x21\x6a\x15\xb6\x4f\x6d\x0c\xcc\x8b\xe5\x12\x25\xb4\x38\x2f\xdf\x68\x7f\xe5\x89\xec\x5b\x2a\x7a\x03\x48\x40\xfc\x4f\x3e\x31\x78\xe5\x18\x72\x06\xd1\xbe\x83\xcb\x0d\x8e\x07\x48\xdf\x9c\xc9\xae\x40\x6e\xbd\x72\xac\x1e\x12\x89\x64\xda\xf8\x0d\x51\xa0\x40\x49\x96\xa3\x5a\xc9\x4d\xc4\x57\x9e\x46\xab\xab\x3a\xf3\x9b\xf0\x18\x71\x17\x10\xeb\x32\x5e\xd7\x2c\x9f\x51\x57\xe8\x52\x21\x7c\xa0\xdf\xb5\x4e\x25\x4a\x39\x4e\x45\x3c\xd0\x07\xff\x3c\xea\xd2\x61\xd9\x54\x95\x64\x30\x85\x71\x00\xbc\xa3\xda\x49\x21\x41\x1e\x42\x3d\x54\xa1\x4a\x51\x48\x72\x3b\x36\x8d\x6a\x57\xe7\x1a\xf6\x4e\x2a\xb1\xa6\xb4\x14\x10\x77\xda\xf8\x8a\x59\x64\x3a\x5e\x21\xcc\xe9\x0b\x45\x3f\x14\xd0\x20\x39\x59\xed\x43\x2b\x44\x7a\x5d\xd4\xf9\x8a\xc8\xf2\x09\xd1\x6e\xcb\x34\xaf\x83\x20\xa1\x60\xb7\x98\x83\x0a\xbc\xe9\x19\x5d\x7b\xd3\xbb\x2a\x4a\xa0\x6f\x68\x2f\x75\x44\xd9\xc7\xbe\x81\xdd\x55\x00\x5b\xde\x11\xdc\xb2\x13\x50\xf7\xcc\x82\xb3\x54\x67\x19\xcd\x15\xe7\x18\x35\x3e\x6e\x87\x12\x3d\xbc\xe7\x50\xa2\xaf\x0f\x92\x8f\xd7\x7a\xec\x20\xee\x71\xfe\xf7\x7b\xac\xbe\xad\xa4\x80\xf1\xc4\xdd\x33\x58\x5a\x82\x19\xd1\xed\xc9\x04\xf1\xd5\x34\x36\x30\xb2\x1a\xac\x03\xc8\xeb\xa2\x19\xf9\x50\xcd\x82\x34\xd7\x08\xf7\x38\xcd\x32\xe8\x03\x35\x2c\xd8\xcb\x0d\x76\x37\x3b\x88\x39\x28\xfe\xd9\xe0\xd6\x7b\x90\x9c\x11\x23\x1e\xd5\x86\x18\xae\x89\x64\xb2\x1d\x46\x31\xac\xa6\xd5\x30\x6d\xd1\x2e\x8b\x42\x56\x5f\xb0\x21\x95\x68\xf8\xee\x60\x07\xc0\xa0\xed\xcf\x68\x07\x53\x7d\xc9\x71\x2a\xa9\x35\x96\x59\x75\x07\x9e\x06\xd9\x04\x9f\x5e\xcb\xd5\x30\x5e\xc8\x4a\x53\xd0\x7f\xce\x08\xfb\x8c\xee\xbb\xb2\x80\x7d\xca\x92\x85\x15\x8c\xea\xab\xf9\x76\xa4\xf9\xe7\x59\x48\xa8\xb1\xcf\x0d\xce\x6a\xd4\x58\xeb\xb9\x63\xf3\x10\xaa\x5d\xe7\xf7\x84\xa9\x92\xc2\xc7\xeb\x3c\x11\x1b\xb0\x1d\x67\xbc\x69\xba\xbe\x65\xe1\x23\x23\x53\xf7\x3e\x82\xdb\x65\xb4\xa2\xbc\xc5\x63\x57\x01\x4e\xe9\x92\x9a\x43\x79\xd8\xed\xf9\x3f\xea\x5d\x32\x32\x6f\xf0\x9c\x25\x14\xe2\xe0\xc3\xc0\x48\x0a\xb0\x97\xa0\x24\x0f\x33\xc2\x44\x55\x8d\x4f\x5b\x4a\xfd\x39\xa6\x5e\x03\x7a\x3a\x8d\xbc\xd8\x14\x51\x0f\x66\x51\x94\x70\x35\x6d\x94\xc8\x69\x1c\x67\x0f\x7a\xec\x4a\x40\x11\x36\xf5\x7c\xd9\x1e\xea\x79\x7b\x75\x3d\xed\x08\x13\x5a\x3f\xc6\x49\x67\x26\xae\x6a\x86\x69\x00\xeb\x31\xdf\x88\x8f\x59\x2d\x51\xfc\xe7\x05\xe7\x6c\xe4\xe8\xb2\x67\x59\x74\xa3\x3c\xd7\x24\x2a\x20\x98\x90\x0b\x97\x2f\xbb\x30\xd2\xa4\x41\x2f\x37\x4a\x04\xde\x1a\xe6\xf8\x35\x5e\xf0\x12\x0f\xbc\xb1\x59\x59\x58\xd5\x47\x4b\x2b\xac\x87\xda\x54\xf5\xe1\x09\x36\x56\x1d\x88\x90\x1b\xac\xe6\xc2\x5d\x6b\x64\xbd\x1d\x2b\xd0\xcf\x9c\xba\xa5\xec\x10\xf8\x9f\x44\xcb\x5f\xbd\x04\xb9\x72\xad\x56\xdc\x08\xab\x2b\x4c\x07\x5a\xcc\xb4\x75\xc8\xa6\x12\xdb\xb1\xb8\x48\xb2\x35\x6b\xb0\xbb\xd8\x13\xcc\x08\xcc\x11\x1a\xbd\xff\xcc\xe0\xda\x02\xfb\xdd\xea\x7e\x0d\x57\x6f\xf7\x77\x2c\xf2\x89\x8b\x83\xfb\xda\x6e\x37\xbf\x46\xed\x2f\x22\x8d\x44\xa6\x66\xda\x4e\xf7\x17\x78\x21\x58\x3c\x15\xe6\xa1\x95\x3c\x85\xda\x0f\x96\x66\x4f\x25\xcb\xfb\x2e\x53\xf0\x51\x00\xa9\xf8\x51\xb0\x63\x46\xc9\x6a\x2c\x72\x99\xe0\xdb\x0d\xd6\x67\x47\xe0\x2d\x40\xcf\xee\xb0\x9b\x2f\x61\xee\x9f\x8b\x9a\xa9\x84\x05\x80\xeb\x6e\x03\x2d\xdd\x7a\x12\x5a\x2b\x54\x07\x55\x35\xf6\xed\xac\x7b\xc1\x78\x3c\xb7\xbd\xf5\xf3\x1a\xff\x58\x15\xc6\x23\xd2\x6c\x96\x0c\x9c\x7f\x56\x63\xdf\x56\xe1\x3e\xb9\x20\x63\xa1\x4e\x4c\x1f\xaa\x05\xb7\xd2\xdf\x85\x11\xd3\xc1\xca\xc7\x40\x5d\x7d\x24\x82\x85\x2f\x63\x41\x49\x7d\xea\x0c\xb3\xe9\x1d\xd6\xb4\xe5\x9b\x1e\x8c\x3b\xa5\x48\x39\xaa\xea\x1f\x43\x62\x14\x54\xff\x64\x30\xa1\xe7\x04\x08\x0e\xda\xe8\xcd\xd0\x63\xd1\x85\x8b\xcb\x5e\x62\xdb\x24\x57\xed\xa8\x8c\x05\x66\x2a\xec\x9f\x0a\x9e\x36\xb3\x30\x07\x7f\xeb\xb2\x30\x53\x58\x8b\xb5\x1d\x95\xf8\x9e\x23\xec\xd8\x70\x27\x13\x2d\x86\xe5\x7b\x03\xa6\xa0\x57\x1e\x09\x1e\xf2\x4a\x17\xab\xf8\x12\xad\x47\xb2\x0a\x0a\xee\xa7\xa9\x3f\xda\xe1\xba\x04\x7d\x6e\x4b\x23\xf8\xe4\xfa\x34\x2f\x7d\x0c\x55\x0b\x38\xb3\x27\x12\xa1\x8d\x53\x04\xfe\x82\x98\x48\x2c\xff\xc4\x89\x6a\x0e\xa2\x3f\x38\xb8\xaf\x41\xed\x55\x83\xea\x6a\x0a\xa2\x56\xf0\x1d\x73\xc3\xb4\xbb\xf6\xc0\xdb\x86\xe8\x1b\xd8\x75\xec\xc4\x76\x8e\xd1\xe1\x49\xb7\x2f\x8e\xf7\xe0\xf6\x6a\x5b\xc7\xe0\xe7\xed\x8d\x58\x68\xb4\xd3\x2b\xdf\x5e\xec\x3f\xdb\x3f\xaf\xb1\x40\x4a\x2b\xba\x12\xa4\x81\x6f\xef\x20\x63\x7f\x73\xd8\xc6\xfe\x6d\x68\x38\x07\x33\x8d\xd0\x6a\x37\x93\xe7\x61\xb3\xd3\x55\xca\x0a\x06\xd3\xbf\xf7\x70\x30\x5b\x7d\x4b\x0b\xd1\xc2\xc8\x10\xf2\xf2\x93\x96\xfb\xeb\x70\x08\x57\x49\x9a\x6a\x19\xf3\xa9\x43\xec\xaf\x3d\x76\x45\x4b\xa8\x7b\xa7\xd3\x54\xa6\xfe\x9f\x8c\xb2\xec\x6d\x51\x6d\x78\x33\xf8\x69\x6f\x09\x24\x44\x96\x13\x22\xad\xc5\x6d\xc8\x5b\x7d\x58\x02\xf8\xa5\xc2\x14\x02\xe1\xd6\x61\x32\x68\x38\x64\x77\x7d\xb5\x3c\xc9\x93\x92\x89\xdc\xe0\x1e\x26\x79\x94\x0f\x48\xc9\x34\xcb\xa7\xa2\xc8\x86\x68\xe0\x0b\x17\x51\x4c\x4d\x50\xe3\xd3\x06\x34\x17\x7f\x3d\x16\xcd\xc5\x2f\x5d\xd6\xe6\x56\x14\x39\xa2\xb9\xef\xf2\x98\x19\x79\xff\x21\x2f\x78\xd0\x9b\x73\x03\xda\xc9\x0a\x9a\xf1\xac\x0f\x99\xf2\xed\x7e\x1c\x0f\xb8\x7e\xe5\xb1\xaa\xa7\x63\x69\xfe\x50\x8d\xf9\xa1\x99\xc3\xe7\xb4\x50\xf8\xf9\x5a\xf0\x9a\xda\x5d\x3d\x99\x58\x55\xa5\xaf\x38\x60\xac\x51\xc6\x7b\xb2\xd7\x8f\x8b\xcc\xb3\x30\x19\x38\x9a\x96\xc6\xff\x34\x91\x4a\xa5\xaa\x52\x94\x18\x39\x24\x7a\x61\x96\xc1\x66\x9d\x4b\x25\x50\x31\x94\x3f\xe7\xf7\x84\x51\x7e\x46\xa6\x33\xf4\x6e\xca\xc1\xe2\x8e\xac\x19\x8f\x55\xb7\xbd\xbd\xe4\x32\xb5\xd6\x36\xfb\x7b\x8f\x2d\x5e\x2a\x63\x0c\x91\xc9\xd3\xf7\x4e\xc9\x66\xdf\x64\x08\xfb\x3f\xee\x05\xcf\xad\xbc\x83\x01\x5f\x99\x51\xdc\x08\x8a\x5c\xd7\xba\xd8\xe1\xda\x90\x80\x4b\x31\xbd\x2d\xbb\x08\x37\x62\x6a\x8a\x7d\x9b\x12\x4d\xc6\xac\xea\x12\x07\xf9\x6c\xac\x9f\xc6\xee\xb5\x5f\xb8\xda\x65\x50\xab\xc8\xd9\xbf\x5d\x89\x66\xa5\x7e\xc7\x0b\xb2\x35\x43\x0f\x88\x14\x02\x0e\xfe\xe6\xaa\xe0\xde\x11\xf7\xad\x68\x26\x94\x3b\x59\xa4\x96\x7a\xbb\x9f\x34\xf1\x60\x6c\x79\x32\xb7\x28\xa6\xb1\xe9\x5d\x05\x7f\x2d\x81\x1f\xfc\x82\x68\x6f\x7a\x57\x74\xc3\x8b\x17\xaa\x92\x9d\x3e\x7b\x25\x7b\xe9\x01\x76\x88\x60\x12\xfc\x7f\x1c\x0f\xde\x3e\xae\x31\x13\x1c\x7c\x01\x9d\x75\x4d\x19\x04\xaa\x7f\xc9\x6c\x22\x75\x2e\x77\x33\x8c\x9b\xb0\x24\x9c\xaa\x53\x28\x3c\xe5\x5f\x1c\x03\x2b\x4b\x78\x31\xea\xf6\xbb\xa5\x5b\x61\x33\x95\x19\x06\xaa\xe9\x1a\xd8\x99\xcd\xc7\x81\xac\x74\xab\x72\x01\xad\x97\x3e\xdf\xd2\x31\x08\x03\x3d\xe1\x61\x9a\x57\xc5\x08\xa0\xb6\xa4\x91\x6b\x5d\x0c\x05\x1d\xb3\x45\x17\x0b\x6b\x6b\x4f\xb6\xb2\x06\xe7\xa7\xd3\x55\x59\xb7\x00\x26\x04\x2d\xc3\x96\x68\xa6\x80\xeb\x4c\x5e\xd0\x9e\x6c\x15\x95\x8c\x12\xbc\x49\xa1\x9c\xeb\x51\x53\x80\x5a\x10\x36\x38\x5f\x14\x3a\x0c\xa4\x15\xad\x47\xad\x7e\xa8\x3b\x82\x6b\xb5\x0d\x4c\xa3\xc6\x10\x32\x8c\xd3\xd2\x91\x1b\x88\xd1\xa1\x4f\x61\xf4\x3e\xd4\x8b\x32\xa0\x0c\x92\xb1\x0e\x75\x33\x31\x96\xf4\xb0\x89\x5d\x13\xe0\xfd\xba\x71\xea\x3b\x79\xb8\x2e\xd4\x1e\x05\xa0\x1e\xfd\x3c\x32\xa4\xbe\xb6\x3e\x7b\x13\x1b\x41\xe8\x35\x02\xda\x42\xcd\x7a\xf6\x0f\x35\x76\x45\x37\x4a\x4c\x4a\xc7\x9f\xd5\xb4\xa5\xfb\x77\x6a\xd6\x75\xc3\x21\x2f\x37\x44\x8a\xae\xa9\x22\x75\xc6\x8c\x8f\x49\xbe\x00\x32\x41\x6d\xda\x0b\xcd\x02\x81\xb0\x4b\x84\x2c\x69\xc9\x0d\xc2\x09\x68\x39\x11\xd9\x08\xbf\x50\xfa\xb2\x8e\x3d\x45\x77\xee\x94\x0e\xf4\x86\x6d\x5b\xe7\xe1\xf2\x55\x35\xff\x6f\x5f\x98\x59\x84\x15\x28\x9f\x07\xb8\xf0\x19\x65\xef\x62\xd0\xa0\x89\xee\x96\x89\xe0\x68\x01\x53\xb2\x5d\x0b\x3c\x3d\x0e\x51\x66\xf0\x0c\x80\xea\x78\x91\x60\x50\x54\x4d\x10\xa5\xdf\x0a\xfb\x70\xca\xa4\x02\x0c\xd0\xbc\xcd\x85\x62\xb9\x02\x7e\xa0\xc6\x4a\x82\xc2\xff\xf2\x36\x08\x3e\x43\x63\x38\xab\xd6\x2c\x9d\x15\xcb\xc6\xbc\xb7\x78\x6e\xe9\x25\xc3\x03\x2d\xc1\xe2\x50\x22\x71\x50\x4c\x3a\xb4\x76\xa9\x9a\x54\x91\x42\xe8\xe8\x55\x57\x58\x3d\xe9\xb4\x0d\x0b\x2b\xe3\x1b\x22\x86\x6c\xeb\x5c\xaa\xbe\x42\xd8\x0f\x0c\xd2\x24\x33\x80\x25\x3b\x1a\xec\x1d\x35\x76\x78\x45\x74\xc2\xf5\x48\xa6\xfe\x4f\xd5\xb6\xe6\xaf\xd9\x8d\xb4\xbf\x8d\x0a\x0c\x3e\xe6\xe9\xb2\x8b\xf1\xd4\x79\xd5\x38\xa2\xe6\xbe\x8e\xc1\xc2\x9e\x89\x12\x00\xec\xe6\x77\xf5\xa0\x47\x4e\xc9\x0d\x43\xd1\xa0\x44\xf0\x31\xf8\x0e\xdd\x84\xbf\xe1\x09\xe2\xb4\x56\xab\x5d\x50\x8e\xc4\xf1\xad\xd7\x3c\xcd\xd4\x28\x59\x2d\x62\x65\x71\x69\xf4\xad\x82\x61\x9d\x40\x98\x1a\xd0\x0e\xb0\x9f\xf3\x98\xbd\xa3\xf8\x3f\x6e\xb2\xef\x5e\xe6\x59\xd7\xf5\x72\xed\xf7\x7a\x97\x67\xb9\xf6\x7b\x98\xce\x69\x4e\x97\xb1\x21\xb0\xb2\xd6\xaa\x3b\xcb\xdf\xfe\x78\xf6\xad\x95\x89\x53\xcd\x54\xe4\xfe\xab\x1f\x1f\xdc\xef\xe1\xdf\x14\x28\x4d\x41\x02\x4a\x1d\xc4\x03\x4f\x53\xa4\x6a\x1b\x04\x99\xaa\xa3\x86\xf2\x30\xe6\x2b\x83\xbc\x08\x9b\x23\x7c\x12\xf2\x53\x81\xf5\xd7\xd2\xcc\xac\x9a\x26\xfc\x5c\x78\x11\x3f\xb8\x18\xdd\x27\xb0\x14\x57\x27\x79\xeb\x55\xec\xb7\x6b\x8c\xa1\xbe\xa1\x8a\xf2\x7f\xb5\x16\xbc\xa9\x56\xfc\xd6\x5a\x10\x41\x87\x00\x38\x88\x4c\x26\x56\xa2\x24\x4c\x07\x4e\x03\xa2\x44\xdb\x05\xd4\x56\xd1\x20\x40\x14\x13\xcf\x08\xd1\xe6\x10\x04\x32\x81\x89\x04\x49\xaf\x9f\x53\xc5\xdb\x38\x5f\xd7\x45\x02\xe1\x5d\x0d\x3e\x13\xc7\x7c\x4d\x0c\xd0\xdd\x6f\xe1\xb1\x40\x5e\x5e\xab\x70\x13\xb4\x8a\xc6\xcb\x04\x4b\xaf\x03\x62\x83\xfa\x13\x15\xb6\x41\x01\x2f\xaf\x2d\x37\x4b\x1d\xed\x99\xb0\x3a\x2f\xca\x78\x22\x20\xcb\xab\x9f\xab\x9a\x81\xb9\x3a\x15\x08\xcd\x6e\xac\x12\x33\x0b\x73\x23\xb5\xd4\x73\xe4\x86\x3c\x1d\xdc\x78\x17\x89\x94\x76\xd8\x8c\xe2\x08\x92\x00\x7a\xa9\x5c\x4d\xc3\xae\xda\x47\x9b\x08\xd4\x42\x01\x08\x56\x3f\x36\xf6\x5d\x8e\x97\xd1\x60\xf6\xbb\x35\x36\x8e\x91\x08\xaa\xeb\x60\xb8\x5d\x55\xd3\xea\x78\x7e\x5a\xa9\x33\x6b\x62\x80\x0b\x89\x42\x3d\xa0\xc3\xd4\xb6\x9b\xf4\xbb\x42\x6d\x75\xcd\x4e\x98\x86\xcd\x5c\xa4\x59\x9d\x1f\x9d\x38\x5a\xe7\x47\xef\x3d\xaa\xf6\xd4\xa3\x8d\xa3\x86\xd7\x2d\x02\xa2\x02\x98\xd8\xdd\x22\x45\xcd\x5a\x2b\x6a\x31\xac\x84\x99\xb8\xe1\x3a\xc3\xe7\x8b\x35\xae\x0f\xdb\xd3\xc2\x74\x25\xca\x53\xb5\xdc\x8e\x11\x46\xd1\x00\xd6\x20\xbe\x70\x1c\x4b\xc4\x0d\xb8\x23\x52\xd1\xe0\xa7\x48\xaf\x07\x8b\xac\xee\xea\x5c\xca\x38\x6b\x44\x22\x6f\x37\x64\xba\x3a\xd9\xc9\xbb\xf1\x64\xda\x6e\x5e\x77\xc3\x75\x37\x3e\x39\x43\x39\x3f\x71\xdd\xdb\xbd\x6f\x60\x4f\xf0\xc7\x95\xa0\xd8\x62\x82\x7f\xde\x63\x47\x0c\xfe\x8e\xff\x49\x2f\xf8\x88\x37\xa7\x7f\x82\x35\x80\x54\xb9\x1c\xa8\x4d\x11\xb3\x83\xc4\x26\xd4\x33\xcb\x01\x71\x84\x84\x17\x49\xc3\x66\xd9\x84\xc7\x8f\x81\x8c\x20\xb3\xa1\x36\x76\xe9\x1c\x16\x24\x21\x02\x35\xbd\xd8\x6b\x8a\x8f\x62\xd6\x99\x5a\xd3\xa5\xe7\x39\xa5\x3d\x61\x98\x10\x05\xaa\x11\x36\x08\x30\x40\x5a\x87\xf6\x7d\xd3\xe7\xa5\x9b\x3e\xff\x2d\x86\x00\x3d\xe2\xcd\x6f\x6f\x67\x7d\xaa\x7f\x5c\xdb\x59\x71\x66\x6f\x05\xb6\x1c\x04\x8c\x3d\x38\xe6\x90\x55\x8f\xb2\xcd\xf9\x5f\xac\x05\xa7\xac\xdf\xbc\x19\xf6\x72\x58\x58\x86\x2d\xab\xca\x58\xa7\xad\x61\xa5\x40\x2d\xbd\xf7\xbf\xbe\xc6\x7e\xc1\x2b\x82\xc0\x7e\xca\x0b\x7e\xd4\x5b\xcc\x8d\x59\x33\x8a\xf5\xac\xde\xf2\x0b\x85\xb1\xe8\x54\xc9\x68\x49\x16\x23\x5a\x2d\xdd\x70\x00\xd0\x5f\xab\xab\x4a\x67\xce\x24\xb0\xd1\x16\x41\x79\x24\x91\x79\x26\x20\x0e\x60\xdd\x39\x6e\x3a\xfb\xe1\x0a\x1b\x57\x8b\xd7\x7f\xde\xa5\x47\x63\x7c\x07\x38\xa3\x8b\x66\x6d\x84\x99\xdd\xb4\x06\x7b\xfd\x13\xd9\x0c\x15\xa7\x46\x7b\x42\x27\x99\x49\xd7\xc0\xe4\xf0\x63\x20\xf7\x2b\x65\xbf\x83\xed\xe5\x77\xbf\x39\xf8\x19\xcf\xbd\x56\xed\x26\x55\xba\x0f\x70\x89\xa3\xba\xa2\xf6\x60\x98\xb2\x74\x85\x22\x12\xc9\xc2\xc5\x31\x72\x56\xcd\x73\xb4\x71\x52\x24\xb1\x12\x7a\x40\x56\x3e\x90\x7d\x44\x9a\x23\x88\xca\x56\x94\xc1\x9f\x16\xe5\x80\x9a\x91\xc6\xba\xd2\xd8\xf4\xbe\x11\xe6\xe4\x42\x1a\xc9\x34\xca\x07\xe7\xa2\x24\xea\xf6\xbb\x9b\xde\xd5\x34\x71\xf5\x0d\x67\xea\xfc\xdd\x37\xb2\xff\xea\xb1\x6f\x8a\x92\x4c\x34\xfb\xa9\x58\x5c\x8b\x7a\x4b\x67\x17\xef\x56\x05\x0f\xfc\x5f\xf2\x82\x87\xbc\xb9\xaa\x5b\xba\x3a\x19\x5f\x3a\xbb\xb8\x65\x9d\x50\xf5\xaa\xe8\x06\x90\x92\xba\x27\x34\x5d\x6c\x96\xa7\x32\x59\x8d\x07\xc8\x10\xd0\x57\x6b\x48\x9d\x60\x9f\x2b\xfb\x65\x2a\xd6\xd9\x99\xdb\xfa\x80\x00\x18\x25\x59\x2e\xc2\x96\x2b\xf0\xbf\x52\x63\x87\x28\xa9\xdb\xff\x42\x8d\x3d\xbb\x72\x7e\xed\x66\x42\xd0\xc8\x17\x67\xd4\x1f\xa9\xd1\xa5\x8a\x0c\x8d\xdc\x4a\x29\x37\x39\x84\x45\xf2\x04\xda\x0d\x48\x2d\xd1\xfd\x02\x28\x82\x10\x6d\x7b\xdd\x75\xd7\x12\xe7\x9b\xe0\xd6\x37\x08\xc8\x4a\x9d\x58\x28\xef\x57\x14\x5a\xa7\x3e\x1c\xa9\x8f\xc0\x0c\x30\xd0\x28\x19\x61\x08\xb6\x60\x5e\xc6\x3a\x60\xd6\xe9\x7b\x81\x1c\xda\x98\xe2\x1e\x75\x7b\x00\x75\x19\x0b\xb0\x48\x18\xac\x44\x40\x47\x35\x78\x84\x9d\x10\xf1\x57\x6d\x2e\xac\x06\x7b\x0e\x3b\xa4\xd9\xc9\xcf\x05\xcf\xbc\xbb\xa8\x83\xae\x9b\xae\x96\x55\x01\x08\x98\xcf\x08\xb3\xd2\x40\x1f\x06\xeb\xd3\x81\x2d\x2b\xfe\xfc\x10\x2b\xcf\x61\xff\x63\x87\xf4\xe1\xf1\x7d\x87\xee\x76\xef\xe9\xc0\x1d\xfc\x32\x50\xd0\x1a\x8a\x41\x1a\x8b\x02\x3c\x06\xd8\xfd\x29\x27\x9f\xe8\x8b\x4d\xc0\xff\x2a\x84\xee\x52\x16\xfe\x7d\x22\xa5\xa4\x9a\x5e\x1a\x75\xe1\xc8\x04\xb8\x63\x19\x68\x7f\x70\x6a\x29\xd5\xa3\x6e\x18\xc3\x3b\xd1\x6a\x47\xe9\xda\xb9\x04\x23\x54\x96\xf3\x63\x27\xa6\x74\xea\xc4\xf4\xd4\xf1\x06\x5f\x8c\x00\x56\x42\x6d\x88\x45\x9d\x42\xac\x51\xdd\x3e\xfa\x92\x22\x04\x59\x31\x75\x75\x0c\x59\x09\x57\xe0\x0c\x06\x0f\x4d\x4f\x65\x0e\xb9\xb1\x78\x51\x5f\x69\xf6\xd4\xda\x1e\x56\x2c\x12\x59\xdd\x3e\x68\x68\xd9\x5e\x46\x84\x6c\xca\x6e\xaf\x4f\x76\x59\x68\x89\xae\x5a\xa8\x7b\x6a\xae\x5d\x55\x4e\x94\xf1\x00\x96\x57\x1c\xad\x89\xa0\xae\xb6\x08\x9c\x5d\xaa\xbf\xc2\x15\xb9\x0e\xc4\x88\xf6\x33\xa5\x12\x32\x0d\xa7\xa4\xe4\x9f\x61\x5d\x17\x17\xa3\xa6\x3a\x74\xf5\x3a\x11\xcc\xe5\x06\x0f\xee\x1c\x2a\x21\x23\x98\x06\x12\xb6\xc1\x7a\x40\x89\xb9\xaa\xa8\xb6\x2c\xf2\xc0\x43\xdd\xa1\x64\x5b\x7e\xa1\x4c\x75\x19\xc7\xe9\x15\x9d\x36\x1c\x13\x7c\x34\xb6\x2e\x80\x4d\x3d\x50\x5b\x65\xb0\xa2\x94\x1a\xb4\xce\x25\x98\xd7\xe4\x14\x1a\x25\x56\xa1\x30\x77\x32\x84\x00\xcd\x30\x69\x04\x63\xa6\x56\x06\xfc\x59\x33\xfc\x19\x5c\x15\xc6\x9f\x41\x86\xc1\x63\x18\x66\xff\xac\x19\x94\x30\x05\x2f\x7b\xde\xe1\x89\xe4\x59\xbf\xdd\x8e\x2e\xf2\xac\xaf\x3a\x29\xc3\x57\x65\x8a\xef\x1e\xaf\x6b\xd3\x34\x00\x4f\xa9\x51\x0c\x69\xef\xb6\x1a\x49\x6d\x74\xea\x88\x08\x00\xb8\x0a\x75\x1d\x75\x40\x82\xee\x5f\xa5\xfd\x4c\xd5\xf9\xfa\x89\x3a\x5f\x9f\x56\xff\x43\x1e\x26\xf5\xd7\x94\xfa\xeb\xda\x3a\x5f\xbf\x16\xbc\x34\xea\xd2\x09\xd4\x80\xe0\x39\xf8\xf3\x44\x9d\xb7\xa5\x9c\xc6\xff\x4e\xb9\x36\x97\xbf\xf6\xd8\xe1\x66\x88\x92\xdd\xff\xac\x87\x87\x97\xe0\x67\xbd\x42\xda\xab\xae\x58\x38\x7d\xce\x1c\xb4\x66\x67\xf8\x0a\xde\xc2\xf9\x52\x9e\xc1\x26\x19\x8d\x88\x67\x4d\xfe\x9a\x66\x2d\xb7\x36\x2e\x98\xcd\x56\x8e\x4d\x9d\xeb\x4c\x1f\x48\x15\x4c\xa5\xcc\x33\x9d\x6f\x60\x1c\x55\x85\x75\xcb\x89\xdf\x7a\x32\xfb\x66\x47\xc1\x54\x9d\x38\x01\xd6\x84\x23\xfe\xa1\x30\x97\xdd\xa8\xc9\xd8\x2c\x3b\x00\xcb\xc8\x3f\x19\x4c\x38\xc1\x47\x46\x8e\x63\x48\xd3\x90\xb8\xb4\x45\xe3\xbb\x0e\xb0\xca\x5d\xdf\x7f\xc3\x01\x2d\x1f\xef\x3f\xf0\xac\xf2\x03\x49\xbf\x6b\xc0\x3f\xb4\xd0\x2c\x08\xdc\xf5\x6e\x8b\xb9\x1c\x64\x22\x6e\xf0\xdb\x95\x10\x4b\x8b\x17\x2c\x04\x8a\x22\x64\x0a\xec\x44\x82\x32\x98\xd4\xec\x23\x2e\x75\x89\x04\xe3\x1b\x76\x01\x32\x11\x59\x83\xcf\xcb\x9c\xa0\x20\x71\x05\x99\x85\xac\xe5\x35\x16\xec\xc2\xde\x8a\x75\x91\xa0\x54\x4d\x79\x65\xeb\xc8\xd2\x04\x0b\xc4\x54\x71\xa3\x23\x63\x5d\xd1\x55\x91\xeb\xb4\x50\xab\x4e\xdb\x08\xf8\xa1\x4f\x75\xfb\xdd\x61\x29\x4f\x32\x60\x6b\x61\x8f\xa6\x05\x1d\xa9\x3a\xf4\x15\xe3\x1e\x58\x11\x39\xa0\x41\xd0\x12\xce\x8a\xfc\x0d\x1b\x48\x5c\x1b\x80\xf8\xb1\xf5\xe9\xc6\x4a\x98\xea\x4f\xad\x4f\x37\xda\x52\x1e\xe7\xf7\x88\xa3\x2d\x30\x03\x75\xbb\x22\x69\x41\x0e\x4f\x0e\xfc\xf5\x4a\x70\x9e\xe4\xd7\xd0\x01\x8b\x1f\x13\x17\x9b\xa2\x97\x5b\xbc\x47\xc7\xd5\xe8\x4f\xdf\x38\x35\x35\x05\x12\x65\x21\x0c\x17\x45\xc6\x8f\x41\x66\x53\x27\x6a\xe7\x75\x7e\x4a\x44\xea\xa9\x54\x14\x1f\x30\xae\x0e\xda\x92\x4e\x4c\x4d\x4d\x65\xce\x3a\xff\x51\xee\x84\x23\x12\x23\x93\xc9\x43\xfa\xca\x77\x04\xef\xbf\xe4\x3c\xa4\x39\x8d\xf1\x87\x90\xdd\x89\xcc\xd5\x2c\x90\x5d\x41\x78\x8e\x64\xce\xd7\xd9\x87\x3a\x3f\x6f\x3f\x79\xe9\x32\x27\x2f\x15\x31\xc7\xce\x69\xe3\xd7\x9f\xc4\x3e\xe0\xb1\x6f\x29\xd8\x68\xcf\xb8\x49\x04\x0f\xed\x21\x38\x3f\xda\xaa\xd4\x02\x45\xc6\xc4\x4f\x6a\x0c\xbe\x0c\x4f\xbf\x2b\x61\x73\x6d\x23\x4c\x5b\xb8\xd2\xf2\x68\x25\x02\x8f\x39\xf4\x10\x99\xfe\x69\x34\xc1\x9c\xcf\x7e\xdd\x63\xe3\x6a\x6a\xf9\xef\xf6\x82\xb7\x78\xea\x2f\x9c\xaa\x7b\x48\xbc\xe2\xe7\xc2\x8b\x91\xd2\xb2\x63\x91\xac\xe6\x1d\xb3\xd0\xa9\xec\xe9\xb5\xdb\x30\x7d\x3a\x8e\x56\xd2\x10\x02\xc2\x8b\x51\xea\xa5\xa2\x17\x52\xca\x28\x41\xa3\x93\xfc\xeb\xf7\xd4\xb5\x1b\xae\x5b\xbb\xcd\x39\x7c\x6f\x16\x41\xea\xaf\xf5\x46\x40\x2d\x97\x96\x26\x85\xa9\xbf\x80\x22\xd2\xa3\x0c\x0d\x81\x97\x39\x60\xfd\x77\x3c\x93\x10\xf5\x01\x2f\xf8\x25\x8f\xb2\xa1\xa2\x8c\x6f\xec\x2a\x39\x2a\x2d\x27\x47\x91\x1f\x83\xe6\x91\x19\x26\x27\x24\xa6\xb0\x5f\x22\x12\x92\x3a\x5b\x25\x62\x43\xaf\x0c\xf0\x31\x22\x02\x8f\xde\x1d\x21\xf9\x63\xfa\xc4\x8d\x96\x35\xd9\xe9\xeb\x1f\xf3\xec\x00\xfc\x57\x7a\x7b\x8c\xc0\x9f\x33\x65\x99\xd8\xe9\x1d\x86\xe4\x53\xf3\x09\xd6\xa9\xd5\x60\x0f\x15\x19\x21\x3f\xee\x05\xaf\xf2\x28\x99\x03\x3a\x9a\xc2\x8f\x4a\x7d\xad\xcb\x70\xe7\xf9\xa3\xdc\x81\xef\xa9\xb1\x23\x66\x2c\xfd\xb7\x8d\x02\x06\xda\x2a\x41\xe4\xcb\x5e\x31\x19\x1c\xa7\x81\x49\x46\x33\x1d\x67\xf2\xd0\xd4\x31\x0a\xaa\xa6\xce\x52\x19\xcd\xd6\x44\x7b\xde\x8b\xdc\x3f\x3b\x4b\x44\x33\x16\x64\x94\x27\x42\xbe\x45\x44\xb7\x1c\x7e\xca\xba\xaf\x89\x90\xed\x7c\x38\x9d\xee\xb3\x22\x9a\x61\x3f\x53\xa7\x43\x35\x20\xa0\x84\xc2\x8e\xa6\xf1\x83\x00\x19\xa0\x28\x4a\x4f\x77\xf6\x7b\x5e\x91\x56\xf3\xb0\x77\x09\xdd\xf6\x3a\x8f\x5e\xd7\x53\x4d\xee\x3e\xcf\x86\x9f\x56\x1d\x41\x2e\x38\x77\x41\x5a\xbb\x29\x62\x5b\x82\x9c\x4c\x0b\x32\x6d\x70\xf3\x62\x05\x74\x9b\x3e\xe8\x55\xa5\xed\xfc\xbc\x17\xbc\xd9\x1b\xba\xac\x6b\x7d\x09\x19\x3d\x8f\xee\x8c\xfe\x25\x8f\x7c\x8b\x6f\xf7\x82\x37\x7a\x10\x75\x53\xca\x83\xb8\x1c\x09\x8f\x97\x41\xde\x39\xb5\x7e\x85\xc7\xae\x2e\xb6\x50\x04\xd0\xed\xeb\x43\xc6\x72\xe9\xce\x65\xdf\x73\x1d\x0d\xf2\x37\x00\x4f\x4e\x97\x7c\xd6\xc9\xef\xfb\x99\x3d\xa8\x10\x9d\x2d\x0a\xbd\xfc\x1a\xc4\x5b\x3c\xf6\xf8\xa2\x34\x42\xe7\xf8\xe1\xdd\x26\x24\x87\xe5\x22\x2e\x7f\x45\xf7\xbd\x67\x97\xee\x3d\xfb\x15\x8f\x7d\x83\x95\xe5\xa9\x65\x0f\xfa\x67\x2a\x6e\x54\xd1\x44\xed\x39\x07\xf4\x12\x57\xfb\x7e\xbc\xc2\x1e\xe3\x15\xfe\x6d\xba\x4e\x9f\xb3\xbd\xeb\xf4\x7a\xff\xda\x6d\x18\x9d\x2b\x93\x14\xdf\x54\x63\x37\x58\xe2\xce\xe6\x40\xd6\x61\xdf\x67\x62\xb9\x71\x0a\x23\x80\xfa\x51\xd6\x11\xe9\x39\x91\x77\x64\xcb\xff\x33\x2f\x38\xbd\xc5\xbd\x12\x0b\x55\x17\x2f\x82\x6d\x5d\x7d\x81\xb7\xec\x57\x1a\x9b\x1e\xec\xcb\xce\x91\xf5\xe5\x1e\xbb\x5f\xef\xd7\xf7\x05\xdd\x65\xf5\xc7\x72\x79\xbf\x1e\x2e\x4b\x7f\x0a\x6c\x3d\x06\x26\x08\x77\xed\x30\x15\x3c\xb8\x6d\x70\x57\x26\x52\xb4\x1e\x07\xb7\x0d\x00\x80\xb4\x17\x36\x45\xa0\xd4\x46\x52\xd1\xed\xf9\xf4\xb3\x63\xec\xd6\x6d\xfa\x47\x5b\xa6\xce\xaa\x81\x9d\xb5\x59\xad\x28\x67\xe7\x4f\x6b\xc1\xdd\xdb\x3d\xb4\x03\x3e\x8c\x80\x84\xef\x84\x36\x9b\x05\xae\x3b\xfa\x11\x8f\xfd\x93\x8b\x35\xff\x05\x2f\xb8\x71\xb9\xf8\x6d\xfa\x6f\xa8\xf0\xca\xa2\x8b\x70\xe1\x25\x76\x81\x2d\x6c\xb9\x45\xee\xae\x4f\x1c\xc0\xf9\x6f\x1b\xb6\xd7\x76\xc3\xde\xc4\x9a\x18\x64\xfe\x11\xff\xd0\x04\x27\xc0\x79\xbe\xa5\x65\xf7\xa0\x3f\xde\x0d\x7b\x8c\xbd\x8d\xb1\xe9\xca\x60\x00\xac\xcf\xec\xe2\xdc\x22\x5e\x9a\x0d\x7b\x61\x53\xd5\x2c\xca\x72\xff\x1f\x8e\x04\xa7\xab\x6f\x55\xa5\x85\x0e\x3f\x49\x42\x21\xab\x4e\xd8\xfc\xe9\xc3\xec\x0f\x3d\x9d\x70\xf8\x51\x2f\x98\x32\x19\x87\xb9\x85\xea\x37\xa2\x54\x7b\x0c\x6e\x65\xb7\x6c\x9d\x04\xb7\x83\xf6\xee\xa0\x13\x77\x34\x22\x6a\x97\x64\xfb\xfa\xc9\x1e\xf4\x93\xdf\xb6\xb7\xa8\x5f\xf7\xf6\x96\xda\xf8\x9f\xcc\xfe\x04\xf3\xc9\x44\x7a\x3d\x56\xc0\x3e\xfb\x0a\xcb\x5e\xb9\x9a\xe4\xf6\x7b\xfb\x59\xff\x8e\xed\x78\xbf\xab\xa5\x58\x25\x71\xd3\x5f\x5f\xc9\x9e\x66\x87\xc9\xb7\xba\x51\xa6\x1e\x29\xc7\x5f\xdc\x23\x56\x3a\x52\xae\xcd\xc2\x0a\x43\x19\xee\xbf\xf3\xca\xe0\xee\x8a\xeb\xae\x79\xc7\x01\x31\x90\xbc\x1b\xae\x09\x1e\x62\xc4\x0a\x02\xb5\x19\x9f\x2a\xb8\x87\xb0\x38\x47\x72\xfe\xd6\xe3\xd8\x03\x56\x38\xc9\x57\x3d\x76\xdb\xd6\x61\xfe\x5b\xd5\x7f\x28\x7e\xe4\xdd\xde\x32\x95\xb8\xbc\xd3\x08\x12\xaa\x5c\x83\x9f\x8e\xc0\x4d\x56\x14\x20\x53\xbe\xdc\x4f\xe3\x65\x13\x34\x5e\xc0\x04\x32\x46\x1e\x7a\x7a\x1b\xec\x7f\x16\xd7\x9a\xeb\x3d\x21\x97\xf0\xc0\x8d\xb7\x31\x1f\x6a\xb0\xaf\x1c\xc6\xcc\xb6\xbf\x3e\x1c\x7c\xe6\x30\x7e\xb3\x80\x82\x89\x09\x8c\x53\x1f\x5c\xe8\x93\x75\x8c\x26\x27\xd1\x70\xd7\x85\xb3\x18\x49\x7b\x6c\x19\x16\x8b\x38\x39\x39\xd9\x91\x59\x7e\x52\xe9\x47\x93\xbd\x30\xef\x2c\x1f\x07\xb8\xc4\x66\x0e\x0e\x12\xd0\x09\xf0\x4b\xd2\x6e\x73\x55\x53\x95\xa6\xb5\xac\x0a\x5b\x76\x3d\x2d\x6d\xf4\xc5\x15\xbc\x22\xba\x07\xdc\xd6\xdf\x64\xa2\x8b\x8a\xcf\x68\xe4\x4d\x0c\x32\x02\x5d\x0e\x10\x1e\xd1\x19\xb9\x22\x88\xac\x55\x2d\xdc\x28\x2c\xf2\x09\x4f\xcd\x2f\x42\xab\x65\xd7\x72\x15\x67\x48\x71\x5c\xc7\x83\x5a\x91\xeb\xb8\xac\x4f\x65\x54\x16\x8f\x92\x09\x8d\x0a\xaf\x0a\x0a\xc9\xc7\xba\x51\x20\xf5\xc4\xe1\x00\x43\x5a\xd6\x23\x19\x43\xa7\x1f\x6f\xe8\xa6\x2b\xc9\xa2\x31\x36\xc3\x84\xcf\x2d\xf0\xb0\xd5\x4a\x45\x96\x35\x18\x5b\x88\x21\xc3\x2c\x31\x1e\x57\xa4\x08\x5d\x86\xe0\x20\x7c\x5d\xf5\xf2\xf4\x89\xa7\x35\xa6\x1a\x53\x8d\xe9\x65\x0c\xf5\xa7\x92\xd5\xdc\x89\xb2\xb5\x01\xef\x27\x90\x96\xa0\xe6\x49\xae\x56\x14\x84\xc9\xf0\x26\xe0\x11\x6b\x1e\xd1\x62\xc6\x72\xcc\xbf\x44\xd7\x35\xf9\xe9\x81\x90\x37\xb1\xdc\xe8\x94\x9f\x03\xdd\x9a\x08\xf4\x64\xc0\x6a\x85\xa4\x55\x5c\x14\xf6\x22\x00\x5a\x68\x30\xe1\xa9\xdb\xea\xcb\x71\xb4\x26\xe2\x01\xb9\x1e\x13\x99\x4c\xa8\x19\x45\xa1\xcc\x0d\xd1\xa8\x23\x73\x56\x98\xc1\x23\x80\xd6\xda\xef\xa1\xe5\x54\x1d\x80\xb5\xff\x10\x67\x11\x4e\x4d\x33\xc9\x02\x10\xc1\xc1\x4d\x30\x39\xd4\x0c\xa6\x1b\x48\x2c\x92\x77\xe8\x81\x93\x93\x93\x41\x83\xb1\x19\xe4\xd3\x00\xe7\x0e\x5a\x4b\x29\x35\xa9\xcd\x69\x73\xd1\xc8\xc6\x61\x32\xd0\x6a\x4a\x4f\xa4\x20\x3b\x56\x20\xa6\x8d\x87\xea\x33\x0d\x88\x7c\x53\xcf\xea\x89\x09\x05\xe7\x12\xf2\x7e\xa1\xff\x4c\x38\xb9\x46\x67\x92\xee\xd2\x6b\xbb\x84\xb2\x7a\x5a\x15\xc0\xce\xaa\xbe\x79\x2e\xba\x3d\x8d\xdd\x0a\x04\x3a\x86\xde\x78\x25\xcc\xa2\x26\x20\x2f\xa3\x8d\x21\x50\x37\x4e\xaa\xcf\x6f\xc8\xb4\xf5\xcc\x00\x42\xd3\x64\xae\x73\xdc\x1a\xfc\x4c\x1a\xae\xa2\x69\xfb\x58\xf0\xe4\x46\xa3\x11\x1c\x87\xb6\xbf\xa8\x2f\xd2\x81\x8d\x97\x79\x2c\xb8\x95\xee\xa6\xc2\x2e\xa1\xce\x05\x88\x37\xe7\xe4\xf3\xb0\x1d\x17\xf2\xcb\x3a\x2e\xe4\x21\x6f\x59\x5f\x5c\xde\x43\x64\x88\xd5\x5f\x47\x4d\x98\xc5\xa3\x12\x16\xc2\x3e\x57\x63\xc1\x96\x39\x45\x66\x73\xf0\x7f\xa5\x16\xc4\xa5\x6b\x2e\xdf\x12\x85\xda\x9b\xbb\x60\xe8\xed\x40\xf0\x2b\x44\x8e\x96\x76\xbd\x54\xe4\x69\x24\xd6\x4d\xda\x82\x9a\x5f\xc9\x00\x59\x47\xd4\x81\xd3\xd9\xef\x7e\xcd\x63\x77\x13\xbc\xce\x7c\x30\xa3\xe1\x75\xfa\x49\xf4\xa2\xbe\xd0\x5b\x46\x58\xbc\x8b\xe5\xeb\x5a\x1a\xac\x54\xad\x5f\x94\x22\x7e\x8f\x98\xf7\xfc\xbb\x82\xdb\xcd\x89\xd7\xd1\xcd\xf0\x0a\x7d\xa9\x48\xec\xa2\x82\xc1\x32\xa6\xd7\x25\xd6\xca\xf9\xc6\x1f\x7b\xec\xa9\x5b\xf3\xce\xcc\xe0\x24\x3b\x13\x8b\x8b\x18\x82\xed\xbf\xdd\x0b\xce\x0e\x5d\x75\x7b\x1b\xfd\x93\x5c\xdd\xa6\x20\x6c\x10\x9d\x43\x99\x9d\x30\xdc\x9b\xde\xc1\x56\x1a\xad\x97\x58\xb2\x4f\xb3\x59\x46\xd7\xfd\xa7\x07\x75\xfc\xab\xca\xd8\x67\x7d\x04\x1f\x72\x1a\xf7\x47\x63\xec\xbb\x46\x9f\xb4\xe6\x65\x0b\x63\x96\xdf\x31\x16\xfc\x47\xeb\x37\x25\xa9\x0d\xa7\xfe\x0e\xe5\x68\x63\x8e\x4c\xac\xb4\x38\xaa\x42\xa6\xe5\xac\x66\xa3\x49\x64\x4b\x6c\x7a\x87\xe8\xae\xd3\xd0\xf7\xd6\xd8\xbb\x6b\x4c\xdf\xf2\xdf\x56\x0b\x7e\xd0\x33\xa5\xd8\xf0\x36\x76\x4d\xac\x2f\x9e\xa2\x67\x4d\x9e\x97\xf9\x20\x2c\x43\xf5\x58\x51\xa9\xe2\xec\x0a\xab\x2d\x31\xd5\x24\xcc\x05\x8c\x94\x6c\xaa\x4d\x18\xac\x9d\xce\x21\xf6\x24\xbb\x91\xdd\xb0\x9b\x43\xac\xea\x4a\xac\xde\x8e\xf8\xe9\xe0\x70\xba\x0b\x7e\xba\x0f\x33\x07\x3d\x6a\x4b\x0e\x82\xf5\x48\x6c\xf8\x9b\x2c\x78\xab\x67\x43\xb0\x87\x28\xc3\xb3\x61\x9c\x7c\x42\x24\x07\xfd\x67\x2d\x91\x1b\x09\xc8\x76\x8c\xba\x3a\xe9\xc0\xb8\x9b\x03\x2b\xed\x4e\x4d\x80\xd9\xd0\xf9\xec\x7a\x33\x27\xfe\xad\xe2\x1b\x32\xd5\x1c\x5b\x34\x22\xae\x76\xd3\xd8\xf4\xc6\xd5\x04\x73\xa6\xc9\xdf\x1f\x62\x77\x5a\x27\xcf\x5b\xf7\x68\x1b\x65\xff\x89\xc1\x37\xfc\x75\x76\x72\x17\x10\xfc\x56\xe3\xd5\x1a\x09\x6e\xdc\x76\xa5\x50\x17\x11\x0c\x98\x50\x87\x35\x75\x98\x07\x47\x3a\x06\x76\xf8\x3f\x3e\xc2\xbf\xbf\x4d\x1d\xa0\x80\xe0\xb9\x05\x86\x0e\x06\x56\x43\x42\xef\xc0\x1c\x0a\x04\x72\x7e\x15\xe4\x9f\x1b\x1d\x01\x07\x02\xbb\x82\x14\x24\x6c\x4f\x85\xd6\x3e\x77\xcc\x3e\x77\xcc\xd7\x12\xd3\xb0\xbd\xbd\x75\x61\xd6\x9f\x31\xd6\x85\xd2\x5a\x29\x19\x19\xac\x75\x53\xf6\x23\xfc\x15\xab\xa6\xbc\x6c\x86\xb1\x98\x3b\xbf\xa0\x1e\x85\xc0\x39\x87\x17\xe1\x3d\x2c\x38\x35\xf2\x89\x12\xe3\xa5\x79\x86\xd3\x5b\x94\xa0\xb5\xe9\x1d\x5a\x0d\x73\xb1\x11\x0e\x36\xbd\x83\xa8\x28\x6e\x7a\x05\x38\xbd\x23\x05\x3f\x78\x84\xfd\xa4\x67\x38\x08\x1e\xf4\x82\x07\x1e\x65\x0e\x82\xc6\x56\xec\x03\x94\x3f\x09\x81\xfb\xea\x8e\x3d\xe7\x4f\x31\xdd\x22\xa5\xba\x98\x13\x30\x1d\x2a\x0d\xdd\x30\xf5\xc2\xcc\xc2\x1c\x7f\x16\x3e\xde\x70\x21\xd4\x1e\xdf\x4b\x65\x8e\x16\x97\x53\xb2\x1b\x46\x89\x7f\x21\x38\xbd\x54\xd2\x7f\x74\x31\x0b\xe6\x59\x8e\x0f\x9b\x1c\x97\x02\xdb\xc2\xd8\x9f\xec\xef\x9c\x67\xd4\xeb\xfe\xe9\xe0\xc6\x72\xe9\xf4\x82\x56\xe0\x43\x1b\x29\x43\x49\x59\xfa\xba\x53\xe0\xf3\xd9\x15\xf4\xda\x82\x94\xb1\x7f\x36\xb8\x75\xc9\xaa\x27\x19\xba\xb8\xba\xc7\xc3\x2c\x93\xcd\xa8\xc0\x76\xc2\xe8\x6a\xd3\x90\x16\x34\xc4\x29\xfc\xa5\x1e\x63\x38\x6f\x80\x09\x2f\x0b\xda\x76\x95\x4d\xd2\x5f\x18\x03\x43\xad\xe1\x7f\xd5\x19\xb7\x54\x09\x3d\x19\xb4\x56\x3a\x54\x8d\x28\xd3\x25\x55\x68\xe5\x17\x2d\xfe\x87\x38\xf8\xee\x47\x97\xf3\xc1\x49\xd3\xfa\xa8\x43\xdb\xf0\xeb\x3b\x09\x50\x2a\x1d\x8b\x82\x57\x78\xe6\x4a\x71\x0c\xc9\x0a\x1b\x1a\x9c\x19\xd4\xd4\xd1\x7d\x05\x07\x5b\xc3\x52\xb4\x45\x9a\x22\xa6\xb5\x60\x4e\x9a\x12\xa5\x1a\xf8\xa0\xce\xcf\x4a\xa5\xe8\x14\x68\x5c\xd8\xfe\x30\x8a\x1b\x6c\x99\xb1\x2c\x8b\x4f\x23\x60\x8b\x7f\x21\x38\x75\x26\x0e\xe1\x44\x8d\x18\x2e\x93\x3a\x7d\x6f\x71\xf1\xac\x9d\x10\xa7\xed\x8f\xb4\x68\xea\x06\x62\x03\x3a\xdf\xe9\xaf\x1f\xf1\xcc\x5c\x3c\x27\x5b\xc2\xbf\xdf\x0b\xfa\x73\x95\x6a\x80\x9e\xe8\x48\x74\xa9\xc7\xde\x84\x8b\x2e\x75\xa2\xe6\xda\x82\x6a\x14\xed\xf1\x32\x55\xd7\x12\xeb\x92\x23\x13\xca\xf7\xec\xe9\xf3\xbf\x1f\x71\xce\x24\x86\x7a\x06\x16\xd6\xb9\xb0\x67\xd1\x0a\xbf\xe4\x48\xf0\xf9\xda\x4c\x2b\xec\x81\x08\x35\x4f\x20\x04\x84\xcd\x22\x4c\x7c\xc1\x68\x8b\x51\xbb\x10\x06\x8e\x3a\x28\x27\xe6\xf5\xa3\x99\x8d\x9b\xa1\x8f\xf9\x24\xab\x05\xd1\xe6\x94\xcb\xe6\x10\x1d\x19\x8b\x8c\x2c\x60\xa0\xb7\x8a\x41\x15\x12\x07\xc1\x31\x01\xf7\x29\x1c\x5f\xeb\xda\xfe\x05\x06\x66\xf0\xa3\x09\x8c\xe7\xab\xc0\x77\xd3\x67\x2b\xde\x0d\x7b\x3d\x00\x71\x95\x6d\xfc\x12\x98\x71\xf2\x8e\x93\x00\xa1\x27\x1d\xda\x67\x9a\x61\x6c\xd8\x74\xda\xd1\x6a\x37\xec\xb9\xcb\x18\xbe\xa0\x55\x53\x83\xc6\xa4\xce\x4a\xce\x36\xf3\xca\x83\xec\xfb\x3d\x3a\xd2\x7f\x4f\x20\x6d\x7c\x71\x5a\x32\x79\xa5\x4e\xe0\x86\x93\xb4\x64\x33\x53\x1a\x41\x53\xf4\xf2\x6c\x52\xae\x8b\x54\xed\xbd\x93\x1b\x32\x5d\x8b\x92\xd5\x09\x55\x95\x09\x72\x16\x4e\x42\x37\x4d\x3e\x39\x31\x34\xaa\x34\x57\x16\xd9\x61\x6d\x12\xf3\x9f\x15\x3c\x7d\x91\x72\x39\xec\x99\x5b\xcc\x0a\x99\x42\x4a\x1e\xf4\x95\x3e\xf0\xa3\x86\xea\x92\xbf\xbc\x7d\x5c\xfb\x35\x7f\x72\x3c\xf8\xb3\xb1\xb2\xb1\x46\x10\x10\xc4\x04\x2a\x67\xbd\x30\x4a\x2b\x06\xd9\xed\x8f\xa6\x68\x59\x15\x29\xa6\x94\x9e\x43\x06\xb3\xa4\x98\x4c\xb8\x2d\xf3\x8d\x8e\xcc\x84\xa1\x5f\xa5\x59\x45\xa9\xc0\x30\x8d\xf5\x65\xa8\x0d\x08\x1a\xab\xae\xfa\x3c\x2b\x5a\xd8\xec\x11\x5f\x2e\x08\x62\x61\x12\xa1\xca\xdc\x4f\x86\xde\x26\x4d\x90\x96\x03\x1e\xa2\xa1\x4e\x51\x66\x95\x81\x66\x16\x23\xed\xd0\x48\x49\xbd\x64\x3a\xa2\x6e\x37\x39\x13\x79\x9f\xba\x06\x73\xaf\x69\x4d\x44\x14\x71\x98\xae\x29\xb1\x42\x83\xdd\xe0\x0b\xaa\x92\x66\x18\x0d\xd5\xb0\xd6\xf3\xed\xcc\x71\xf5\x91\xa3\x8d\xc6\x51\x34\x76\xca\xd4\xce\xe7\x53\xd7\x9d\x53\x7c\x83\xd5\xd9\x35\xdb\xee\x1a\x77\x8a\xc1\x92\x54\x55\x60\x5f\xb8\xa2\xd2\x02\x37\xab\xe9\xaa\x28\x4c\xe2\x03\x57\x04\x77\x94\xae\x15\x7e\x25\x4c\xa8\xcf\x0a\x8d\xc4\x81\xb5\x37\x07\xa5\x82\x02\x8b\x90\xb0\x37\xbd\x03\xb0\x8d\x6f\x7a\x8f\x4b\x05\x34\x0a\x02\x25\x37\xbd\x03\x51\x37\x5c\x55\x9a\x23\xfc\x5b\x22\xaa\x7a\x0f\x63\x8b\xec\x0a\x53\xd8\xdc\x29\xff\x54\xf0\x34\x53\xb7\xa3\x19\x9f\x3b\x65\xa2\x3e\x61\x03\xe3\x47\x5b\xb2\xb9\x26\xd2\x93\x93\x93\x37\x9b\xd7\xee\x8d\x5a\xcf\x38\xea\xc8\xed\xa7\x33\xfd\x39\xbf\x11\xfc\x87\x39\xfc\xd3\x8e\x39\xd3\xe5\xc3\x53\xce\xab\xef\xac\xb1\x43\x50\x7f\xd1\xf2\x1f\xaa\x05\x0f\xd6\x16\x4d\x88\x8d\xbd\x94\x4d\x21\x60\x9a\xd4\x50\x95\x39\x25\x68\xf6\x7b\x90\xbb\xaa\xd6\x80\x1a\x39\x02\x59\x51\x62\x59\xed\x7b\x75\x32\xdc\x64\x80\x03\xc2\xc3\x76\x2e\x52\xfd\xde\x82\x7a\x8d\x60\xce\xb2\x08\x33\xaf\x0a\xd8\x4d\xa5\xa1\x64\xc2\xd6\x5f\x36\x34\x2d\x6b\x51\x21\x38\xc7\x52\x13\xea\x44\xbe\xad\xa9\xbe\x63\x99\x89\x8c\xe2\x51\x72\xd1\xed\xc9\x34\x4c\xa3\x78\xd0\xe0\x73\x19\x0f\xe3\x8d\x70\x40\x75\x82\x62\x13\x39\x54\x2b\x92\x51\xae\xaa\xf3\x1b\x35\xe6\x0c\xba\xff\x0e\x83\x54\xf7\x86\x5a\x35\x29\x4b\xb9\x03\x57\x04\x44\x50\x9b\x5a\xd3\xb4\x8b\x07\x6e\xde\x58\x51\x50\x4b\x84\xad\xa2\x0c\x72\x22\x41\x84\xb2\x5a\x6e\x03\x91\xeb\x22\xbb\x12\xb2\x03\x86\xb7\x21\x0b\x1a\x11\x8e\xa1\xa5\x12\x1b\xfc\x36\xd8\x7c\x94\xc8\xb3\xbe\x03\xf9\xad\x7d\x0a\xf0\x96\x7c\x35\x4c\x57\x94\x2e\x52\x04\xb0\x50\x44\x22\x0a\x64\x10\x21\xab\x00\x1c\xd3\xeb\x21\xae\xcb\xf5\x90\x11\x3b\xeb\x46\xfc\xc6\xec\x00\x8c\x89\xdf\x64\x93\xdb\x2e\x78\x67\xed\x8a\x60\xea\x14\x2d\xd9\xc2\x92\x63\xcf\x70\xbd\x80\x4d\x78\x52\x83\xdd\xc7\x70\x51\xfa\x2f\x0a\x5a\x6a\x78\xe0\x47\xc5\x24\x42\x47\xe2\xae\xb7\xcf\xa2\xb7\x26\xa1\x64\x67\x97\x1c\xb0\x23\x71\x98\x01\x94\xb2\xf0\xe3\xdd\xb7\xf6\xe9\xa3\x5b\x0b\xa8\xc0\xb9\x48\xbb\x51\x82\xea\xa7\xd5\xec\x94\xd4\x84\x17\x06\x2f\x80\x21\x32\xc4\xf2\xfc\xd4\xfc\xe2\xbd\x67\x67\x6e\x3b\x7d\x96\xa0\x95\xac\x6e\x20\x82\x72\x7c\x98\x32\xe8\xc8\x5f\xa0\x0a\xab\x32\x48\xd8\xcd\xbd\x9b\xa1\x58\xf4\xcf\x05\xb7\xee\x52\x90\x20\xa4\x97\xda\x76\x50\x94\x38\x4b\xee\x0b\x2e\x1c\xbf\x89\x9e\xee\x75\x44\x57\xa4\x61\xec\x1c\xff\x7f\xf5\x48\x70\x87\xcd\x8a\x98\x70\xa1\x9f\xe3\x25\xa3\xbf\x06\x54\xc0\x14\x72\x04\x46\xd0\xfa\xb6\x6d\xb3\xd7\x02\xfc\x73\x87\xd9\xa7\x0f\xb3\x6f\xc0\x52\x66\xe3\x30\xea\x2e\x89\x6e\x4f\xad\x2a\xff\xe1\xc3\xec\x19\xdb\x8e\x6e\xd9\x1c\xe1\x14\x11\xdc\x7f\xf8\x9e\x72\xd2\x3e\x1c\x12\xc1\x28\x15\x26\xad\x89\x30\x96\x89\xe0\x0b\x77\xcf\x12\x71\x3f\x2a\xf1\xd6\x56\x4e\x19\xaf\x12\x34\x65\xed\x6f\x89\x32\x5e\xd9\x51\x98\x95\xb2\x22\x20\xd9\x40\xab\x27\x90\x18\xb2\x91\x08\x03\x44\xb8\x70\xf7\xac\x85\x0d\xac\xbe\xad\x1f\x85\xcc\x0e\xa8\xe7\x2a\x8e\x6f\x71\x50\x06\xe8\xcc\xf2\x89\xdd\x7e\x77\xf9\x66\x55\x49\x75\xf7\x19\x13\x37\xd3\xa0\xc0\xaf\x65\x8e\xa9\xa0\xcb\xa5\xab\xb6\x7f\xc5\x98\xd1\x96\x17\x64\x4b\x4d\x33\xc2\xe4\xc9\x96\x39\xa8\x12\x5c\x24\x79\x3a\x68\xf0\x05\xd9\xd2\xae\x41\x73\xbe\xb3\xf8\x6b\xa1\x9b\xcc\x1e\xa9\x0e\x5e\x09\x88\x47\xad\xf1\xa9\x79\x6e\xf1\xab\x42\xfd\x8f\x39\x4e\xd8\x5c\x22\xdb\xc2\xf1\x06\x63\x90\x6c\x4f\x8e\x0e\x6c\xa9\x4e\xc8\xa4\xbc\x6f\x9c\x71\xaa\x50\xd5\xbf\xc6\xc0\xa3\x6a\x01\x35\xbb\x26\x91\xf9\x35\x66\xf0\xb5\x42\xa2\x6e\xab\x73\xc3\xba\x04\x82\x41\x02\x3b\xee\x27\x3a\x95\x86\x7a\x69\x65\xc0\xbb\x51\x96\x87\x6b\xa2\xc1\x17\xd5\xae\xa2\x0f\x42\xd0\xc8\x0c\x63\x41\x56\x62\xa5\x4c\x28\xd5\x32\x8f\x90\x09\xbe\x28\x47\x55\x19\x76\x52\xda\x40\x94\x32\x0b\x78\x04\x4a\x85\x9c\xd0\xc6\x0a\x7a\xaa\x2b\xc2\x24\xb7\x3c\x65\x56\x5b\xea\x66\xa8\x3b\x68\x19\xd6\xc8\x61\x9a\x87\x18\x27\xd7\x50\x88\x8c\xaa\xa7\x4c\xc8\xf4\xa0\x7e\x18\xce\x5a\x58\x95\x31\xa5\xb4\x5b\xb1\x20\x2b\x82\x27\x42\x29\x0a\x61\x3a\xc0\x6c\xca\x28\xb7\x68\x86\xdb\xfd\x18\xb7\xf5\x6e\x98\x20\xf8\x67\x2a\x94\x92\x91\xa7\x7d\x9d\x77\xbb\x92\x82\xff\xc3\x0e\x17\xb0\xd1\xbd\x95\x44\x42\x4c\x44\xa5\xda\x26\xd2\xa4\x68\xe9\x49\xdc\x0d\x5b\xd0\xf3\x77\x9a\xdd\x41\xb7\x46\xb5\x1f\xf5\x9c\x28\x2f\x36\x7c\xea\xc5\x06\x63\x3a\x26\xb8\x8e\x82\x56\x37\x27\x8a\x1b\xec\xf5\x47\xd8\x71\x47\x72\xc8\xb4\x45\xd2\xdd\x78\xb0\xce\x8a\x30\x13\x10\x69\xfa\x17\x87\x83\xef\x34\xbf\x5c\xaf\x1c\x5c\x1e\x1d\x49\xfa\xfe\x43\xec\xa3\x76\xd4\xe0\xfb\xf7\x18\x35\xf8\x7d\xd5\x51\x83\x8f\x1d\x1f\xe0\xbe\x53\x64\x8f\x4e\x91\x17\xe9\xf3\x77\x27\x08\x2a\x88\x4c\x74\x57\x55\x04\x12\x3f\x8d\x5d\xcf\xae\x1d\xb1\x01\x6e\x35\x8d\xf7\xfd\x30\x7b\xf1\xc3\xac\x6e\xef\x87\x39\xe5\xdf\x66\xfc\x30\xce\x30\x94\xbc\x30\x46\x8c\x54\x46\x77\xbe\xf5\x40\xe5\x61\x7b\xfe\xcc\xa2\xa3\x7b\xbd\xe4\x40\xf0\x12\xcf\x55\xbe\xe6\xcf\x2c\xa2\xdf\x03\xf7\x40\xa5\xb2\xea\x48\xf5\xb6\xc8\x23\x6d\x1e\x07\x9d\x41\x3d\xab\x19\xa2\x5b\x12\x21\x24\x47\x11\x45\xcb\xb4\x9a\x27\xfa\x20\x3a\x57\x37\xbd\xf1\x5e\x98\x77\x1c\x99\xf7\x99\x31\xf6\x12\x8f\xc1\x75\xff\x62\xb0\xb6\x10\xea\x6d\x5a\x69\x43\x17\x5d\xe7\x8b\xaa\x8e\xc6\xd6\xda\xe5\xa9\x80\xb4\xc8\x49\x6a\xcd\x93\x93\xb6\xb3\xce\x3e\x64\x33\x35\xbf\xc7\x0b\xde\xea\x8d\xb4\xc5\xab\x8a\x60\xe5\x68\xd7\x85\x0e\xd5\xbb\x6a\xb1\x51\xe9\xc8\x33\xc8\xd5\x1d\xb2\xfe\x5f\x9e\x46\xb8\x46\x6c\xea\x69\xff\x01\x2f\xb8\x0f\x57\x9b\x56\xd5\x3a\x32\xcb\x51\xfd\x4b\xad\xc0\x45\xad\x0c\x3e\x7a\x5d\xfb\x89\x1a\xfb\x8e\x8a\x99\x8a\xd3\xf4\x94\x80\xc8\xdf\xff\xa3\x16\xdc\xb1\x6e\x5d\xb0\x28\x17\x42\x6d\xdd\xc5\x69\x99\x86\x1b\xa8\x37\xf1\x16\x3e\x69\xc2\xa6\x2a\x6c\x42\x0c\x9f\x59\x28\xcf\xb9\x0f\x79\x2c\x66\xd6\x4d\xff\xbb\x83\x67\x17\xbf\x0c\x78\x0f\xfc\x6d\xf0\xc2\xdc\xd3\x92\x81\xbd\x31\xd5\xd0\x3a\x08\x9c\xb4\x73\xd9\x70\x8d\xb3\x78\xf6\xbb\x33\x78\x46\x11\x64\xd5\x0d\x73\x8a\xbf\x2a\x9c\x52\xbd\xaa\x03\x89\xb6\x41\xf5\xa4\xc3\x89\xf6\x3f\x0e\xd9\xb9\x30\x23\xf4\x01\xcd\xbf\x06\x1a\xca\x7b\x0f\x05\x17\xec\x0b\xee\x86\xa2\xef\xd4\x41\xc9\x8d\x63\xb9\x61\x40\x86\x10\x25\xb1\x09\x58\x43\x39\x01\x29\x85\x39\x9f\x84\x4f\x6d\x7a\x07\x41\xa4\x65\x65\x22\xf8\x7d\x0d\x60\x8f\x1a\x40\x9f\x51\xcf\xfa\x6b\xc1\xb7\xe3\x5f\xd5\x43\xb6\xf3\x34\xa2\x1d\x4c\x95\x7d\x2d\x60\x2f\x5a\xc0\xd2\xf6\x5a\xc0\xb4\x3f\x59\xc5\x30\x69\xaf\xcc\x72\xec\xc5\xdf\x5d\xcd\xb8\x25\x48\xf5\x62\x1c\x80\xe5\x85\xba\xcc\xff\xe8\xd5\xc1\x19\xfd\xa3\x32\xd4\x32\x96\xab\xe0\xfc\x0a\x56\xc2\xe6\x9a\x48\x5a\x41\x01\x99\x81\xa7\x30\x8a\xcf\x6f\x6c\x7a\x47\x68\x8f\x10\xee\xaa\xfe\xc2\x55\xec\xfd\x63\xcc\x2f\xb2\xe0\x97\x64\x4f\xc6\x72\x75\xe0\xbf\x75\x2c\x78\xe5\xd8\xf0\x75\x2b\x6d\x44\x5f\xb1\x43\xc0\x7a\x21\x02\x50\x81\x0c\x40\xfd\x06\xf0\xe3\xb9\x7b\xfc\x2b\xca\xb5\xe8\x15\xc1\xe1\x01\x47\xe4\xc2\x14\x6d\x95\x61\x1d\xa1\xf9\xb1\x44\xf2\x4c\xca\x44\x43\x4e\x16\xe3\x03\x6c\x8c\xd7\x1d\x6f\x70\x7e\x4f\x27\x8a\x85\x4d\x2a\x05\xc0\x13\x32\xd6\x22\xa0\x4e\x3e\x18\x35\xeb\x36\xd2\x28\x47\xf8\xd8\x4e\x0a\x91\xc1\xf8\x6d\xf5\xd9\x3a\xa1\x16\x0e\x9c\xd8\x41\xf0\xf2\xab\x3f\x34\x64\xe3\x8a\xe0\x59\x14\xa3\x9d\x39\x5a\x4d\x24\x70\x8a\x2c\x55\x75\x11\x85\x9c\xb5\x65\x3f\x31\x11\x0a\xf7\xc9\x44\xd0\x49\xb8\x05\x21\x0e\x9a\x66\x42\x67\x54\x8c\xc2\xdf\x7f\xad\xc7\x0e\x74\xa2\x24\xcf\xfc\x97\x7b\x23\x8e\x09\x95\x73\xec\x76\xf5\x5e\x30\x0f\xaf\x57\x63\xf5\x96\xa3\x24\x3a\x72\x03\xcc\x7e\x7a\x5e\xda\x14\x21\x80\xdf\xd5\x6a\xb0\xdf\xad\xb1\xc3\x5a\x45\xf1\x3f\x50\x0b\x7e\xa9\x56\x28\x2c\x1a\xb2\x83\xde\x77\x69\xb6\x8c\x85\x01\x21\xf1\x0c\x20\x98\x6c\x9b\x17\xf4\xe6\xa5\x13\x88\xad\x1b\x20\x74\xc0\x8f\x89\x41\x0b\x90\x46\xa2\xba\xf8\xd4\xfc\x22\xba\xa4\x8f\x37\xf8\x39\xe4\x2e\x12\xd6\x7b\x68\xcc\xd3\xb9\x03\x99\xaa\xa6\xa9\xaf\xdb\x3c\xf2\xa2\xb4\xfb\xc9\x2a\x64\x20\xe0\x17\xba\xba\xc8\x19\x8b\xa7\xe2\xd4\xfc\xe2\xf1\x22\x1a\x09\x00\xfd\x00\x6b\x54\x8d\x32\xa4\x25\xa8\x4a\x9d\x55\x6a\x35\x3f\x76\xe1\xcc\x2c\x9f\x9e\x3e\x71\xed\x71\xcb\xa4\x56\x8e\xd6\x3e\xac\xa7\x86\xff\x5f\xbd\xe0\x37\x3c\x33\x51\x4a\x49\xc8\xb6\x51\x70\x5e\xb6\xb0\x25\x05\xf3\xbe\xdb\xeb\x34\x15\xb5\x45\xb4\x25\xd0\xdc\x6d\xf7\x0d\x64\xbc\xa0\x77\x7d\x1e\xa2\x8b\x5d\x90\x04\x40\x48\x20\xee\x1d\x63\xa2\xd4\x93\x6b\x31\x8e\x9a\x62\xde\xcc\x68\x8b\xc1\xc7\x69\xdc\xeb\x3c\x76\x24\x37\x14\x39\xf7\x5f\x0a\xfe\xce\xbc\x79\xbf\x22\x4b\x2c\xb4\x8d\x48\x36\xa9\xbe\xd3\x75\x76\xef\xb0\x3b\xd8\xb8\x5a\x92\xfe\x6d\xc1\xf5\xb0\x34\x2b\x22\xd0\x9f\xa7\xae\x3b\xaf\x91\x59\x8d\x97\x62\x97\xfe\xa6\xc6\x0a\xe1\xeb\x7f\xae\x16\xfc\x64\xcd\xfc\xac\x5c\x0e\xe5\x50\x0e\xd3\xdf\x21\x6c\x80\xb9\x48\x7b\x29\x18\x87\xc3\x66\x53\x3a\x40\x5e\x4d\x99\x12\x0b\x95\xba\xe8\x0c\x83\x3e\x23\x2c\x0d\x7a\x24\x5c\x1a\x7c\xd6\xac\x2f\x72\x49\x40\x1a\x48\x2b\x6a\x63\xb0\x03\xe5\xe0\x2b\x15\xcd\xd4\x37\x2a\x3c\x84\xe2\xa2\x96\xf4\x51\xaa\x4e\x90\xbc\x19\xf6\x42\x00\x49\x89\x84\x66\xcf\xd3\xa4\x12\xe0\xb0\x76\x38\x94\xf4\x91\x65\xa5\x9f\xf3\x44\x22\x22\x12\x88\xf2\xe9\xa9\x29\x47\xfb\x71\xe5\xde\x36\x29\xd1\x99\xc8\x19\x7b\xbd\x9b\x51\xff\x72\x8f\xdd\xb8\x3b\xa1\x68\xf2\xdd\xb3\x60\xae\x28\x68\x0b\xf1\x58\xf8\x8e\x2a\xdc\xdb\xc2\x9a\x53\x5f\x7d\x3c\xfb\xce\xed\xbe\x0c\x43\xe5\xff\xde\xe3\x83\x3f\xf1\xdc\xd1\x73\x77\xff\xfe\x4a\x26\xf2\xf2\x17\xc8\x71\x69\x34\x00\x6b\xfb\x07\xd0\x68\x8d\x92\xa8\x93\xfb\x72\x38\x0c\x93\xc8\x35\x22\xcc\xfd\x2c\x19\xa3\xea\x3c\x13\xc8\xfe\xa4\xc4\x32\xd8\x02\x0c\xf2\xb0\x76\x7d\xbd\x50\x46\x09\x8a\x91\x5e\x2a\x5b\x7d\x3a\x5c\xb7\xfb\x71\xcc\xa9\xb2\xa6\xa2\x8d\x4d\xef\x0a\x6b\x3a\x6e\x7a\x47\xcc\x2d\x47\x39\xf9\xef\x57\xb2\xcf\x7a\xac\xb8\xe9\xff\x9e\x17\xbc\xb0\x68\xae\xa3\x39\x93\x23\xcd\xba\xab\xe1\xb3\x63\xe8\x01\x70\xc6\xc1\xdf\xa4\xaa\x36\xe3\x3e\x00\x34\x6b\xb2\x3c\xd9\x56\x53\x6f\xca\xaa\xa5\x3d\x0b\x4f\xb0\xa9\x11\xe8\x7f\x95\x63\xb9\x43\x70\xdb\x7d\xe5\xfc\xd2\xd3\xf2\x3b\x96\x7d\xfd\x3f\xee\x15\x37\x66\x14\xe3\x30\x7b\x68\x8c\x1d\xe8\xc9\x34\xcf\xfc\xcd\xb1\xe0\x1d\x35\xf8\xb3\x84\x98\xa2\x67\x62\x22\xf2\x0d\x99\xae\x71\x7c\x46\x5c\xec\x49\x52\x67\x40\x33\x31\x5d\x5e\x35\x3f\xc1\x08\xb5\xa5\x7b\xf8\x1e\xa5\x14\x63\xa9\xe0\x5d\xec\xe5\x03\xd4\x61\x2d\x36\x58\x34\x64\xa4\x82\xd2\x05\x75\x90\x05\xbe\x46\x45\x84\xf8\x9d\x22\x04\x43\xa3\xa8\x26\x51\x8c\xb7\xe8\x18\xed\x94\x1d\x84\x31\xde\xcd\x82\x1d\xaf\x26\xfa\xec\xce\x69\xb9\x2b\x17\xd2\x82\x4c\x77\xba\x98\xfe\xae\xc6\x6c\xc9\xa2\x76\xdb\x8f\xd7\xec\x9d\xcf\x1d\x32\x0d\x4a\xa3\x37\xa3\x66\x98\xa6\x91\x36\x51\x46\x99\x2b\x0c\x91\xa1\xab\xb4\x15\xea\x01\x34\x62\xd0\x68\x90\x9a\xce\xcc\x3e\xf6\x18\x12\x21\x72\x60\x69\x2c\x3f\xdc\xf5\x11\x74\x1d\x0e\x6e\x54\x9f\x02\x04\xa7\x08\x62\x31\x51\xec\x27\xf9\x35\x7c\x6e\x61\xfd\xba\x93\xdc\xb5\x09\xab\x6b\x7c\x86\x52\x99\xf1\x99\x1b\x2a\x9e\xb9\xc1\x7e\xe6\xcc\xb3\x4f\xcd\xbb\xcf\xf0\x33\x40\x22\xfc\xec\x7e\x18\x63\xe8\x1b\x85\x97\x2b\x55\x6e\x1f\xfe\xea\xb2\xa2\x49\x34\xb7\xb7\x30\x3c\xd3\x7f\x86\x26\xd9\x71\xe6\xe4\x56\x5c\x3b\xc5\x3a\xd2\xdc\xe5\xff\xd9\x75\x7d\x92\x90\x02\x9e\x45\xf2\x18\xcd\x25\xab\x6a\x3a\x80\x61\xf1\x0b\x87\x83\xa3\xd6\xef\x2a\x64\x1d\xba\xbd\xa5\xf3\xf3\x63\xb6\xf3\xf3\x43\x7b\x74\x7e\x7e\x5d\x60\x7a\xed\x4f\xf5\xbd\xda\x3f\x63\xed\x01\x6d\x06\xdf\x5e\x09\xac\xa4\x27\xd5\xce\x9d\x9f\x5b\x4f\xe4\x7d\xcd\xea\x31\x74\x7e\x5a\xc3\x50\x72\x7d\x5a\x62\xa4\xd2\xf9\xf9\xbf\x0e\xb3\xff\x50\x99\x50\xac\x73\x89\x41\x20\xfd\xd1\xe1\x60\xd2\xfa\xbd\x05\xd4\x17\x18\x3c\x46\x46\x65\xfc\xe2\x21\xd6\xd4\x93\xf0\x79\xc1\xbf\x8b\xb6\x40\xf7\x52\x05\xd9\x73\x70\x92\x4d\xb0\xa7\xee\x20\x09\x5a\xd7\x79\x7f\xee\xed\x83\x6d\xed\xef\x19\x97\x47\x3d\xba\x77\x7b\x49\x74\xb3\x7f\x72\xa2\x00\xd5\xd2\x42\x62\x2b\xe5\xa8\x04\xc7\xc5\x7e\xfa\x00\xbb\x73\xf7\x5c\x67\x04\x94\x61\xd8\xee\x8c\xd1\xc8\xff\xf8\x78\x30\x5f\x71\xdd\xf2\x83\xe7\x1d\x61\xa1\x44\x02\xe3\x8e\xa6\x30\x0b\x73\x75\x3e\x0b\xd3\x3c\x6a\xf6\xe3\x30\x45\x4e\x6f\x42\xdb\xdc\xf4\x28\x79\xde\xb5\x92\x8c\xb1\x1f\xf6\x98\x1f\x87\x59\xbe\x94\x86\x90\xa6\x27\x13\x80\xd0\x7f\xf1\xa5\xe3\x3b\x3f\xf3\x2c\x44\x3f\x6b\xda\x40\x63\x05\xe3\xb9\xf9\x84\x0e\x76\x97\x89\x21\x6b\xc8\xa5\xa6\x77\x02\x92\x33\xcd\xb2\x78\x2e\x78\xe6\xed\x2e\xdf\x03\xdd\xd1\xc7\xcb\x82\x7e\x51\x07\x63\x63\xf0\xb5\xf9\x96\x73\xe2\xf8\x6e\x03\xc6\xbf\x14\x3c\xeb\x2e\x38\x21\xd7\x55\x2d\x26\x36\x64\xda\xaa\x17\xf2\x8b\x13\x4c\xbf\x95\x11\x8b\x8d\x30\xc1\xdd\xd5\xe5\x3f\xcf\x60\x14\x2c\x04\xb3\x05\xc8\x40\x5e\x22\xa5\xb0\x0a\x04\x51\x0a\x09\x83\x40\xc6\x7a\x06\x33\x33\xee\x4a\x00\x47\xc2\x29\xfb\x69\x84\x8f\x3a\x19\x04\x4b\x95\x68\xe6\x76\xa9\xf6\x8b\x1f\x39\xe2\x24\x6b\x6f\xc1\x9c\x89\xe4\x94\x5d\x91\xe4\xb0\x6b\xfe\xe8\x91\x60\xa6\xea\x46\xd5\xf6\x59\x7e\x6e\xf4\x3e\xfa\x91\x43\xfb\x92\x6d\xaf\xda\xf0\xf7\x68\x45\x24\x0b\xbe\xab\x52\x1b\x2e\x0f\x49\x66\xab\x24\xcf\x60\x37\x8f\x00\xf1\xd8\x76\x7e\xec\x6b\x28\xfb\x1a\x0a\x21\x55\x27\xdb\x6f\xb0\x77\xfa\x73\x13\xf6\x66\x8a\x93\x6a\xcb\x2d\x55\xeb\xfe\x55\xb2\x87\xb1\xef\x1f\x77\xa0\xa7\xc2\x7e\xde\x91\x69\x74\x9f\x81\x7a\x99\x97\xc9\x05\x9a\x61\x17\xfa\xb1\xf0\xff\x60\x2c\x38\x5b\xba\x56\x01\x3e\x83\x74\xdb\x56\xa8\x59\xaa\x9e\xd3\xb2\x3f\x91\x6a\xf7\xc1\x02\x36\xbd\x03\xeb\x22\x5d\x71\x05\xda\xdf\xd6\xd8\x47\x3d\x76\x75\x52\x7c\xe7\xae\x0b\x67\x33\xff\xbd\x5e\xb0\xe9\xcd\xbb\x17\x69\x9d\xa0\x53\x03\xb6\xea\x30\xe6\xfd\x34\x26\xfb\x2b\x81\xc2\x39\xd4\x70\x90\x74\x07\x33\x9a\x5f\x83\x06\x3d\x03\xe3\xb6\xd2\xcf\x39\x06\xc2\x67\xc6\x63\x52\xe7\xed\x08\xc8\x43\x72\xd1\x33\x01\x63\x61\xde\x69\x70\x1e\x5c\x13\x10\x9f\x5c\x18\xc7\x23\x1c\x65\xec\xcd\x1e\xc3\x66\xfa\xaf\xf7\x82\x8b\x77\x8b\x74\xc5\x75\x98\x58\x21\x13\x76\xe7\x68\xd2\xcf\x95\xac\x4e\xb4\x67\xab\x22\xaf\xf3\x9e\xcc\xd4\x7f\xfb\x79\x9d\x52\x53\xea\x1c\x10\x9a\xea\xbc\x23\xc2\x56\x9d\x32\x58\xb3\xdd\x54\xf0\x95\xe3\xce\x8e\x56\x9e\x06\xa8\x5f\x7d\xad\xe6\xc2\xd7\x7d\xef\xfd\xdb\x9a\xac\xef\x18\xab\xcc\x41\x9b\xb9\xaf\x9f\x8a\x33\x51\x2c\x9c\x38\xe8\x97\x8e\x05\xf7\x98\x3b\x8e\x67\x34\xe1\x70\x9d\xc3\x0d\xad\x51\x63\x7c\x34\xa5\x72\x21\x24\x4b\xd2\xe2\x2b\x6a\xc3\xa3\xd0\x69\x93\x25\xd3\xd8\xf4\x18\x62\x61\xcc\x43\xcc\xe9\x91\xac\x13\xa6\x10\xbd\xe0\xcc\x8f\x97\xd4\xbe\x86\x60\x20\xdf\xcd\xac\x2a\x2a\x0d\xd5\x0e\x4c\x20\x20\x0f\x18\x5a\xe3\xae\xc6\x3e\xd1\x08\x2c\x33\x4d\xe0\xfd\x06\x43\x3e\xf4\xc4\x9d\x62\x60\x0f\xc5\x53\x58\xd1\x6a\xff\x89\x01\x5b\x54\x3f\xb8\xe9\x03\x7a\xea\xdd\x07\xd8\x75\x3b\xcd\xc1\x73\x06\xef\xab\xe3\xc1\x9b\x6b\xdb\x3e\xe6\x60\x94\x74\x20\x42\x25\x3d\x9a\x61\x8a\x54\x52\xf8\x58\x0c\x4a\xa2\xce\x94\xc5\x84\xad\xb6\xda\xaf\xe1\xa9\x15\x08\xb2\x5a\xb8\x1b\x75\x40\xe8\x4d\xec\x1c\xfd\x64\x91\x09\xd6\xe0\x33\x7c\xfb\x7a\x45\x59\x9d\x8b\x0c\x34\xa2\x30\x8e\x07\x75\x1e\xf2\x8d\x34\xec\xf5\x00\xc9\x12\x3e\xa6\xf9\x6d\xb5\x4a\x5f\xca\x8a\x34\xf9\x69\x99\xec\x0a\x75\x74\x12\x30\x5b\x72\xc3\xb1\x78\xbc\xb1\xe9\x1d\x69\xaa\x0f\x0f\xcd\xbb\xdf\xa8\xb1\x3f\xf5\x58\x71\xd3\xff\x7d\x2f\x78\xd8\x9b\xd5\x3f\xcb\x51\x2a\x61\x75\x7b\xaa\x7b\x50\xaf\xe8\x9e\x6c\x19\xa8\x0f\xd3\xa3\x97\x1c\x46\x5e\x84\x40\x4f\xe8\x88\xf2\xe2\x12\x5e\x81\xd6\x38\xda\xd5\x73\xad\xb5\x75\x2e\xb8\xf5\x9e\x5d\xae\x16\x03\xc8\x82\x71\xf9\xce\xe2\xf9\x97\xc7\xb9\x5e\x10\xd9\xb2\x54\xe4\x0b\xfd\x44\x1d\x78\x67\xe3\x30\xcb\x00\x1b\xf2\xa3\x8f\x0b\x7e\xae\x56\xbe\x4a\x02\x75\x08\x0a\x92\xdb\x0f\x02\xd0\xa8\x59\x80\x16\x9c\x2b\x0a\xdd\x54\x18\x72\x39\x8c\xbb\xc2\x9d\x0a\xdb\x67\x15\xa3\x45\x93\x49\x5c\xd6\x77\xf9\x9c\x3a\xe3\xb4\xd5\xb8\x1d\x9b\xbd\x30\x77\xbc\x88\xfa\x80\x0a\xd5\xd5\x68\x6e\x88\x38\x06\xc4\x8d\x64\x40\xf1\x70\x4d\xd9\xed\xc9\x44\x98\x45\xa0\xf1\x83\x81\x18\x13\xb2\x60\x21\xba\xcf\xc9\x9c\x5c\x01\x14\x68\x74\x50\x56\x75\x85\x71\x69\x36\x36\xbd\xab\x52\x7c\xe0\x76\xa4\x3f\x77\xe6\xee\xff\x3a\xc2\xde\x58\x63\x4c\x9d\xd8\x5a\xfd\x38\x4a\x56\xfd\x1f\xaa\xb1\xe9\xad\xcd\xfa\xce\xc8\x2c\x9a\xb7\x82\x4f\x7a\xc5\x0f\xda\xf9\x73\x02\x22\xa6\x8b\x98\x88\x18\xea\x50\x41\x91\x64\xfd\x94\xd6\x5f\x4f\xb6\x5c\x58\x6f\x9c\xe4\x4e\x97\x43\x56\x3e\x96\x86\xbd\xa3\xaa\x42\x1d\xa6\xf3\x65\x22\x04\x08\xb1\x3e\x5a\x30\xcf\x97\xcb\x43\xa0\xa9\x7e\xd7\xc0\x9f\x3a\x30\x64\x21\x40\x8f\xb4\x44\xd6\x60\xff\x58\x63\x87\xe5\xba\x48\x95\x4a\xe0\x7f\xa1\x36\x22\x9f\xdd\xed\x9c\xf3\xf4\x4e\xf0\xee\x9a\xfe\xb3\x1c\x14\x68\xd4\x13\x5d\xfe\x50\x54\xa7\xee\x14\xcc\x50\x6f\x5b\xe1\x42\xee\xb4\x3e\xa3\xd9\xeb\xc8\x5c\x53\xe7\x99\x10\x55\xe7\x13\x91\x74\xc2\xa4\x89\xec\x7d\x93\x6b\xa2\x97\xc1\xa1\x44\xd5\x7c\xf2\xc4\xd4\xf4\xd3\xa7\x4e\x9c\xb8\x61\xa2\x27\x5b\x13\xba\x46\x8d\x6e\xab\xe4\x2c\x87\xe6\x4d\xc4\xea\x40\xa3\xa6\xb1\x6c\xdb\x61\x7c\xeb\xd3\x8d\xe9\xeb\x09\x2e\x3a\x43\x95\xa4\x23\x21\xea\x16\x64\x2b\x9d\x3f\x91\x07\x2a\xa1\xc8\x5e\xc1\x17\x64\xcb\x74\x11\x85\x23\x36\xd8\xe7\xc7\x59\x69\xe2\xfa\x1f\x1f\x0f\x7e\x73\xfc\x82\x73\xad\x14\x39\x60\x71\xc9\xd2\xbb\x1a\xbc\xa6\xa0\x4d\x29\xf2\x4a\x66\x2f\xcc\x95\x56\x28\x2e\x2e\x08\x39\x35\x4c\xa4\x30\x3b\x0d\x2a\x0a\xf6\x37\xa6\x9c\x13\xde\x35\x05\x97\xc2\x0c\xd5\x70\x49\x24\x21\x54\xc7\xf2\xef\x82\x0f\x39\x75\x68\x70\xe2\xb6\x33\x73\x10\x04\x50\x1c\xd3\x47\x09\x86\x22\x5c\x0f\xa3\x18\xba\x49\x02\xb3\x6e\x3a\x80\x12\xb1\x83\xcd\x93\x1a\x1d\x4e\x6f\x1c\xf0\xaa\x92\x63\xeb\x61\x2c\x50\xc7\x2a\xde\xc5\xb9\x62\x61\x6a\x53\x31\x00\x54\x2e\x5a\x3c\x48\xfb\x49\x33\x28\xb1\x55\x9b\x1e\x53\x37\xf9\xf9\xd9\x39\xd3\xbb\xc7\x70\x53\x4a\x10\x0f\x07\xd3\xd2\x0a\x74\x88\xe3\x43\xb0\xd5\x08\xae\xee\xe0\x6d\x68\x00\x06\x47\x98\xe9\xe1\xed\x96\x03\x75\xeb\xd0\x91\x32\xed\xea\x2e\xae\x8c\xd7\x25\x31\x4e\x54\x96\x34\x1d\x0b\x99\x68\x6f\x6b\x6f\x3b\xc8\x9e\xbc\x03\x09\xe7\xbf\xe4\x60\xb0\x64\xc9\x38\x77\xde\x6d\x21\xe7\x80\x9e\x0c\xe4\x14\x49\x17\x5c\xcb\xce\xda\x75\xc4\xf1\x4f\x1c\x60\x7f\x59\x63\x8f\x53\xef\x2c\x42\x68\x9f\x4c\xfd\x4f\xd4\x82\x5f\xae\xd9\x57\xe0\xb4\x93\x51\xbc\x1f\x8e\x8d\xee\x26\x8d\x7d\x24\x93\x2a\xf9\x38\x24\x05\x01\x2f\x20\xb3\x15\x0b\x47\x46\x36\xc3\x04\xd7\xf0\x4a\x49\xf6\x22\xa4\x31\x66\x57\x59\x71\x39\x19\x55\x70\x78\x5b\xe2\x4e\xfd\x21\x9d\x3e\x5d\x2d\x22\x9c\x7a\xb2\x75\xd4\x02\x4d\xb6\x1f\x6e\xf0\x99\x04\x42\xce\xdb\x71\xd4\xcc\x29\x11\x1d\xe9\x44\x2d\xac\x00\xc8\x51\x30\x18\x53\xdc\x10\x59\x8c\x0c\xd0\x7f\x47\x8d\x5d\x91\xcb\x98\xb0\xf0\x32\xff\xcd\xb5\xe0\x57\x3c\xeb\x02\x2e\xc1\x5e\x0f\x39\xc1\x8f\x89\x8b\xcd\xb8\x0f\x11\xbc\xad\x3e\x50\x95\xe6\x22\x3b\x0e\x81\x95\x3b\xd8\xbe\x5a\x48\x5e\x68\x2a\x56\xe7\xa2\xdd\x16\x4d\xb5\x6a\xe2\x01\xef\x27\x91\x4c\xb4\x2d\x8f\x0e\x85\x34\x7e\x58\x1d\x17\x3b\x01\x99\x56\x45\x79\x1e\xed\xd4\x2f\xaa\x4f\x05\x4b\xa6\xa9\x3b\x0c\xe3\xfa\xd4\x61\xf6\x44\xab\x9c\x74\x25\x6c\xaa\x72\x2e\xc8\x58\xf8\xbf\x76\x38\xe8\xa8\x3f\x50\x0f\x33\xfa\x6b\xab\x6e\xb2\x61\xc0\x26\x45\x49\x86\x0b\x80\x6b\x7e\xa1\x1f\xeb\x29\x4a\x31\xeb\x16\x80\x19\x80\x92\xf5\x93\x28\x47\xa4\x12\x55\xf6\x6d\x11\x44\x50\xbb\x4b\xe6\xd3\x07\xf7\x4d\xde\xfb\xb8\xc0\xff\x7f\x08\x76\xcd\xd9\x81\x54\xad\x18\x7f\x2d\x98\xc0\xa5\x83\x8a\xb6\x52\x1b\x50\x8d\x2a\x16\x95\xa1\xdd\x51\xeb\x66\xe7\xa2\x41\x2f\xe9\xa2\xa8\xdd\xc6\xc1\xa9\xef\x6d\xe5\xe1\x85\xd2\x5d\x83\xa2\x76\xf6\x7e\x7a\x9c\xdd\xbc\xad\xd5\x71\x51\xc4\xed\x45\x44\xe6\x9a\x01\x6b\x58\x01\x7e\xee\xbf\x71\x3c\x78\x8b\x37\xe2\x01\x9c\xd0\x15\x84\xf6\x64\x57\xa3\xa9\xd6\xe0\x65\xf2\x1e\x6d\xb5\x9b\xb1\xab\x34\x93\xe3\x0c\x12\x48\x9f\x6c\x19\xf7\xb6\x7a\xcc\x10\xfe\x88\xdc\x11\x5f\x7f\x5e\x63\xbf\xe8\xb1\x6f\xb2\x6c\x86\xc5\x4b\xfe\x83\x1e\x3b\x35\x12\x8c\x7d\xa4\x65\xb6\x28\x28\x38\x57\x79\xd9\xb2\xc5\xda\x66\x5a\x3c\x66\x38\xf6\x53\xb7\x93\x54\x8d\xfd\x74\xb8\xba\x6f\xf0\xd8\xcc\x2e\xab\x5b\x51\xd7\xc5\xed\xba\x72\x54\xad\xb7\xaa\xf1\xbf\x8e\xb1\xeb\xdd\xca\xc8\xac\x19\xc6\x18\x9f\xd6\x98\x4d\x65\x96\xd1\x76\x51\xca\x61\xf2\x3f\x38\x16\xac\x8c\xb8\x5f\x98\x13\xaa\xc9\x4b\x62\x91\x03\xd1\x10\x51\xd6\x0c\xe8\xe0\xd7\x16\x69\x0a\x9c\xff\x84\x68\xbc\xe9\x81\x00\xa6\xb4\x7a\x67\x86\x7c\xa0\xc6\x6e\x70\xf6\xb7\x63\xc1\x93\xc8\x9e\x9d\x59\xf3\x58\x63\xa1\xda\xb2\xe9\x0d\x1e\xc9\xf5\xd7\x7a\xc1\x4b\x3d\x90\xeb\xa5\xa7\x6f\x7a\x0c\xa5\x66\xe0\xc6\x1c\x62\xba\x7e\x2b\xb8\xa7\x0a\xd1\x75\xa8\x5e\xd5\x96\xad\x7e\x26\xd2\x89\xd5\x7e\xd4\x12\x93\x05\x27\x50\x36\x8c\xdc\xfa\x55\x8f\xfd\xfb\x2a\x28\x0f\xd9\x12\x14\x6e\xed\x7f\xca\x0b\x6e\xb4\x7e\x57\xa7\x15\x15\xbe\x8a\x96\x38\x9a\x19\x66\x2a\x13\x08\x72\x88\xae\x38\x03\xf8\x7d\xec\x38\xd3\x37\xfc\x7f\x1f\x3c\x61\x49\x1f\x0c\xf5\xeb\x76\x4d\x2f\x50\x24\xc2\x1d\xc1\x2d\xf3\xd6\x33\x60\xb7\xac\x6b\x99\x74\x3b\xa5\x41\xd6\xf9\x69\xa2\xec\x9a\x5b\x00\xcc\x89\x44\xff\x2a\x03\x5e\x3e\x69\xf8\x88\x63\x2c\x14\xfe\xeb\x6a\xc1\x05\x73\x00\x47\xb4\xa8\x7e\x3a\x94\xc2\xb8\x4b\x6b\x85\xab\xa5\xfd\x82\xc7\xde\xee\xb1\xc3\x3d\xd9\x3a\x13\x5d\x14\x2d\xff\x4d\x5e\x30\xbf\x40\x3f\xca\x1f\x6a\xd3\xc5\xdd\x7d\xee\xed\xbb\x4c\xc8\x6f\x98\xb5\xf7\xec\x7e\x98\xe4\x51\x3e\xb0\xcf\x06\x5f\x3a\xc8\x16\x8b\x97\xc5\xc5\x5c\x24\x00\x31\x62\x11\x83\xd8\x41\x48\xc5\x03\x20\x4e\xfa\x59\x2e\xbb\x5a\x8c\x2d\xf6\x57\x8c\xd2\xe5\xff\xc8\xc1\xe0\xb9\x5b\xdf\x76\x89\x84\x30\xa8\x45\xed\x2f\x4a\x54\x01\x28\x65\xf1\xa4\x9a\x89\x6e\x41\xa5\xa3\xe4\xdb\x0e\xb0\x2f\x7a\xec\x00\xbc\xea\x7f\xd6\x63\x62\xab\x9e\xb9\x5c\x8d\x03\x88\xf2\x60\x1d\xeb\x6a\x27\xbf\x08\xde\x84\x77\x8a\x21\x25\x3d\x1a\xbe\xc5\x43\xbe\x3c\x09\x2f\x2d\xdb\x2d\xd4\xa9\xa0\x79\x3f\x4d\xc0\x85\xb4\x6c\xc9\xec\xc9\xf5\xe9\x65\x84\x44\xd7\x2a\x3a\xfb\x95\x31\x13\x1e\xf4\x8e\x31\xd6\x7e\xd4\x1b\x8b\x64\x27\x1f\xaa\xd1\x28\xed\xb6\xbd\xf0\x96\xd3\x60\xca\x02\xa2\xac\xdd\x93\x7c\xba\x61\xab\xbf\x95\xc5\xf6\xd2\xa8\x1b\xa6\x03\x2b\x79\x09\x32\xdc\x0d\x68\x1b\xbd\xb6\x6c\xbe\x96\x87\xc9\x7d\xa1\x16\xb5\xfa\x70\x73\x62\xfb\x0f\x55\x56\xb8\xe2\x6b\x61\x32\xc8\x3b\x70\xc4\x23\xf0\xcb\x30\xd9\x41\x0d\xd8\x83\xd7\xb1\x1b\x77\x40\x43\x89\x1a\xc3\xb9\x7e\x0e\x91\x69\xc4\x9d\xe9\x7f\xea\xda\xe0\xbb\x4b\xd7\x6c\x1f\xb3\x65\x0c\x30\x1c\x40\xfa\xfc\x5c\xac\x26\x40\xd4\xef\x99\x83\x7f\x94\xab\x73\x7f\x0c\xd6\x1d\x59\x60\xdd\x3c\xae\x69\x11\x75\x3a\x8b\xed\xf7\x4f\xb0\x77\x8e\xb3\x27\x9a\x4f\xa1\xde\x49\x1b\x76\xe6\xbf\x7e\x3c\xf8\xa7\xb1\x99\xea\x9b\xa0\x98\x26\x5c\xa6\x98\xc3\xae\x3d\xd9\x3d\xa3\x23\x2c\x97\x5e\x5c\xd6\x3b\x3f\xce\x35\xdd\x66\x71\xb1\x07\x71\x61\xe0\xeb\xd6\xac\x84\x91\x3a\x1a\xa4\x03\x4d\x8c\xd7\x8e\xd2\x2c\x37\x8a\x83\xcd\x40\x45\x08\xda\xc6\x56\x94\x81\x25\x3d\xa1\xfd\xc6\x3a\x39\xdb\xb0\xdb\x3a\xd5\x0a\x4a\x70\xec\xe7\x45\x1d\xea\x43\x70\x94\xed\x30\x8a\x8b\xf3\x89\x9e\x85\x73\x36\x34\x4f\xcb\x0c\x95\x6b\xb9\x2d\x8c\x6e\x9a\xba\xcc\xd4\x4a\x8d\x60\x4b\x0a\xc4\x8d\x30\x89\x6f\xc9\xa0\x78\x02\xd9\xa3\x68\x86\xab\x0a\x2e\x52\x05\x2d\x8a\xc6\x82\x27\xaa\xa8\x2a\xb8\xa5\x1d\x48\x60\xd8\xa4\xc2\x28\x56\x9b\x24\x31\xb4\x19\xef\x56\x2e\xf9\xf2\xf3\x8f\xd2\x64\x3d\xfa\x82\xe5\x91\xee\x75\x8f\x5d\x49\xe5\xe0\x81\xcb\x7f\xa3\x17\xbc\xc6\x3b\x63\x5f\x32\x5b\x42\x47\x6e\xb8\x06\x03\xc0\x2d\xb7\x0e\xd2\xc5\x3c\x37\xf2\x20\x4c\x85\xc1\x7b\x9d\x28\xfa\xac\xb0\x57\xcf\xe1\x12\x96\x29\x57\x1f\x75\xf1\xb3\xf0\x9e\xa3\x48\xfc\xa5\xc6\xe1\xff\x8c\x17\x7c\xcc\x2b\x83\x9d\x0e\x2d\xb4\x06\x7a\xb3\x0b\xac\x86\x36\x24\xaf\xbd\x48\x27\xaf\xd5\x39\x12\x8a\x02\x86\x30\x75\xa4\xa3\xe4\xd5\x09\x19\x35\xb0\x9e\x08\xaa\xb2\xfe\x0d\x61\xa4\x1a\x2c\xa7\x88\xaa\xa7\x65\xba\x1a\x26\xfa\x24\x52\x4d\x56\xff\xba\xc3\xea\x84\x13\x25\xeb\x44\x0a\x4b\xe3\xf3\x2f\x87\x82\xbf\x3a\x34\x7c\xbd\x92\xcd\xca\x62\x10\xb5\xd0\x2a\xd0\xca\x6e\xf2\xba\x11\x2d\x1b\x60\x81\x11\xa1\xc5\x80\xc8\x58\xc3\x89\x3c\x5d\x50\xd9\x99\xe1\x31\x0c\xe6\xc5\xba\xe1\xe1\x9f\x6b\xcf\x0b\xd1\x12\xad\xa0\xc1\x18\x5c\x3f\x39\x3c\xab\xc9\x8a\xa2\xab\x62\x52\xfc\x01\x8b\x14\xac\xf1\xa3\xaa\xc0\x98\xfe\x46\x45\xd1\x45\xb1\x65\x54\x81\x08\xa1\xf4\x31\x76\xd9\x6a\x6f\x69\xe6\x9a\xef\x68\x98\x5a\xb2\x28\x21\x63\x99\x7a\x30\x07\x1b\x6f\xc6\xbb\xb2\x85\x52\x68\x45\xfb\x51\x8b\x62\x90\xd0\x2d\xa3\x74\xce\x1c\x88\x94\x01\xa4\xbd\x90\x2b\x61\x1c\x37\xb4\xec\xd4\x66\x72\xe3\xed\x30\xdc\xa7\xfc\x1a\x75\x6e\x07\x88\xda\xa8\x25\xba\x3d\x99\x8b\x24\xaf\x73\xf4\x5c\x41\x4a\x3d\x9c\x32\x29\x26\x57\x7d\x69\xa0\x24\xf7\x7a\x24\xfb\x59\x3c\x30\xf5\xd5\x74\x75\xd7\xe0\x54\x34\x10\xe7\x56\xbf\x14\x53\xca\xd0\xb6\xac\xf6\xc3\x34\x4c\x72\x61\x5c\x94\xa2\xb0\x4c\x34\xf8\x35\xaa\x87\xb6\x28\x20\x15\x19\x50\x9f\x24\xbc\xdd\x4f\xa1\x6f\xb0\xb7\xf4\x7d\x92\x61\x58\xed\xba\xee\x94\xcc\x90\x99\x0e\x7d\x59\x15\xbe\xa6\x46\x75\x35\x8c\x12\xf5\xed\x0d\xa7\xe7\xd0\x1a\x5f\xf4\x1a\xa1\x17\xa4\x42\xef\x6a\xb9\xe4\xdd\x28\x89\xba\xd1\x7d\x62\x47\x5d\xa0\x3e\x61\x93\x9c\x1a\x5b\x2c\x0d\x69\x18\xc7\xbc\xdb\xcf\x2d\x3b\xbd\x55\xe5\xa6\xec\xf6\x30\x9a\x0b\xc9\x60\xf5\x06\x64\xdb\xdf\x0b\x42\x69\x42\xf2\x61\xcc\x96\x7d\xb4\xa6\x5c\xc0\x90\x71\x6d\x7f\xfb\xf3\xf1\xe0\x81\x71\xb4\xb3\x15\x9a\xc6\x86\xea\x08\x4b\x87\x50\xdf\x40\x15\x96\x94\x8c\x49\x47\x7f\xb7\x97\x4e\x33\x4c\x05\x45\xd8\xa3\xeb\xa4\xe2\x06\x74\x81\xe1\xed\x89\xda\x88\xfc\x9b\x37\x3b\x22\xe3\xf7\x86\xc9\xe0\x5e\xae\x2a\xd4\xe0\xb7\xcb\x0d\x01\xbb\x5a\x44\x3a\x05\xce\x53\xa1\xce\xe4\xfc\x6e\xd3\x13\x46\xa7\x30\x4b\x40\x89\x0f\xad\x47\x0d\xdf\x85\x5d\xa6\xd7\xcf\x8d\xf1\xd7\x50\xf1\x26\x08\xd5\x9d\x6b\xa2\xda\xa6\x31\xd3\xaa\xbd\x6a\x1d\x81\x79\xd4\xdb\x9a\xed\x45\x0f\x4f\x3c\xe0\xc8\x29\x64\x70\x9b\x61\xd5\xd6\xf7\x50\x4b\x98\xbf\x62\xbd\xf0\x66\x4a\x5b\xfd\x33\x5a\xae\x52\x3e\x8a\x8f\x68\x12\x76\x47\xd3\xb0\xbf\x53\xf9\x40\x15\x1e\xec\x39\x76\x27\x9b\xdb\x35\xbb\x3a\x19\xc2\xfa\xb1\xb8\x27\xca\x3b\xe7\xcd\x0c\x62\x6f\xac\xb1\xab\x94\xb8\x94\xfd\x7c\x51\x34\x65\xd2\xca\xfc\x57\x1a\xda\x85\x2f\x7b\x4b\xce\xad\x72\x0a\x3d\xde\xac\xa0\x5f\x9f\x31\x32\x51\x3f\x03\x88\xf4\x59\xbd\x34\x25\xe3\xd8\x88\x74\x02\xce\xe2\xb2\x40\x25\x2c\xee\x83\x8e\xe4\x50\x38\x94\x55\xa3\x25\xeb\x5b\xe8\x4a\xd0\xc6\xd0\x15\x91\x6f\x08\x91\xf0\x69\xe8\xef\x6b\xa7\x78\x86\x8d\x71\xd4\x29\xeb\xb2\xc3\xa8\xf0\x66\x8f\x39\x0a\xb9\xff\x43\x1e\xbb\xe3\x12\x7b\xbf\x82\x88\x3f\xb8\xd5\xa1\xe5\xb7\xd5\xb0\x5c\x5a\x0c\x58\xa2\x00\x58\xc2\x0e\xd6\xfa\x04\xfb\xb1\x43\xec\x0a\x58\xa2\xa4\x3c\x3c\x70\x28\xf8\x97\x83\xd6\x05\xb7\xcc\x8e\xe0\x01\x88\x97\x00\xf5\xe9\x28\x33\x4e\x73\x44\xb1\x8c\x92\xa6\xec\x42\x64\x03\xcd\xe3\x6a\x6d\x00\xcc\xd7\x81\x1a\xab\xe0\xb4\x89\x01\x50\xea\xc0\x04\x5a\xb6\x4f\x52\x71\xa1\x21\xdb\x04\x17\x2f\x4a\x14\xbd\xc3\x68\xc9\x12\x5a\xda\x7e\x0a\xf2\xc5\x89\x1e\x88\xda\xbc\x25\x7a\xb1\x1c\x20\x65\x36\x39\xf1\xcc\xce\xbc\x1e\x85\xea\x1c\x95\x4d\xae\x4f\xd7\xf5\x1f\xd0\xdf\xa8\xa7\x15\x47\xed\xe2\xfa\x4a\x3f\x37\xdd\x80\xf5\x42\x55\xbe\xc5\x97\xc3\x5e\x04\xb8\x7d\xd9\xc9\xe7\x07\xaa\xb0\xe0\x05\xaa\x50\x6d\x15\x55\x57\xd7\xa7\xd5\x35\x23\x63\x4f\xf2\xe7\x07\x56\xf5\x82\x17\x2c\xd7\xad\x56\xab\xe3\xaa\x55\x25\x0e\xed\x2a\x57\x88\x48\xeb\x49\xa0\x81\x6b\xdd\x3d\x27\x60\xbf\x9a\x7e\x1e\xee\xdc\xa8\xad\xfb\x23\xb3\xcd\xd3\x44\x74\x14\x25\xd0\xad\x59\x9d\x2b\x01\x8d\x1d\x46\x81\x8a\x6a\x95\x81\xdf\x44\xd5\x8c\x0e\x31\x8f\x7a\xf7\x83\x0e\xf9\x75\xd7\xfd\x88\xf2\xb6\x2e\xd2\x9c\xc2\x0f\xf0\x45\x34\x8d\x55\x8e\x89\xb3\x97\xe3\x8a\xb0\xb7\xf2\x4f\x1f\x61\x4f\x30\x2e\x6a\x13\x68\xf1\xe1\x23\xec\x99\x97\x92\x31\x12\xae\x88\x58\x17\x12\xdc\x7f\x64\xbe\x5c\x30\x6f\x89\x66\xd4\xb2\xcf\x06\x45\x1c\x8c\x96\xb7\xb0\xe5\x18\x65\x57\x4b\x53\x9b\x45\xa4\x08\x09\x45\x99\x1e\xea\x54\x30\xb3\x58\x31\x78\x40\x87\x4d\xcc\x39\xfa\x73\x94\x67\x22\x6e\x97\x9c\xf3\x28\xf2\xe1\x75\x0a\x96\xeb\x89\xb4\x2d\xd3\x2e\x7e\x9d\x8e\xe6\xc6\x01\x89\x01\x27\x43\x25\x67\x66\xca\x6a\x9d\x20\x6b\xca\x9e\x65\xc1\x05\xc4\x1a\xdc\x96\xb3\xb5\xa8\x97\x95\xc6\xea\x8c\x4b\x2f\x51\xdd\x35\x03\xa3\x63\x17\x14\x65\xd8\x1b\x9a\xc1\xbf\x64\x1c\x0e\xd2\x7e\x02\x41\x6a\x81\xd2\x32\x83\x29\x94\x88\xd3\xc1\x4d\x1c\xdc\x31\xb0\x75\x65\x22\x77\x3a\x0d\xe8\x9b\x00\xed\x25\x3b\xc9\x83\xa1\x09\x12\x9c\xe4\x2f\x66\x9c\x07\xd0\x61\xa7\x2f\xf6\x52\x81\xb0\xd3\xc1\x49\xfe\x7c\xc6\x39\x87\xbb\xea\xff\x82\x35\x31\x08\x4e\x5a\x55\xa8\xeb\x1b\xa8\xc1\x41\x51\xc1\xbc\xcc\xe7\x92\xe2\x16\xca\x70\x53\x16\x5c\x9b\x32\xb7\xb9\xaa\x3b\xfd\xfd\x02\xf8\xf7\x7b\x99\xfa\xeb\x7b\xd5\x71\x4c\x2b\xb1\xd8\x32\xe2\xa9\x80\xe5\xbb\xfb\xbe\xac\x22\x01\x0d\x44\xb2\x1e\xa5\x32\x51\xeb\x18\xbb\xb3\x97\xca\x16\xf6\x68\x96\x87\xab\x51\xb2\x1a\xdc\xf4\xd8\x75\xab\x5d\x9b\xca\x9e\xdd\xae\x5b\xa1\xf6\x56\xcf\xea\x36\x54\xf7\xef\xa2\x15\x49\x79\xe9\x9c\x82\xb8\x78\x26\x61\xf1\xc2\x91\x9b\xa6\x3c\x84\xef\xc1\x4d\xd3\x5f\x59\x21\xc0\xb4\x64\x03\x54\x29\xee\x48\x1a\x03\xf4\x46\xab\x1f\x42\xfc\xc0\xfa\xda\x60\x5f\x3c\xc0\xae\xc2\x0f\x17\x51\x64\x07\x2e\x83\x70\xfb\xe1\x03\xe7\x9d\x52\x77\x22\xd9\x8c\x30\x73\x0f\xf4\x9d\x30\x2b\x24\x8f\x96\x2c\x6e\x9d\x01\x4e\x4b\x73\x94\xe3\xd1\x53\xa9\x8d\x92\x66\xa5\x8c\x5b\xe7\xe9\x4c\x98\xb4\x78\x22\x36\xce\x5b\x18\x92\x66\xe3\xa8\xd8\x1f\x4c\x40\xa0\x05\x1d\x5a\x68\x59\x6d\x2e\x22\x68\xcb\x48\xe9\x3a\xc3\x93\x7e\x1c\xeb\x67\x8e\x15\x75\xd1\x48\x8c\x40\x44\xd2\x26\xfe\x13\xe0\x68\x2b\x6a\x58\x7a\x06\x73\x8f\x8e\xab\x67\x8a\x3d\x40\x47\x45\x29\xd9\x06\xf9\x3f\x14\xee\x77\x2c\x8e\xd6\x80\xd0\xca\xec\xac\x17\x64\x1c\xaf\x84\xcd\x35\x8e\x8c\x3d\xb2\xb5\x90\xca\x8b\x83\xf3\x3d\x3a\x86\x42\x71\xc7\xb5\x98\xac\x68\x72\x83\xdf\x45\xc1\x74\xf4\x69\xb3\x6e\xb5\x62\x68\x0f\x27\x1e\xf2\x27\xd4\x39\x6d\x45\x60\x1c\x9e\x48\x5a\x90\x09\x82\x31\x3e\x4a\xc4\x57\x9b\x03\x31\x04\xb8\x38\x42\xea\x51\xdf\xdb\x5c\xff\xd4\x18\xbb\x42\x35\xe9\x34\xc4\xd3\x65\xfe\x47\xc6\x82\xf7\x8d\x2d\x16\x17\xf0\x70\xba\x85\x61\x4e\xcd\x42\x00\x9f\xc7\x68\x3c\xa5\x52\x37\xd5\x6a\x0e\xdd\xb8\xde\x93\x3a\x69\xbc\xce\xe7\x65\x22\xea\x7c\x51\x76\x05\xfe\x7d\x3e\x39\x95\x0e\x2e\xf4\x93\xc2\x96\x84\xbc\xa9\x56\xa1\xfc\xdc\x5d\x8b\x4b\x0e\x00\x24\xd0\xf2\x34\xa3\x38\x22\xb3\x36\x64\x98\xd4\x79\x16\x25\x4d\x61\xe9\x48\xc6\x8c\xf2\x42\x03\xf2\x18\xf2\x76\x1f\x9c\xb3\x76\x5a\x57\xd1\xd3\xcd\x0e\x20\x7a\x92\x7f\xc3\xa9\x04\xe0\xcf\xb5\x25\x9c\x90\x8d\x5d\xa7\x9f\xb4\xc0\x98\x74\x41\x1f\x8d\x8d\xcc\x6f\x61\xab\x42\x1d\x76\x61\x0e\x83\x61\x3f\x97\x13\x45\xb0\x65\x1b\x8d\x5e\x5a\xed\x2d\xac\x81\xd4\x09\x7a\x14\x6e\xb9\x45\xf7\x21\x30\x58\xc8\xae\x70\xad\xcd\x55\x59\xf9\xaf\xbd\x85\xfd\xbb\x51\x7c\x71\xfe\xdf\xdc\x1c\xcc\xcc\x18\x6b\x65\x0f\xa3\x32\x89\x13\xce\x26\x11\xb0\xf7\x45\x25\x9f\x0c\xa1\x01\x26\x97\x0d\xc7\x5c\x3c\x78\x33\xfb\xec\x38\x1b\x0f\xd3\xd5\xcc\xff\xc4\x78\xf0\x2b\xe3\x33\xe9\x6a\xbf\xab\x31\xfa\x31\x6c\x2d\x4f\x07\x16\x36\x2c\x92\x56\xa2\x29\xfb\x68\xc6\x67\xcf\x9d\x32\x27\xb8\xa8\x9a\x8d\xb9\xc1\xef\x0e\xd3\x08\x66\x9a\x95\x56\xf5\x94\x63\x77\xcf\x5c\xb8\x77\x7e\xe6\xdc\xe9\xe3\x18\xc7\x7d\xb1\x17\x42\xfc\x69\x41\xf4\x6b\xb3\xe1\x59\x7b\x21\xf9\x50\xd6\x75\xa1\xb6\x21\x26\x93\xf1\xba\x66\x68\x2d\x40\x78\x69\xfa\x44\x49\xaf\x9f\xeb\x58\x3f\x13\xb0\x9d\xa0\x5f\x8f\xc2\xb2\xed\x6a\x65\x83\x24\x0f\x2f\x1a\x98\xe1\xac\x19\xf6\x8a\x50\xde\x96\xec\xab\x8f\x3f\xe5\x29\x75\x1e\x89\x93\xfc\x29\xd6\x8b\x0d\x7e\x9a\x9e\xb5\xda\x8b\x16\x69\x50\x0e\x57\x8a\xd6\xaa\x63\xc4\x6a\x98\xb6\x62\xa2\xcf\xb0\x15\x61\xd3\x40\xc2\xf5\x85\x18\xeb\xbc\x32\x3e\x70\x67\xe9\x51\x79\x98\xad\x65\x93\x51\xa2\x86\x7e\x42\x69\xba\x13\xd6\x54\xc2\x2d\x53\x4c\xa8\x03\x3f\xf0\xd1\xd1\x44\x98\x30\xa3\x30\xf9\x64\x0a\x44\x98\x08\xcd\x53\x51\x32\x11\x4e\x64\x1d\x11\xc7\x23\xdc\x3f\xf7\xd7\xd8\x95\x71\xb4\x2e\x12\x91\x65\x40\xbf\xe9\xff\x9d\xc7\xbe\x6b\x7b\x42\x3d\xf5\x68\xf0\xb0\xb7\x20\xd2\x48\xb6\xa2\x26\x92\x07\xc2\x66\x63\x66\xbd\x2e\xb6\x61\xe5\x28\x15\x60\xee\xc4\xc1\xa9\x45\x3b\xbe\xdf\x0e\x23\x25\x8c\x2f\xb9\x17\x8d\x1e\xa4\xd4\x9f\x58\x86\xad\x6c\xb2\x27\xf1\x3f\x13\x71\xd4\x16\xcd\x41\x33\x16\x4f\x36\x55\x9c\x80\xaf\x66\xec\x41\xed\x52\x7a\xb5\x17\x7c\x9f\x1d\x09\x54\x34\xa6\x30\x41\x40\x4c\xf0\xa5\x53\x39\xf2\x63\xe6\xdd\xe3\xdb\xd1\x3a\xbe\xd4\x63\x63\x79\x3e\xf0\xef\x0b\xe2\x7b\xec\x9d\xc3\xaa\x16\x3a\x75\xc2\x38\x96\x4d\x64\x2c\x5c\x5a\x7a\x2e\xe8\x77\x78\xd8\xaa\xf3\x30\xce\xa4\x4e\x45\xc8\xf8\xd1\x2c\x6f\x45\xc9\x51\x92\xbc\x79\xda\x17\x0e\x49\x79\x45\x5a\xdc\x7f\xf1\x18\x23\x65\xf2\x54\x94\xfa\xef\xf2\x82\x9f\xf1\x6c\xea\x5c\xba\xc7\x5b\x51\x0a\xdb\xe4\x80\x9c\xb6\x79\x99\x94\xb9\xa8\x34\xe5\x6d\x1c\xcd\x0c\xe1\xb6\x9d\xa1\x61\xf6\x59\xc8\xfe\xc0\x63\x37\xd8\x3c\x45\xcb\x86\x98\xa6\xde\x06\x62\xdd\x6d\xba\xf1\xab\xe3\xec\x10\x2d\x0a\xff\x6f\xc7\x83\x8f\x8f\x9f\x36\x72\x13\x89\x0b\xc1\x35\xc2\xc5\x45\xd1\xec\xeb\x33\x07\x9a\x94\xd5\xe2\xa9\x14\xad\xa7\xe7\x97\x2e\x3c\x77\xe1\xfc\xdc\xfc\xd2\xbe\x84\xdd\x97\xb0\x23\x25\xec\x0f\xd5\x34\x0f\xee\xcb\x6a\xc1\x3f\x7a\xa7\xac\x89\x44\xe0\xbd\x7b\x25\xbe\x2d\x25\xc7\x69\xc6\xf0\x82\xda\xa7\x13\xad\xaa\x6e\xc5\x7c\x39\x5c\x4e\x36\x9b\x17\xa4\x99\xe2\x42\x54\x0a\xf7\xba\x48\x53\xa5\xb4\x95\x56\x19\x24\x49\x69\xb9\x0a\x37\x53\x19\x43\xee\x17\x9c\x06\x4e\x59\x46\x40\xa5\xfb\x01\x8f\x6e\xbb\x1f\x2f\x8a\xdc\x0d\x2e\x7c\x9b\xc7\x8e\x18\x59\xec\x6f\x7a\x3b\xe0\x1e\x3f\xab\x1f\x0f\xe2\x99\x26\x79\x0f\x75\x36\x98\xd5\x0e\x54\x61\xb5\x4c\xcc\xc3\x35\x98\xfb\x88\x7a\x8f\xd9\x74\xf6\xe6\x44\x45\x82\xd1\x33\xaf\xdc\x74\xd8\x4f\xd5\xd8\x55\x86\x1f\x17\x77\xc7\xd7\xd4\x76\xbc\x3b\xfe\xf7\x91\xbb\xa3\x86\x5a\x37\xe5\x57\x6f\x93\xc8\x69\x02\xbe\x2b\xfd\x86\x85\x63\xfe\x75\xb0\x77\xfe\xc1\x38\x7b\x9c\x4d\xdf\xed\x7f\x68\x7c\xc7\x3d\xf4\x86\xf1\x45\x87\xf8\x7b\x08\xac\x1a\xa8\x64\xe1\x7c\x64\xb8\xc9\xc1\x1e\x6c\xc8\xce\xcb\xec\xff\x89\x24\x3f\x3c\xd6\x8e\x64\x2b\xc9\x75\xcd\xbf\x0a\x3b\x28\xfa\xff\xdc\x92\xc9\xac\x18\x65\x76\x97\xd6\x4d\x45\x86\x94\x97\x3a\x7f\xa1\xda\xe4\x43\x33\x12\x8e\x26\x05\xaf\xa3\x64\x1d\xe6\xd3\xa0\xed\xc1\x62\x54\xc0\x4f\x5a\xf9\xe0\xd4\x05\x2b\x62\x35\xc2\x18\x53\xcc\xdb\x87\x34\x35\x33\x20\x75\xe4\xc3\x89\x72\xda\x2f\x61\xd6\x87\xc0\x8e\x4b\x10\x6d\x92\xc3\x82\x05\xdc\x20\x99\xf2\x8d\x30\xed\xf2\x90\x37\xc3\x66\x07\x6c\xaf\x61\xa2\xf3\xc2\xc0\x7c\x37\x98\x20\xf0\x39\xed\x02\x2c\xaa\xff\x98\x4e\xab\xbf\x18\x63\xdf\x62\x11\x6c\x9f\x43\x50\x38\x72\x62\xfd\xd6\x58\xf0\xab\x63\x73\x34\x5b\x8c\xe7\xca\xe6\xe3\xd6\x20\x72\x45\xd0\x4b\x4f\xf6\x90\x86\xbd\x81\x10\x20\x45\x92\x6d\x99\x54\x63\xf8\xab\xc0\x55\x28\x4d\x11\x65\xd5\x10\xa3\x2f\xf5\x27\x65\x82\xe6\x21\x9a\x58\x20\x0c\xc9\x1b\xd9\xe0\x67\x42\xb4\x93\x2c\xc9\xb3\x72\x35\x3b\x9f\x9c\x4e\x53\x99\xba\x75\x01\xf8\xb9\x66\xa7\x9f\xac\x95\xd4\x69\xb9\xca\x65\x3f\x57\x9b\x38\xcd\xb6\xaa\x06\xb7\xa3\x58\x18\x08\x78\x73\x08\x2f\x4a\x11\x17\x23\x9b\x15\x18\xe2\xb7\x70\xef\xb7\xcb\x57\x13\xac\x1b\x91\xa7\xe3\xc4\xd4\x75\x37\xf2\x95\x01\x30\xa4\xa4\xfc\xc6\x29\x1e\x2b\x79\x45\x6a\x9a\x20\xe6\xc1\xac\x1b\xaa\xcd\xc0\x3d\x4f\xab\x8e\xde\x4e\x39\xfb\xb2\xc7\xae\xb4\x29\x01\x33\xff\x4f\xbd\xe0\x59\xce\x95\x32\xf6\x99\xcd\x0b\x98\x55\xd0\x21\x17\x0c\x81\xf6\xb6\x3c\xcd\x26\xd9\xc4\xb6\x82\xc9\xa6\x2b\x7c\xc4\x9b\x60\xff\xce\x49\x3b\x02\x64\x9e\x09\xc8\x1b\x9d\x58\x13\x03\xff\x4a\xff\x8a\x82\x4f\x90\x3d\xe2\x1d\x65\x4f\xaa\x78\x1e\x3c\xbd\x62\x75\xe0\x1f\xf6\x0f\xc2\xbb\x8c\xfd\xbd\xc7\x1e\xb7\x6e\x21\x53\xf8\x9f\xf3\x82\xdb\x81\x37\x9b\x58\x38\x73\x49\x08\x34\x51\x62\x08\x5c\x0a\x7d\x50\x8d\x32\xee\x76\xd5\xdd\x5b\xb4\x7a\x8a\x35\x58\x7d\x87\xad\x86\xaa\x3c\xe2\xd5\xb7\x69\xf4\xe3\x7c\x06\x55\xdb\x6d\x9b\x3f\xeb\xb1\x31\x91\xac\xfb\x9f\xf4\x82\xb9\xb3\x34\x94\x96\x62\x6b\x34\x3e\x68\x7c\x26\xf2\x21\x6d\x7f\xbb\xb6\x3e\x95\x1d\x67\x47\xb7\x6d\xeb\xe9\x64\xfd\xee\x30\xdd\x79\xbd\xd5\x93\xa3\x3b\xe4\x90\x7f\x40\x29\x72\x8c\x7d\x62\x8c\x1d\x12\xc9\xfa\x99\x54\x76\xfd\xdf\x1e\x0b\x5e\x31\xa6\x9b\x69\x02\x6e\x2c\x21\x52\xdd\xf4\xe1\x36\xab\xb5\xb9\x26\x06\x2e\x23\x03\x1e\x4f\xd0\x8d\xab\x03\x19\x42\x3e\x7b\xef\xdc\xa9\xd3\xf3\x4b\x73\x67\xe6\x4e\x5f\x40\x4a\x82\x28\x41\x26\x75\x28\xa0\xd8\xbf\x28\x48\x36\x44\x96\x7e\x08\xcb\x31\xb4\x6a\x96\xda\x07\x76\x4b\x48\x18\x37\xf4\x10\x6b\x62\x50\x70\x19\x15\x21\x84\xd4\xc0\x3a\xa9\xee\x71\x5f\x54\x3a\x71\x40\xb6\x51\xb5\x31\x2e\x58\x6d\x57\xbd\x54\x34\x45\x4b\x1d\x14\xd4\x61\x09\xec\x9d\xba\xad\x2b\x4a\x86\xf1\xd3\xc9\xba\x39\x78\xe8\xb4\x67\xa8\x49\x75\x19\xa3\x67\xc9\x68\xba\x16\x6b\x96\xa8\x61\x44\x68\x1f\xf6\xfa\x03\x9a\xe2\xe3\x07\x0f\x04\x3f\x68\x86\x15\x09\x37\x72\x49\x4c\x1e\x45\x18\xac\x35\x7c\xa7\xd5\x2d\x9d\x21\x92\xe6\x88\xf2\xb4\x1a\xad\x6b\x6b\x3e\xea\xac\x4e\x04\x5a\x15\x83\x90\x66\x0e\x69\xca\x24\x11\xa4\x03\x5b\x5c\xa8\x4a\xfe\x65\xc4\xc6\x9e\x51\x4c\x7e\x14\x3b\xe4\x72\x61\x8c\xc7\x5c\x8a\x30\x2c\x57\xe9\xd4\xf9\xd3\x8b\x7c\xfe\xfc\x92\x89\xd3\x22\x54\x94\x34\xc7\x66\x61\xf0\x23\x51\x96\x60\x42\x3c\xdc\xa4\xa0\x6d\x0c\xc0\x16\xa8\xa7\xe0\x44\xd2\x67\x8a\x60\xaa\x01\xff\x1f\x98\x3c\x22\x22\x5b\xb5\xeb\x6f\x2c\xbb\xb0\x69\x02\xa4\x85\xe9\x4d\x6a\xfb\xe5\x19\x58\xa3\x64\x23\x75\xc8\x4d\xec\xdb\x86\x73\xce\xbb\x61\x4f\x2d\xec\xcc\xff\x76\xff\x49\x13\x45\x25\xd5\x1b\x6c\x42\x29\x6a\xb9\x6c\xca\x98\x6d\x43\x38\xd5\x0d\x7b\xec\x11\x6f\x6a\x1b\xe1\xf1\x78\xff\x2a\xf7\x03\xbb\x90\xa8\x7f\xe6\xb1\x23\x45\x5a\xcf\x1f\x78\xec\xfa\x6d\x9b\x6f\xd0\xf1\x2c\x70\x8a\x60\xd3\x9b\x95\xdd\x5e\x3f\x17\x26\xd1\x34\x2b\x40\x88\x34\xb0\xc2\x48\x31\x7c\x09\x67\xd8\x22\x8e\x6d\x12\xcf\x70\x26\xd3\x33\x9b\xb0\x8e\xb8\xec\x75\x35\x76\x75\x26\x9a\xfd\x34\xca\x07\xb3\xc8\x2d\xe6\xff\xeb\x4e\x88\xe0\x16\xdd\x97\x82\x0f\x7b\xfa\x8a\x06\xd5\x33\x60\x06\xa4\x26\x6a\xb3\xfc\xae\x9b\x83\x51\x66\x93\xba\x9a\x13\xc4\x81\x36\xb9\x2b\xd3\x84\xb1\x73\x01\xf8\x4d\x61\x78\x18\x2a\x95\xfd\x37\x8f\x1d\x00\x43\x9e\xff\xb0\x17\xbc\xc7\xdb\xb1\x6d\x70\xa5\xaf\x0e\x1b\x60\x1e\x84\xd7\x87\xed\x69\x64\x9a\x2b\x0e\x42\x64\xcd\xca\x44\x5e\x87\xa3\x2a\x45\x61\x6e\xf1\x3a\xac\xe2\x30\xde\x08\x07\x76\xfc\xef\xe9\xf3\x67\xb6\xb3\x32\x3e\x3c\xc6\xbe\xb9\x5a\xf1\xf6\xdf\x3e\x16\xbc\x71\xec\x3c\xd9\x34\x4e\x72\x50\xc6\x43\x2d\x77\x30\x55\x0f\x03\xa1\x8b\x2b\xb6\xaa\x54\xa5\x24\x6b\x61\xb3\x91\x46\x79\xae\x4e\x4f\x99\x21\xf6\xde\x56\xdd\x3a\xa7\xcb\x28\xde\x8d\xd4\xe1\xa1\x65\xfc\x59\x2b\x69\x24\xda\x06\xf8\x50\x9d\x0d\xea\xea\x30\xd0\xa1\xed\x36\xcc\x32\x91\x62\x22\x27\xc5\x28\x52\xb5\x1a\xfc\x1e\xaa\x57\x9e\xf6\x93\xa6\x0d\xb8\x01\x99\x9a\x51\x9b\xaf\x82\x27\x97\x92\x9a\xae\x9b\x7a\xfa\x0d\xa8\x97\x53\x78\xa3\xcc\xc3\xd8\xb4\x31\x16\xc9\xaa\xea\xa9\x66\x2a\x33\x4c\xcf\xb7\xe0\x6e\x74\x07\x58\x5a\xfe\xf4\x89\xb5\x15\x57\x7b\x9f\x6c\x89\xf5\x49\xab\xfb\x26\x62\xb9\xba\x9d\x36\xff\x40\x8d\x5d\x0d\xd6\xa2\x85\x7e\x1c\xd3\x69\xed\xcb\x5e\xf0\x79\x6f\x0e\xec\x5d\xbd\x3e\x10\x45\x61\x48\xe6\x79\xcc\xeb\x99\x81\xe9\x52\xe7\xf3\x18\x32\x3c\xd7\x9e\x97\xf9\x02\xa6\x62\xba\xf5\xc1\x07\x55\x37\x9c\x24\x68\x8b\x3c\x84\x80\x21\xeb\xfc\x2f\x53\xa7\x00\x34\x06\x6c\x44\x59\xa5\x56\xb0\x67\xc3\xdb\x93\xa1\xa4\x28\x59\x9d\xc0\xdf\x76\x4f\x7c\x72\x9c\x1d\x81\x55\x72\x3e\x69\x0a\xff\xb7\xc6\x83\xf7\x8d\xdf\x63\x99\x37\x87\x96\x9c\xc1\xf5\x88\xa5\x26\x1b\x85\x35\xd6\xec\x84\x49\x22\x62\x8a\x39\x8f\x30\x68\x61\x45\x08\x88\xc4\xd6\x2a\x92\x71\x3f\x02\x9c\x2e\x29\x6b\xb4\x46\x33\x30\xf3\x5b\x25\x66\x79\x2a\xc2\x2e\xce\x81\x54\x00\x73\x93\x2a\x4a\x4f\x15\xa3\xd3\x61\x61\x3c\x13\x9a\xd8\x7e\xae\xcd\x4d\x8b\xa0\xdf\x05\xfa\xcb\x01\xd8\xdc\x7c\x8d\xaa\xe5\x38\x40\x41\x8d\xac\x17\xe7\x52\x6d\x89\xd1\xd9\x60\x04\xb9\x81\x5f\xa4\x03\x80\x2a\xaf\xae\x4f\xb0\x09\xd5\x34\xa3\xaa\x26\xc0\x70\xa9\x46\x05\x0d\x1b\x45\x81\x54\x14\xb0\x1c\x81\xaa\x94\xd5\x2d\x71\x01\x1d\xad\x6b\x0a\x5d\x8d\x48\x36\xba\x74\xba\x64\x15\x67\x6b\xc3\xc6\xf0\x53\xc8\xc7\x76\x8c\x73\xb0\x8d\xb8\xee\xb6\x4a\x43\x89\x19\xda\x9c\x35\x24\x3d\x2d\x9b\xb8\x52\x5e\xa3\x75\x48\x31\xa8\x14\x96\x8e\xac\xfc\xed\x9a\xc3\x0f\x6d\xf2\xc8\x4d\x4c\x53\x4f\x34\xfd\x9f\xad\x05\x37\x38\x57\x4a\x14\x03\x61\x01\x65\xa0\xf4\x4c\x6e\x9e\x75\x13\x78\x3f\xe3\xb1\xff\xdb\x63\x0c\x84\x59\x74\x9f\x48\x33\xff\x77\xbc\xe0\x17\xbd\x33\xe6\xb7\xce\x1c\xec\x85\x2f\xea\x17\x27\x74\x8a\x5a\x70\x60\xa1\x70\xe4\xd5\x09\x48\xa4\xdd\x30\x41\xc6\x32\x34\x70\xea\xa0\x0f\xea\x1c\xc4\x8b\xde\xd5\xde\x19\xb6\xba\x51\xa2\x14\xd0\x74\x82\x02\x00\x27\x4d\x8c\x57\x36\x39\xc2\x3a\xff\xf0\x11\x56\x8d\x8d\x8e\x31\xd9\x95\xd0\xf9\x3f\xfc\xa8\x41\xe7\x7f\xf8\xd0\xbf\x29\xfc\xf0\x7d\x50\xa4\xbd\x82\x22\xbd\x58\xf3\x00\xa4\x97\xc2\x03\x70\x0b\xbb\x89\x3d\x7d\x07\x3c\x00\xd5\x73\x7d\x1f\x91\x69\x2f\x24\x59\xdd\xed\x11\x8b\xee\xf0\x6f\x9f\x18\x66\xbd\xba\x34\xe0\xfc\x37\x5f\xe1\xc0\xa2\xad\x40\x50\xdd\xfa\x74\xe3\x0e\xb9\xe2\xdf\x7f\x45\x30\x7d\x87\x5c\x29\x43\x5c\xb8\x69\xcd\x76\xda\xe7\x0b\xe5\x8a\xbb\x0d\xfc\xed\x11\xf6\x87\x1e\x1b\x57\x8a\x96\xff\x3b\x1e\x3b\xbe\xe5\x9c\xb2\xbf\xab\x76\x9d\xe0\xcd\xde\x62\x19\x0e\x17\x6d\x03\x19\x1e\x2e\x45\x27\x5c\x8f\x24\x66\xe1\xc1\x77\x1f\xed\xf1\x52\x6d\x98\x08\x93\xd6\x04\xaa\xe6\xec\x83\x9e\xc1\x6c\x78\xaf\x37\x02\x95\xca\x69\x19\x02\x2f\x3c\xe0\xcd\x0e\xf1\x3a\x7f\x6d\x1a\xb1\x2f\x67\xf7\xc1\xe7\xbe\x66\xe0\x73\x1f\xb7\x35\x96\x87\xbd\xbd\xc2\xcf\x7d\x5d\xf0\x79\x3e\xe2\xcd\x6f\x2f\xbf\x9f\xea\x1f\x37\x24\x87\x20\x1e\x8c\x8c\xbe\x43\xae\x94\xf0\xe7\xd8\x5f\x8c\x39\x94\x16\x74\x08\x36\xa8\x72\xa7\x01\xb6\x76\x91\x6c\x7c\x14\x38\xed\xbf\x6b\x2c\x78\x41\xf5\xad\x12\x4a\x0f\xde\x43\x60\x79\x38\x1c\x25\x85\x91\x4b\xbb\x9c\x31\x0c\xdc\x79\xa1\xb1\xe9\x8d\xa7\xfd\xd8\x8d\x3b\xfd\xb5\x1a\x0b\x19\x5c\xf6\x9f\x1b\x9c\x05\x7a\x8c\xa8\xfc\x1d\x08\x6f\x57\xe7\x97\x56\xd4\xcc\x75\xa9\x10\x6c\x02\x31\x3b\x0e\x2c\x2c\x06\x10\x67\x22\x77\x2c\x05\x9f\xf0\xd8\x55\x99\x80\xa6\xe9\xd6\x7e\xc8\x1b\x01\x6c\x6d\xac\x7a\xa7\xed\x77\x82\xd7\x7a\x6e\x21\x0e\x78\x7a\xda\x4f\x78\x98\xdd\x54\x5c\x6b\xcb\x94\x9f\xeb\x67\xf9\x85\x7e\x32\x93\x3d\x4a\xc6\xb9\x1f\x1b\x63\x41\x15\xd0\xe9\xec\xc2\xa2\x6c\xae\x89\x1c\x23\x58\xfc\xbf\xab\x05\xb7\x94\xae\x95\x20\x63\xf0\x9a\x49\x5d\x50\x07\x5f\x34\xda\x67\xf0\xce\xa6\x37\xde\x93\xa9\x0b\xe4\xf7\x13\x35\x76\x9e\x8d\x77\x64\x96\xfb\xcf\x0a\x4e\x16\x46\xb3\xdb\x65\x96\x63\xf4\x21\x06\xc1\x24\x08\x22\x52\xd7\x36\xfa\xcc\x22\xba\xe0\x25\xe0\xae\x0f\x7b\x0c\x3e\xe4\xbf\x7f\xc7\x4b\xbb\x9f\x47\x71\x23\x4a\xf2\x2c\x4f\x1b\x73\x49\x7e\x3e\x5d\x84\xa2\x82\xef\x9d\xa7\x94\xfb\xd4\x81\xc2\x40\x5c\x60\xa9\xe1\xf2\xe4\x90\x0b\x8c\x5e\xd3\x27\x49\x32\x3b\xa6\x61\xb2\x2a\xf8\xb4\x7a\xf3\x86\xeb\xaf\xbf\xf6\x7a\x42\xfa\x30\xee\xb0\x84\xcf\xcd\xcc\xcf\xdc\xbb\x78\xf7\x2c\x04\xa6\x35\xd8\x6b\xbe\xd1\x21\x17\x2a\x20\x68\x7b\x32\x96\xab\x83\xc5\x9e\x3a\xa2\xcf\x1a\xe8\x64\xff\x33\xdf\x10\x3c\x67\xab\x9b\x56\xaa\x33\x65\xe3\x66\xf0\x44\x91\x4f\x02\x88\xbc\x61\x57\xd2\x5e\x81\x88\xe9\x39\x15\xd7\xd8\xf4\x0e\x75\xc3\x8b\x8b\x6b\x62\x63\xd3\xbb\x42\x5f\xbd\x53\x0c\x36\xbd\x27\x6c\x74\x44\x72\x57\x92\x85\x79\x94\xb5\xc1\x2b\xe8\x0c\xf1\x6f\xf9\xec\xab\x1e\xbb\x32\xb6\x53\x13\xfc\x2f\x7a\x97\x21\xb1\xe6\x21\xcf\xf9\x6d\x27\xff\xb6\x81\x11\xe5\xff\x65\xef\x5d\xe0\x2b\x39\xaa\x3b\xe1\x5f\x5f\x69\x66\x34\xe5\x07\xa6\x61\xd9\x84\x64\xa1\xb6\xed\x30\x12\xd6\xbd\x92\x66\xc6\x63\x5b\x18\x0f\x1a\x69\x06\x0b\xe6\x21\x4b\x1a\x1b\x30\xe0\x69\xdd\xae\xab\xdb\x99\xbe\xdd\xd7\xdd\x7d\xa5\xb9\xc6\xb0\x84\xf7\xc3\x6b\x1e\x81\x8f\x30\xbc\x09\x18\x62\x0c\x1b\x58\x9e\x09\x2c\x8f\x24\xec\x06\xb2\x21\x4b\x5e\x90\x8f\x4d\x02\x79\x90\x4d\x48\xd8\xec\xe6\xfb\x36\x3b\xbf\x6c\xbe\xef\x57\xe7\x9c\xaa\xae\x6a\xf5\xd5\x68\x1e\x18\x92\x9f\xc8\x2f\x1e\xdd\xee\xea\x7a\xd7\xa9\x53\xa7\xce\xf9\xff\xcd\x96\x11\x6a\x33\xad\xf0\xbc\x49\x78\xc3\x76\x10\x11\xd2\x93\x93\x65\x15\xbc\xcc\xd0\x9c\x58\xc6\x5f\x80\xae\xc2\x51\x0d\x53\xde\x4c\x52\xf4\xd9\x02\x9c\x63\xd5\x37\x3c\x00\x92\xf1\x06\xfb\x8d\x9d\x4c\x75\x9d\xfb\x85\x9d\x2a\x14\xfd\xa1\x9d\xc7\xf0\x59\xc9\xce\x11\x88\xd5\x54\x18\xe6\x61\x28\x8a\x44\x52\x2f\x16\x6b\x22\x46\x08\x00\xb2\x86\x04\x64\x3b\x3b\xb5\x61\x10\x9e\x3a\x97\x1c\x4f\x72\x02\xdf\x16\xa7\x90\x01\x3f\x23\x17\x34\x24\xb6\xef\xca\xc6\x01\x34\x88\xf2\xea\x69\x16\xe1\xe5\x76\x8b\xed\x59\x42\x13\x3a\xf7\xd3\x55\x30\xa9\x51\x8b\x95\xf7\xc6\x6a\x94\xac\xf8\x11\x82\x57\xf4\x3a\xe5\xf8\xdb\x98\xfb\x7c\x5f\xfd\xde\x24\xd6\x78\x08\xe3\x5c\xf5\x45\x61\xa4\xa3\xb8\x5a\x28\x4e\x5f\xc7\x02\x5a\xbb\x35\x93\xd4\x2c\xf6\x33\x3e\x35\x31\x35\x31\x39\xcd\xef\xe3\x32\xeb\x29\xfa\x77\x2f\xfd\xbb\x8f\xdf\xc7\xef\xe3\x9c\x2f\x70\x6e\xfd\xcb\xe1\xdf\x3a\x0f\x5b\x66\x1d\xa6\xc6\x8b\xc0\x71\x29\x61\x06\x62\x7a\x63\xd6\x60\x46\x6f\x26\x1d\x01\x75\x98\x7a\x8a\x45\xa6\x90\xf3\x24\xa6\x94\x53\xa3\x50\xa5\x31\x0a\xb4\xea\xf8\xa7\x71\x62\xcd\x34\xf3\x9e\x1f\xc9\xc2\x47\xf7\xd6\x27\xc7\xa4\x40\xb1\x92\xaf\x85\x09\xdc\xc0\x53\x0d\x47\xa7\xc6\x1a\x1b\xaa\xbc\xb7\xa2\xca\x56\x6d\xa1\x16\x72\x9b\xbd\x17\x82\x57\x06\xcd\x1a\x35\x61\x66\xe2\xfe\xba\xdf\xd7\xd3\x46\x2d\x2c\x29\x15\x94\x7b\x66\x71\x85\x0d\xd2\x18\x67\x41\xa8\xf1\xd3\x21\xd3\x3e\xf2\x4b\x48\x9d\xc8\x37\xb6\xb5\x50\x44\x41\x61\x35\x44\x6d\x55\xf6\x3b\x8c\xf9\xa4\x0e\x4f\xc5\x48\x7d\x1b\xc1\xe0\x03\x00\x40\xae\xe5\x8f\xfb\x96\x9a\xf7\xea\xda\x72\xf1\x40\x4d\xf2\xd3\xa2\xaf\x10\xc1\x75\xd0\xd4\xf1\x02\xde\x9d\x1c\xdd\x71\xfd\x17\xf8\xe3\xf2\x2b\x08\x74\x03\x60\xcc\xa6\x3a\x08\x64\x24\x19\xcc\x38\xb0\x42\xb0\x67\xb8\x51\x91\xa4\xe4\x77\x16\x29\xb9\xf0\x9b\x6d\x7e\xcb\x69\xd1\x1f\xc7\x8c\x6e\x45\x77\x7c\x6f\xa5\x27\xb7\x44\x8f\xec\xc5\x08\x36\xd6\xed\xe5\x7c\xc5\x8f\x7c\x40\xf2\xde\x20\x6c\xf2\x04\x33\xc3\x2f\x07\xf5\xa9\xb9\x11\x7e\x6d\x17\xdb\x28\x9b\xdd\xcf\xec\xf2\x3e\xb4\xeb\xce\xf2\x63\xc3\x97\x91\xb6\x87\x40\xf8\x91\x01\x35\x4f\x58\x07\x41\x22\xb2\x78\x4f\x31\xba\xd0\x7c\x5c\x82\x05\x86\xbf\x9c\x9d\x96\xf4\xe1\xa3\xb4\x6f\x8f\xf1\x5c\x00\x6e\x58\x01\xff\x2f\xc0\x4f\x1a\x36\x24\x95\x3a\x84\x1c\xec\x99\x58\xf9\xa1\xf9\x91\xd2\x06\x42\x8c\xd6\x8d\x08\x15\x67\x9c\x71\xf0\x32\x58\x0d\xd7\x80\x65\x65\x2b\x53\x17\x97\x67\x5b\x44\x5d\x9e\x8a\xa0\x87\x64\x3d\x8c\xf3\xec\xb4\x58\x6f\xb0\x19\xa3\xa5\xa5\x80\x48\xcf\xea\x53\x0f\xe1\x75\x63\x7b\x61\x86\x2d\x04\xce\xa3\x30\x41\x24\x99\xd0\xb4\x18\x08\x71\x9a\x65\xe1\x2a\x18\x5f\x75\xd4\x3a\x70\xd8\x40\xb5\x94\x30\xf0\x68\xf1\x7b\x52\x5c\x64\x89\x35\x03\x1f\x19\x81\xbb\x4f\x0a\xbb\xcd\x05\xee\x02\xfc\xdf\x46\xc1\x3b\xdf\xe2\x15\x53\x50\xd7\xc5\x9a\x3c\x17\x22\x8b\xf7\x82\xc8\xdc\x37\x66\x88\xe4\x7d\x13\x7b\x27\xa6\x46\x65\x5d\xf7\x8e\xc9\x5a\x5b\xc2\x76\x4a\x0b\x5b\xfd\x25\xd5\x48\x64\x96\xb8\x9d\x8f\xc9\x4f\x77\x3d\x49\x03\x72\x1b\x52\x91\xfb\xb2\x46\x59\xae\x60\x5f\x3a\x6a\x09\xa3\x77\x4b\x31\x59\xd7\x13\xb9\x70\x40\xe8\x87\x39\x7f\x72\x27\x49\xc5\x93\x8d\xe4\x5b\x59\xd1\xbf\x58\x63\x87\x0c\x85\xb0\x15\x25\xeb\xe4\xd7\xae\x0f\x66\x0b\x69\x98\x48\xfd\xfe\xa8\x3c\x42\x5a\xe8\x3b\x05\x3a\xf3\x7f\x73\xbc\x9f\xde\x42\xba\x6a\x34\x5f\x9a\x8e\xa1\x11\xd6\xe7\xd1\xa9\xbf\xde\xa5\x4c\x3d\xf2\xbe\x91\xbb\x46\x65\xa8\x60\x9b\xb5\x28\x82\xe9\xf9\xde\xed\xa7\xe4\x1f\xa7\xaa\x30\xe7\x54\x7e\x56\x24\x80\x32\x00\x62\x11\x06\xf9\x41\x25\x26\xdd\xc7\x87\x58\xc3\x84\xf1\x2d\xb8\xfd\xd7\xa6\x1a\xc4\xe7\x4f\xec\x7a\x87\xfc\xe6\x69\x11\x07\xee\xcf\x0c\x79\xb3\x95\x6f\xcc\x00\x11\xdf\x64\xf0\xd1\x84\xd7\xf2\x39\x25\xae\x6c\xf7\x83\x35\x76\x86\x1a\xde\xf5\x9a\x26\xd1\x99\xd1\x0e\xf2\x9b\xc7\x4b\x72\xe5\x44\x0f\xa7\x04\x70\x64\xdb\x9c\xf3\x8c\x2a\xae\x0c\x61\x66\x57\xfc\x82\x3a\x18\xbd\xdb\xd9\xc4\xca\x6e\xf7\x90\xdd\x01\x0b\x49\x9a\x7b\x4d\xf9\xdf\x12\xf4\xb4\x55\xed\x19\x3c\x20\xe1\x40\xa6\xf4\x03\xb7\xb3\x30\xb3\xcf\xb6\x3e\xaf\xec\xe8\x06\xfb\xf6\x35\xec\x49\xa6\xe9\x5f\x2b\x54\xe8\x8c\x8f\xd3\x02\x38\x3c\xdc\x4f\x5e\xe3\xbd\xc0\x7a\xa2\x4d\x0d\x1d\xbf\x0b\xdc\x19\x60\xb9\xf2\x8b\xd9\xd4\x44\x76\x15\x3a\x5e\x5a\x13\x8d\xb4\x0c\xdc\xac\x71\x04\x50\x3b\x21\x7d\x0a\xc0\x31\xc1\x43\x91\x52\x36\xce\x3a\x3b\x20\x85\x35\xce\xbf\x7c\xf5\xb6\x89\xf3\x52\x4d\x9c\xaf\x75\xd8\x15\x06\xf5\x80\x7b\x9f\x97\x98\x4c\x04\x78\x8f\xeb\xa7\x2b\x61\x9e\xfa\x69\x5f\x59\x3e\x09\x5a\xaf\xe7\x47\x51\x5f\x05\x2d\x64\x1c\xd0\xce\xc1\x0d\x9c\x10\x62\x62\x15\x36\x61\x4d\x89\xc2\xfb\x1e\x24\x97\x59\x9b\x07\x87\xd8\x55\x78\xae\x21\xad\xd5\x7d\xd3\x90\xf7\xf2\x21\xeb\x91\x71\xc6\xb6\x02\xe7\xed\xd9\x69\xe0\x5a\x16\x9a\x83\x9f\x59\x2e\x88\xba\x5e\x2d\x58\x40\xea\xe0\x1a\x24\x5c\x43\x1b\xc8\x99\x68\x57\xbf\xc1\x81\x4b\x50\xee\xf3\x76\x89\x0a\xe3\xc8\x4f\x4f\x63\x51\xa7\xac\x6a\x9f\x32\x01\xf0\x5a\x16\xb6\x65\x29\x27\x91\x29\x5f\x5a\xa5\x21\x84\x69\x39\x33\x8a\xeb\xb2\x7c\x2d\x40\x5c\x81\xc3\x7d\xa6\xb4\xfd\xa4\x85\x3e\x46\x74\x56\x54\x0d\x2f\x17\x67\x51\x61\x0d\xe8\x24\xdb\x33\x6b\xdb\x32\xbe\x6d\x19\xb7\xee\xf4\x5f\x56\x63\xd7\x74\x53\x21\x3a\x5d\x03\x93\xf6\xfb\x8e\xf7\x6d\x67\xa1\xf4\x54\xed\xc5\xf4\x0b\xd6\x1e\x25\x51\x96\x0f\x98\xf7\xc0\xab\x56\x4c\x3f\xe5\x18\x46\x0e\x61\x94\xeb\x51\x99\x68\x41\xa7\x31\x1d\xc3\xaa\x52\xc8\x95\xd7\x8b\x33\x91\x37\x4a\xd1\x91\x52\xad\x43\xe6\xc0\x71\xbe\x6a\xfa\xd8\x1d\x4f\xe2\x05\x5d\x3b\x9d\x0d\x51\x01\xd6\x65\xd2\x72\x18\x23\x6e\x54\xee\x3b\x1d\x65\x84\x7a\x95\x53\x6c\x70\x49\xab\x4a\x24\x52\x6d\xa8\x63\x7c\xd0\x9d\x8b\x24\x06\x11\x25\x39\x04\x29\xaf\xfc\x3e\x0a\x29\x5b\xa1\x53\x54\x80\x85\xe9\x0c\x7c\x59\xbb\xa2\x69\x1d\xf1\xcf\x39\xc1\xf9\xef\x32\x66\xdc\x83\xf5\x6a\xc2\x1c\x43\x57\x28\xdd\x44\x5b\xc2\x85\xb1\xb7\x5c\xcd\x6e\xbf\x58\x90\xfb\x81\x08\x88\xee\x17\xaf\xf2\xee\xac\x78\x5e\x28\xd3\x18\xdb\x6c\xf1\x9d\x74\x30\x08\x6e\xf9\xe8\x92\xe1\x2f\x5f\x9c\xc2\x14\xec\x97\xa5\x62\x7c\xf3\x4a\xf6\x3f\x46\xd8\x50\x2f\x8d\xdc\xbf\x1c\xf1\xbe\x35\xd2\x4b\x23\xc3\x4d\x5f\x1d\x7f\x37\x60\x3d\x83\x3f\x1d\x2d\xca\x93\x8b\x47\x39\xb0\x02\x8e\x9e\x02\x55\x41\x4c\x4f\x4c\xb4\x93\x2c\x9f\x96\x2a\xdb\x44\xd7\xcf\xdb\xa7\xc6\x1a\x65\x6a\x9f\x53\xbd\x34\x3a\x25\xf5\xba\x53\xa4\xf0\x9d\x2a\x68\x7a\x94\x5f\x63\x83\x31\x39\xb1\x4e\xc9\xcc\x4e\xa9\x0d\x4f\x0a\x3c\x50\x17\x91\x0c\x4f\xc7\x93\x12\x21\x85\xf2\xcd\xc5\x43\xd5\x53\x74\x78\x59\x51\x0c\x2d\x09\xc2\x9e\x05\xdd\x0c\x28\xb0\x75\xe0\xbd\x0a\x28\x07\x10\x3f\x41\x24\x1f\xc0\x75\x18\xd2\x11\x59\x8f\x6c\xc6\x47\x11\x46\xfb\x94\x9c\x66\xc5\x88\x9f\x52\x81\x83\x94\x17\x0f\x63\xe5\xa0\x05\x19\xf9\x59\x09\x2a\xc9\xe7\x91\xdf\x17\xb8\xb5\xc0\xc9\x3c\x4c\xe2\xb1\x86\x6a\xba\xdc\x28\x00\xd0\x80\xec\xfb\x0b\x9a\xbe\x84\xb1\x85\x48\xf8\x19\x40\x07\x0b\xa5\xb5\xc8\x5c\x4e\xc9\xa1\x8b\xf0\x73\xd9\xcb\x53\x7b\x6f\x84\x70\x84\xa9\x53\x78\xbc\xa0\x9c\xa5\x76\x18\x66\xa7\xfb\xbc\x17\x43\x34\x7a\x3f\xe9\x61\x60\x09\xb8\xdc\x02\x08\x6e\x01\x2c\x65\x80\xf7\x24\x31\x32\x66\x26\xb0\x8b\x83\x89\x19\x6e\x9d\xe2\xa2\x6f\x2c\x3c\x03\x85\x7b\x03\x53\xd4\x00\x7d\x37\xd1\x51\x97\x7a\x80\xb4\x99\xe5\xf0\x5a\x96\x1c\x85\xa7\x45\xd4\x27\x2b\x59\x9c\xc4\x75\x39\xa3\xe4\x21\x7f\x9c\x87\x0d\xd1\x18\x87\xc9\x20\xfc\x0c\x92\xe4\xbd\x34\xe6\xbd\x2e\x1a\x2a\x62\xb1\xae\xe6\x00\xcd\x22\x9c\x9a\x7a\x92\x79\xb0\x59\x78\x4f\x81\xc9\x21\x67\x30\xbd\x58\x0d\x69\xc5\x78\x6a\x37\xf1\x1a\x8c\xcd\x00\x7d\xbb\x19\x65\x4e\x40\x56\x2d\x4d\xfb\x48\xc6\x75\xa9\x4f\x91\x8e\x00\x76\x71\x32\xc8\x40\xa5\x4e\x2e\x1e\x6d\xf0\x67\x27\x3d\x48\xab\x59\x14\x55\x94\x25\x30\xed\x56\xa9\xa2\x25\x00\xad\x96\xcd\x21\xaa\xc1\x80\x35\x07\x8f\xac\x6f\x9e\xab\xfd\x86\xe8\x07\x88\xd5\x3e\x49\xf9\x8a\x9f\x85\x4d\xee\xf7\xf2\x36\x40\xc0\x73\x4f\xbe\x98\x96\xc5\xaf\x27\x69\xf0\x34\xaf\x6c\x36\xe5\x47\x52\x7f\x15\x03\xdc\x47\xbd\x6b\x1b\x8d\x86\x37\x06\x6d\xbf\xa7\x07\x26\xa7\x22\x70\x77\xd4\x3b\x48\x6f\x09\xca\x5a\x73\xe4\x23\xaa\x97\xb5\x8f\xfc\x8a\xc3\x46\x9a\xfe\xa1\x5e\x1c\x44\xc2\xfd\xa4\xe3\x0e\xaf\xf4\x73\xe1\xbd\xd7\x51\xcf\x50\xdb\x5a\x38\x7c\x8c\x8b\xb8\x99\x04\x22\xe0\xb3\x33\x7c\x05\x5f\xe1\xc4\x2a\xd3\x9b\x6a\xc0\x6a\xa3\xb7\xf6\x64\x8a\x8e\xa1\x29\xd2\x1c\xdd\x71\xd0\xcb\xbf\x17\x1b\xee\xd3\x14\x8d\x94\xa7\x72\x0e\xa4\x49\x92\xeb\xdb\xb8\x62\x36\xcb\x46\x6d\x50\xe7\xdf\x56\x63\xbb\x48\xb0\xb8\xaf\xab\xb1\xe7\x5e\x1e\xea\x13\xc5\xb8\x06\xf9\x6a\x3b\x8a\xf7\x11\x47\x09\xbb\x10\x0d\x3c\xca\xc0\x42\x33\x44\xbd\xdd\x88\x3b\x7c\x18\x51\xd5\x54\x82\x24\xe5\x52\xcc\x57\xc9\xdb\xf9\x0d\x88\x63\x26\xb9\xa6\x2d\x5c\xc7\xd1\x43\x59\x8a\x0c\x92\xcd\x72\xa2\x69\x41\xdb\x60\xdf\x76\xd8\x13\xab\x42\x91\xfc\xae\xbf\x12\x46\x61\x1e\x8a\xcc\xfd\x9c\xe3\xdd\x32\x13\x04\x99\x72\x47\x4e\xe4\xd6\xb3\x70\x62\x69\xfe\x59\xbc\x69\xa4\x43\xe5\x58\xd5\xa5\xf0\x48\xb7\x37\xb3\x7b\xd8\x0d\x6c\xc8\x0f\x02\xb7\xe1\xb9\x33\x81\x9c\x34\x66\x1e\x9b\xb8\xc3\xde\xc4\x86\x83\x34\xe9\xba\x93\xde\x63\x17\x09\x7b\x60\x8b\x5f\xfe\x3f\x3b\xd9\xbf\xae\x68\xe3\x91\x59\x8b\xe2\xff\x6b\x3b\xbd\x0f\x39\x8b\x85\x1f\x9a\xcf\x8f\x84\x2b\xa9\xe0\xb3\xe4\xe5\xae\x38\xe5\xab\x9e\xda\x5c\xb0\x2a\x60\xc3\xcf\xc0\xb3\x7a\x62\x3d\x0d\x73\x01\xf4\x01\x83\xbe\x56\x0c\xb4\xc9\xba\xec\xb0\x76\xd8\x35\xb1\x23\x00\xb2\x02\x5d\x0b\x78\x2a\xc0\x44\xbb\x81\xe5\xf3\x8d\x3b\xd8\x17\x1c\xb6\xb3\x95\x2d\xf7\xbb\xc2\xfd\x84\xe3\x7d\xc0\x39\xa2\x23\x43\xd0\xf7\x42\x85\xed\x36\xc0\xcd\x00\x37\xb4\x56\x29\x8d\x45\x52\x92\xab\x5d\x97\x02\xee\xe3\x55\xae\x22\x4d\x0e\x9f\x69\x70\x4f\x9c\xc9\xf7\x7b\xe3\xdc\x3b\xd3\xca\xe4\x3f\x71\xde\xca\xbc\x06\x9f\xef\x74\xa3\xb0\x19\xe6\x11\x9d\x9b\x8a\x2b\x14\xfc\x80\xb4\x5f\x3d\x9f\xcd\x81\x9a\x66\x43\x51\x2f\x76\xf7\x29\xa5\xf5\x09\x85\x9b\xc0\x91\x59\x75\x07\x19\xf5\x62\xb2\x31\x59\x97\x45\x2f\x71\x0c\xfe\xfd\x35\xaf\x5d\x7c\x6a\xea\xe3\xe0\xb2\xce\x47\x8b\x61\x19\x6b\x14\xd4\xfc\x10\x6c\xb8\x7e\x81\xbc\xfd\xd6\x89\x74\x99\x31\xac\xe5\x9d\x77\x1e\xcf\xdc\x23\xde\x93\xab\x1a\xb0\x9e\xa4\x51\xb0\x1e\x06\x64\xd2\xe3\xa3\x32\xf1\xd8\x26\xf3\xf7\x13\x0e\xdb\xb1\xbe\x1e\x06\x99\xfb\x21\xc7\x7b\xc0\xb1\xf2\xc4\x19\x84\x79\x72\xc8\xd4\x20\x7a\xe3\xa3\xf0\xd9\x98\x12\x2e\xf0\x4b\x8a\x96\x66\xd2\x59\x51\x91\x47\x52\x6d\xd4\x75\x86\xc9\x26\x7b\xd8\xe0\x63\x44\xeb\x36\x1c\x62\x01\x3c\x20\xec\xf4\xa2\xdc\x8f\x05\x70\x38\x6c\xc6\xdf\xf2\xbd\x21\xcb\xb2\xa7\xd7\x5d\x04\x38\x33\xd6\xe2\xfb\xe2\x90\xf7\x2b\xa5\xc5\x87\xa9\x54\x03\xd5\x9a\xa2\x79\xa9\xde\xfa\xab\x10\x8b\x23\x8f\x65\xfa\xaa\x85\xb4\x57\x79\x22\xcc\x44\x0e\x96\x57\x60\xbf\xc1\xdf\x27\x4f\xce\xcf\x19\x86\x19\x38\x86\xd9\x65\x65\xca\xf8\xb2\xe9\xaa\x4c\xd2\xf3\x2e\xca\xef\x39\xec\x55\x0e\xbb\xc2\xa8\x88\xdb\xf7\x22\x13\xc4\x8b\x5e\x81\x3f\x2d\x0a\x0c\xed\x07\x5f\xbf\x95\x8e\x53\xb1\x95\x52\x6e\x1c\xaa\xba\x83\xcc\x4b\x81\xec\x47\x08\xd2\x32\x47\xe3\x6e\x5d\x13\xd9\x05\xee\x82\x37\x0b\x5d\x61\xd7\xa4\x38\x04\x12\x2e\x58\x31\x9b\xd0\x85\x54\x95\x4d\xe9\xcd\x02\xce\x8d\x58\x34\x7a\x26\x89\x20\xc4\x26\xfc\xc1\x88\x77\x42\xfd\x50\xc7\xcc\xf5\x76\x12\x15\x1e\xe3\x52\x5d\xc5\x8b\x5b\x54\x1f\xe0\x60\x09\x01\x45\x88\x4a\x0f\x0d\x04\xcd\xaf\xe3\x83\xda\x58\x19\xa9\xf0\xae\x5d\xdb\x96\xa1\x4b\xb0\x0c\x7d\xcd\xb4\x0c\x7d\xe9\x12\xa3\x3c\x5e\xe2\x54\x87\x79\x3c\x92\x8d\xdb\xb6\xcf\x5f\xaa\x7d\xfe\xb8\x0a\xf5\x38\xec\x5d\xa5\x00\x06\x80\x7f\xdd\x14\xfe\x63\x6c\x0f\xfb\xa9\xf3\xfa\x48\xca\xe5\x7d\xce\x59\x38\xbf\xd5\xa7\xee\x5e\x3f\xc0\xea\xe3\x79\xda\xcc\xa3\xc4\x09\x63\x5f\x71\xd8\x8f\x57\xb9\x64\xf6\xb3\x66\x1e\xb9\x0f\x3b\xde\xf5\xf8\xa7\x1e\x6d\x9f\x9f\x96\xa5\x47\xc5\xe9\x88\xd4\x94\x0c\xfc\x17\x91\xd1\xae\xe2\xbe\x67\x85\x4d\x2a\xeb\xda\x1e\xef\xf1\x77\x28\x83\x9a\xcf\xbb\xa9\xd4\x93\x30\x8e\xac\x24\x19\x1b\x74\x11\xf8\x24\xef\xc7\x95\xf4\xdf\x34\xfd\x5f\x0d\xb1\x9f\x32\x1a\x43\x30\x60\xea\xd0\x71\x58\xfe\x5c\x12\xa9\x54\xcd\xbf\x38\xe4\xdd\x63\xfc\x56\x5a\xb7\x65\x75\x4a\x62\x79\xaa\x08\x11\x4a\x1b\xf3\xc2\xb3\x39\x47\x32\x42\xb4\x72\xf8\xd9\x44\x98\xf1\x36\xf0\xf9\x2b\xfd\x3d\x8c\x7b\x48\xd4\x04\x61\xd9\xe0\x78\x10\x76\x84\x94\xba\xe0\x39\x77\xd6\xb9\x26\xf2\xb3\xfc\xc4\x0a\x1c\x96\x82\xe5\xb0\x74\x05\xfa\xbe\x1a\x8b\x19\x26\x75\x85\xd2\xe9\x16\x9a\x88\x1d\x93\x95\xdc\xce\x92\x66\x13\x22\x16\x9a\x0a\x69\x04\x7c\x04\xa0\xda\xbd\x6e\xb1\x6e\xb2\x9c\xb7\x85\x9f\xe6\x2b\xc2\xcf\xb1\x36\x96\x16\xf8\x51\x87\x6d\xa8\x93\xfb\x76\x87\xdd\x72\x11\x42\xec\x58\xd8\x4c\x13\x99\x81\xf7\xdc\x72\x96\xaa\xfa\x10\xb4\x09\x86\x50\xa8\x19\x8c\x44\xb1\x13\x50\xf5\xd7\x7d\xd9\x12\x11\xf3\x15\xc4\x17\xb6\x1b\xd1\x60\x2f\x19\x66\x4f\xae\xc4\x21\x23\x86\xc3\x25\x6d\xe5\x5c\x16\x69\xc7\xfd\xed\x21\xef\x23\xce\x4c\x4c\x41\x8b\x05\x0f\xa2\xe1\x89\x96\x8b\xb4\x53\x70\x94\x68\x1c\x6e\xb2\x69\x87\xa4\xa1\xf3\x75\x01\x76\x9f\x49\x3e\x0a\xb3\x21\x44\xa7\x84\x38\xa9\x27\xdd\x31\x0d\xe1\x7d\xfe\x02\xe2\x44\xe7\x4f\x19\x65\x68\x09\xd3\x79\x9d\x75\x76\x62\x59\x67\x1d\xd6\xd5\x67\x62\x6b\xae\xfc\x1f\x47\x6a\xf0\xc6\x5b\x37\x67\x53\x5b\x92\x26\xca\x5d\x45\x76\x8e\x77\x70\x06\xfd\x6a\xb4\x9b\xa7\xac\xe9\x78\x25\xe0\x8b\xed\xcb\x89\xf5\x6b\xb0\x35\x46\x55\x75\x23\x35\x63\xef\xbc\x13\xfb\xa9\x9c\x89\x76\x94\xdc\x98\x5b\x5c\xaa\xd7\x78\xc9\x31\xb8\x3e\x35\x39\x69\x4f\xdc\xd7\x0c\x57\xea\xca\x0a\xf4\xe2\xf6\x5e\x92\xfb\x18\xdb\xe3\xfe\xd1\x90\x77\xa4\xe2\xb9\xb5\x8f\x89\x18\x8e\x30\x01\x6f\xe3\xd6\x0b\xda\x07\x68\xc8\x34\x8b\x79\x2f\x2b\xc5\xd3\xbe\x6a\x88\xfd\xb1\xc3\x86\xe5\x07\xee\xef\x3b\xde\x2b\x9d\xdb\xe4\xa7\xca\xbd\x5e\x10\x26\x52\x45\xb6\x60\xec\xf2\x9b\x6d\xd0\x57\x0d\xce\xee\x8b\x44\xaa\x50\xdf\xd7\xef\x91\x6d\xcb\x26\x2e\x2f\x71\xf1\x7b\x1d\x36\xdc\xcb\x44\xe0\xbe\xd5\xf1\x9e\x71\x32\x13\xba\x85\x4d\x8a\x97\xd2\x1d\x84\x98\x05\x3d\x04\x4e\x53\x2e\x10\x8a\xda\x35\xd6\xf7\x1d\x18\x99\x7c\x79\x2b\xf9\xae\x61\x56\x1f\xe8\xa7\x71\xdb\xf2\xf2\x02\xb9\x52\x2c\xf6\x22\x01\x3b\x90\xfb\xd7\x43\xde\xcf\xd7\xaa\xde\xa0\xde\xab\x14\x6c\x39\x0c\x05\x8f\x02\xfa\xf6\x90\x01\x72\x05\xfd\x31\x32\x50\x42\x61\x0a\xa1\xfd\x52\xd3\x8b\xdf\xd2\x4e\xb2\xfc\xd6\x89\x5b\xba\x7e\xde\xbe\xf5\xe0\x2d\x99\x90\xaa\x44\xd7\x4f\xf3\x5b\xe5\x59\x85\x3e\x27\x42\x4a\xfc\xaf\x7c\x99\xa9\xbe\xeb\xa5\x91\xb1\x48\x64\x89\x8b\x47\x66\xf9\xbe\x9b\x6f\x3a\x30\xae\x34\x2c\x13\x7d\xc9\x30\x1a\x12\x76\x3a\xf1\x1b\x14\xd8\xf6\x06\x7d\x21\x88\xd4\x3d\x13\x7b\x88\x8c\xb4\x85\xf7\xda\x2a\x84\x7f\xcf\xc1\x3d\xf2\xb8\xb6\xe7\xda\x3d\x72\xeb\x92\xf5\xb7\x0f\x0c\xbf\xe8\xb0\x0f\x3b\x0c\x5f\xb8\x3f\xef\x78\xfb\x67\x4a\x91\xd2\xf0\x46\x39\x94\x77\x2d\x3a\x60\xdd\x6d\xa6\x2a\x34\xcd\x6e\x62\x07\xb6\xe8\x76\x63\x0c\xda\x82\x9f\xb7\xcf\x39\xd7\x0e\x04\xee\xd9\xed\xee\xf2\xf3\xa4\x13\x36\x19\xfb\xc0\x4e\x2b\x92\x83\x28\xcb\xc9\x28\xa9\xe5\xb4\xfb\xe2\x9d\xde\x72\xf1\xb3\xc4\x81\x66\xc8\xf3\xc2\xcd\x11\x97\x33\x28\x77\xea\xfc\x8b\x91\x1d\x8b\x88\x05\x01\x17\x6a\xb6\xe0\x78\xdb\x0e\xf6\x11\xf0\xd4\x8d\x14\x35\x9b\xfb\xce\x9a\xf7\x19\xc7\x78\x00\x96\x59\x50\x2d\x02\x11\xf0\x51\x71\xa6\x19\xf5\x40\x50\x6a\xcc\xac\x6c\x0c\x11\xc8\x02\xdb\x9a\x89\x53\xc3\x2c\x5b\x41\x42\x6a\x50\xff\x71\x82\xf0\x0f\xd7\x44\xd4\x97\xc7\xd6\x24\x56\x42\x99\xa4\x16\xb6\x86\xaa\x53\xd8\x10\xba\x49\xa0\xfd\xd8\x4b\xad\x2b\x86\x72\x82\xd5\x37\x89\xbc\x2c\xe2\x34\x54\x53\xb7\x38\x7e\xdf\xad\xb1\x2b\xcd\x4d\xc2\xfd\xbd\x9a\xf7\xe9\x9a\xf9\x04\xd6\x6c\x66\x87\x2b\x91\x4d\x46\x5d\x67\x24\xb1\x6a\x1a\x78\x61\x93\xb5\x62\x43\x8f\x51\x3c\x84\x82\x6f\x2e\xf7\xe7\x40\x2f\x4b\x1f\xb7\x52\xdc\xe6\x0b\xb0\xa5\x82\xe4\x63\xb9\xd4\x71\xd6\xb6\x07\xc8\x35\x22\x5d\x2d\x80\x99\xbb\x00\x0f\x0a\x5e\x25\xe5\x3d\x12\x41\xbb\x9a\x49\xdc\x8a\x42\xd4\x53\xa2\x88\x23\x7b\x86\x1a\x29\x54\xce\x0b\x62\x05\x83\xb9\xb0\xf1\x50\xc9\xf2\x64\xca\xd2\xb7\x5f\x69\x45\xd6\xa4\x2b\x7e\xb3\xb1\x36\xe5\x47\xdd\xb6\x3f\xd5\x98\x45\x2b\xf9\x62\x12\x89\x43\x21\x6c\xdd\xee\xf7\xae\xf0\xde\x52\xdb\xf8\xdc\x76\x08\x34\xde\x17\xd6\x31\xad\x7b\xe7\x0d\xce\xe7\x81\x9d\xc4\xb8\x00\xb0\x3e\x52\x1b\x08\xb9\xc4\x18\x8c\x53\x10\x21\x17\x04\xc0\x3d\x64\x69\xf1\x6b\xa1\xcf\x97\x7a\x74\xe0\x9c\xd3\x16\x1e\x99\xd3\xda\x54\x63\xea\x46\x60\x33\xf5\xd7\x30\x5e\x19\x5a\xe9\xf7\xf2\x76\x92\x2a\x1e\x5f\x3a\x20\xae\x4d\xf1\x8d\x8d\xc3\x62\x89\xfc\x16\x00\x5a\x11\x0c\x9b\x76\x42\x2c\x62\xef\xde\xc6\x59\x67\x57\x9a\x44\x62\x51\xb4\x2c\x01\xf0\xf9\x91\x6d\x83\xcb\x25\x18\x5c\xda\x86\xbd\xe5\xb9\x97\xea\x88\xf3\x13\x9b\xf8\xe1\xb0\xff\xe4\x30\x35\x80\xee\x67\x9d\x4d\x10\xe9\xec\x55\xb2\x88\x9f\x78\xaf\x76\xe8\xaf\x42\x66\x5c\xe0\xfc\xd6\xe4\x68\x46\x46\x95\x10\xf1\x33\x34\x77\x55\x68\x5d\x2a\xe0\xea\x58\xc3\xc2\xb2\xd7\x38\x6c\x84\x28\xc7\x33\xf7\x45\xde\x53\x69\x69\x64\xbc\x9d\x44\xe0\xa4\xa2\x57\xab\x45\xe6\x4b\x1e\xb8\x89\xe2\x43\x41\x06\xfb\xad\x43\xf5\xd9\x1d\x43\x85\x6e\x1b\x98\x2e\xd1\xc0\x74\xce\x59\x3f\xbf\x41\x68\xd9\x5d\xd4\x21\xcd\x03\xe5\x9b\xb6\x0c\x6d\x14\x72\x76\xd4\x33\x8e\x20\x63\xbf\x37\xcc\xf6\x6f\x81\x06\x75\xc3\x4d\xaf\xfb\x8e\x61\xef\x29\xe5\x87\x34\xf9\x4a\xf7\xbe\x94\xaa\x11\x89\x55\xbf\xd9\xa7\x8a\x9e\x75\x76\xeb\x55\x51\xe5\x3e\xfe\x1f\x86\xd8\xd3\xc8\x6a\x74\x93\x77\xfd\x60\xbf\x79\xed\x8a\xad\x5c\xe2\x4d\xc9\x72\x82\x15\x85\xb8\x87\xbc\x1b\x4e\xe9\x5f\x56\x5e\xe8\x55\xbe\x95\x0c\x5b\x6c\x58\xea\xc2\xe0\xca\x0f\x4e\x43\x1a\x63\x89\x10\x42\x4f\x2e\x1e\x45\x6f\x09\xfb\xfe\x1f\xd4\x15\x0a\xd7\x31\x18\x2e\x95\x91\x07\x0a\x34\xcb\xf9\x82\xf2\x5f\xff\x94\x76\x60\x7b\x8f\x63\xc3\xa9\xeb\xe8\x5c\xba\x20\x51\x17\xe7\x18\xf2\x95\xa0\x8e\xa1\x6f\xd7\x0d\x0e\xad\xfd\xfb\xf7\x81\x8e\x2b\x35\xf7\x75\x29\x28\x9b\x49\xa7\xeb\xe7\x21\x5c\x24\xf7\x1b\xfc\x94\xcc\xf5\x94\x71\xb9\x42\x0c\xd9\x96\x77\xfb\xe8\x54\x1d\x02\x7b\xc7\x91\x01\x34\x0b\xd7\xc4\x98\x7d\xa0\xff\xde\x35\x96\xde\xe1\xf7\xf2\x24\x6b\xfa\xe8\xd7\xbe\x57\x2a\xea\x7b\x1b\xc7\x44\x9e\x86\x4d\x3a\xd5\x7f\xf6\x1a\xef\x56\xf3\x41\x29\x58\x54\x9e\x70\xea\x10\x8e\x43\x20\xe8\x06\x26\x4a\x07\x3e\x6b\x9c\x75\x86\xe5\x0e\x63\x4d\xa3\x3f\x7f\x14\x7b\x73\x4d\xf6\x65\x90\xb9\xf7\xd7\x06\x6f\x2e\x95\xf5\x93\x6a\xa3\x59\x25\xef\x2b\x0e\x79\x00\xb6\xa4\x30\x02\x15\x11\xcb\x56\x95\x05\x1c\x56\x1f\x63\x59\xb5\x9b\x97\x02\x22\x69\xfa\x91\x0e\x24\x1d\xb5\x3c\x64\xf2\xd4\x8f\x33\x0c\x2a\xcf\xea\x0a\x9b\x2c\xa8\x77\x45\x5a\x47\x6a\xe3\xb1\x06\x2f\x1c\xf4\x0b\x57\x61\x7f\x4d\xa4\xfe\x2a\x68\xab\xab\xe8\x84\x4d\x67\x3f\x0c\x18\x81\x81\xa5\xfb\x67\x23\x88\x15\x1d\xfe\xd9\x5b\x87\xd8\x88\x12\x46\xee\xfd\x43\x6c\xe6\x82\xfa\x46\x19\x60\xac\xfe\xf9\x72\x4d\x2b\x33\x66\x1f\xe9\x87\xd4\x59\xa3\x0a\x72\x31\x07\x7e\xc9\x82\xbf\x27\x34\x48\xb8\xe1\x22\x16\x0c\x2c\x63\x1c\x79\xc1\xf2\xc4\x0c\x44\xb9\xe0\x1e\x07\x47\xa2\xd9\x85\x93\xf2\x28\xdc\x11\x9d\x24\xed\x8f\x91\x3f\x17\x56\x0b\x0f\x69\x2b\xbd\x10\x91\x31\xad\xd2\x70\xe7\x80\xeb\x38\xa8\xad\x1f\x71\xea\x10\x0d\xe5\x00\xee\x8d\x5d\x94\x22\xb2\x55\xfe\x9a\x1f\x46\x10\xec\x95\x27\x3c\x96\x6a\x6c\xc4\xe5\x80\x02\xff\x10\x15\x58\x30\xca\x78\x72\x62\x79\x84\xbf\xdc\x60\xef\xaf\x31\x98\xcb\xee\xdb\x6b\xde\x03\x35\x70\x4d\x50\x16\x57\xf9\x77\xd2\x52\x5d\xa9\x4c\x4d\x52\xdf\x56\xb3\x82\xee\x7f\x3d\x0d\xa7\xab\xc6\xca\x1b\xe7\xde\x61\xf2\x15\x94\x7f\xa3\xda\x24\xff\x5a\x80\xd2\x93\x94\x7b\x46\x5a\x81\xec\x49\xca\x64\xa1\x26\xbc\xb2\xfa\x29\x1f\x45\x43\xbb\x00\x14\x63\x31\x5d\x55\x34\x57\x8d\x28\xfa\xa5\x08\x4f\x10\x96\x2f\x2f\xbf\x6d\x61\x46\x67\x70\x8c\xba\x2a\xcc\xb8\x88\xe5\x67\x96\x3c\xfe\xea\x10\x7b\x74\xb3\x5c\x96\xfb\x89\xa1\xcd\x88\xbe\x2b\x26\xf3\x86\xea\x5a\xb3\xfa\xcf\x6b\x06\x22\xe4\x0f\x63\x7e\x6b\x41\x67\x51\x59\xfd\xf3\x9b\xf5\x7f\x57\x63\x23\xca\x97\xd5\xfd\x6e\xed\x02\x25\x92\x9a\xd9\xd6\xd8\xbd\xa7\xa6\x9d\x63\xcd\x11\x53\x61\xfb\x38\x5e\xb0\x65\x0e\xe0\x09\x96\x3b\xb6\x31\x2a\x6a\x9e\xcf\x93\xe7\x60\xc6\x8d\xaa\x18\x5c\xa6\xc6\xc1\x95\x02\x3a\xe1\xb8\x26\x25\x72\x12\x83\x87\x87\xb2\xf2\x24\xbd\x1c\x10\xb7\x93\x96\x76\x93\x34\x37\x07\x05\x16\x9b\xb4\xf8\x3d\x3d\xd1\x83\x93\x45\x33\x4a\x7a\x01\xa1\xc9\x82\x59\x0b\xb7\x7e\x80\x58\xbd\x7d\x61\x09\x8b\x8a\x12\x3f\xa0\x80\xcb\x74\x93\xc2\xc6\x1a\x00\xb3\x85\xed\x72\x3f\xe5\xb0\x83\x17\xd4\xe9\xfa\xe4\x55\x74\x79\xae\x8f\xb0\x9b\xed\x92\x7a\x4e\x9f\x2e\x77\x6e\x69\x6f\x6c\x87\x79\x66\xec\x84\xc4\x84\x6d\xc7\xfe\x8d\x35\xd8\x3b\x77\x59\xc1\x8f\xfa\x12\x49\x6a\xbc\x59\x2e\xe2\x1c\xdd\x6d\x66\x23\x3f\xec\x90\xc6\xf1\x57\x3b\xbd\x13\x9b\xbc\x2f\x1b\xc6\x4d\x20\xb1\xae\xfe\x4c\xf9\xe7\x34\xe5\x87\xb6\x5d\xf0\xb5\x3b\xd9\x7f\xac\x31\x26\x6b\x8d\x9d\xe9\x7e\xba\xe6\xbd\x41\x03\x93\xcd\xaa\xe7\x60\x61\x1d\x90\x21\xba\x81\x06\x22\x8d\xfa\xe4\xae\x5b\x4a\x06\x61\x13\x68\x9f\xc9\xe0\x18\x93\x2b\x91\x5a\xe4\x5f\x68\xa1\xa0\x00\xee\x59\x84\xa4\x4b\x88\x97\xba\xc7\x3a\xfd\xcd\xb2\x99\x4d\x66\xc0\xa6\xbd\xaa\xcb\xdb\x12\x2b\x83\xdc\x0e\x2e\x04\x4f\x7d\x91\xed\xe8\xb6\xfd\x4c\xb8\xf3\xde\x2d\x0b\xf2\x8f\x0d\x90\x79\xd4\xad\x90\x4a\x76\x69\x65\x25\x1b\xa5\x18\xa0\x2b\x10\xd8\xe6\x58\x12\x88\xcc\xfd\x92\xe3\xbd\xdf\x99\x29\x1e\xd8\x81\x0c\x14\x11\x42\x48\x38\x1d\x32\x3c\x0a\x35\x10\x52\x9d\x56\x72\x6d\xe1\x8e\x59\xde\xf6\xab\xcf\x92\x9b\xdd\x00\x11\xac\xe0\x44\x31\xcc\x75\x72\xc9\xba\x16\x8b\xad\x43\xb1\xf5\xa9\x4d\x9c\xce\xde\x0c\x4e\xcb\x5d\xbf\x19\xe6\x7d\xf7\x55\x8e\x77\xf3\xa2\xdd\x4f\xd4\x0c\x7d\x0c\xd5\xf7\x13\xc5\x2c\x23\x4f\xcf\xcb\x7b\xa7\xf3\x26\xc6\x9e\x50\x35\x95\x92\x60\x59\x74\xba\xf2\xbc\xee\xfe\xed\x6e\x6f\xde\xf8\x6d\x62\x2e\xf1\x5c\x3d\x94\xc2\x01\xe0\xb2\x50\xc3\xed\xd2\xbd\xbe\xcf\xbb\xa9\x50\xd4\x14\xdd\x24\xb0\x97\xe2\x17\x47\xb6\x6d\x14\xdb\x38\x7c\xdb\xd1\x86\x97\x35\xda\xf0\x7b\x0e\x1b\x51\xcb\xd2\xfd\xa3\xad\xd0\x3e\x18\x8b\x1b\x10\x48\x1f\x72\x8c\xb5\x5e\xac\xbf\x22\x0a\x58\xed\x5c\x88\x8f\x17\xa8\x09\x11\x66\x78\x25\x42\x1f\x37\x1e\x09\x20\xcf\x73\xce\xd2\xf9\x6d\x74\x93\x6e\xa3\x5e\xe1\xa6\x65\xb4\xbb\x8c\x3d\xf8\xde\x9b\x2b\xfd\xb6\x70\xcb\x72\x5f\x76\xb3\x77\x17\xfe\x69\x6e\x77\x3e\x79\x1a\x28\x15\x40\xd1\xda\x9a\x98\x7e\xb8\x5f\x28\x9a\x9e\xbe\x7d\x74\xa0\x4e\xae\xc4\x6d\x78\xc3\x4d\xec\xfd\x0e\xbb\xba\x9b\xa4\xf9\x7a\x92\x9e\xa1\x8a\xbc\x71\x2b\x04\x26\x0b\xd6\x37\xe8\xd9\xec\x3d\xdb\x7e\x6a\xb7\x43\x95\xa2\x9a\x42\x28\xf3\x78\x2f\xa9\x5c\x9e\x93\x18\x94\xc4\x48\x80\x75\x1b\x78\xcf\x61\x91\xb0\x5f\x73\xd8\xce\x4c\x34\x53\x91\xbb\xbf\xe4\xb0\x7d\x5b\x61\x1d\x49\x45\x6e\xd5\xee\x25\x0e\x3e\xb4\xab\x85\x99\xd2\xb5\x22\x8a\x73\x83\x60\x2e\xcc\x74\x2c\xc4\x45\xee\xef\x6a\x53\xc7\x72\xd8\xaf\xd7\xd8\xae\xd5\x30\x5f\x14\xdd\xc4\xfd\x5c\x8d\xed\x3f\x6f\x43\x9e\x8e\x89\xad\x96\xbc\xac\x46\x4f\xed\xa6\xac\x86\xd0\xb6\x24\x0b\xf3\x24\xed\x73\x3f\x97\xbd\xee\xa7\x79\xd8\xec\x45\xbe\x3c\xcf\xae\x85\x70\x85\xc8\xe7\x0e\x2f\x2c\x1e\x9e\x9d\x59\x3e\x3c\x37\xcd\x55\x4e\xa1\xe9\x4b\xdd\xe0\xcb\xc4\x8d\x08\x1b\xa6\xcd\x10\x04\x17\x9c\xaa\xac\x71\xe2\x47\xf3\x63\x7e\xb8\xd3\xcd\xfb\x73\x61\x8a\xa8\x4e\xa0\xb8\x87\xf9\xac\xcd\xbe\xde\x8c\x12\xb5\xf2\xe5\xd7\x74\x3e\x5c\x0d\x73\x0a\xde\xc1\xcc\xe4\x6b\x3b\x37\x8c\x5f\x0e\xf6\x98\xfc\x37\xec\x4d\x43\x6c\x44\x4e\x12\xe0\x27\x79\xe5\xd0\x16\x66\xed\x6d\x94\xda\xea\xcd\xff\x5c\x53\x8f\x4b\x13\x36\x15\x75\x7d\x83\x0b\xec\x26\x49\x5a\xf0\x2b\x2b\x5b\xac\x39\x4b\xf5\xe9\x12\x53\x45\x7d\x45\xd4\xc4\xcb\x6c\x26\x85\xef\xf9\xaa\x88\x45\x0a\xb0\x0e\xe0\x03\x02\xde\x87\x44\x46\xb5\x8a\x5c\x88\xa9\xe6\xd2\x0c\xd7\xc2\x48\x80\x0d\xb0\x1d\xc6\xab\x24\x37\xc1\xdd\x00\x23\xdb\xd0\xbd\x52\x6c\xa8\x97\x9c\xbc\x59\xbe\x81\x79\xe4\xf8\x89\x65\x0a\x84\x6c\x87\x17\xaf\xc0\xaa\x09\x2e\x0b\xec\xfa\x79\x9b\xfd\xb5\xc3\x76\x84\x59\x33\x0b\xdd\x3f\x71\xd8\xde\xf3\x8e\xc9\xfc\xd2\xec\xd2\xbc\x35\x20\x0f\x3b\xf0\xcc\x1a\x8d\x98\xe3\xb3\xb9\x30\x3b\x6d\xea\x18\xd8\xdf\x5a\x96\xc0\x09\x94\x24\xc8\x1e\x5b\x84\x14\x1c\x16\xa5\x41\x91\xd2\xb1\xaa\xf1\x74\x2c\xcd\xf4\x75\x32\x36\x74\x02\xda\x36\xb1\x78\x78\x66\xee\xd8\xe1\x46\x27\x60\x1f\xad\xb1\xc7\xfa\xeb\xd9\xe1\xc8\xcf\xf2\xb0\x79\x28\x4a\x9a\xa7\x97\xf2\x24\x15\xee\xcf\x6d\x66\xd6\x50\xcd\x9f\xb9\x73\x69\xc3\x97\x56\x6f\x7c\xdd\xa9\x4a\x52\xea\x9c\x99\x3b\x97\x1e\xc9\xae\xb9\x90\x79\xe1\xaf\x67\x02\x6b\x0f\x84\x91\x10\xfe\xc1\x3e\xa2\xa8\xde\xdf\xef\x78\x6f\x71\xb0\xbd\x7b\x32\x45\xc4\xac\x63\xb6\x34\x47\x3b\xd4\x90\xc2\x34\x8c\xc8\xbf\x8b\xa9\x5f\xb2\x26\xd2\xb5\x50\xac\x4f\x90\x63\x52\x5d\xe6\x57\xa7\x2b\x53\xa4\xab\x98\xb8\x16\xfe\x31\xb5\xba\x87\x6b\xec\x5f\x74\xab\x4e\x99\xee\x1b\x6b\xec\xd0\xc5\x9d\xa2\xad\x61\xfe\xaa\x73\xde\x34\xb6\x78\xb2\xee\xdd\xfc\xea\x23\x70\x35\xa8\xd2\xe5\x3c\xab\x16\x8f\xf0\x09\x98\x32\x32\xf6\x76\x87\xed\x02\xe3\xe4\xfc\x09\xf7\xf5\xce\x16\xb6\xb9\x25\x4c\x6c\x75\xc9\xb3\xe8\xa1\xdd\x6e\xf5\x70\xa3\x7d\x64\x90\x46\x61\xd8\xf4\xc0\x87\xa8\xc1\x1e\x76\x18\x6b\x45\x42\x69\x3c\xef\x70\xb6\xe0\x7f\x7b\x44\xa7\xa7\xea\xb5\x8b\x27\xa5\x7d\x58\x8a\xf4\xb0\xa9\xaa\xb5\x61\x49\xea\x8d\x55\x04\x13\xba\xce\xb8\x13\xfa\x31\xf0\x24\x93\x75\xb1\x1b\xf5\x56\xc3\xb8\xc1\xbe\xe1\xb0\xdd\xab\x68\xc3\x6b\x65\xee\x57\x9c\x4d\x1c\xee\xb4\xda\xa0\x92\x5b\x55\x7e\x9d\xa3\x9f\xdb\x55\x2e\x1e\xe3\x0e\x6c\x6e\x6e\xa4\x1a\xf9\xa9\xc8\xb4\x67\x53\x14\xb6\x04\x32\x94\x5d\x80\xe0\xd4\x4d\x30\x84\xe7\x6f\x3a\xec\xb1\xdd\x76\x92\x27\x71\x31\x81\xa5\x20\x73\x3f\xe1\x6c\x41\x78\x2e\x54\x7c\x69\x35\xb8\x5b\x95\xc2\x6e\x3a\xa6\x98\xd5\x44\xea\xe6\xc4\x0a\x64\xea\x0b\x53\x54\xff\x93\xc3\x76\xb5\x30\x70\xcc\xfd\xec\x56\x66\x7e\x45\x88\xa0\xf7\x52\x47\xc5\x9e\xa5\x9b\xc4\x09\x6e\x45\xb4\x93\xa2\x11\x88\xae\x88\x03\x1d\x46\xae\x32\x22\x98\x3d\x7d\xa1\x4c\xe6\x45\xb4\x20\xb3\xd7\x39\x6c\xd7\x3d\xbd\x64\xa5\x9f\x0b\xf7\xa5\x5b\x69\xca\xed\x98\xd8\x6a\xca\x33\xe9\xa1\xdd\x12\xf5\xf0\xc2\x66\x1b\x7b\xab\xc3\x76\x93\x30\x4a\x32\xf7\xb5\x5b\x59\x08\x4b\x98\xfc\xc4\x92\x55\xab\xdb\xf5\xe3\x92\x70\xd1\x8f\x2f\x58\xa6\xbc\xcb\x61\xbb\xfd\x7b\x7b\xa9\x38\x12\x46\xc2\x7d\xc3\x56\xea\x36\xa3\x92\x5b\x75\xbb\x53\x3f\x2e\x6f\xf2\xf2\x39\xd2\x66\x2b\x68\xbe\x8d\xfd\x07\x5e\xc1\xa1\xaa\xac\xb9\x91\xb3\x5f\xde\xcd\x76\x8b\x6e\x5b\x74\xa4\xc2\xe9\x7e\x78\xf7\x16\x6a\x78\x58\x25\xb7\x6a\xf8\x3f\x46\xf4\x73\xbb\xfb\xa8\xd3\x94\xa0\x6b\xfb\x71\x10\x29\x6e\x34\x75\xe3\x41\xe3\xc7\x83\x34\x5c\x53\xc4\xba\x6b\x4a\x01\xd0\x54\xe4\x60\x91\x0f\x2d\x4d\x84\xc0\xc2\xc8\x78\x10\xe6\xbc\x2e\xff\x53\x36\x1b\x18\x1e\xd1\x00\xc3\x93\xfb\x69\x4e\xb7\x5b\x81\x5c\x1f\x22\x28\x6e\x22\xe1\x46\x2d\x53\xf4\xfe\x0d\xc6\x4e\x66\x74\xe8\x0b\x5b\xd3\xdc\x1f\x33\x6d\xbe\x61\x86\x5e\x60\x52\x61\x86\x3c\x42\x03\x9d\x35\xed\xc5\xd9\x38\x5f\x19\x53\x77\x9b\x19\xba\xe2\xc2\x95\x98\x0a\xb4\x8d\xc2\xd3\xc8\x59\x9f\xa4\xfa\x8e\x28\x8b\xfd\x6e\xd6\x4e\x20\xc2\x56\x19\x72\x19\xe7\x3c\x4f\xc9\xc2\x0c\xd0\x15\x50\xe2\x38\x6b\x62\x7d\xec\xfe\xb3\x88\xf7\x78\xde\x4e\x93\xde\x6a\x1b\x2c\x75\x98\x0a\x90\x89\xa8\xf9\x95\xdf\x93\x2b\x6d\xc6\x83\x7e\xec\x77\x8a\x5d\x4b\x6f\x52\x68\xdd\x83\x7c\x65\xd5\x06\x69\x1a\xa3\xf2\xe0\x51\x39\x5d\xe0\x4c\xd3\x91\x5a\x1f\xe7\xe5\x60\x2d\x3a\x14\x29\x6c\xa0\x02\xa5\x5b\x1f\xbc\xe1\x32\x19\x0a\x8e\x83\xea\xa2\xc7\x68\xe0\xaa\xeb\x25\x8f\x4f\xb1\xf6\xf8\x59\x13\x71\x90\xa4\x75\xea\xb1\x26\x9f\x59\x98\x47\x2f\x70\x4d\xf8\x0d\xd8\x4f\x98\x13\xbc\x20\x0f\x51\x40\x8e\x03\x4b\xae\x9e\xa1\x68\x12\x0e\xe3\x20\x5c\x0b\x03\x00\x90\x4a\xd4\x1c\x92\x27\x15\xf8\x38\x5c\x6d\xe7\x75\x8a\x3d\x02\x04\x1c\xae\x17\xa0\x2e\x92\x68\xe4\xe5\x37\xc5\x98\x76\x84\x8f\xab\x57\x07\x07\x60\xe4\x5a\x9f\xd7\xf5\x11\x2f\x48\x9a\xbd\x8e\x69\xa1\x86\x87\x98\x85\xea\x73\xb3\xc3\x11\x38\x86\xc0\x66\x7b\x99\xc0\x18\x77\x30\x63\x42\xc0\xcb\x86\x9a\x01\x72\x6e\x59\xcd\x92\x47\x8a\x42\xa9\x04\x25\x80\x31\x75\x9a\xf5\x01\xd8\x4b\x2d\x83\x22\x4e\xbd\xb8\x2b\xd6\x8b\xef\xe9\xa8\x25\x95\xa6\x8c\xfe\x14\xbc\x03\x0a\x4f\x80\x06\x7b\xc8\x61\xb5\x56\xd3\xfd\xf9\xad\xb0\x53\xd8\x70\x17\x5e\xf7\xc8\x6c\x69\x23\xb5\x90\x29\x2e\xff\x99\x89\xbd\xd3\x61\x57\x04\xc9\x7a\xbc\xee\xa7\xc1\xcc\xc2\xbc\xfb\x80\xc3\x6e\x3a\x6f\xad\xe7\x8a\x0f\xac\xea\x2f\x1a\x2f\xcc\x76\xa8\x02\xe4\x2c\x36\x38\xaa\xb5\xa8\xdc\xc4\x9c\xc5\x7e\xcf\x61\x23\x82\x4c\x2c\xee\xaf\x6f\xc5\xe2\xa7\x0c\x32\x25\x85\x52\xdb\x69\xac\x0e\xce\x45\xa7\x9b\x00\x6a\x50\x61\x30\xb9\x60\x3d\xf2\x42\x4e\x99\xd0\x96\x20\x4c\xd9\xfb\x6a\xec\xd1\xab\x4d\x51\xd2\x26\x1f\xa8\xb1\x5b\xcf\xaf\x33\xcf\x1e\xde\x44\x95\xfc\xaa\xb3\xe1\x7d\x49\x87\x9e\x3d\xfc\xa3\x7a\x06\x5f\x6d\x8a\x62\x1d\x4b\xa5\x96\xfd\x96\xc3\x76\x36\xc3\x38\x10\xa9\xfb\x6b\x5b\xb1\xa7\xce\x42\x5a\xab\x43\xfe\xad\x83\x0f\xed\x5e\xc0\x4c\x2f\xca\xc8\xbb\xa5\xc3\x44\xa7\x9f\xdd\x13\xd5\xb1\x94\x7a\x37\x30\x8e\x12\xaf\x72\xd8\x6e\xc4\x52\x3e\xe6\x77\xdd\x17\x6c\x41\xbb\x99\x55\xa9\xad\x76\xcd\xe8\xc7\xa5\x96\xe9\xc7\xe7\x5d\x5d\xbf\xe4\xb0\xa1\x66\x16\xba\x1f\xdb\xca\x4d\x49\xd9\xfc\xf5\x22\xb9\x13\x8c\x16\x86\x53\xd2\x49\xf9\x7c\x2c\x0f\x4f\x7e\x53\x8c\x99\xf5\x2a\xa4\xb6\xda\xd8\x2b\xb4\xaf\xa6\x48\x21\x5c\x43\x3b\xc8\x14\x9b\x4d\xc6\x47\x0f\x19\x22\x7b\xac\x21\xcf\xee\xa8\xc8\xe2\xca\xd9\xb2\x22\xbb\x61\xc5\x2c\xeb\xc7\x95\x8a\xec\x9c\x9f\xfb\xb8\x60\x2e\x48\x8b\xbd\x5f\xce\x5c\xd1\x6d\xb7\x32\xf7\x67\xb6\x34\x73\x45\xb7\x7d\xc4\xd6\xfe\x9f\x81\xcf\xec\xe1\x95\xcf\xf8\x91\xa5\x0b\x3d\x92\xfc\xaa\xc3\x86\xe2\x56\x26\xcf\x7a\xe7\x1f\xea\xe3\xa5\x8a\xbc\xd2\x39\x5e\xaa\x46\xcc\x8f\x5f\x70\x1d\x2e\x55\x3a\xc4\xad\x8c\xbd\xd6\x61\xbb\xbb\x69\x82\x11\x47\xee\x8b\xb6\x30\xe6\x0b\x2a\xb5\xd5\xa2\x39\xa4\xc7\x04\x14\xec\x28\xe2\x21\xc2\xed\x16\x1e\x08\x78\x0d\x92\x8d\xd3\x6a\xea\xf8\x5d\xa5\x9d\x1a\x9b\x19\xfb\x75\x87\x0d\xa5\x2b\x81\xfb\xc5\xad\x74\xea\xe2\xa1\x39\xab\x0a\xf7\x3b\x8b\x87\xe6\xec\xb1\x5d\xf4\x83\x24\xe3\x60\x3d\xe5\x73\x62\xc0\xc9\xe9\xb2\xd9\x39\xd2\x15\x53\x2c\x3d\xec\xb0\xab\xd6\xb2\x6e\x5b\x28\xbb\xae\x7b\x76\x33\xcf\x2b\x7d\x2b\x48\x9f\x84\x69\xde\xf3\xa3\x0d\x6b\xeb\xce\x3b\xcc\x2c\x4b\xa7\xb0\x25\x78\x75\x71\x17\x6d\x5f\x1d\x66\xe3\x26\x1e\xc3\x46\x20\x38\xf2\xc7\x52\xb8\xf2\x67\x87\xbd\x39\xfb\x91\xe9\xcc\x11\x45\xfa\x42\x9f\x66\x05\x51\x30\x29\x93\x03\xb2\x33\xa4\xb9\xed\xc4\xf1\x6b\x43\xec\xef\x1d\xc3\x67\xf9\xaf\x1c\x36\x7d\xfe\xc8\xc4\x7e\x57\x04\x47\xa5\x96\x8d\xf7\xe7\x05\x54\xdd\xc3\xce\xa2\x0e\x67\x86\x45\xa6\x13\xc0\x96\x1c\xe3\x05\x8b\x71\xa6\x1f\x18\xfd\xac\xd4\xec\x12\x20\x3d\x9f\x6f\x19\xdf\x58\x5c\xe8\xd4\x50\x8d\xcd\x44\xbf\x01\x6e\x1e\xe2\x7d\xc8\x89\xc1\x80\xbd\x9b\x67\x57\x18\x5f\xb9\xd3\x5e\x7d\xc9\x8a\x66\x35\x83\x22\x2a\xa0\xea\x4d\xbb\xf5\x0b\x75\x56\xb2\x40\x37\xbe\x54\xee\xb0\x52\x4d\xba\x9b\x83\xe6\xb3\x87\xaf\x60\x4f\xdb\x4a\xc8\xc9\xb1\x5e\x0e\x5e\x3e\x0a\x62\xd6\xa4\x44\x70\xbf\xcb\xbc\x97\x38\x9b\xa5\x28\xc5\x0f\x6c\x64\x54\x85\x40\x43\x2a\x5a\x83\x09\xe2\xed\x19\xd0\x97\xcb\x53\x22\xf9\xe0\x28\x97\x9c\x66\x1b\xe0\x0b\x0c\x87\x67\x6b\x82\x7e\x7d\xdb\xcb\x68\xdb\xcb\xe8\x87\xe8\x65\xf4\x5f\x4c\x2f\xa3\x5f\xbd\x64\x2f\xa3\x97\x94\xbd\x8c\xb4\x8f\xd1\x53\x1e\x29\x1f\xa3\x06\xfb\x47\x87\x8d\xd0\xe2\xcc\xdc\xbf\x75\xbc\x79\x5a\xeb\x99\x0d\xec\xa0\x92\xe8\x80\x76\x1f\x62\xe2\x0d\x38\x0e\x82\xff\xe8\xaa\x90\x7c\xcb\xed\xf5\x30\x9b\xdd\xcc\xdb\x7c\x8b\x12\x6a\x4b\x8e\xaf\x52\x4e\x5f\x80\xe3\xeb\x39\xe7\x45\xe7\x77\x3b\xba\xcb\x7d\xb6\x76\x3b\xaa\xae\x6c\x29\x3a\x70\x33\xc1\x59\xf6\x50\xfa\x9d\x61\xb6\xc7\xec\x8c\x6e\x37\x43\x1b\xba\x9f\x8b\x56\x2f\x5a\x12\xb9\xf6\xfc\x75\x3f\x38\xec\x1d\xab\x7a\x51\x12\xc6\x66\x08\x17\xa5\xce\x44\x8e\xce\x29\xea\x58\x02\x2b\x51\xc5\x74\x9d\x75\x88\x08\xda\x92\xb7\xbf\x34\xc4\xf6\x51\x9c\xcc\xf5\xde\x13\x96\x29\x32\xc6\xcc\x51\xfb\x5e\x5b\xfb\xdf\x1b\x1c\xe6\x46\x7e\x96\x2f\xa7\x7e\x9c\xc1\x6b\x80\x49\x7a\x01\xbb\xf1\x22\x16\x0c\x00\x24\x3d\xed\xa8\x9f\x21\x1c\x93\xda\x6c\xa8\xdd\xb9\x2e\x42\x79\xaf\x49\xd5\x97\x5c\xc9\x0b\x35\xa3\xc1\x9e\xcd\x76\xa1\x43\xbf\x70\x8f\x7b\x33\x33\xbc\xdd\xeb\x40\xf8\xbc\x1f\x80\x85\x8c\xde\x29\xee\x32\x80\x8e\x10\xb9\x1f\x46\x99\x61\xe4\x29\x0a\xb3\x9a\x7b\x84\xed\x4c\x85\x9f\x25\xb1\x7b\x8b\x37\xb1\x0c\x9b\xb2\xfc\x45\x18\xbc\x46\x6d\xa5\x6e\x0b\xed\xa8\xce\xe7\xa8\x66\xe3\x3e\xe4\xdd\xb0\xa4\xbd\xe1\xad\x2c\xc6\x95\x61\x75\x19\xd8\x30\x8e\xf8\x51\x26\xc6\xf9\xc9\x18\x22\x5c\xac\xdc\xbe\x34\xcc\x2e\x20\xfe\x0e\x35\xbe\x07\x86\xbd\x3f\x73\xca\x4f\x37\xf2\xb9\x61\x04\x0c\xf8\x28\x3d\x62\xe1\x79\x97\x39\x3a\xef\xac\xb3\x13\xab\x7e\xd6\xd9\x89\x2f\xac\x99\xff\xf2\x1a\x7b\xa9\xc3\x28\x89\xdb\xbf\xc0\xb8\x46\xec\xbd\x79\x8d\x6c\xe9\xdd\x44\xdd\xa4\xc1\x2e\x33\xb3\x46\xf4\x72\xa5\x8f\x3a\x26\xea\xab\x88\x5b\xc1\x5e\xc8\xa8\x7a\x6e\xb6\x09\xd1\xd2\xe0\x4a\x2c\xc3\xc7\xde\x01\x2a\xca\x06\x68\x31\x7b\x44\xcf\x56\x3c\x29\x60\x9d\xd8\x17\x9d\x4a\x64\xe3\x39\x5f\x74\x92\xf8\x30\x6d\xe7\xee\xdb\x1c\x6f\xd6\x7e\x54\xcd\xf7\x85\x2b\x49\x47\xa6\xe0\x27\x5a\x2b\x90\xb2\x68\xa1\xcc\xea\x3b\xc3\x0e\x32\x78\xea\xde\xa8\x02\x75\xbd\x05\x23\x4e\x96\xd6\x07\x56\x5a\xe7\x64\x05\xca\xfe\xf2\x8e\x4a\x52\x62\x55\xd5\x19\x44\xd1\x77\xdf\xb4\xc3\xbb\xa5\xf4\x0c\xb7\xc0\xbc\xd7\x8d\x84\xba\x07\x53\x52\x96\x9a\x60\xa0\xf0\x9f\x75\x6a\x61\xd7\xaa\xfb\x97\x86\x59\xc4\x76\x63\x27\x2f\x8a\x96\x7b\xf7\x16\xce\xd5\xe5\x43\xd4\xf5\x8b\xa6\xc7\x09\xa9\x09\xc8\x45\xa4\x74\x33\xdd\x6a\x76\x00\x5d\xf3\xc0\xc7\xe7\xc9\xde\xbf\x92\x4b\xe6\x36\xfa\xad\x95\x5f\x95\xda\x14\x15\xef\xae\xb1\x5a\xd8\x75\xdf\x5a\xf3\x5e\x5b\x93\x1f\xcd\x2f\x6c\x48\xde\xe0\xc7\xfc\xbe\x3a\x35\x45\x49\xd2\x5d\xf1\x9b\xa7\xf9\xa8\x62\x14\x98\x9c\xb8\x69\x6c\x9c\x47\x61\x7c\xba\x8e\x37\x2e\xa3\x53\x07\x6e\x6e\xec\xbd\x61\x3f\xbc\x9b\x3a\x30\x06\xb1\x53\xc6\xfb\x4e\x2f\xca\xc3\xa6\x14\x86\xa3\xa3\x7b\xf7\xee\xa7\x4c\xf6\xee\x1f\x6b\xf0\xf9\x85\xb5\x03\x05\xc4\x1b\x1c\x15\x44\xa0\x41\x50\x5a\xbd\x28\xea\x1b\x38\xd2\x44\x42\xd0\x8d\xfc\x5c\x4e\xb4\xac\xc1\x67\xa2\x2c\x19\xd7\xdb\x9c\x11\xfe\x54\x04\x87\x8d\xe3\xc5\x20\xf0\x35\x74\xd3\xe4\x4c\x7f\x5c\xe3\xd5\x43\xe9\x72\x5b\xe8\x5b\xd2\x74\x9d\x8d\xc4\x49\x80\x47\xc3\xd3\xde\xf3\x0b\x88\xe4\xe3\x49\x20\x74\x38\x78\xa9\xcb\xe0\x82\x86\x18\x93\x14\xd8\x54\xc1\x03\x5c\x1c\xd1\xb1\x4b\x34\x22\x8e\x4d\x3a\xb7\xcb\xc2\x4f\x27\x7c\x08\x02\x62\x42\x78\x08\xf7\xf5\xbb\xbc\x2f\x3b\xf4\xa3\x58\x79\x15\xe8\xf0\x34\x7f\x92\x14\x89\x00\x50\x1c\x01\xb4\xba\x8f\x98\x15\x2b\x04\x46\x63\x60\x57\xf0\xa2\x19\x08\xe1\x0f\x20\x04\xdc\xa7\x4b\x06\xb8\x07\x31\x23\xd2\x64\x79\x30\xda\xbe\x21\x58\xe2\x24\x56\xde\x5e\x5c\x05\x6f\x42\x15\xa4\xb0\x03\xc5\x0a\x4f\xfb\x52\x06\x48\x0d\xaa\xca\x71\xfa\xa1\x1d\xec\x66\x72\x60\x9b\xf2\xae\x33\x51\x8e\xa9\xf8\x32\x8b\x5f\x99\x6b\xc0\xc0\x2a\x00\x00\xf3\xe3\x65\xfb\x82\x71\x98\x56\xc7\x41\x85\x27\x42\x45\x9c\xa6\xf3\x92\x6c\x8f\x01\xaa\xa3\x9a\xe4\x9d\xcc\x44\x8a\x71\xbe\x4f\x97\x8d\x52\xa4\xac\x60\xa5\x56\x68\x69\xc0\x57\x01\xd8\x8a\x25\x20\x12\x3a\x72\xa6\x02\x0e\xf8\x1a\x8a\xa4\xcc\x98\xe0\x77\x43\xc8\xdc\xfd\xa4\xe3\x7d\xd0\x99\x59\x98\x87\x5f\x04\x0d\x01\x59\x2e\xcc\x53\x9f\x56\x18\x09\x0a\x84\x9f\x02\xb4\xdc\x43\x7a\x51\xf2\x6f\x98\x69\x22\x82\xa6\x42\x3f\x29\xa5\x1d\x08\x8d\x81\x99\x9c\x54\xa3\x8a\xb5\xd2\x99\x98\xad\xf8\x63\x87\xce\xa0\xbf\xef\x78\xbf\xee\xc0\x19\x34\x69\x0d\x1c\x45\x7e\x07\x6e\xfb\x2a\xf8\x48\xe1\x44\x15\xcd\x94\x6b\x17\xbb\x7e\xdc\xee\x78\xcf\x6e\x92\xa7\xe1\x61\x8c\x5e\x0f\x12\x91\x11\xa1\x8c\x3e\xa0\xcb\x24\x30\xd4\x74\x98\xbf\xf0\x81\xfa\xcb\x83\xec\xb6\x8b\xa5\x7e\x68\x3c\x63\xe9\xc4\xf1\x25\xb0\x32\x2c\xa4\x49\x37\x73\xdf\x71\xd0\xbb\xab\xf4\x0c\xb7\x26\xf9\xb0\x8e\x4f\x79\x2b\x89\xa2\x64\x5d\xf6\x1d\x59\x8b\x88\xb5\x67\x2e\xf5\x5b\x39\xdf\xcf\x47\x09\x66\xef\xa7\xb3\x24\xae\xa3\x0d\xa3\x91\xa4\xab\x13\x63\xb6\x8d\xe5\xa3\xb7\xb2\x2e\xdb\x91\xc4\xe2\x44\xcb\x5d\x35\x8f\x70\xcf\x61\xcf\x62\x77\x5c\x1e\x6e\x8b\x72\x03\xd9\x87\x86\xd9\xe3\x37\x62\x9a\x75\xfc\xae\x3c\xd4\x65\xee\xfd\xc3\xde\xf7\x87\x06\xbf\xe7\x60\x2d\x00\x05\x15\xb8\x53\x52\xbf\x5f\xa0\x70\x56\x43\xa5\xf1\x53\x1d\xbf\x7b\x4a\x4e\x25\xd4\x88\xfa\x6a\x33\x85\xfc\x4c\x86\xb8\x30\x0e\xc4\x19\xb5\x90\x3a\x7e\x57\xdd\xbb\xe7\xfe\x2a\x3f\x76\x72\x69\x59\x43\x9b\xf5\x28\x34\x19\x61\xd5\x0a\x62\x68\x88\xc3\xae\xae\x85\xc7\x75\xb7\xa8\xd8\x51\xaf\xe3\x77\x3d\xb5\x87\xe5\x85\xce\x5b\xb8\x9b\x68\x66\x0f\x3f\x27\xe2\xf6\x82\xf6\x1f\x94\x6c\x3f\x05\xf7\x02\x22\x7d\xd5\x27\x88\x76\x18\x05\x3c\xcb\xd3\x1e\x18\x05\xf8\x68\x9c\xf0\x58\xe0\xb6\x15\x66\xc5\x86\x3a\x46\x54\x39\x84\x1e\x1c\x5a\x65\x23\x73\x68\x48\xba\x76\xc1\xbf\x99\xa4\x8a\x04\x3b\x30\x79\xb8\xc7\x65\x8b\x44\x9c\xf5\xc0\x37\x28\xc9\xac\x5c\xe5\xa2\x55\x40\x73\xea\xe6\x02\xac\x0d\x80\x04\xbd\x19\xec\xff\x8f\xb1\x91\xb8\x17\x81\x67\x83\x7b\xa5\x45\x8f\x70\x0f\x7b\x94\x1f\xe0\x41\xc9\x8f\xe0\x52\xc4\x7d\xfe\xe5\x22\x64\x29\x4f\xda\x13\xe9\xa1\x24\x89\x58\xcc\xae\x54\x17\x7c\x73\x49\xf3\x72\x96\x77\xb8\xc8\xb6\xf0\x38\x61\x6d\x05\x95\x7d\x37\x7b\xde\x0f\xaa\x61\x33\xb2\xdb\xd9\x75\xec\xaa\x8e\x7f\x66\x41\x8f\x98\xfb\x18\xd0\xc0\x0f\xec\xb7\xb4\x6b\x99\x2a\x8c\xcf\x97\x8a\xb3\x6b\x00\x93\x31\x0b\xd7\xc4\x31\xe4\xf2\x2f\x0d\xdd\x0b\xd9\xa3\xbb\x7e\x2e\x5b\x6c\xe4\xd5\x7e\xe8\x07\x29\x76\xcc\xe8\xd9\xc7\x90\x9d\xc3\x9a\x68\xbf\x3d\xc4\x9e\x60\xad\x5c\xd1\x59\x11\x41\x20\x82\xba\xbe\x23\xf9\xc5\x21\xef\x3d\x43\x9b\xa7\x31\x8c\xd2\xe4\xc4\xa3\x55\x01\xb9\x75\x50\x72\xeb\x22\x04\x31\x0f\xe9\x30\x30\x8e\xc2\x6c\xb9\xdf\x15\xc7\x44\xee\xc3\xc6\x56\x58\x11\xf1\x64\x0c\x32\x4d\x89\x01\x03\x43\x01\xd4\x68\x1d\xa6\xd2\xea\xa5\xb0\x74\x53\x21\x1b\xd8\xc4\xca\xe8\x0a\xa8\xcf\xe4\xc6\x37\xce\x0b\x23\x3b\x9a\xb2\x15\x6d\x84\x5c\xb6\x8a\x65\x29\x00\x70\x06\x79\xb8\x6b\xfa\x51\xd4\x6f\xd8\xc2\x16\x16\x77\xba\x26\xea\x3d\xb4\x4e\xd4\x41\x1e\x65\xa5\x3a\xad\x08\x22\xf6\x94\x0a\xbe\xde\x8b\x51\x72\x22\x31\xbe\xa5\x80\x85\x99\x3a\x01\x68\xa1\x34\x8a\xf0\xdd\xe5\x6a\x8f\xeb\x3a\x8f\xd9\x1c\x2a\xef\x1e\x66\xff\xc2\xaa\xa8\xdc\x47\x60\xf0\x5f\x31\xec\xfd\xfd\x50\xe5\x2b\x7b\x8b\xa1\xba\x18\x3d\xaa\x0e\x86\x3c\x04\x2d\x49\x91\xa7\xc3\x4e\x51\xc8\x78\x18\x20\x6b\xbf\x40\xc7\x2c\x42\x6e\xa1\x6c\xd5\xcd\x01\xf4\xc1\xde\x82\xcf\x1d\x77\x82\x69\xc6\xa6\xc6\xf8\xa9\xd5\xd4\x8f\x7b\x91\x9f\x9e\x9a\x66\x5c\xfe\x6f\xb9\x2d\x32\xd8\x9f\x08\x0a\x15\x83\xd0\xe1\xf7\xe8\x69\xd1\xaf\xe3\x94\xeb\xfa\x61\x9a\x21\x73\x17\x98\x69\x68\x44\xfc\x14\xf7\x39\x80\x4f\x8d\x73\xcc\x11\x8c\x69\x90\x0a\x2f\xea\x46\x81\x8a\x11\x8e\x01\xf2\x21\x90\xc0\xc6\x21\xfa\x61\x80\x52\x96\x89\xae\x9f\xfa\x39\x14\x9e\xa4\xd9\x98\x0e\xb7\xc2\xfc\x72\x83\x6e\x75\x45\xb4\xfd\xb5\x30\xe9\xa5\x5a\xf2\xcb\x9a\x36\xd8\xde\x31\x7e\x0a\x11\x4c\x4f\x4d\x93\xe3\x1f\x51\x79\x90\xa3\x29\xd0\xd6\xd1\xd9\x1b\xce\x2e\x7d\x3a\xca\xa9\xad\xaf\x81\x85\xcd\x40\x26\xd8\x7e\x65\x2e\x92\xe9\x53\x01\x98\x82\xdd\xc8\x6f\xaa\xde\x57\x37\x0c\xe6\xc2\x0f\xd8\xb0\x88\x7b\x1d\xf7\xb9\xe6\x2e\x74\x82\x1d\x63\xcf\xbc\x8c\x92\x88\x3d\x9a\xd5\xc2\xc0\x96\x38\x9c\xed\xee\xf8\x67\x8e\x02\x24\x49\xb5\x24\x7d\x22\x1b\xe9\x84\x31\xee\x6d\xe7\x17\xb5\xfe\x99\x0a\x51\x2b\xb3\xf0\xcf\x6c\x92\xc5\x2b\x87\x4a\xea\x58\x18\xe7\xf5\x24\xad\x63\x25\xdd\xbf\xa8\x79\xdf\xac\x0d\x7e\x6f\x19\x99\xfc\xbc\x74\xfa\x21\xed\x01\x9c\x38\x91\x1f\x1b\x8e\x8a\xf8\x29\xe9\xe7\xc4\x12\x9a\xe2\x3d\x9a\x3a\x2c\x29\x7c\x23\x92\x1d\x70\xb0\x82\xa5\x99\x91\x72\x03\x17\x79\xfd\x13\x2d\x08\xf7\x90\x87\xec\x1c\xf0\x4b\x5b\x86\x6a\x6c\x78\xa5\x16\x0f\x69\xdf\xa1\xa5\x05\x59\xc0\xaa\xaa\x43\xfe\xd3\x5c\xf7\x6c\xf1\x88\x86\x6b\xef\x98\xac\x8e\x4e\x5e\x7c\x5a\xf9\xf1\x86\xcf\xe1\x49\xa3\xd1\xe0\xf7\x8a\x34\xe1\xe4\x3c\x6a\x0d\xd5\x1a\x7b\x6c\xa1\xd0\x18\x1b\xe3\x0f\x5a\xab\xe9\xb2\x1d\xd0\xb0\x47\xee\x08\xf0\x8e\x1a\xdb\x45\xe2\xc1\x7d\x43\xed\xb2\x2e\x34\xef\x8b\x8e\x12\x3c\x70\x6a\xb2\x74\x54\x90\x40\xbd\x58\x1d\x2e\x49\x06\xa3\x60\xd4\x27\x5f\x52\x92\x4b\x8e\xb6\x80\xe8\x81\x6e\xc4\xbd\x2c\x4f\x3a\xca\xdd\xc1\xf8\xc8\x74\xac\xb5\x72\x23\xd5\x19\x95\xeb\x86\xda\x2a\xc9\x8e\x7f\x04\xc5\x32\xee\x7f\xc0\x28\xd6\x60\xeb\xec\x0a\xa3\x43\x1e\x41\xcd\xe8\xe5\x0e\xbb\x52\x6d\x0d\x4d\x39\xf7\x7a\x0f\x39\xab\x4c\xb0\xe6\x0f\x6a\x02\xa2\xd3\x03\xe8\xa0\x66\x3d\x9e\xc5\x76\xd1\x85\x81\x7b\x99\xe5\xf0\x13\xd8\xae\x0e\x09\xca\xc7\xb8\x3b\x83\xa4\xb7\x12\xa1\xe5\x09\x6d\xcc\xec\x71\x6c\x17\x89\x08\x5b\x58\x3f\x96\xed\xc8\xc3\x3c\x2a\x29\x8d\x3f\xc1\xae\xc0\x98\x49\x14\xb0\xb6\xe8\xfd\xe4\xa3\xd9\x4e\xb4\x87\xbb\x1f\x7a\xb4\xf7\x8e\x47\xe3\xdf\xca\x3f\xa6\x2b\xe2\x99\x85\x79\xbe\x06\xf8\x91\xf2\xb9\x92\x8a\x34\x2f\xe8\x31\x6d\xd8\xab\x71\x92\x0a\x22\xaf\x2d\x84\x99\x99\x44\xeb\x69\xd3\x8c\xd5\xf9\x4a\x96\xc4\xd8\x97\x61\x30\x2d\xe7\x72\x96\x68\x55\x66\x7e\x8e\x18\x5b\x7c\xbe\x77\x3f\x6f\xb6\xfd\xd4\x6f\x02\x9f\x67\x5b\x9c\x51\xae\x01\x75\xde\x4b\xc3\x69\x59\xd1\x93\x8b\xf3\x52\xea\x76\xfd\x94\x00\x10\x9e\x9e\x44\x7e\xbc\xca\x63\x91\x4f\xf4\xd2\xa8\xb1\x20\x5f\x2c\xe2\x85\xbe\x4c\x5b\xe7\xa2\xe3\x87\xd1\x34\x0a\x73\x3f\x8c\x94\xd1\x7c\x60\x2e\x32\x11\x66\xa3\x4c\xf1\x75\xae\x4c\xdb\xd3\x1a\x30\xb3\xe4\xc8\x01\xba\x44\x8c\x2e\x9b\xb1\x40\x90\x4e\x30\x2b\x8e\x23\x69\x99\x36\x1f\x2d\x1e\x99\xe5\x53\x93\xfb\xf6\x8f\xf3\x8c\x62\x20\xf6\x35\xa6\xf8\x5d\x8b\x47\x66\xe5\xd3\xe7\x35\x78\x9d\x87\xdd\xb5\xfd\xd3\xc8\xb3\xbb\xb6\x1f\xcc\xfc\xd5\x35\xc5\x4a\xce\x2f\xe0\x27\x07\xd4\x27\x07\xb6\xf6\x49\x33\x0c\x52\xd9\x9c\xd9\xf9\xb9\xc5\xcd\x93\x43\x8a\x3a\xef\xf8\x4d\x99\xfe\xd8\xcc\xec\xf9\xba\x10\x3f\x93\x09\xeb\xbc\xd7\x83\x11\x8f\x39\x10\xb2\xa1\x0b\x0e\x82\xab\xf5\xba\x5d\x91\x36\xfd\x4c\xd8\xd6\x35\x79\xb4\x5f\x15\x67\xf8\xe8\xc1\x70\xec\xf9\x77\x4d\xd6\x6f\xf6\xeb\xad\xe7\xbd\xe0\xa6\x17\xd6\x0f\xea\x1f\xfb\xb7\xf6\x63\x6a\xef\x0b\xaf\xa3\x1a\xec\xd3\x55\xd8\x77\x19\xeb\xb0\x4f\xff\xda\xb7\x95\x4a\xec\xd7\x95\xd8\x7f\x19\x2b\xb1\xdf\xae\xc4\x4d\x37\xfb\x2b\xcf\xab\xae\x97\x51\x95\x1b\x74\x55\x6e\xb8\x8c\x55\xb9\xe1\x42\xab\x12\x66\x2b\x31\x4e\xdb\xa5\x43\xc7\xa7\x26\xa5\x1a\x02\x7f\xed\x53\x57\x6c\xb4\xfc\x41\xcd\xf6\x26\xf7\xed\x9d\xba\xf1\x86\xa9\xc9\xfd\xfb\xd0\xcc\x7d\xf3\x8d\x37\xd5\xf5\xb3\x29\x8f\xf2\x9b\x9a\x34\x73\x3c\x5f\x3e\xf4\xcd\xbe\xe2\x9b\xea\xb2\x37\x96\xd5\x4c\x45\x10\xe6\x4d\x3f\x05\x81\x86\xbf\xb8\xfc\xa9\xbe\xaf\xec\xc1\xe7\x8f\x1e\x9c\x86\x11\x83\x3e\x18\x3d\x38\x8d\x7f\xef\x7b\xe1\xd8\xc1\xfb\x6e\xb8\x6b\xaa\x7e\xc3\xf3\xe8\xe5\xfe\x17\xde\x77\x60\xf4\xe0\xf4\xe4\xd4\xd4\x7d\xd0\xad\xf8\x7c\x4c\x7f\x7a\xdf\xbe\xbb\xf6\xdf\xa8\x12\xef\x7b\xe1\x7d\xfb\x64\xe2\xbb\x26\xeb\x37\x3c\xef\xbe\xbb\x0e\xdc\x64\xa7\x9e\x7a\xe1\x7d\xa3\x07\xa7\xf7\x4e\xed\x9b\xba\x6f\xea\xa6\xc9\xc9\xfb\xf6\xdd\xf0\xdc\x40\x16\xf9\xdc\x40\xbe\x1b\xbb\xae\x40\x43\x8c\x93\x98\x07\xe1\xaa\x6c\x49\x21\x87\x3b\xe1\x19\xc4\xb7\xac\xf3\x2c\x93\xe3\xc5\x4f\x36\x96\x1a\x1c\xb0\x14\x23\x29\xc6\x7a\xc0\xa2\x4f\xcd\x2e\xb6\x03\xa3\xd5\x50\xde\x5d\x75\xfe\xbc\x83\xcf\x0d\x5e\xb0\x57\xff\xb5\x1f\x66\x41\x5b\x9c\x69\x26\x51\x92\xc2\x18\xb4\xc5\x19\x3f\x10\xcd\xb0\xe3\x47\x1c\x9e\xf2\x66\x12\x08\x1a\x85\x6b\x8f\xc0\xff\xa6\xab\x0b\xb9\xf6\xe0\x28\x4d\xb0\x99\xfa\x11\xd9\xa7\xf7\x99\x3f\x0f\xc8\x86\xd6\x79\xba\xba\x52\x14\xb6\xf8\xf4\x43\x1b\x0a\x49\x57\x57\xa8\xb4\x74\x75\x65\x74\xef\x0d\x37\x8c\xd3\xff\xdf\x2c\x47\x7d\xa5\x9f\x8b\x69\x88\xd6\x3e\xb0\x5f\x33\x43\xaf\x84\x31\x44\xbe\x00\xb5\x25\x57\x4c\xd6\xd3\xd0\xa3\xa7\xe9\x86\x41\x6f\x64\x72\x53\x94\x7d\x08\x54\xd1\xd6\x1c\xdb\x3b\x39\x79\xa0\x3e\x39\x55\x9f\xdc\xeb\x95\x36\x8d\x56\x2f\x8a\xea\xf0\x41\x18\xcb\x1d\x64\xdf\xbe\x7d\x37\xcb\xac\xc8\xab\x07\xb2\x53\xee\x8f\x76\x96\x7b\x79\x9c\x79\x95\x72\x1a\xac\x3c\x20\xa8\xe7\xb4\xe7\x64\xaa\xf1\xa2\x23\x84\x5d\x80\xe0\x7b\x23\x73\xd2\x0d\xb0\x15\x32\x07\xdd\x12\xf0\x8f\x29\x35\x67\x6a\x7f\x7d\x6a\x6f\x7d\xea\x86\xe5\xa9\x9b\xa7\xf7\x4d\x4e\xef\x9d\x6c\x4c\x4e\x4e\x3e\xa7\xdc\x38\xf9\x79\x1d\x3e\x2f\x1a\x67\x9d\x88\xff\x35\x63\x70\x65\xdb\x8d\xc4\x89\x56\xb5\x9a\x74\x37\x1b\x8a\x93\xdc\xfd\xc1\x1d\x11\x9e\xc4\x46\x94\xc5\xd9\x7d\xfc\x26\xf6\xe1\x3f\xdc\x39\x90\x21\xe5\x57\x76\x7a\x9f\xd8\x39\xe0\x4a\xa0\xe2\x16\xe1\x32\x58\x78\xf4\x8d\x80\x65\xd6\xd9\x37\xc0\xac\x73\x39\x8d\x1f\x58\xec\x16\xad\x1f\xa5\x86\x60\x46\x04\x75\xa5\xda\x21\x97\x92\x82\x47\x86\xba\x8d\xe2\x75\xc2\x38\x15\x3f\x2e\xcf\xb2\x63\x68\xc5\xc9\x44\xae\x4c\x53\x4b\x22\x57\x4c\xfe\xfa\x66\x44\xfb\x60\x43\x6f\xa8\x99\x85\xa6\xff\xe2\xee\x06\x82\x1d\xd1\x5f\x87\x1f\xf6\x9b\x6d\xcc\x0f\x8f\x6d\xe5\x3b\x8f\x71\xc3\x30\x07\x19\x54\xdb\xf1\x54\x0f\x83\xd5\x81\x9a\x69\xdc\x18\x0d\xba\x2d\xa2\xaf\x1a\x6c\xdf\x18\x5e\x1d\x59\x66\x37\x1a\xe0\x94\xa4\x17\x58\x9d\xc0\xfb\x09\xed\xbd\x61\xca\x45\x24\x90\x3d\x9f\xae\x49\xe2\x24\xae\xe3\xcd\xd2\x69\xd1\xc7\xac\x94\x83\x00\xf9\x08\xc1\x86\xd5\x69\xf0\x13\x69\x80\xc1\xa9\xea\x8c\x18\xf0\x5e\x57\xce\x34\x91\xae\x0a\x54\xfe\x3b\x7e\x97\xe7\xfe\x2a\x8d\x59\xd5\x0c\x24\x3f\x4e\x68\xa2\xae\x4a\xd2\xa2\xd1\x44\xbb\x2f\x33\x6f\x79\xb1\xbd\xa8\x51\xcb\xde\xb1\xef\x6f\xe5\x81\x89\x8c\xf8\x95\x92\x60\x8d\xb1\xee\x0f\xc3\x88\xff\x73\x43\xec\xba\xad\x98\xa0\xdd\xef\xd7\xbc\x3f\xae\x6d\xc9\x58\x9d\xe5\x49\xb7\xb8\x55\xc7\xca\xf1\x40\x34\x13\x70\x93\xc8\x72\xd1\x45\x43\x69\x37\xed\xc5\x1a\xb4\x5b\xd1\x0b\x2b\x9f\x12\x0b\xa0\x9a\x2e\x00\xe4\xc1\x0c\xb6\x0a\xbc\x89\xc5\xf5\x87\x4e\xb5\x99\xca\x25\x95\xdb\x7a\x06\xbc\x53\x68\x1f\xcf\xd6\x43\xa4\x44\x04\xef\x1b\x03\x01\x9a\x4a\x2f\xec\xaa\x61\x0b\x6e\xf7\x44\x60\x5e\xb9\xc9\xd1\xac\xb0\x26\x41\x3d\x37\xd4\xd1\xaa\x98\xe1\xfd\x41\x06\x7b\x6e\x9a\x4d\x1a\xe8\x88\x08\xd6\xf9\x24\x5d\x09\x83\x40\xc4\xb6\xd1\xfd\x31\x6c\xf8\xba\x54\xb4\xec\xa3\xf2\xe3\xd8\xae\xeb\xb0\x18\xfb\x79\x97\xed\x00\x53\xda\x23\x67\x7d\x7a\x3c\xbb\x02\x05\x3c\xf8\xf5\x6c\xb4\xc9\x86\xf1\x66\x36\xd9\xff\x5e\x63\xb7\x5f\x74\x55\x6c\xdb\xd1\x1d\x7a\x66\xb8\x67\x6b\xde\xb1\x41\x2f\x6d\xe7\x6c\x63\x3a\x75\x44\xde\x4e\x02\x8c\xfa\xb1\x3f\x2e\x91\xaa\x7d\xd6\x61\x9f\x71\xd8\xa3\x12\xb4\x39\xdc\xb1\x0f\x7b\xc3\x7d\xbf\xf3\x83\xea\x63\xef\x99\xa5\xb2\x14\xfe\xb3\x61\xf6\xa0\x40\x8d\x3c\x81\x48\x79\x80\x08\x28\x9a\x06\x41\x4b\x38\xd1\x1b\xec\x6f\x76\x9b\xb4\x2a\x9b\xb8\x0f\xcf\x2c\xcc\xab\x1e\x00\x92\xf0\x4f\xec\xf6\x1e\x74\x4a\x0f\xed\xde\x34\x5e\x8e\xf3\x10\x5e\x2a\xd9\x8c\x51\xc2\x15\xe1\x40\x3a\xd2\x4e\xfb\xa5\x01\x68\xa4\x86\x3c\x20\x3f\x95\x38\x50\xae\xdf\xe8\x9f\x12\x96\x69\x1f\xb3\x22\xe8\x29\x68\x9c\x75\xae\x84\xef\xe8\x42\xeb\xac\xb3\xdb\x8e\xe8\xd0\xc4\x9a\xbb\xb6\xc3\x62\x2e\x35\x2c\xe6\x6e\x66\xf5\xb5\x7b\xc2\x3b\x64\xfe\x56\x73\x75\xc3\x38\x6a\x57\xa4\xf2\x7c\x6a\x95\x1c\x82\xb6\xe3\x6e\x2e\x3e\xee\xe6\x03\x0e\x2b\xa6\xbe\xfb\x56\xc7\xbb\xad\x58\x71\x16\x84\x78\xf5\xa2\x2c\x56\x5a\x1f\xb7\xe4\x62\x89\x99\xfb\xcb\x21\xf6\xb4\xc1\x78\x05\x5b\x93\x30\xe7\x9c\x3b\xcf\x1f\x4c\xb2\xdf\xdd\x5b\x85\x61\x5b\x9a\x43\xe5\x28\x91\xdf\x62\x16\xfe\x7e\x95\xc7\xf7\x6d\x0b\x33\x4b\xf8\x68\xb1\x17\x89\xcc\x7d\x07\xf3\xde\x34\x54\x7a\xa8\xe3\xf4\x34\x47\x27\x31\x2b\xa0\xe6\x80\x17\xb2\x49\x2c\xc8\xbb\x13\x90\x4b\x51\xc9\xc5\xcf\x89\x67\x33\x92\x8a\x02\xd2\xa3\x36\xfd\xa8\xd9\x8b\x30\x64\x62\x4e\x64\xf2\x74\xb6\x28\x80\x74\x93\x66\xa0\xa2\xa5\x50\x0e\xe6\xb7\x2d\xcc\x40\x9e\x78\x99\x0c\x14\x1d\x56\x55\xd6\x44\x94\x34\xc3\xbc\x5f\xf2\xce\x52\xaf\x81\xc5\x37\x94\x72\x42\xe7\xd1\x4d\x05\x12\x63\x47\x7e\xb7\x0b\xad\xd9\xe0\xd7\x95\xe5\xfe\x4a\x18\x91\xc3\x22\x5f\x0f\xe3\x20\x59\x1f\xe7\x59\x52\x38\x65\x14\x0e\xe5\xa9\xaa\x3e\x39\x6b\x66\x42\xca\xb1\x2c\xf7\xe3\x5c\x2a\x62\xf2\x4f\xe1\x13\x43\x54\xe6\xb7\xa4\x98\xa3\xab\x24\x4d\xcc\x5d\x51\x9a\xcc\xad\xd9\x4e\x32\x11\xdb\x1b\xf1\xff\xda\xc9\xde\x50\x63\x23\xaa\x59\xee\xcb\x6a\xde\xbf\x77\xd4\x2f\x7b\x67\xea\x26\xb9\x5c\x2c\x06\x4d\x08\xa4\x13\x4a\xdf\x34\x5d\x8d\x89\xc5\x54\xcd\x11\x3e\x93\xf3\x48\xf8\x70\x36\x10\xf8\x59\x5f\x9f\xa1\x8c\xc0\x59\xb8\xeb\x5f\x0f\x69\x93\x2b\x4f\x1e\x75\x98\x0c\xc2\xac\xe9\xa7\x01\x9e\x49\xc3\x18\x36\x69\x73\x29\xcd\xb0\x83\x17\x18\x32\x51\x94\xb4\x00\x75\x63\x6f\x70\xd8\x95\x18\x05\x81\x0f\xdc\x17\x3b\x5e\x66\x3e\x30\xf7\x65\x1a\x6c\xea\x06\x6a\x5d\x41\xb0\x25\x93\xc1\xd5\x32\x8d\xe6\xb8\xe5\x8c\x80\x63\x77\xcc\x3f\x83\xf9\x22\x65\xa8\xca\xdd\x92\xe1\xbf\x31\xc4\x1e\x6f\x0d\xed\x9d\x30\xb2\x4b\x10\xa3\x92\xb9\x1f\x1e\x52\x21\x0a\x6f\x19\x5a\x1a\x98\x6c\x23\x33\x7d\x46\x2f\xe4\x02\xa1\x16\xf8\x19\xee\xad\x9d\x8e\x88\x03\xa2\xb8\x2d\xda\xd3\x4c\xe2\x2c\x0c\x44\xaa\x21\xb1\xd4\x74\xe8\x75\xa5\x5a\xae\x7e\x05\xc9\x7a\xdc\xe0\x9b\xd4\x44\x8d\xff\x2a\x18\x18\x08\x6f\x29\x49\xb9\xb8\xa7\x87\xfe\xe8\x70\x2f\x0d\x44\x3a\x22\xcb\x36\xbe\xde\x77\x60\x72\x92\x8f\xca\x09\xd5\x4e\x7a\xe9\x98\xdd\xc5\x8a\x5b\xd5\xea\xe6\x6c\x9a\xd7\xf9\x11\xaa\xa3\xdc\x65\xa6\x35\x3b\x7c\x9c\x94\x96\x4d\x98\xf1\x20\x89\xc5\x58\xc3\xfa\x44\x36\x6a\x9a\xef\x9b\x54\x9f\x6d\xb6\xdc\x64\x2a\xd5\xb9\x51\x12\xaf\x96\x18\xd4\x7e\x6f\x37\x1b\xdd\x0a\x22\x10\x60\xcb\xfd\xc2\x6e\xef\x59\x95\x6f\x4c\x18\x00\x33\xd8\x25\x4f\x08\x1e\x0d\xbd\x0d\xc2\x82\x5e\x48\xc9\xa4\x6e\x42\x3e\x9a\x67\x1d\x60\xbd\xb3\xc4\xc2\x67\x46\xd8\xdf\x38\xec\x1a\xb5\x8b\xc1\x95\xf0\xa2\x68\xb9\xdf\xdc\x0a\x34\xc8\xa2\xf9\x95\xe2\xc0\xf5\xde\xe9\xe0\x9f\x99\x49\xa9\x54\x04\x98\x21\xf2\xc9\xb4\xe2\xdd\x54\xbb\xa7\xc1\xed\xae\x75\x85\x51\x7c\xd8\x68\x76\x7b\xe3\x94\xa0\x81\xe4\x47\xe3\x3a\x91\x7c\x69\x7d\x45\x29\xc6\x60\x0f\xa1\xa8\x30\x33\x94\xa3\xc1\x1e\x74\xd8\x48\x4b\x35\xf4\xad\x5b\x01\x3f\x44\x3f\x38\xbb\x99\xbe\x22\x16\x9c\xe6\x45\x7b\x2d\x5f\xd8\x6e\x12\x50\x33\xc9\xe6\x27\xb3\x1f\x27\x2a\xe4\xf1\x22\x0a\xab\x00\x20\x80\x13\x72\x51\xd1\x5f\x1e\x62\xc3\x9d\x24\x10\xee\xc7\xf4\x92\x7f\xfb\x50\x11\x13\x22\x5f\xf1\x15\xd9\x6b\x5a\x40\x89\x1c\x5d\x52\x20\x72\x94\x20\x21\xa5\x8a\x16\x46\x62\xbc\xb0\x65\xc5\x3c\x69\xe6\x4a\x59\xd6\xc0\x6c\x93\x93\x93\x93\x50\x9f\xc9\x1b\x6f\xbc\x11\xdd\x65\x94\x75\xbe\x94\x10\x52\xdd\x30\x35\xd5\xe0\xcf\x9e\x39\x76\x94\x82\x67\x32\x84\x1c\xc3\x9c\x11\x92\xcf\xf8\x38\x1b\x07\x2f\xf2\xc2\x21\xc1\x7e\x4b\x98\x66\xd4\x9e\x62\x85\xdb\x3c\x89\x04\x7a\x41\x4b\xfd\x98\x4c\x6e\x92\xac\x93\x11\xa1\x03\x88\x6c\x2b\x48\xb1\x44\x54\xcc\x68\x93\x42\x0f\x33\xc5\x79\x85\x97\x61\x60\x0a\x29\xd6\x8e\xac\x03\x99\x3b\x5b\x19\xf8\xf8\x8f\xeb\x58\xe4\x54\x64\x52\xc2\xd0\xf6\x87\x99\x15\x63\x90\x89\x52\x40\xd8\x1f\x3a\xc4\x32\xf9\xbb\x8e\xf7\x1f\x9d\x62\xb6\x00\x1a\x79\x98\x71\xca\x53\xea\x34\x6b\x02\xd9\x26\x4d\xc5\x12\xaa\x83\xbe\x19\x84\x7f\x48\xe8\xc9\xa4\x3a\xfb\x2b\x59\x12\xf5\x72\x81\xa6\x7c\xa4\x6c\x96\xdf\xed\x69\x34\xf6\x40\x6e\x05\xd8\x72\x2f\x6f\xd5\x6f\x52\x57\x18\x74\x93\x0f\x8c\xf2\x61\x2e\x3a\x85\x22\x6b\xd6\x44\x5b\x4e\x01\x64\x11\xbb\x4f\xe6\x6c\x05\x1f\x30\x4b\xb0\xe1\x7e\x48\xfc\x10\x73\x61\x96\xf6\xa0\xa3\x0f\xf5\x82\x55\x91\xbb\x9f\x63\x5e\xbb\xe2\xb9\x22\xde\xd4\xae\x8e\x78\x86\x24\x37\xf8\x33\x52\x05\xa0\xf4\x04\x32\x8f\x9d\x0f\x9c\xda\x84\xb9\x55\xe2\xb8\x4f\x02\xfb\xd8\xfa\x9d\x6d\x34\x87\x6d\x34\x87\x6d\xce\x98\xcb\xcb\x19\xf3\x4a\x87\x0d\x4b\xe1\xec\xfe\x9b\x4d\xb0\x7b\x36\x15\x08\x40\x1c\x33\x63\xc7\x10\x29\x98\x4b\x3c\xde\x15\x87\x45\x7a\x5e\x91\x4b\x03\xe2\xa7\x29\x9c\xbd\xcf\x6e\xb9\xc8\xba\x20\xe3\xdd\xcd\xc0\xa4\x90\x8a\x26\x6a\x0c\xc9\x0a\x5d\x84\x64\x56\x8c\x7c\x55\x2d\xce\x39\x77\x9f\xff\x40\x7e\x8b\x3b\xad\x0f\xe4\x58\x1d\x93\x58\xa6\x9c\x67\xf9\x60\xfe\xce\x21\xf6\xe4\x0a\xf8\x06\x0c\x6e\x5e\x12\xf9\x49\x98\xf3\x4b\x0a\x78\xe2\xfb\x35\xef\x59\x03\xde\xe9\xa5\xdb\x93\x22\x86\xc4\xa8\x42\x8b\x96\x2d\xc4\xe5\xc3\x15\x88\x05\x41\x3b\xe9\xdc\xec\x73\xe5\x2b\x6a\xec\x8d\x0e\xbb\x2a\x4d\x22\x79\x18\xc0\x92\xdc\x17\x3b\x83\x31\x18\x74\xd5\x17\xcd\x4f\x74\xee\xde\x61\x7a\xae\xaa\x81\x96\x04\xde\xf5\x53\xbf\x93\x35\xf8\x02\xc5\xf2\x80\x5e\x15\xd2\xdd\xd2\x53\xb9\x67\xe5\xe6\x35\x58\x42\x91\x16\xab\xde\x73\x14\xa2\x44\x80\x81\xe0\x52\x49\xc2\xbc\x41\x66\x48\x81\x51\xfa\x1a\x5c\x4e\x4e\xc4\x73\x80\x29\xec\x15\xac\xcb\x61\xc6\xad\x84\xd6\xa9\xed\x9d\x3b\x2a\xd5\xfc\x4a\x28\x35\xf7\x6f\x87\xbd\xeb\x16\x6d\x42\x12\x4a\xa6\x94\x1c\x94\x9a\xb6\x2d\x7d\x98\xfd\xe6\x10\xf8\x67\x2a\xf5\xc7\xfd\x0f\x5a\x31\xfc\xe0\xd0\xb1\xad\xa8\x83\x9a\x81\x29\x94\x07\xed\x95\xbe\x52\xa6\x0c\x66\x86\x1f\x7d\xed\x70\x8e\x70\x47\x43\x91\x59\x8c\x11\x52\x71\x51\x97\x61\x1a\x38\x46\xc5\x71\x66\x22\xcf\xc1\x44\xf1\x23\xa5\x24\x86\x6c\x97\x32\x38\x3e\xdf\x7b\xbc\xbe\x69\xd1\x38\xcd\x3f\x8d\x9a\x4d\x66\x9a\x3d\x6e\x60\xfb\xb6\xc0\x69\x80\xf3\x6d\x41\x67\xc1\xde\x75\x05\xdb\x67\xa4\x6b\x45\xc9\x3a\xad\x7a\x1d\xe9\x7d\x7b\x4f\xf4\xc2\x78\x75\x03\x44\xd7\x6c\xd5\x0b\x23\x14\xd8\x46\xe5\x82\xa5\x2a\xc0\x9f\x48\x0e\xdc\x3d\xf8\xad\x35\x95\x7f\x96\xb1\xf7\xee\x60\x23\x6d\x3f\x0e\x96\xc2\x7b\x85\xfb\xe6\x1d\x6a\x1e\xff\x7f\xc3\xa7\xd4\xd3\x53\x24\xa9\x3a\x10\x79\x9f\x64\x21\xa8\xa7\x64\xd0\x40\x6d\xb0\x64\x65\x6c\xf7\x5a\xad\x48\x00\xd0\x1f\x5c\x9c\x82\x95\x8d\x54\x04\xe0\x1a\x02\xee\xd5\xac\xc1\xf9\x9d\x80\xc6\x1a\x53\xdd\xe0\xa4\x8a\x74\xee\x2a\x92\xa0\x9b\x86\x09\xf8\x3a\x45\x72\x77\xa4\xa1\x85\x24\x7b\x32\x2e\xfb\xae\x40\xd9\x48\xf9\xa8\x56\x85\xba\x7e\x98\x8e\x21\x42\x67\xa6\x70\xf9\x00\x85\xd0\xcf\xda\x45\x74\x82\x5e\xa0\x54\x61\xed\x86\xa1\xe8\x61\x33\x5a\x23\x72\xb1\x00\xd8\xa7\xa6\xb5\x0f\xef\x35\x2f\x51\xdb\x22\x15\xc4\x29\xae\x1a\x20\xeb\xde\xcb\xb1\xb9\x46\x1c\x42\xd6\x96\x87\xca\x2c\x57\xf9\x2b\xc7\x01\x99\x79\x83\x1b\x7d\xae\x4e\x89\x71\xc2\x23\x3f\xd5\xf8\xd8\xa7\xf0\xbb\x53\x38\xd3\x0b\x23\x51\x16\xae\xc6\xb0\x83\xe3\x29\x5b\x8e\x95\xec\x10\x65\xf2\xf4\x79\x4b\xac\xf3\xb6\xf0\xd7\xfa\xd0\x6b\x19\x0f\x12\x3c\x57\xf8\x79\x0f\xc2\x78\x3a\x49\xa6\x61\xe6\xb0\x8c\xb1\x06\xe7\x4b\x84\x83\xdd\xcb\x44\x5a\x6f\xf9\x4d\x34\x34\x99\x98\xd8\x1a\x05\x9b\xae\x03\xd7\x04\x5f\xed\x85\x81\x1f\x37\x01\x33\x86\x96\xbb\x3a\xff\x8a\x28\x50\x10\x03\x78\x46\x6f\xfb\x1b\x7d\xf4\x93\x16\xbf\xc9\x5e\x9e\x3f\x5b\x63\xd7\x40\xa5\xf0\x5e\xf6\x68\xd8\x09\x73\xf7\x1f\x35\x99\xff\x5f\x38\xa7\xca\x6f\x4f\x29\xc3\x1b\xf9\x7a\x5b\x06\x5f\xc5\x19\x6d\xc5\xa5\xad\xfb\x21\x7a\xfe\xc7\x1a\x40\x11\x29\x82\xd5\xd1\xa3\x34\x15\xa1\x57\xf3\xb0\x23\x9e\xc2\xc5\x19\x20\x31\x2d\x32\x06\xf2\x20\xdc\x48\x54\x73\x6d\x3f\x16\xb5\x8c\x10\x72\xa0\x74\xc6\x36\x20\xf7\xa9\x63\xb0\x92\x37\x4c\xda\xbd\xf2\xbb\x35\xb6\x13\x87\xca\xfd\x4a\x4d\xf5\xc5\xc7\x6b\x6a\x8a\x6c\x34\x3d\xd2\x9c\xd3\x31\xc5\x76\x8b\xf0\x44\x4a\x69\x80\x95\xcb\x0c\x13\x8b\x80\xed\x0c\x82\xc1\x8a\xeb\xe0\x02\xa7\xa7\xaa\x65\x4b\x34\xf6\x21\x9c\x28\xa7\xb8\x00\xf9\x0d\x0e\x0e\xbc\x9b\x8a\x66\xd4\x0b\x44\xa6\x16\x9f\x16\x16\xb8\x54\x7b\xf2\x24\x72\x9a\x04\x4a\x80\x0c\x61\xbd\x30\x03\x31\x0e\x97\xde\x70\xf4\x2b\xd8\xa5\x41\x14\xa8\xd3\x5d\x98\xa6\x22\x12\x6b\x7e\x9c\x6f\x69\xb2\x1d\xd8\x6f\xf7\xeb\x83\x57\x31\x6e\x48\xe8\x58\xe4\xc4\x63\x04\x5c\x5a\x88\x4a\xe9\xfe\xcc\x55\xde\x8b\x6b\x0a\xa2\x32\xcc\x36\x1c\x80\x53\x30\xa1\x17\x9e\xbe\x3c\x8c\x57\x92\x5e\x1c\x18\x58\xfc\x70\x0c\x4d\xa1\x4b\xcd\x13\x96\xe5\xaa\xe7\x83\xf3\x87\x90\xc2\x61\xa6\xe0\x69\x56\xc7\x6f\x25\x77\x61\x7a\xc8\x39\xab\x60\x21\x33\x8d\x43\x1c\xf5\xeb\x50\x04\xe0\x5e\xf5\xd2\x28\x1b\x07\x2e\x6b\x4e\x64\xd6\x3c\x4f\xfd\x56\x2b\x6c\x8e\x73\x04\x2a\x91\xa2\x60\x69\xe9\xe8\x38\x4f\x5a\xf2\x0c\x08\x96\x10\x64\xca\x59\x43\x98\x54\x8d\x7e\x22\xf2\xa6\xad\x82\x3e\xc0\xb6\x4f\xf8\xdb\x27\xfc\xed\x13\xfe\x65\x3d\xe1\x7f\x43\x9d\xf0\xbf\xb6\x19\xd1\x5f\xa5\x88\x82\xa3\xfd\xcf\x39\xf2\x1f\xb5\x15\xa8\x23\xbd\x46\x0c\x34\x70\x76\x7f\xe0\x6d\x2a\x31\xc0\xb2\x3f\x2c\x4c\x06\xbf\xbd\x99\xf5\xbf\xba\x71\x68\x2b\x38\xeb\x0c\x66\x97\xff\x61\x37\xf0\x9c\xf3\xfc\xf3\x5b\x23\x9e\xe2\xde\xac\xad\x11\x46\x43\x4b\x00\x93\xd4\x82\xb2\x31\xe2\x5b\x8e\x65\x8c\xd0\xc6\x15\x3c\x45\xcc\xa0\x7a\x33\xbb\x34\x3f\x07\x30\xf4\xee\x87\x1d\x6f\xb1\xfc\xb0\xc4\xd4\x8a\xee\xc6\x61\x1c\x85\x31\xd2\xa5\x50\x2a\x4d\xb3\x60\xa9\x4c\x60\xed\xaf\x02\x6f\x9a\x63\x87\x08\xbb\x69\xda\xab\x03\x76\x53\xa8\x18\x49\x57\xc3\x2c\x87\xbb\x4c\xd3\xc8\x5e\x60\xe5\x9b\x0b\xfa\xfd\xc3\xec\xd6\x2d\xad\x5a\x94\x6c\x14\x3b\x76\xa8\x3f\x0b\xb2\x6b\x76\x7e\x6e\xd1\xfd\xce\x90\xf7\x6f\x9d\x81\xaf\x79\x5b\x44\xe4\xef\x49\xf2\xce\x82\xec\x02\x7d\x1d\x7d\x40\x55\xf8\x95\xf2\x1f\xd0\xf7\xcd\xbd\x4c\x8c\x13\xf5\x17\x46\x1c\x1b\xb9\x41\x11\xc5\x17\x1d\x3f\x6f\xb6\x1b\x67\x1d\x56\xbc\x3d\xeb\x5c\x95\x99\x95\xb3\x3a\xf1\xc1\x1a\x7b\xb1\xc3\x8c\xd4\x6e\xea\x09\xa9\x70\x41\xbe\x70\x48\x26\x47\x00\x48\x81\x5a\x01\x14\x42\x6e\xc8\xf3\x0b\xe0\xd2\x0e\x1a\x02\x57\xa8\x96\x5b\x68\x90\x65\x4f\x79\xb7\xc3\xec\x3a\xba\x0f\x38\xde\x8b\x1d\x15\xa8\xa7\x76\x6d\x4c\x32\xce\xb3\x5e\x98\x83\xaa\x81\xd6\x2a\xd5\xad\x48\xa5\x8c\xde\xac\x80\x27\xbb\x92\xac\x61\x43\x6c\xdc\x34\x5f\xc7\xfd\x8d\x17\x11\x80\xdd\x24\xcd\xc7\x01\xa6\x4e\xb6\x69\xba\x80\x32\x57\xc4\x91\x8f\x62\xd7\x6f\x6d\x9e\xa0\xb4\xf9\x87\xab\xbd\xd9\x42\x6c\xc8\x33\x67\xde\x4b\x63\x23\x40\xb8\xe9\x47\x11\x75\x4d\x90\xc4\x7b\x72\x95\x82\x6c\x12\x26\xc6\x95\x1a\xac\xdf\xbf\x6a\x7b\xef\xbe\x84\xbd\xfb\x64\x81\xd7\xfa\x0c\xef\xa9\x84\xd7\x5a\xd7\x78\xad\x86\xb7\xae\x3e\x48\x1b\xd6\x60\xd9\x67\x0a\x89\xd8\x9a\x19\x5f\x33\x55\x82\x2f\x39\xec\x29\x17\xa1\x12\x1c\x0d\xb3\x0d\x00\xce\x60\x24\x78\xc4\x94\x01\xa3\xcf\xd8\x9f\x3a\x1a\x7e\xf6\x9b\x8e\xf7\x55\x67\x46\xb1\x0a\x0c\xec\xac\xf5\x76\xbf\xd4\x45\x72\x5a\x92\xad\xce\x3b\xe2\x87\x51\x2f\x15\x1e\xf5\x67\x01\xc9\x50\x40\x38\x28\xf0\xba\x94\xf0\xec\x6c\x90\x4f\xc5\x3a\xd5\xe0\x33\x7c\x11\x91\x70\x9b\x91\x9f\x22\x22\x84\x1f\xf3\xdb\x96\x97\x17\xd4\x60\x41\xc8\x97\x85\xfc\x92\xac\x89\x34\x0d\x03\xc1\x43\x7b\x49\x7f\xa1\xd0\x0d\x00\xbc\xcf\xc6\xc7\x2d\x06\x9b\x9f\x00\xd3\xca\x34\xf7\x96\x7a\x40\xd1\x8e\x46\x63\xd5\xaa\x47\x7a\xcb\x37\x9b\xb0\x7d\x16\xba\xc4\xb3\xd0\x1d\x6c\x58\x4e\x18\xf7\xb8\x32\x6d\xdc\xbc\xd4\x5b\x5d\xc5\x30\x07\x98\x55\x24\x95\x61\x56\x69\x9b\x06\x0e\xc4\x38\x9f\x84\xa0\x08\x74\x4f\xb2\x8f\xf7\x0f\x03\xf6\x04\xa0\x3d\xbb\xef\xae\xb1\xa7\x5d\x84\x4c\xc0\xe9\x38\x87\x99\x78\xff\xb7\x73\xf8\x4c\x2e\xe2\x40\x04\x18\x90\x68\x98\x25\x74\x70\x13\xae\xd9\x06\x87\xc8\x26\x05\x19\x2d\x7b\x9d\x2e\xda\xa5\xa0\x4e\xd6\x91\x3e\x08\x73\xc2\xcc\x1b\xa6\xfd\x02\x16\x31\xba\x9d\x68\x8b\x26\x94\x88\x3d\x21\x02\xe5\xc3\xb8\xda\xf3\x53\x3f\xce\x85\xbe\x54\x92\x0b\x16\x01\xb2\xfb\x6a\x8e\x89\x33\x40\xcb\x60\x30\x3e\x1a\x81\xb3\x50\x3d\x29\x77\x1a\xe7\x9c\xe3\xe7\xd7\x62\xaf\x77\xc7\xaa\x9c\x5c\xb1\x9b\xca\x5a\xeb\xfd\x57\xb2\x27\x19\x5a\x2b\x51\xe5\x14\xb6\xf2\x19\x20\x53\xe9\x88\x38\x77\xbf\x7d\x85\xa6\xae\x2e\x9e\xf2\xa6\xdf\xcd\xb5\xb1\x59\x8e\x2a\x2a\x6e\x48\xc2\x02\x0c\xf2\x22\x57\x46\x95\xc2\x46\xab\xb8\x0e\x93\x89\xc2\x71\x53\xbf\x04\x20\x56\xc6\x36\x14\xa5\x50\x4c\xf1\x3a\xc3\x40\x01\x05\xbd\x57\x7e\x6f\x69\x01\x5f\xd9\x0d\xac\x5f\x24\xb9\x7e\x6d\x33\x46\x95\x4d\x9a\x4d\x67\x9b\x57\x94\xa4\xde\x86\xca\xd1\xc6\xde\xe0\x0b\x89\x01\xcc\x84\xea\x40\x1e\xe6\x7d\x08\x2d\x8d\x84\x56\x35\x36\x74\x90\x96\xa3\x04\x07\x01\x9f\x92\xdd\xa8\x4e\x9c\x36\x69\x63\x5b\x92\x6d\x5b\x75\x7e\x78\x9a\xe1\x6f\x99\x2a\xdc\xaf\x5c\xb2\x55\xe7\x67\x06\xb2\x70\x3c\x72\x36\x9d\xf7\x29\x9b\xce\xdb\x36\xa3\xac\xdc\x4c\x40\x74\x45\xd3\xbb\x7b\x53\xa7\x0d\x5c\xbd\x13\xb4\xd0\x49\xf6\x29\x4f\x8e\x0a\x89\x61\xe0\x11\x66\xfd\x2c\x17\x9d\xc6\x39\x27\x38\xbf\xe0\x9f\x71\x0f\x6a\xc1\xaf\x2a\x5c\xb2\x5d\x94\x2b\x5f\xde\x0e\xbe\x54\x63\x17\x4a\x91\xe4\x3e\x50\x73\xaf\xb2\x50\xc8\xbc\xbf\x75\x8c\xf7\x84\xe4\xde\xef\x8a\xc2\x5b\x0d\x61\xac\x01\x87\x6c\xdf\x5e\x1b\x85\x0c\x6f\x21\xe1\x32\x30\x8c\xf1\x06\x3c\x49\xf1\xd6\xbc\xe3\xa7\x59\xdb\x47\x47\x08\x29\x5d\x7a\xb1\xf1\x04\x6e\x6a\xba\x69\x12\xf4\x9a\x18\x6e\xd9\x4c\xe2\x8c\x28\x6e\xe5\x44\x8a\x05\x62\xb3\xaa\x4b\x08\x42\xfc\xe8\x27\x3d\x29\xc7\xda\xfe\x9a\x18\xe7\x16\x33\x02\x42\xfc\xd2\x66\xaf\x6b\x4e\xfc\x49\x3e\x59\x4c\x52\xba\xd0\xb1\xf4\xe5\x4f\xd4\xd8\x01\xdb\xe7\xde\x00\x6c\x56\x06\xa1\xe3\x49\xac\x5c\x85\x67\x14\x9a\x6c\xe6\x9e\x73\xbc\x17\x54\xbe\xe1\x61\x4c\x57\x34\xb0\x79\x98\x59\x16\x68\xb4\x99\xc1\x3b\xab\xa0\xbf\xb5\xcc\x32\xe4\x0b\x06\xd5\x16\xa0\xca\xa1\x62\x5a\xb4\xf6\xcf\x84\xdd\x44\xce\x9a\x93\xde\xb5\xca\x41\x53\x7e\x79\x72\xf1\x28\xfa\x15\x68\x2f\x49\xc8\xd9\xec\x82\x7d\x6c\x78\x4d\xa4\x2b\xee\xf5\xde\x13\xee\x10\xe9\x8a\xfa\x32\x53\xcb\x1d\x54\x46\x99\xc2\xfc\xe8\xc1\x9d\xa6\xe9\xc0\x64\xad\x44\xff\x68\x60\x5f\x59\x56\x37\x23\x81\xfb\xff\xee\xf0\x6e\x1d\xf4\x92\x66\x5d\xf1\xdb\xe0\x65\xd1\x0e\xd7\x8d\xb3\xce\x88\x38\x13\xe6\xb3\x49\x60\x37\xfd\xed\x3b\xd8\x22\xbb\x42\xa7\x9b\x9f\x73\x67\xbd\x03\xba\xa8\x3d\x19\x9f\x9f\x53\x87\x36\x82\x84\xd8\x13\x00\xc3\xfc\xf4\xc4\xc4\x2d\xfa\xb3\xbb\xc3\xe0\x56\xcb\x39\xf4\x4e\xa6\x8b\x73\x9f\xa9\x14\xe9\x03\x87\xcf\x84\xb9\x3a\x94\xe9\x9d\x02\xc9\x4a\xa8\xfa\x86\x48\xd1\x99\x5b\x5a\x74\xce\x98\x14\x5b\x59\x5b\x04\x33\xb9\xdb\xba\x78\xb2\x97\xeb\xe5\x7f\xb9\x9f\x93\x31\xcb\x2a\xd1\xae\x93\x08\xd8\x89\xc2\x4e\x30\xe7\xdd\x78\x8c\x68\x5c\x52\xb1\x4a\x97\x87\x5b\x6c\x47\xd1\x3f\x0b\xfa\x38\x7d\xc4\xbb\x79\x74\x25\x0d\x45\x6b\x4c\x33\xba\x5c\x40\xcf\x58\x39\x66\xe1\x6a\xec\x47\xee\x11\xd5\xdf\x53\x4b\xf0\xe0\x62\xbb\xfa\x67\x80\x92\xdf\x4f\x73\xe8\xea\xfc\xe2\xbb\xfa\x66\xbb\xab\xbb\xa9\x58\x0b\x93\x5e\xc6\xc5\x19\xd1\xec\x55\xd6\x83\x53\xb9\xec\xf5\x43\x16\x35\xc8\x86\xcd\xe9\x70\x9a\x26\xa9\xfb\x97\x35\x6f\xce\xf8\x5d\x68\xea\x0a\x35\x1d\xbc\x9f\x7b\x31\x5a\x80\x29\x68\x49\x73\xda\x97\x6c\x38\x6a\x65\xbc\xb9\xc6\x3e\xe2\x14\xe3\xfe\x5e\xc7\x7b\x93\x43\x72\x1e\x0f\x49\x9a\x1a\x63\x50\x09\x33\x5a\xf1\x9d\x2b\x29\xbe\x74\xbc\x22\x45\x8c\x10\x30\xa2\x64\x75\x15\x68\x05\x13\x29\xe0\x49\x29\x95\xba\x91\xf2\xef\xce\x44\x4c\x5e\x30\x26\xf5\xb7\x39\x09\x56\xd8\x70\x1e\x76\x84\xfb\x9c\x8b\x1f\xac\x27\x2e\x2b\xfe\x23\x6c\xd7\xba\x9f\x99\x6d\x6b\xb0\x8f\x5f\xcd\xae\xdb\xca\x1d\x90\xfb\xda\xab\xbd\xa7\x18\xbf\x4b\xec\x51\xea\x4e\x59\xb9\x79\xf0\x75\xb9\xa8\x33\x0c\x80\x0e\xb3\x92\x9f\xe1\xe7\xaf\x62\x7f\x54\x63\x57\xd3\x1d\xba\x22\xa8\xfc\x8d\xda\x26\xec\xd6\x95\x15\xa3\x2f\xbd\x37\xd6\xe6\xac\xac\x94\xd8\xa6\x5b\x6f\x8b\x07\x18\xd9\x76\x8d\x5d\xa5\x30\xd0\xa2\xd9\x5b\x9e\x6e\xd3\x5e\x24\xc0\x8a\x55\x44\x30\x96\xdc\x2b\x4a\x05\x6e\x08\x8b\x83\xaf\x37\xd6\xca\x8a\x26\x83\xaa\x94\x5d\x9b\xa8\x3e\x90\xb2\xa8\x90\xda\xb1\xac\x90\x3a\x04\x31\x36\xbb\x9f\x7c\xc0\x22\x79\xe0\xfa\xf8\x0e\x76\x4d\x88\xcf\x67\x23\x3f\xcb\x80\x87\xe4\x5d\x3b\xbc\x37\xec\x98\x2f\x3d\xd5\x3e\x1e\xc6\x65\x8a\x99\x86\x37\xa3\x5e\x96\x23\x08\x34\xec\xc9\xe8\xb2\x61\x58\x28\xac\xd4\xea\x28\x47\xf7\x0a\xba\x4a\x58\xef\x50\x6a\x29\x1d\x41\x67\x09\x33\x47\x3c\xe0\x45\x7e\x53\x39\x6c\xc8\x03\x4a\x13\xf2\x3f\x65\xd3\xe4\x52\xb3\x1a\x4d\x59\xde\x29\x23\x22\xa7\x01\x51\x5f\x72\xd8\xd7\xfd\x34\xc8\x34\x2c\x52\x18\x01\xf2\x0d\x71\xda\xfb\xb9\xf1\x09\x47\x77\x42\x50\xc3\x74\x70\x1b\x38\xee\xc8\xd2\x45\x00\x5c\x28\xc9\x9a\x3e\x12\xa1\xf7\xd1\x32\xc9\x37\x6a\x99\x5c\xf3\xa2\x13\x4a\xfd\x6a\xdd\x4f\x21\x5a\x2b\x54\x91\x1f\x22\x42\xcf\x31\xa3\x48\x40\x74\x09\xc2\x16\xf0\x55\xe4\xfa\x54\x39\xaf\xba\x86\xa2\xf7\xd4\xb1\x17\x60\x44\x70\xf6\x22\x82\xa3\xea\x6f\x72\x99\x44\x86\x24\xe8\x0c\x73\x02\x16\xae\x1e\x38\x2e\x5a\xa3\x22\x09\xd5\xf1\xd3\xd3\x18\x8e\x49\x0b\x71\xbc\x22\x26\x94\x3c\x4f\xab\x10\x50\xcd\xfe\x38\xa2\x1c\xb8\x0c\x59\x36\x8e\x8c\x1c\xa5\x39\x4a\x73\xc4\x74\xff\xb2\x84\xde\xff\x76\xd8\x0e\x98\xe6\xee\xf7\x1d\xef\xa5\xce\x8c\xf6\xa5\x03\x68\x46\x5c\x00\x86\xa3\x33\x5d\x4c\x59\x37\xb4\xf3\x2d\xde\x8b\xcd\x00\x55\xa9\x51\xc2\xa7\xea\xfa\x68\x1c\x00\xa4\xc9\x6b\x05\x67\x40\xc1\x5e\xad\x11\xa7\xc9\x67\xc6\x74\xd7\x3c\xc0\xf6\x5f\xe8\x0d\xba\x14\x21\xe7\x9c\x6b\x07\xe2\x4b\xed\x76\x77\x21\x74\x0e\x63\x1f\x18\x62\x43\x79\x94\xb9\xef\x1a\xf2\x3e\x5e\x5b\x3e\xba\x64\xfb\x62\x36\xf8\xac\x8e\x80\x33\x17\x3d\x78\x4f\x53\xa4\x99\x71\xff\x2a\xbf\xc7\x4b\xaf\xfd\xfb\xf7\x41\xa7\x68\xcc\xa4\x8e\x90\xba\x7f\x31\xc1\xa0\x8b\x55\x40\x6c\x31\x2f\x65\x8f\x67\xe3\x78\xb1\xa7\x64\x8e\xca\xe3\x0c\xa2\x04\xe5\x0a\x72\x09\x69\x4d\x9a\xcd\x84\x54\x28\xec\x4a\x75\xfb\x66\x18\xc9\xf2\x76\x9a\xf4\x56\x51\x45\x5b\x3a\x3e\x0f\xd5\xd4\x20\x20\xe3\x6a\xd9\x84\x1b\x04\x1a\x6f\xf5\xa2\x56\x18\xe9\x7d\x5a\xa5\xd0\x0d\x5f\x3a\x3e\xdf\xd8\xba\x67\x6d\xe5\x50\x2d\x1f\x5d\xda\xe2\x48\xbd\x62\xb7\xa5\xc9\x10\xc5\x92\x1f\x75\xdb\x3e\x38\xc3\x23\x70\xc8\x1f\x8f\x78\xaf\x77\xd4\xaf\x2a\xff\x2e\xf9\x0e\x20\x83\xb5\xa4\x0b\x63\xbe\x36\xd5\x98\xba\x51\xfe\xd1\xf2\xd7\x30\x60\x62\x20\x7f\xce\xc4\xda\x14\x57\xf9\xa3\xe5\x0a\xc6\x29\x4e\x20\x76\x15\x91\x77\x28\xf0\x01\x33\xde\xbb\xb7\x71\xd6\x41\x36\x08\x6b\x47\xfe\xf2\x4e\xd6\x32\x4c\x24\xcf\xb9\xb4\x4b\xae\x9f\xd8\xc4\xe9\x65\xdb\x10\x78\xe9\xb8\x23\x44\xe7\x71\x87\xf7\x63\xc8\xe2\x6e\x45\xfc\xc3\x9c\x32\x17\xc2\x04\xab\xb3\xeb\x07\x2e\x84\x8d\x53\x77\xdb\xd2\x78\xf1\x96\xc6\x73\x4e\xe7\xfc\xf6\xae\x67\xb8\xb7\x69\x7b\xd7\xc0\xa5\xad\x4d\x5f\x6a\x7d\xdb\x26\x2f\x1c\x2f\xc6\x7e\xf3\x2a\x8b\xa9\xb0\x38\x52\xa1\xb5\x66\x76\x69\xfe\xb8\x3c\xb5\x7f\xe0\x2a\xef\x2b\x3b\xe6\x0e\x2f\x2c\x1e\x9e\x9d\x59\x3e\x3c\xc7\xeb\xa8\x6f\x21\x36\x8d\xc2\xa5\x49\x5a\x9c\xd2\x43\x20\x7d\x21\x94\x56\xfa\xca\x2e\x37\xb1\x36\x35\x41\x69\x1a\xda\xaf\x3b\x15\x91\xf0\x33\x50\x91\x75\x7c\x87\xad\x0a\x34\x74\xc6\x18\x67\x50\xc1\xf0\x18\x45\x86\x03\x4f\x86\xe0\x19\x51\xa4\xb0\xe8\xe0\x6a\xc5\x4a\x40\x2a\x72\xac\xae\xa7\x8a\xb8\x79\x55\x14\xcd\x3e\x44\x25\x89\xfa\x0d\x3e\x83\x21\xfd\x44\xd3\xd4\xd7\x70\x03\x32\xf3\x3a\xe6\x5b\x57\x0c\xbd\x29\xcf\xc2\x40\x34\xfd\xb4\x38\xc6\xa2\xd2\x4e\x6c\xfc\x28\x68\x2d\x2e\x13\xde\x25\x7b\x68\x55\x2d\x14\x92\x49\xd1\x04\x42\xf7\x84\x35\xab\x32\xed\x46\xbd\xd5\x30\xe6\x16\x4d\x70\xd1\x75\x44\x2f\x05\xfb\x2d\x06\x9c\x67\xba\x6b\xe6\xcb\x94\x27\x10\x28\x44\xe6\xc5\x8e\xf0\x63\x4d\xa3\x80\x97\xf0\x78\xa4\x31\xbc\xb3\x4c\x1b\x1c\x6d\xec\x31\x84\xc6\x50\xc5\x9f\x49\x55\x5c\x2b\xd0\x8d\xa2\x64\x9d\x8b\x98\x76\x73\x3f\x97\x25\x05\x89\xc8\xe4\x51\x4a\x0f\x47\x58\x50\xef\x9b\xed\xf0\x63\x7e\x62\x3d\x16\xa9\x41\x55\x29\x73\x20\xd7\x65\x92\xcb\xcd\x24\x4d\x45\xd6\x4d\xd0\x2b\x2a\x2e\x7a\xb3\xf2\xda\xec\xdb\x3b\xb7\xb7\x96\xed\x3b\xa6\x1f\xde\x1d\xd3\x7d\x86\xfe\xd4\xbd\xd4\x1b\xa6\x09\xad\x2f\xc1\x42\x57\x07\xd3\xd2\x25\x0b\x2c\x09\x99\xa0\xc1\x02\xba\x0d\x7a\xee\x26\x3e\xb0\x03\x36\x07\xb8\x08\xba\x2e\x33\x3c\x7c\xb3\xf2\xa5\x10\xa5\x3c\xe7\x9c\x3a\xff\xee\xf6\x54\xf7\x29\xe7\xbb\xcd\xa1\xec\xec\x1d\x0d\xea\xc4\xd8\x4b\xaf\xb6\x42\x2f\x07\xd4\x99\x9c\x51\x7f\xef\x2a\xef\x79\xd6\x93\x81\xfb\x4b\x65\xb3\x92\xd8\x12\xc8\x15\x7b\x0e\xf9\xa5\x9e\x75\x76\xca\x5f\xf3\x73\x96\xc4\xf9\xc6\x95\xec\x83\x0e\xbb\xc2\x8f\xa2\xa4\xe9\x83\xc3\xa2\xfb\x73\xce\x26\x71\xcb\xe5\xb6\xa0\x91\x53\x56\x5e\x03\x2e\x7a\xcf\x32\x72\x33\xdd\x6a\xf3\x02\x32\xa3\xc0\x59\x81\x5b\x01\x98\x04\x68\xd4\x90\x72\xdd\xba\x48\x91\xd2\x28\xe8\x01\x6a\x12\x7b\xc8\x21\x6f\xda\xf7\x38\xde\xcf\x3a\xcb\x8a\x31\xa7\x64\xf7\x31\xba\xa3\x60\xe2\x31\xb9\x5a\x71\x0d\xc2\xe7\xc0\x65\x48\xb3\xb2\xd8\x94\xb4\x1b\x09\x5d\x0a\xca\x1c\x9f\x2e\xf2\x05\xd8\xda\x8e\xfb\x1d\x31\x3a\x06\xbe\x91\xb4\x25\xfa\x39\x95\x67\x59\x01\x3e\x3d\xcc\xa8\xc7\xdd\x0f\x0f\x7b\xef\x1a\xc6\xbf\x55\x25\xa1\xc9\x5a\x70\x50\x75\x51\x78\x24\x2d\xbe\x16\x8a\x75\xcb\xe3\x45\xc4\xb2\x43\x32\x73\xe5\x80\xf1\x00\xe4\x80\xd4\x70\xd0\xc3\x86\x86\x87\xae\x2e\x6d\x4b\x5c\xd6\xf6\x53\xb3\xa1\x49\x47\xc4\xcd\x08\x89\x5a\xf0\xc6\x2a\x90\x32\xfb\x88\x79\x11\x67\x14\x87\xb2\x9e\x8c\x21\x2a\x30\x0c\x5a\xe1\x67\xdc\x93\x7f\x4c\x79\x08\xd7\x8a\xb7\x4d\x66\x45\xec\x8f\x8d\x2a\x18\x5f\xcf\x78\x0d\xbc\x7f\x34\xca\x0c\xb3\x0c\x62\x0f\xa1\xa1\xe0\xe8\x93\x54\xe5\x5e\xf8\xbc\xf8\x85\x77\x8b\x89\x43\x89\x5a\x40\x88\xd7\x88\xa8\x32\xe9\x9e\x85\xd0\x23\xa3\x66\x5a\x20\xf1\x5e\xa6\x76\x07\x45\x1f\x51\x51\x36\xe8\x50\x40\x89\x03\x17\x6c\xe3\x5c\x34\x56\x1b\xaa\x45\x0a\x34\x4d\x0e\x29\x75\x51\xd9\x8f\x49\x41\x7b\xdb\x24\xf6\x3b\xd8\x95\x0a\x6c\xfb\x99\xa2\x9f\xb9\x1f\xdd\xe1\xbd\x69\x87\xf9\x44\xcd\x7b\x75\x62\x02\x02\xcf\x02\x86\x93\xe6\x2d\xcd\x4a\xec\x57\x5f\xcb\x08\x29\x5c\xc2\x3c\xf4\x23\xd8\xac\x41\x50\x90\x79\x54\xdd\xe4\xae\x85\x01\xf4\x7b\x26\x30\x16\x92\x4a\xc6\x62\x94\xa2\x54\xb4\x3a\xe3\xa3\xd8\x6c\x30\x56\xc6\xfd\x46\x33\xe9\x4c\xdc\x9b\xc4\xc2\x1b\xb7\x9f\x49\xad\x30\x89\xbd\xb1\xad\x54\x49\x0f\x9a\xae\x8f\x9e\x38\x76\x7d\x7c\xd0\x88\x61\xfe\x2b\xc5\xe3\x99\xa6\x86\x5b\xc0\x97\x66\x1b\x3e\xcd\x08\xfe\x48\x16\xa9\x5c\xcf\x4c\x2d\x6d\xc3\x94\x04\x8f\x4d\x9d\x89\xbf\x8e\x7c\x9e\xc9\x5a\x28\xf7\x00\xa5\xac\x5a\xd3\x0c\x86\xc8\xf2\xa7\x47\x13\x25\x15\x5c\xdc\xac\xa4\x22\x4f\x43\xb1\x66\x88\x05\xa3\x26\x88\x03\xeb\x67\x05\x08\xb2\x39\xc0\xc8\x79\xa8\xc1\xd5\xe5\x72\x2e\x6c\x60\xb0\xb0\x15\xba\x6c\xf1\xd8\xea\x09\xdb\xfb\x1c\x5d\x5d\xc3\x96\x1a\x1e\xed\xa6\x4a\x33\xac\x40\x82\xdf\x04\x8f\xfe\xbf\xd7\x2a\x49\xf4\x31\xea\x60\x7e\x01\x63\xb7\xdd\xaf\xd4\xbc\xdb\xed\x47\xe5\x2d\xc3\x32\x20\xc2\x86\x81\xe9\xf9\xfc\x02\x45\xe4\x65\x22\x43\xc6\xc6\x16\xec\x59\x7d\xfb\xa6\xe6\x2f\x1c\xf6\x67\x0e\xbb\x3a\x0f\x3b\x22\xe9\xe5\x0a\xb5\xee\xeb\x3a\x68\xf6\xb3\x8e\xfd\xca\x22\x72\x13\x1a\x49\x4d\x97\x3b\xbf\x80\x1e\x15\xaa\xd4\x2c\x0f\x9b\xa7\xfb\x48\x6a\x50\x11\x07\x7a\xeb\x24\x7f\xd2\x93\xf8\x2d\x4f\xbd\xe9\xc0\xfe\xc9\xc9\x51\x39\x32\x53\x3c\xf0\xfb\x63\xb2\x7b\x15\x4f\x33\xd5\x9b\x3f\xf5\xa9\xdc\x53\x85\x18\x38\x0f\xda\x05\x79\x6a\xf2\x26\xca\x63\x1f\x60\xcf\x65\x25\x68\xb7\xef\xec\xb6\x02\x36\x55\x97\x6b\xc6\x6f\xb0\xe8\x7d\x6e\xb7\xf7\x24\xeb\x89\x6d\x7b\xd1\xaf\xb2\x6a\x33\xdb\x83\xdb\xf8\x45\x97\x7c\x46\xf9\x1d\x47\xd9\xbf\xbe\xe2\x78\xf7\x3b\xda\x02\x66\x4a\x74\x83\xa6\x9d\x7c\x2f\xc9\xeb\x41\x26\xa8\xac\xb6\x7d\xc1\x14\x24\xcd\x4c\x56\x1a\xd0\x2e\x26\x92\x35\x39\xd5\xc4\xfa\x04\x59\x8c\xeb\x52\x5c\x2a\x6e\xfa\x09\xed\xcd\x99\x4d\x98\x0b\xba\xc1\xc6\xd9\x93\xcf\x0b\xec\xa0\x2b\xba\x7d\xf4\xba\x84\xa3\xd7\x3f\xbb\x08\x8d\x73\xce\xc9\xf3\x1f\xb4\xf6\xba\x93\x55\xfe\xd2\x96\x78\x2a\xfb\xc9\xbd\xfc\x2a\xf6\xf8\x8a\x69\x48\xb2\xd4\xfd\xf3\x2b\xbd\xef\x3a\xf4\x03\xa7\x9f\x9c\xdd\x01\xf7\x57\xb2\x3c\xf5\xf5\xb5\x45\x96\xb4\x72\xd8\xbc\x29\x50\x9c\x8f\x5a\x1e\x68\x9d\x7e\x76\x4f\x34\x86\x90\xa3\x18\xe6\x9d\xb4\xb8\x3c\xd5\x44\x78\x4d\x64\xa6\xe6\xfb\xf6\x4d\x1e\x18\x2b\x34\xc4\x6e\x9a\x9c\xe9\x43\xc7\x0b\x00\xb9\x29\xc0\x58\x32\x02\x6b\x54\xce\xe6\xa4\x10\x64\x1a\xc1\x35\xa0\x9b\x71\x3f\xce\xd6\xe1\xb2\x9a\x26\x2e\xde\xed\x19\xd7\x4e\x50\x86\xbd\xcf\xbd\x8d\x6d\x2f\xc0\xed\xa8\x69\xdb\xc3\xf6\xd7\x94\x87\xed\x67\x1d\x36\x7e\x5e\x49\x4e\xab\x06\x8c\x29\xaf\x75\xc8\x45\xa6\xd8\xcb\x4d\xfc\x33\x5f\xad\x9b\xc6\x23\x12\x22\xfd\x8f\x45\x30\xc1\xff\x74\x58\x63\xcb\x2d\xc1\x00\x82\x2f\x38\x5b\x42\x52\xd3\x2d\xda\xe0\x14\x4c\x9e\xc0\x7c\x51\xf8\x41\x3d\x89\xa3\xfe\x23\x1e\x23\xbe\xad\x72\x5d\x9a\xca\x75\xce\x39\x71\xfe\xdd\x68\xdc\x7d\x72\x65\xf4\x0e\xce\x8b\xf2\x3e\xf4\xc7\x35\xf6\x53\xc6\xd4\x0b\xc2\xac\x29\xb5\x2c\x00\xf5\x3b\x4c\xc2\xf0\xb6\x30\xce\x33\xf7\x93\x35\xef\x99\xd6\x93\xe2\x48\xdb\x26\x9c\x13\x70\x44\x93\x02\xb9\x9d\xac\x83\x93\xa0\x92\xa6\x36\xfc\x75\xaf\xa3\x2c\x05\x4a\xea\xff\x81\xc3\x7e\xdf\x61\x23\xad\x24\x7d\x4e\x12\x0b\x50\x28\x03\xf5\x83\x87\x71\x00\xc6\x21\x9c\x18\xf2\x40\x3e\x9a\x8d\xe1\x64\xd8\xa4\x00\x98\xf5\x09\x99\x9c\xca\x67\xdd\x34\xe9\x01\x6c\x99\xa9\x27\x4e\xb1\x09\x56\x1f\xb8\x26\xad\x8e\x39\x82\x55\xdb\xa2\x8b\xc2\x6f\xec\x66\xcf\xbd\x58\x22\x16\xb2\xb5\x96\x29\x8a\xa9\x86\x14\x01\xfd\x57\x23\xde\xe2\xe6\x49\x4a\x7d\x68\xe1\x29\x0c\xfa\xd2\xa6\x29\x19\x61\xff\xdb\x61\x57\xa1\xf3\xba\x08\x40\xb5\x71\xbf\xeb\xb0\xf0\xf2\xf0\xcd\x6c\xde\x4c\x28\xcd\xbb\xd7\x2a\x9c\x2b\x33\x20\x68\xfd\x86\xd9\x15\xc8\xf3\x81\x41\x0b\xe0\x0e\xb5\xeb\x54\xba\x86\xd0\xf7\x38\x88\xc8\x3f\x40\xfe\x57\x86\x35\xa1\xed\xc7\x46\xae\x61\x8c\x14\xcf\xec\xa1\x1a\x63\xf2\x00\x4d\x04\xce\x6f\xab\x79\xc7\x8b\x9f\xba\x73\xa9\x5f\xa5\x52\xd5\xf5\xd3\x3c\x6c\xf6\x22\x3f\xe5\xbe\xcc\x22\x27\x1b\xf1\xe0\xce\x2e\x26\xe2\x3d\x2c\x61\x9d\x47\xa2\x5f\x67\x55\x13\xce\x39\x7c\xe0\x44\xde\xe9\x0e\x77\xfc\x2e\x3b\xe7\xec\x29\xf1\xca\x43\x92\x8e\xdf\xad\x9f\x16\xfd\x4c\xce\x77\x24\x48\x67\xec\x5b\x43\xec\xea\x2c\x4f\x52\x11\x90\x60\xcf\xdc\x5f\x1f\xf2\x1e\x1e\xb2\x9f\x29\xe2\xb5\x28\x52\x02\x09\xad\x13\x36\xef\x11\x0e\xec\xba\x48\x05\x17\x60\x5b\x96\x49\x33\x24\xbd\x4b\xfd\xe6\x69\xd2\xfe\x32\x51\x64\x42\x71\x19\x3e\xef\x84\xab\x1a\x3b\x2f\x6f\xa3\x19\x1e\xaa\x50\xa4\x0d\x63\x2e\xf2\xa6\x46\x6f\x26\x6b\x66\xa7\x87\x56\xff\x2c\xb1\x72\x31\x5c\xa0\x9a\x7e\xcc\xd1\x5f\xde\x4a\x01\x21\x99\x08\x2b\xa0\x6e\x67\x47\x45\x9c\xa1\xdb\x72\x9c\xf0\x24\x0a\xac\x18\xc4\x48\xb4\x72\x98\x64\x68\x8d\x1d\xd3\x3a\x76\xcc\x53\xd1\x49\xd6\xd4\xad\x7e\x81\xe5\xa6\x6b\x4e\x1a\x2b\x59\xe6\x1a\x5c\x77\xab\x9c\xd3\xa4\x99\x62\x1e\x01\xa6\x3d\x05\x33\x59\x7d\x7f\x8a\xc8\x07\xe0\xfa\x5d\xa1\x83\x19\xf9\x6d\x62\x11\xfb\xa6\xc3\xfe\x55\x85\xb2\x72\xdb\xf2\xf2\xc2\x6d\xc2\x0f\x44\xea\x7e\xca\xf1\x6e\x2d\x7e\x1a\x0e\xca\x3e\x6f\xc2\xf0\xf2\x36\xbe\x29\x70\x47\x64\xe9\x10\xd2\xd1\x4d\x93\x15\x91\xe9\xdb\x9e\x1d\xb0\xdb\x5a\xa2\xe8\x39\xec\xc9\x74\x7f\xe2\x79\xff\x42\x8e\x1b\x65\x86\xc3\xa7\xc1\x4b\xa8\xb6\xe3\x0c\xb3\x70\xaf\xf5\x1e\xb7\x21\x71\x91\x39\xa5\x7e\xdd\xe3\x2d\x27\x8e\x42\x11\x43\x8a\xd6\xd9\x24\xce\xc5\x99\xdc\xfd\x8b\x1f\xf7\xbe\xe5\x94\x1e\xd2\x85\x97\x66\x73\xb5\xd1\x1b\x71\x1a\x93\xeb\x9e\xe2\x60\x21\xa0\x6d\x15\x4b\xc2\x97\x92\x8e\x50\xf4\x71\x68\x91\x45\x54\xd6\x30\x46\x9c\xcf\x72\x89\x72\xb2\x2c\x24\x41\xe9\xb1\x8a\x80\x82\x4f\xf0\x6c\x48\x6e\xce\x84\xfb\x19\xc6\x1b\x72\xca\xfd\xd3\xc2\x70\xb3\xb5\x37\xe7\x73\xff\x92\xfd\x62\x8d\xed\x4e\x7b\xf1\x4c\x76\x32\x13\xa9\xfb\xde\x1a\x11\xa9\x79\xf7\xd7\x64\x9f\x02\x31\x75\xc2\xd3\x5e\xac\xc2\x55\xd3\xbe\xbe\x04\xb2\x03\x10\xba\x69\xd2\x04\xd7\x50\x93\xb0\x10\xfc\xd4\x2d\x0e\xbb\xb0\xe3\xaf\x0a\x7d\xd2\xe0\xa1\xe5\x47\xda\xe0\xc7\xfc\x3e\xf7\xa3\x2c\x41\xaf\x3a\xe8\xa0\xca\x7e\x98\x6f\xa9\xd7\x17\xd0\x7f\x46\x5f\xd9\x95\xaa\xea\xb4\xcc\xee\x35\xc3\x8a\xf9\x77\x35\x76\x75\x26\x8e\x86\x71\xef\x0c\x92\x0b\x64\xee\xb7\x6b\x6c\xe2\xfc\x4a\xff\x61\xf3\x1b\xef\xc3\xd0\xc3\xf4\x10\x3a\x12\x8a\x4e\x4a\xf3\xc8\xea\xe5\x8d\x8e\xb7\xf6\x20\xa4\xbd\x18\xe8\x62\xf1\x90\x8e\xd7\x9c\x82\xfb\x3c\xf5\xe3\x20\xe9\x6c\x28\x0c\x8c\x04\x3e\x79\x90\x53\x01\x3f\xaa\x43\xc0\xbe\xeb\xc8\x6e\x6f\x36\x93\x4e\x77\x21\x4d\x5a\x61\x24\xdc\xdf\x71\xb6\xd2\xed\xd6\x37\xde\xbb\x9d\x65\xb4\x9a\xcb\x87\x05\x6e\x2d\xde\x3e\x28\xf0\x5b\xbb\xc3\xcb\x89\xf5\x9d\x0a\x50\xed\xe4\xd8\xfe\x9c\xa8\x43\x9e\x64\x46\x45\xc9\x33\x41\x79\x8c\x54\x2e\x1a\x52\x43\x7d\x49\x2f\x1a\xec\x57\x6b\xec\x6a\xa4\x4b\xc9\xd4\x04\xfb\x68\x6d\x30\x09\x96\x6e\x29\xd2\xc8\x64\xa5\xae\x54\xf3\xed\x6f\xa0\xe1\x94\xa6\xb8\x7b\x24\xe0\xcf\xcc\x92\x5d\x51\x54\x54\xb8\xc2\xdb\x1b\xdc\xa0\xa8\x19\xda\xc0\xb2\x71\xb0\x4b\x6c\x13\x8f\xf4\x84\xf9\xb2\xc3\xae\x6c\xfa\x5d\x20\xa1\x01\xca\xd3\x4f\x38\x9b\x1c\x03\xf4\xfd\x8f\xf1\x85\xf7\x52\xe8\x33\x33\x13\xe8\x9e\x20\x98\x08\xd2\xa4\x8b\xc1\x0e\x69\x2f\x86\x68\x04\xb3\xc3\x4c\x19\x68\xfa\xbb\xd3\x7d\xa5\x95\xe1\x2a\x20\x40\xe8\xb3\xfc\x86\xc5\xdc\x60\xaf\xa9\xb1\xdd\x52\xbc\x1e\x4b\x7a\x71\xee\xfe\x83\xe3\xfd\x8d\xa3\x7f\xf2\x40\xa0\x4f\xa0\xfc\x56\xd1\x00\xcb\xb7\xbc\x03\xaf\x0d\xd2\x46\x2b\x77\x24\xea\xd2\x15\x0b\x33\x55\xe7\x05\x9d\x33\x1a\xfd\x7a\x99\xc8\x06\x48\x99\x40\xb5\x52\xe6\x9e\x0a\x3f\x00\x37\x79\xa9\x92\x29\x5e\xe5\xec\xb4\x08\xf0\x81\x8e\x3e\x21\xc4\x6a\x98\x31\xaa\x28\x40\x1c\x6f\x09\xba\xeb\x8f\xfc\x55\x12\x83\x78\xc4\xb3\xef\x9e\x3f\x37\xc4\xae\x84\x0d\xeb\x78\x12\x2f\x26\x49\xee\x3e\x3c\xe4\xbd\x63\x68\xde\x38\x05\x91\x99\xb3\xa8\x2f\x5c\x75\xc9\x3d\x8c\x9c\xf9\xe2\x7a\x9a\x24\x80\xe5\x8e\xeb\x3b\x4f\x7b\x62\xdc\xf2\xc0\x83\x89\x4b\x24\x97\xb8\x40\x71\xdf\xf2\x73\xdd\x78\x38\x81\x66\x18\x18\x51\x38\xe6\x81\x82\x46\x45\xc9\xcd\x73\x92\x8f\xca\xb2\xc6\xa0\x3f\x5a\x7e\x08\x04\x4d\xc8\x11\x62\xd7\x31\x6c\xa9\x2c\xd4\x72\x93\x53\x25\xe5\x2d\x3f\xca\xc4\x38\xd0\x30\xf5\x9a\x6d\x93\x78\x53\x2d\xae\xae\x48\x5b\x49\xda\xf9\x51\xdf\x3d\x15\xe5\xec\xcf\xd6\x18\x83\xf1\x03\x20\x70\xf7\x65\x5a\xe3\x40\xf9\xf4\xf4\x8b\xd0\x38\x4e\xca\x29\x5a\x9a\x94\xa4\x59\x88\xfc\x47\xbb\x57\x0c\x88\xe0\x1f\x83\xe3\xcd\x42\x1a\xae\x85\x91\x58\x15\x87\x81\x40\x1b\x10\xc5\x3f\x5d\xf3\x7e\xa1\x36\x33\xe0\xad\x3a\xbc\x64\x52\x1a\xc1\x01\xc5\x57\x3d\x03\x87\x99\x55\x3f\x8c\xd1\x59\xb8\xab\x3e\x26\xce\xb0\x30\x07\xef\x58\xa9\x87\xea\xae\x84\x45\x2a\x87\x4a\xfb\xf4\x16\xf9\x87\xca\x33\xe8\xee\x58\xac\xdf\x2d\x73\xcb\x70\xb1\xaa\x99\x08\x53\x36\x1e\x34\x4a\x03\x1b\x00\x5c\xea\x3d\xc1\xfd\x68\xdd\xef\x67\x2a\x82\xcc\x5a\x1c\xd9\x34\x9f\x1a\x53\xeb\x4a\xe7\x11\xf0\xbd\x63\xe0\xea\x3a\x3b\xb3\x70\xf7\xd2\xb3\x97\xee\x9e\x99\x3b\x36\x7f\xdc\x9a\x6d\xef\x77\x18\xd3\xed\x0e\xdc\xff\xcb\xf1\x5e\xe9\x2c\xf6\x62\x33\xef\xb8\xe8\x98\x00\xa0\xe7\x1b\x20\x98\x30\xf6\xcb\x7e\x5b\x48\x4f\xd0\x01\x64\x12\x20\xfe\x8b\xfa\x5c\xca\xb5\x35\x3f\xa2\x18\x27\x90\x2f\xd4\x15\xed\x44\x9e\xe2\xcc\x1d\x01\xd6\xb4\xbd\x2a\xee\x61\x8f\x93\x02\xf4\x44\x1c\xf5\xa5\x50\x3b\x12\x46\x02\x8d\xba\xee\x9d\xde\xfc\x9d\x34\xb0\xb6\x6a\x42\x28\xc9\xa9\xb2\xf9\x62\xa1\x2d\xfd\xa5\xc5\xc3\x50\x51\xe4\x83\x4f\x64\x4f\x34\xf6\x3f\xe0\x6a\x2c\x2c\x0b\x87\xe5\x4f\xf7\x25\x4f\xf4\xfe\xc3\x10\xfc\xa9\x10\xf8\xe0\x76\x09\x4d\xb3\xc8\xee\x98\x25\x1d\xb1\x8e\xa0\x63\x0a\x53\x11\x5c\x75\xc0\xe9\x63\x55\xc4\x22\x85\xfe\x51\xdb\x94\x4c\x4e\xd6\x94\x66\xdb\x8f\x57\xf5\x67\xaa\xd2\x50\x9a\x66\x64\x07\x16\x33\x01\xbe\x27\x68\x41\x05\x3f\x06\x3c\x4c\xa7\xe1\xea\x2a\x0c\x85\xdc\x6a\x30\xe8\x18\x0f\xc9\x62\x2d\x89\xd6\xc8\xe3\x0c\xdd\x1e\x30\x57\x65\x41\x2c\xcc\xc8\x20\xad\x45\xd4\x57\x63\x95\x87\x1d\xba\x4b\xd3\xed\x83\x5c\x94\x3f\x19\x01\xa7\xa5\xa2\x05\x11\x46\x10\x14\x4d\x77\x70\x32\x2d\x78\x1c\x45\xc8\x6e\x89\xb5\xd3\xbe\xdd\x72\xd8\xc2\xb8\x27\x02\x3c\x93\x63\xc8\x63\x0b\xcb\xd0\xdc\xfa\x7e\x4e\x25\xa8\x1a\x9b\xf4\x82\x39\x51\x51\xf8\x86\xef\xe5\x9a\x18\xe7\x2b\x22\xcb\xeb\xa2\xd5\x82\x38\xb4\xac\xd7\x55\x01\x8e\x11\x40\x4e\x35\xce\x3a\xbb\xa1\x90\xe5\xb0\x84\xfd\xf9\xe5\xc7\xb3\x4f\xca\xc3\x9f\x8a\xc9\x77\x3f\x58\x63\x93\x5b\xa4\x76\xd3\x3e\xe5\xde\xff\x74\x8a\xa0\x7e\x8b\xf4\x55\x51\x54\xc9\x39\x5b\xcc\xa0\x95\xa4\x97\xc3\x7d\x1a\xc0\xd8\x37\x7d\x58\x63\xf9\x1e\xf4\x56\xd7\x97\x7a\x49\x9a\xab\xfc\xc8\x2c\xa3\x43\x5a\x33\xf2\x60\x23\x32\xd3\x25\x91\xcf\x56\xa5\x32\xde\x67\x64\x7a\x09\x33\x1a\x51\xc0\xca\x0b\x73\xd0\xb9\x04\x30\x63\xc9\xad\xd7\x07\x4b\x5e\x8c\x13\x14\xa7\x66\x86\x18\xf3\x45\x56\x9a\x94\xff\x4b\x0e\x7b\xb4\xae\xe7\x3c\x90\x90\x36\x85\xfb\xb0\xe3\xbd\xd3\xd9\xf0\x58\x39\x4e\x14\xbe\x95\x66\xbb\x28\x11\xb5\xea\x14\x45\x29\xd4\xcf\xf4\xef\x6d\x9d\xb2\x7c\xf1\x9a\xfa\x5a\x12\xbd\x9f\xc0\x25\x52\xac\xab\x79\x02\x6c\xba\x84\xa0\x02\x4b\x27\xc7\x2e\x9e\xda\x7b\x93\x6c\x4d\xea\x37\x73\xa9\xf4\x99\x9a\xd4\xbb\x1c\xb6\x33\x13\xa9\xd4\x8c\xdf\xe4\xb0\x7d\x03\x87\xbe\x4a\x32\x2c\xc1\x77\xde\xf3\xf0\x7b\x88\x65\x01\x44\x35\xed\x08\x8c\x43\x4e\xaf\x8d\xce\x37\x9c\xa7\x64\x03\xc2\x08\x35\x9f\x3d\x45\x54\x65\x9e\xc4\xf8\x75\x83\xbd\xc2\x21\x56\x9a\x17\x79\xf7\x80\x6e\x1b\xda\x7a\xae\x91\xef\xe8\x71\xe0\xdc\x1f\xe7\x77\x62\x70\xf0\xd8\x38\xf4\x0e\x5c\xa6\xf2\xa6\x5a\x43\x7e\x10\x14\x54\xfa\xad\x9e\xd4\x37\x95\x73\x5a\x19\x9e\xb1\x61\x3b\x9e\x2b\xf4\x89\xd4\x13\x84\x3a\x11\x66\x04\xd9\x08\xa6\x69\xd0\xc8\xfc\x0c\xb6\xf9\x58\xe5\x69\xa3\x63\x96\x87\x73\xcb\x03\xb5\x7d\x6d\x7e\xf1\xd7\xe6\x9f\x71\xd8\x63\xf4\x92\x2c\x44\x05\x7a\x68\x57\xbc\xa8\x72\xd8\x36\xd6\x2b\xc8\x68\x25\x3d\x0a\xd9\x66\x2e\xdf\xc2\xc5\x89\x16\xf3\x85\xac\x63\x6b\xdc\x1f\x74\xd8\x35\x45\x88\x18\x51\x21\xbd\x61\x2b\x37\xe5\xb8\x46\xe1\x03\xcf\x2f\x67\x51\x80\x8c\xeb\xe8\x33\x0a\xa1\xcf\xc8\xa0\xad\xa2\xfb\xed\xe0\x7e\xdc\xa5\xa8\x08\x5a\xe0\x00\x9b\xc4\xbe\xe8\xb0\x1f\x2b\x72\x3b\x12\xa6\x19\x6c\x37\x59\xee\x77\xba\xee\xfb\x36\x21\xb7\x3a\x1f\xb6\x46\x38\x28\xd7\xcb\xdf\x86\xb7\x38\xac\xd8\x28\xdd\x57\x6f\x12\x64\xb0\x49\xa5\x8f\x85\xcd\x34\x81\x9a\xcf\xeb\xbc\xb4\xd0\x02\xc3\x1c\x2a\xb7\x7a\x4f\x94\x22\x03\xb9\x25\xd5\xa5\xbf\x92\x1d\xda\xf1\xfa\x9f\xa7\xe7\xc7\xe7\x1c\x36\x2c\x35\x42\xf7\xe3\x8e\xf7\xa0\x23\xff\x42\x99\x76\x09\x80\xc2\xfc\x98\x7f\x06\x58\xb0\x22\xa0\x97\x29\x22\x19\x30\xef\xa9\xd3\x87\xd0\xff\x3f\x0a\x57\x52\x1f\xf6\xa5\x42\xb9\xea\xa6\x42\x1e\x85\x02\x04\xfc\x02\xf8\x12\xb2\xa9\x23\x02\xc8\x81\xfd\xa7\x0f\x59\x6b\xf3\xbf\x38\x6c\x17\x50\x80\x8a\x40\x8e\xc9\x85\x2b\x4e\xaf\x77\xe8\x73\x35\x3f\x34\x62\x28\x7a\xf4\xfa\x69\xdf\x0c\x6c\x84\x13\x1c\xe2\x44\x9e\xa1\xfd\x26\x6b\xf0\xc3\x52\xea\xa0\x15\x4a\x6b\x61\x4a\xf1\xd2\xea\x31\x46\x0a\x42\x0f\xa6\x3c\x90\x12\x49\x51\x9f\x50\x05\x94\x56\xf3\xa0\xc3\x76\x62\xd6\xee\xdb\x1c\xef\xdf\x3a\xb4\xad\xc1\x46\xe7\xe7\x1b\x76\xb9\x89\x96\x1f\x46\xa0\x9b\x6b\x54\xa7\x84\xae\xb5\xec\xba\x0c\xdc\x62\x2f\x76\x43\x7c\x95\xc3\x1e\x55\xac\xfc\x59\x30\x8b\xf5\x94\xbf\xf4\xa9\xd2\x9b\xcb\x2e\x2a\xac\x83\xfb\xe7\x1d\xf6\x2f\x8b\x9c\x8f\xfa\xa6\xe4\xfb\xf9\x4b\x90\x7c\xed\x01\x99\x5e\x7e\xc1\xb7\xed\xba\x73\xa9\xae\x3b\xcf\x3b\xbf\xeb\xce\xb4\x7b\x93\x76\xdd\x21\x7d\xba\x14\xb0\x07\x43\x52\x19\xae\xf7\xa9\x2b\x2c\xaf\xf9\x0d\x54\x96\x80\x1d\xf5\xc6\x2b\xbc\x7d\xd6\x93\x81\x81\x86\xbe\x41\xec\xd8\x38\xeb\x8c\x28\xa7\xcf\xb3\xce\x48\x2e\x3a\x5d\xd9\xf9\xd6\x39\xf1\xd3\x8c\xbd\xb1\xc6\x1e\xd5\x09\xe3\x45\xe1\x07\x7d\x15\xa0\x60\xb2\x7a\x2d\xb7\x05\xef\x84\x71\x89\xbf\x6b\x23\x81\xbe\x2f\x35\x9d\xa8\xaf\x59\x15\x75\x85\xe1\xfe\xa3\x90\xc6\x52\x40\xf4\x0b\xdc\x1d\x04\x67\x92\x1a\x67\x61\xfc\x68\xa6\x7e\xd6\x86\x78\x16\x99\x7d\xa8\x2e\xce\x0c\x0e\x7e\x03\xf1\xdc\x34\xbe\x4c\xf2\x51\x59\x98\xb2\x59\x55\x7d\x20\x8f\xd8\x59\x92\x80\xb1\x29\xa4\xcd\xd8\x0f\xfa\x63\x1b\x56\xfe\x63\x53\x81\x81\x35\xb7\x85\x59\x9e\xa4\x7d\xe4\x3b\x7b\x50\xf7\xcc\xeb\xa1\x67\x8a\x1e\x49\xa2\x80\xb7\x31\x29\xc6\x75\x21\x0b\x75\x42\xcc\x53\x52\xc7\x94\xab\x97\xe4\x22\xec\x87\xa0\x7c\xe3\x85\xba\xc1\xae\xa5\xd9\x23\xc5\x19\x79\x36\x0d\x73\x7e\xaf\x48\x13\x64\x47\x37\x41\xb4\xec\xa6\x4f\x95\x78\xc9\xbe\x58\x63\x7a\xf4\xdd\x8f\x5f\x1c\xc2\xf6\x51\x7f\x45\x44\x9a\xe4\xfd\xfb\xce\x0c\xc6\x0d\xf1\x7b\x7a\x42\x6e\x60\x18\x35\x18\x18\x6e\x3c\x1d\x3f\xf6\x57\x8d\x10\xb0\x62\x2e\x22\xa5\x26\x02\x72\x85\x72\xb3\x2a\x1c\x09\xb4\x06\x8e\xea\x51\xa7\x48\xa8\x2e\xcf\xd4\xd4\xdd\xa3\x22\xa6\x2e\x73\x08\x02\x66\x3a\x71\x2d\xfc\x5b\x57\xbd\x96\xb1\x97\x0d\x31\xbd\x6c\xdc\xff\xb5\x15\x0b\xca\x42\x12\x2c\xd3\x07\xe0\xc9\xfa\xa5\xda\x4c\x41\xe8\x8d\x7e\xd7\x26\xec\x1b\x34\xce\xf4\x31\xd0\xec\xe6\x72\x6e\x15\x2b\x08\x5e\x13\x26\x80\x38\xe3\x83\xe9\x36\x89\x65\xd7\x75\xfb\x05\x35\x5e\x02\xc1\x6b\x62\x4d\x0e\x4e\x11\xd5\x6a\x32\x7e\x18\x1d\x09\x09\xb4\x4f\xf8\x68\x92\x96\xbe\x05\xe0\xf6\x52\xaa\xd0\xc0\xc7\x1a\xbb\xe0\x31\x90\x5d\x1f\x25\x7e\x90\x4d\x14\x67\xae\x6c\x22\x45\x03\x8c\xec\xd1\xe2\xf1\xb5\xdd\x24\xa8\xab\xca\xb2\x9f\x75\xd8\xd5\x3d\x9b\xd2\xf7\xc5\x9b\x81\xf6\x9e\x87\x0f\xd8\x9b\x9b\x89\x37\xf0\xfa\xc2\x8a\x05\xf0\x34\xb4\xe1\xc9\xcd\xd6\x92\x60\x64\xc7\x93\xa7\x39\xf9\xab\xc1\xfe\xf3\x08\xfb\xc9\x41\xa7\x33\x88\x75\x7a\x78\xc4\x7b\x82\xfe\x65\xc7\x39\xd1\x2e\x51\x19\xe3\xf4\x9e\x5d\x6c\x41\x45\xe8\x3c\xdd\xbb\xfa\xa8\xf5\x89\xe9\xe0\xf3\x64\x36\xca\x9e\xb4\xb5\xd3\xe2\xb6\x95\x61\x3b\x3a\xc6\xe0\x2f\xd9\xd6\x0a\x2f\x55\x2b\xbc\xfd\xfc\x5a\x61\xc3\x1d\xaf\x72\xe8\xd6\x12\xa1\xec\xd2\xfd\x41\xc7\x72\xe9\x36\x76\x94\xb9\xe3\x4b\x18\x9d\x8a\xde\x1e\xee\xbf\xf1\x6e\xde\xf8\x54\x8f\xda\xdc\xf1\x25\x58\xb3\xd1\x9a\xe9\x8f\xd2\x02\x75\xa3\xe4\xbf\x7d\x80\x3d\x81\x7c\xf2\x1e\xe7\xed\x5e\xac\x0a\x06\x7f\xac\xf2\xc3\xb3\x7c\x09\xbf\x7e\x15\x1b\x1b\x84\x05\x87\x76\x64\x13\xf9\xf4\x7d\x57\x5d\x3e\xe4\xd3\x6f\x5c\xc9\x5e\x41\x20\x7f\xff\x58\xdb\x06\xf9\xbb\x64\x90\xbf\x69\x76\x13\x3b\xb0\x35\x90\x3f\x6b\x60\x97\x8f\x2e\xb1\x5f\xaa\xb1\x5d\x84\xf1\xe8\x7e\xa4\xb6\x09\xcb\xc6\xe0\x6c\x14\x00\xad\x54\x2d\x4b\xb0\x91\xe8\x47\x13\x09\x3c\x6c\xa4\x6b\x21\xd0\x1e\x6f\x05\x76\x76\x26\xe7\x91\xf0\xe5\xae\x89\x8c\xcf\x7b\x28\xc7\x3d\x3c\x49\xf9\x1e\x40\xc0\xdc\x53\x05\x38\x3b\x80\xe3\x45\x6b\xf0\x20\xa7\x12\x3f\x20\xd2\xd6\xd4\xec\x77\x30\xbe\x40\xfd\x65\x2d\xa3\x64\x35\x6c\x82\x33\x08\x4d\x17\x9f\xaf\x46\xc9\x8a\x1f\x69\x86\xf9\x6d\x74\xd9\x6d\x74\xd9\x7f\x8a\xe8\xb2\xdf\xd0\xe8\xb2\xbf\xf9\x23\x88\x2e\xfb\x14\x76\xf3\x60\xa3\xdc\x26\x62\x68\xb1\x17\x09\xf6\x89\x9a\x4d\x38\x9d\x04\x05\xd2\xd0\x89\x35\x91\xb6\x85\x1f\xb8\xaf\xaf\x79\x8b\xea\x87\x54\x9e\x7b\xa0\x37\x94\x51\x23\xf4\x58\x26\x2a\x69\x99\x8d\x4a\xf9\x15\x56\x6c\xca\x1f\x76\xd8\x43\x0e\x1b\xe9\x26\xc1\x91\xf0\x8c\x08\xdc\x77\x38\xde\xf1\x05\xfa\x51\x2e\xa8\x45\x0f\x2f\xac\xb8\x87\x9c\x83\xec\xa9\x17\xa0\xc6\x36\xb4\x1c\xb8\xbd\xe7\x03\xa9\x91\x51\x61\xf6\xcd\x5a\xa5\xde\x72\x34\xf1\x83\x43\x24\x29\x29\xe0\xe9\xdf\xd5\xbc\x5b\x36\x3e\x2e\xb7\xa9\xb8\x02\xf0\x41\xdc\xd6\x95\xbc\xb5\xbb\xe9\x3b\x0e\xfb\x23\x87\xed\x22\x61\xe3\xfe\xb6\xe3\xbd\xd6\xb1\x98\xc0\x61\x66\x92\x4d\x09\x29\xe5\xf1\x25\x61\xe4\x29\xa7\x49\xbb\x08\xbe\xac\x66\x5d\x4c\x14\x60\x2a\x9d\x0a\xd5\x36\xd8\xfe\x8b\x59\x99\x89\x52\xf6\xd6\xb4\xbc\x89\x1d\xd8\x04\x55\xac\xaa\xc3\x14\xd5\xec\x1f\x0c\x59\xdc\xb2\xda\x17\x58\x84\xab\xed\x5c\x04\x0b\x49\xa0\xe0\x3b\x96\x45\xda\x71\x3f\x34\xe4\xad\x49\xd9\xb7\x0e\xef\xb1\x0f\xa3\x48\x6d\x1a\xb8\xba\x02\x3e\xe0\x6b\x33\x84\x01\xaf\xd2\xbb\x22\xad\xa3\x1d\x21\xe1\xad\x90\xc2\xc8\xc1\x7c\xdf\x05\xd9\x91\x12\x67\xd7\x68\x36\x76\xd6\xd9\x89\x85\x9e\x75\x1e\xd5\xb5\xf3\xb5\x46\xed\xd5\x35\xf6\x3a\x87\x95\x93\xb8\xf7\x6d\xcd\xb4\x62\x7e\xe3\xdd\xa6\x15\x56\x3e\x03\xb6\x0f\x85\xc0\x02\x9c\x0e\xe3\x95\x04\x70\x36\x22\x22\xd6\xb8\xc1\x7a\x8c\x2a\xef\x9e\x56\xc6\xbd\x3b\xf0\xc1\x86\x4c\xa0\x0f\x95\x76\x65\xe7\x56\x6a\xd3\xb8\xf2\x44\x48\xc1\x11\x6a\xaa\x3e\x35\x59\xb2\xd0\x7d\x67\x88\xdd\x46\xed\x94\x1b\x68\xdd\x5f\x5d\x4d\xc5\xaa\x9f\x27\x76\x64\x98\x05\x66\xa9\x69\x85\x17\xe6\xad\x30\x63\xf7\xcd\x43\xde\x4c\xf9\x61\xe1\xb3\x13\x88\x34\x44\x10\xe3\x0d\xb8\xa1\x31\x6e\x60\x70\x60\xb3\x86\xea\x57\x6a\xec\x0b\x76\xfc\xdc\x47\x6b\xde\x75\xb3\x8a\xdb\x59\x2d\x07\x4d\xaf\xd2\x0d\xa9\x70\x6b\xee\x3f\x8f\xdd\xc5\x9e\x5d\x39\xb6\x97\xd0\x66\x23\x02\x6e\xab\xe1\x6d\x5b\x8c\x95\xfb\x49\x2b\x49\x57\x8e\x76\xbd\x23\xd2\x55\x21\xf3\x73\x77\xb9\x3b\x28\xb3\x3d\xec\x27\x2a\x52\x2a\x6b\x92\x3b\xe2\xee\x84\xaf\x18\xfb\xcc\xb0\x25\x1d\xfd\x5e\x9e\x64\x4d\x3f\x22\xdc\xec\xa5\xa6\x1f\xa9\x11\x7c\xdd\xb0\x37\x63\xfc\xde\x80\x44\x64\x90\x6a\x2b\xf1\x28\x73\x12\x3c\xeb\xad\x68\x01\x7d\xd6\x19\x21\x83\x9a\x6d\x54\xfa\xd8\x10\x7b\x0e\xd3\xaf\x0c\x36\x47\x0c\xbc\x34\xcd\xd8\x2b\x1a\xf0\x1a\xbd\x97\x8a\x10\x75\x59\x9a\xbe\x50\xb4\xa6\xf2\x6f\x9b\xc6\xe6\x2f\xd7\xbc\x4f\xd7\x36\x31\x14\x93\x04\x2d\x4c\xbc\xaa\x5a\x1c\x78\x35\x0a\x03\x79\x46\x18\xad\x68\x20\x90\xf9\x69\x4b\xe4\x4a\x2f\xd7\xbe\x85\x68\xc2\x22\x3e\x1e\xa9\xad\xaf\x25\xa1\xac\x7e\x9e\x26\x10\xc3\x29\x27\xfb\x4a\x5f\x11\x34\xa3\x76\x48\x1f\xa9\x03\x5b\x68\x1c\xd2\x28\x23\x2a\x17\x5a\x50\xef\xfa\xa9\xdf\xe1\x59\x3f\xce\xfd\x33\x86\xc5\x81\xd6\x90\x5d\xb7\x0c\xed\x10\xd5\xc6\x50\x79\xc2\xad\xaf\xf6\xc2\x40\x90\xd1\xb9\x6c\x73\x36\x95\xad\x3f\x7d\x0c\x1b\xaf\x0a\x62\x58\x9a\x5f\xa0\x78\xca\x38\x47\x0c\x44\x72\x1f\xf9\xf7\x8f\xf1\x16\x17\x8b\x69\xa3\xd0\xe2\x14\x6f\xb8\x61\x9d\xf7\x63\xcd\x31\x08\x00\x83\x84\x5c\x47\x90\x5b\xa3\x87\x44\xee\x2b\x9f\x7d\x29\xdb\xf1\xf9\x59\xe7\x4a\x4c\x77\x1b\x5c\xa2\xdb\x17\x49\x2e\xfb\xf0\x10\x7b\x7c\xa1\x75\x2f\xf4\x56\xa2\x30\x6b\x2f\x89\x66\x2a\xf2\x45\xd1\x72\x1f\x18\xda\x82\x90\xd7\xc9\xe9\x22\xfd\x9b\xb5\xd9\x81\x39\x2a\xaf\x55\x8d\x80\x4b\xf8\x7c\xf0\x5e\x19\x2a\x0d\x05\xa0\x92\x30\x46\x7e\x05\xc8\x66\xf4\xb5\x89\xdf\x98\x28\xee\x46\x8d\x48\xcc\x37\xd4\x06\xfb\x1f\x8e\x10\xc5\xbb\x93\x71\xd7\x7a\x0b\x54\xd6\x83\x0e\x98\x85\x95\xcb\x04\x3f\x8b\x13\xd5\x10\xd3\x5d\x44\xc1\x14\x57\xb6\x31\x43\x1d\x1f\xdc\xbf\xe5\xd1\x17\x13\xa1\x32\x8d\x7f\x53\x74\x93\x9f\x65\x22\x68\xb0\x67\x33\x1a\x57\xf7\x84\x77\x68\x4e\x63\xe1\x95\xcf\x9a\x45\x6f\x14\xb1\x26\x61\x46\x33\xa6\xc1\x2b\xcd\x46\x6f\x1e\x62\x8f\x95\x9a\xc1\x86\x49\xf0\x0f\x5b\xb9\x44\x29\x4f\x82\xff\x58\x3b\x5e\x91\xd7\x0f\x63\xf8\x8d\x7a\x18\x03\x2f\x9f\xfe\xd3\x18\xf2\x93\xec\x9a\x35\xc5\x04\xa8\xa8\xe7\x66\xbc\xeb\x0c\xba\x39\x15\xb0\xac\x91\x2c\xa9\x59\x8d\x87\x4a\x01\xc5\xe6\x11\xe0\xf7\x87\xd8\x8f\x17\x2b\xff\xf0\x99\xae\x1f\x07\xc5\x98\x7f\xe6\x62\x16\xfe\xcb\x86\x66\x07\x65\xf8\xc3\x5d\xf7\x58\x19\x63\x94\x8d\x0b\xdd\x98\x03\xac\xbc\x61\x56\xd0\x21\x51\x10\xed\x24\x6b\x83\xdf\xcf\x2e\xcd\x63\x16\x99\x0e\x8d\x5a\xf5\x73\xf1\x23\x37\x61\x1e\x70\xd8\xce\x56\xb6\x2c\xb5\xa4\x97\x3a\xde\x5a\x11\xba\x40\xc4\x8e\x09\x46\xa2\xd1\xf5\xee\x8a\xe0\xbe\x11\xa4\x40\x50\x85\x65\x60\x50\x30\x15\x90\x67\x97\x1c\x1e\x15\x1b\x70\xa6\xc1\x3d\x71\x26\xdf\xef\x8d\x73\xef\x4c\x2b\x93\xff\xc4\x79\x2b\xf3\x2c\xc9\xf2\x9e\x21\xe6\x4a\xc9\xb2\x94\xfb\xab\xa2\x98\x63\xaf\xb9\x98\x39\xf6\xbb\x20\x57\xec\x9c\x7e\x58\x52\x05\x6a\x51\x92\x29\x55\xcf\x4e\x4a\xad\x4c\x3f\xfd\xd1\x94\x32\x67\xa4\xa6\x89\xf1\x2e\x6e\xe4\x3d\xff\x04\xd5\x67\xda\x00\xa8\x34\x3a\x68\xc0\x96\xba\xa8\x78\x95\x37\x04\xd7\xf0\x51\x99\xfb\xc4\x7a\x1a\xe6\x62\xcc\x0e\x7b\xf9\x98\xc3\x2c\x15\x05\x3d\x81\xef\x30\x9e\xa8\x1d\xae\x17\x87\xf7\xf4\xb4\x9c\x1b\x08\xbc\x4c\xef\x91\x57\xe0\x3b\x2f\x7e\x6b\xc6\x67\xe1\x16\xfe\x0e\x2d\x1f\x2d\x2b\x9a\xe2\xd0\x8b\xb1\x6f\x7a\x2b\x99\x6c\x05\xb0\x65\xc3\x40\x55\x6e\x96\x7f\xba\xbb\x12\xbd\x40\x8b\x08\x52\xee\x3e\xb7\xdb\x5b\x36\x94\x3b\x9f\x93\xd1\x07\xe2\xc0\xb5\xfb\x4f\x21\xb8\x61\x61\x8e\x6f\xa6\xf4\x29\xad\x8e\xd4\x00\x4b\x9f\xfb\xda\x08\x7b\xaf\xa3\x15\x84\xb7\x38\xde\xab\x9d\xc1\x2a\x42\x19\xf4\x1a\x9d\x2c\x33\x5b\x51\x98\x4d\xe2\xac\x17\x51\xcc\x4d\x3f\xe9\xa5\xdc\x0f\x3a\x61\x6c\x44\xaf\xa6\xa9\x9c\x74\x8a\x99\x01\xcf\x80\xe0\xbc\x53\x0a\x3e\x32\x3b\xef\xab\x85\x80\xfa\x82\xe3\x7d\xcc\x19\x2c\xa1\x06\xcb\x17\x39\xf9\xe3\x44\x63\xfd\x52\x0c\x34\xae\x18\x0d\x7f\x8a\x93\x5b\x0d\xb4\x61\x17\x30\x1a\x8f\x06\x5a\x38\x54\x14\x80\xbb\xa6\xd1\xd2\x94\x8d\x09\x04\x65\xf7\xad\xd6\xbc\x7f\x90\xde\x74\xff\xd0\x26\xdc\x7e\x85\x05\xa9\xe9\x47\x65\x57\xd4\xaf\xff\xf3\x54\x9e\x1e\x19\xb9\x56\xf4\x90\x2d\xe1\x3a\x86\x84\xf3\xbd\xa5\x25\x0d\xda\x6b\x86\xec\xd9\x50\x22\x6a\x9a\xab\xe5\x70\x21\x62\xed\x4b\x4e\x85\xde\xf6\x61\xc7\x7b\x5d\x41\xcb\xaf\xf4\x37\x80\xca\xc9\x68\x18\xea\x1a\x08\xa0\x9b\xca\x0d\x17\x63\xdc\x95\xb3\x96\x3d\xa3\x8b\xc1\x2b\x96\x2a\xac\x52\x7c\xb8\xa7\x74\x2b\x80\xb8\x3c\x7a\x6b\xa7\x4b\x92\xcd\x94\xc4\x07\x76\xb3\x27\x9d\x9f\x98\x00\x3c\x67\xfe\x64\xc4\x9b\x30\x7e\x57\x31\x7f\xd9\xf4\x30\x03\x5c\x69\x3e\xbe\x6b\xdb\xf1\xe5\x12\x1c\x5f\xbe\x62\x3a\xbe\x7c\xee\x12\x1d\x5f\x5e\x54\xed\xf7\xf2\x88\xc5\x24\x6c\xfb\xbc\x5c\x22\x6e\x74\x5b\x39\xa5\xdd\xed\xfd\x64\x58\x05\x1a\x4d\x4b\xd2\xb4\xfe\xee\x67\x7b\x37\xd1\xcb\x07\x88\x80\xcb\xc5\x79\x6f\x48\x90\x4a\xd7\xeb\xef\x0d\x5b\x97\x2b\x7e\x2f\x6f\xcb\x3e\x68\xda\x56\xe7\x93\x99\x48\xe7\xe3\x56\xe2\x7e\x6e\xd8\x7b\x8e\xfa\x41\xa8\x51\xe8\x62\x51\x45\x95\x02\x9e\x2c\xb1\x10\x01\x0a\x58\xfb\x5a\x1d\xb0\x29\x20\x1b\x4d\xc0\x6e\xdf\x6d\x7d\x7d\x88\x7d\xc4\x61\x43\xbd\x30\x70\x1f\x74\xbc\x9f\x73\x66\xb4\xba\x8a\xca\x33\xd8\xf3\x02\x59\xd9\x96\x8e\xc0\x84\x12\xfd\x66\x9a\xc8\xfd\x18\xe2\xa2\xe7\x5b\xc6\x1b\x20\x24\x93\xdb\xb1\xba\xee\x46\xbc\x33\x78\xa7\x80\x46\x35\x05\x89\x94\x90\x81\x52\x84\xc8\xad\xa5\x74\x2b\x7e\x72\x7e\xce\x0e\xdb\x78\x2e\x1b\x91\x99\x81\x37\xd1\x82\x37\xbb\xac\x54\x44\xa8\x2c\x56\x3f\xea\x0f\xa8\x75\x07\x58\xc5\xa2\x08\xa2\x50\xd6\xb0\x83\xec\xdc\x63\xb6\x43\x9c\xc9\x53\xdf\x15\xde\xcd\x33\x71\x5f\x56\x2f\x24\xff\x0c\x73\x00\x34\x70\x0f\x35\xc9\x18\xd3\x24\x6d\x3c\xe4\xfc\x24\x7b\xfc\x60\x88\x34\x73\xb3\xba\x9d\xed\x84\xc9\x95\xb9\x4f\xf7\xae\x5f\xd6\xc8\x82\x49\x0b\xe7\x5c\x66\xf7\xac\xaf\x88\xc8\x36\x03\x60\xfb\xeb\x11\x36\x35\xe8\x26\x60\x2f\x5d\x33\xab\x40\xae\x34\x6c\x92\xd6\xff\xa9\x11\xef\xd5\xce\xc6\xe7\x06\x32\x64\x3b\x59\x07\x3f\x00\xb8\x0b\x00\xf2\x8a\x0e\x24\x34\x81\x3d\x7d\x5e\xac\x26\xb5\x93\xd9\x98\xd3\xed\x30\xcf\xea\x5d\xa9\x32\x80\x63\x3f\x64\x14\x17\xde\x53\xf0\xc9\x58\xe3\xac\xb3\x33\xf7\xd3\x55\x91\x9f\x75\x18\x96\x72\x1c\xf0\xde\xae\xc0\xa7\x77\x6c\x40\x7d\xfb\xfb\x9d\xec\x28\x33\x92\xba\xb7\x7a\x53\xc5\xaf\xaa\xb3\x04\x55\x3e\x8c\x39\x6c\x90\x65\x07\x84\x6f\x99\x37\x0d\x5f\xbb\x1c\x6e\xed\xaf\xa9\x99\xfe\xcd\xc5\x8d\x42\x5d\xc4\xcd\x84\x6e\x80\x3b\x74\xdf\xa2\xb6\x30\xa3\x37\x4b\x17\x13\x4a\xcd\x43\x27\x15\x6a\x0c\x00\xbb\x29\x37\x96\xe2\x2c\x81\x3c\x6e\xc6\x54\x86\x6b\x06\x91\x17\xe7\x49\xfc\x3e\xa3\xeb\xb9\x22\x56\x4c\xeb\x75\x3a\x41\x33\xe9\xca\x81\x86\x92\x00\x1a\x65\x9c\xff\x74\x2f\xcb\x8d\x5c\xa0\xc3\x4d\xd0\x26\x59\xc8\xaa\x0f\x62\x80\xb2\x69\xb0\x17\x3b\x8c\x46\xd8\x5d\x63\xb7\x0d\xf6\xb0\xae\x98\xbc\xb3\x52\xf4\xd0\x76\x5a\x3e\x84\x3c\x19\xf3\x2c\xe2\x9b\xd0\x03\x30\x30\xc9\x4d\x54\xa0\xda\xfd\x0e\x33\xa7\x93\xfb\xc2\x4b\xf2\x54\xf0\x6e\x35\xf2\xd2\xd1\x9a\x58\x1b\x94\xa6\xf6\xbc\x1b\x05\xdc\x8d\x7b\xe8\xeb\xb1\x06\xfb\xa4\xc3\xae\xf4\xd7\x84\xdc\x60\xb0\x3e\xef\xbf\x10\x45\xa8\xa2\x42\x2d\x33\xb7\xcd\x6a\x44\xe9\x4a\x15\x24\x11\x2f\xa5\x65\x2a\x22\xb1\xe6\xc7\xe4\x9e\x5e\xaa\x39\x7b\xf5\x30\xdb\x53\x05\xf8\x98\x64\xf9\x82\x9f\xb7\x2d\xdb\xc2\x7f\x1d\xf2\xd6\x2c\xdb\x02\xd8\xe8\x00\x7f\xb3\xe3\x77\xbb\x70\x04\x07\xd8\xc3\x6e\x12\x34\xf8\x6d\xfa\xe5\x1a\xd9\x30\x15\xcb\x13\x31\xb4\x24\xeb\xb1\x48\xb3\x76\xd8\x25\xeb\x03\xec\x7c\x49\xaa\x21\xea\x52\x01\xab\x46\xce\x9e\xb3\xce\xb0\xcc\xc9\xb6\x3d\xd4\x00\x3b\x5c\x3e\x77\x3f\xeb\x78\x1f\x71\x64\x7d\xf5\x75\x04\x40\xd7\x24\x69\xdf\x86\x60\xa1\x73\x1e\xd4\x0a\x15\xfc\x7e\x27\x0a\xe3\xd3\xb0\xe4\x60\xd6\xb7\x92\xc2\x8b\x2f\x8c\x4f\x17\xf1\x8c\xb0\xf0\xf2\xf6\x05\xc7\x33\x68\x4a\x4f\xec\x84\x6b\x65\x45\x74\x5b\x48\x5c\xbd\x4c\x81\x1c\xdc\xe7\x25\x08\x84\x95\xa4\x5c\x0d\x01\xa7\xe3\xae\x79\x14\xf4\xbc\x1f\x44\x35\x3e\xb6\x93\x4d\x5e\x28\xa6\x9c\xfb\x7f\x76\x78\x27\x36\x4d\xa1\xce\xd1\x0a\x77\xae\x38\x6e\x6a\x30\xbd\x38\xe0\xcd\x54\x04\x88\xa4\x93\xd9\x5a\xce\x3b\x76\xb0\xff\xe6\x30\x77\xb5\x93\xf9\xb3\x3a\x0d\x78\x0c\x7f\xdd\xf1\x7e\xd5\x79\xfa\xb1\xa5\x19\xfb\x39\x06\xab\x0a\x72\x28\x93\xef\xc1\x84\x84\x4c\x38\xeb\x62\xa5\x9d\x24\xa7\xf9\xa8\xa1\x10\xb7\x7b\x2b\xc0\xfc\x64\xa8\x92\x59\xb8\x9a\x4d\x10\xfe\x5e\x5d\x16\x3d\xc6\xc3\x38\xd2\xaa\x3f\x80\x27\xc6\xb9\xbe\x07\x81\x42\x8a\x16\x80\xe0\x25\x4e\x07\x52\x31\x36\x56\x13\x04\x2d\x7a\xde\x99\x63\xd0\x61\x8f\xdb\xd8\x54\xd8\x13\x97\xbc\x23\x03\x72\xa9\xd8\x1f\x2b\x6b\x84\x97\x73\x56\x71\x9f\xaf\xb1\xab\x34\xf6\x27\x14\xf3\xe1\x9a\xf7\x2e\x04\xfe\xa4\x27\xbc\x18\xba\x4b\x02\x02\xd5\x0a\xef\x0f\x00\x0c\xf4\x11\xc7\xed\x32\xec\xb2\xb6\x00\xad\x64\x3c\x27\x07\x66\xf7\xd3\xc3\xde\x9c\xfd\xc8\xc4\xcf\x8d\x22\x6d\x0b\x40\xc7\x33\x05\x39\xa4\xbc\x68\x80\x5f\x2b\x49\x4b\xce\xee\x7f\x32\xc4\x3e\x5a\x63\x23\x6a\x0b\x71\xdf\xb7\x99\x93\xb5\x5a\xd3\x52\xca\x04\x95\x96\xc0\x3f\x73\x14\x3e\x33\x5d\x56\xe9\x04\x26\x02\xb2\xb1\x23\x6b\x03\x48\x68\xa0\x6b\x23\x2b\x50\xcb\x76\xae\x57\x91\xe0\x2d\xe3\x1b\xc3\xdb\x75\xdc\xa0\x6c\x80\x89\x27\xdb\xab\x1e\x2c\xc8\x1d\x03\x7c\x7b\xc9\x06\x52\x76\xc9\x06\x71\xde\xe9\x11\x40\xb8\x38\xd3\x8c\x7a\x99\x3c\x25\x10\xb8\x25\x1a\x94\x3d\x72\x0d\xf2\x1a\xec\x61\x87\xed\xa2\xcc\xdd\x77\x6f\xc6\x27\x59\x39\xa2\x94\x8f\xf2\x4c\x3f\xa5\xd8\x5c\x4c\x4b\xa0\x42\xe5\x47\xcc\x41\x4a\x7a\x41\xb5\x55\x23\xe1\x35\xd8\xf7\xae\x61\xd7\x9f\x47\xb5\x22\xcd\x1f\xfd\x84\x3e\x7b\x8d\x77\xab\xf9\xa0\x14\x4f\x11\xf9\x59\x0e\x41\xf8\x86\x6b\x96\x8a\x76\x40\x15\x42\xee\xb9\x72\x4f\xb2\xe6\xda\x9f\x3f\x8a\x7d\x75\x88\x3d\x5a\xaf\x74\x55\x41\xf7\x13\x43\xec\x19\x17\xa6\x07\x96\xb3\x30\x2b\xeb\xfd\x79\xcd\x80\x9a\x54\x73\x45\x13\x63\x82\xfd\x54\xf9\x41\x93\x42\x06\xd0\x88\xe0\x8d\x93\x64\xa5\xe5\xac\x8d\x68\x72\x3e\x01\x9a\x58\x36\xc6\x4f\xc7\xc9\x3a\x98\xa6\x4d\xe2\x3c\xf3\x28\x44\x9d\x61\xa1\xc4\x01\x50\x6e\x37\x29\xae\x1a\x94\xb7\x15\x9c\xaa\x48\x3b\x43\x9e\xc1\xd9\x85\x93\x52\x97\xe9\x88\x4e\x92\xf6\xc7\x1a\x7c\x49\xd6\x4f\xe9\xe1\x7e\x2a\xf8\x4a\x2f\x8c\xd0\x3b\xc9\xac\x03\x1a\x76\xe0\x14\x0d\x6d\x90\xa2\x1b\x7b\xae\x08\xd2\x91\x9f\x74\x71\x71\xc9\xb6\x16\x31\xcb\xb9\xd4\xaf\xd2\x8e\xd4\x54\x44\x5a\x97\xf5\x54\x05\x16\x3c\x91\x9e\xd4\x02\x3d\xba\x15\x6a\xb0\xbf\xab\xb1\x11\x75\xdb\xe3\x7e\xb7\xc6\x66\x2e\x68\x10\x0f\xd3\x97\xd6\xd8\xbd\xa7\xa6\xaf\x8f\xcc\x11\xa3\xd0\x06\x1a\x2f\xe5\x6c\x24\x17\x73\xd9\x7b\xd2\x8f\xfb\x15\x1a\x3f\x9f\xcf\x35\xfa\x7b\x51\x15\xa2\xd7\x4b\x62\xeb\x80\xdf\x4c\x00\xc3\x0d\x4c\xac\xcd\xa4\xd3\x4d\x62\xd8\xad\x95\x7f\x73\xd2\xcb\xb3\x30\x80\x49\xaf\xa2\x22\x2c\xb2\xa4\x02\x3c\xe4\x9e\x9e\xe8\x81\x60\x6b\x46\x49\x4f\x41\xcc\xe1\x4d\x07\x2c\x6d\xf0\x4b\xbf\x7d\x61\x09\x8b\xb2\xc2\x3e\x06\x17\x36\x06\xe0\x61\xb4\xa6\xdc\x4f\x39\xec\xe0\x05\x75\xba\x75\xcc\xc7\x2e\xcf\xcb\xd4\xb1\x03\x8e\xf7\x34\xa7\x2f\xcf\x29\x9f\xbd\xb9\xc6\x86\xe5\x6c\x72\xef\xaf\x0d\x06\xa4\xa9\x6c\xc2\x42\x12\x64\x56\x03\xbe\xe2\xc0\xe1\x64\xf3\xfa\x6f\x6d\xf5\x59\x2d\xc9\x53\x3f\xce\x08\x2a\xa5\x4e\x5a\x89\x08\x8c\xb6\x8d\x35\x78\x71\xdf\x9c\x15\x20\xee\x78\xa8\x92\x87\xdf\x55\x04\x5e\x5c\x11\x2d\xa9\x70\x23\xf1\x04\x84\xa4\xa4\xc5\xad\x88\x79\x2e\x6b\xb0\xb7\x0e\x19\xbb\xf1\xfd\x43\x17\xb8\xa6\x2a\xe5\xe1\x97\x6b\x3f\x14\x29\xf8\xcf\x4f\xde\xbd\xbf\x46\x27\xad\xb7\xd7\xbc\x07\x6a\x55\x80\x72\xd4\x95\x2a\xa4\x49\x8a\x1d\x35\x2b\x28\x52\xcc\xdb\xb0\x77\x79\xe3\xdc\x53\xb2\x50\xfe\x8d\x4b\x54\xfe\xb5\x00\xa5\x27\xa9\xb1\x97\x8f\x2b\xbc\x75\xe5\x16\xae\x26\xbc\x72\x1a\xa7\xbb\x4c\xec\x72\x25\xfd\x8e\x27\xb9\x98\xae\x2a\x9a\xab\x46\x14\xfd\x22\xcf\x39\x0a\x41\x95\xfc\x86\xea\xab\x72\x97\xbf\x6d\x61\x46\x67\x70\x8c\xba\x2a\xcc\x14\xc6\xb2\xa9\xd5\x7e\x79\x77\x29\x5c\x03\x82\x11\x6d\x9b\xf7\x51\xe1\x67\xc2\x7d\xfb\x6e\xef\x09\xf0\x97\xbe\x1c\xf1\x21\xb0\x0e\xb6\x4e\x79\xf6\xb4\xb5\xd5\x57\x8e\xb0\xaf\x29\xc6\xaf\x2f\x6f\x02\x8e\xb3\x49\x91\x00\x99\xf0\x1a\x67\xa9\x8c\x6a\x22\x9b\x0b\x09\xb6\xa9\xaf\xfe\xa9\xdd\x1a\x6d\xdf\xbf\x5e\xfc\xfd\xeb\x27\xcc\xfb\xd7\x0f\x5e\x32\x36\xdc\xea\x23\x74\xd5\x7a\xce\x69\x9e\xff\xfe\xee\x69\xee\xad\xfa\xfe\xce\x12\x08\xa5\x4b\x3c\x58\xf6\x95\xd7\x77\x9f\xdd\x69\x05\xa1\x6f\x2e\x55\xdc\x07\x76\x7a\xa3\xfa\x17\x4d\xc1\x8d\xe0\x49\x28\x64\x2c\xb1\xf6\xbb\x3b\xd8\xab\x1d\x76\x85\xdf\x04\x8f\x12\xc0\x0f\xbc\xf7\x12\xe1\x03\xa7\x8d\xcc\xb0\x2a\x26\x7c\x60\xb1\x19\xa3\xb0\x5d\x97\x87\xcc\xa6\xc2\x0b\x14\xec\xea\x76\x12\x05\x22\x9d\x07\x03\x50\xde\x77\x97\xbc\x23\xf6\x13\x1b\xaa\x37\x54\x4f\x49\x8e\x62\x5a\x6c\xae\x55\x90\x65\xfb\xf8\x4f\x0e\x7b\x2c\x3c\x9d\x23\xff\x15\x85\x0c\xf5\xef\x34\xfe\xd1\x5b\x9d\xaa\x04\xd8\x9e\xc0\x22\xd0\x69\xfa\x71\x00\x60\xfb\xca\xf8\x81\x0d\x8b\x05\xea\x59\xeb\x3e\x22\x3c\xb5\x12\xb9\xd8\xa9\xa9\x3c\x34\x02\x41\x3a\xc2\x07\x30\x7e\x7f\x55\x36\x2b\xc7\xee\x4a\x5a\x70\xd6\x2d\x02\x56\x16\x45\x2c\xd6\x65\x9f\xda\xb1\x29\x29\xbb\x06\xca\x5b\x96\x1a\x23\x45\x32\x3d\x5f\x35\x62\xbe\xfc\x4a\x9b\xdc\x74\x40\x4c\x6e\xbc\xc4\xa0\x44\xa8\xbd\x02\x69\xc2\xfe\xcc\xec\x32\xdf\xed\xb0\xdd\xa9\xaa\x8e\xfb\xc6\x4b\xc5\x9b\x5c\xd4\x79\x6d\x36\x5d\xcc\x91\xc5\x3a\xb6\x81\x62\x3e\xcb\x95\x58\xc3\x0d\x04\x06\x9b\xfd\xe9\x48\x25\x5d\xb7\xa2\x0a\xcc\xc0\x11\xe7\xf3\x23\xde\x4f\x59\x4f\x4a\x30\x36\xea\x55\xb5\xfb\xcd\x2f\xec\xda\xde\x3f\x2f\x75\xff\x7c\x96\xf2\xba\x38\xe1\xb9\x47\x37\x74\xfb\x85\x13\x66\xeb\xd1\xdc\xde\x99\xb7\x21\x81\x2e\x0f\x61\xb6\x25\x20\xca\xa8\x36\xaf\x1b\x61\xf5\x8a\x69\x78\x24\x12\x67\x06\x04\xb1\xfd\xd7\x5d\xde\x4b\x9d\xc1\xef\xcd\xb8\x48\x1f\x39\x08\xc2\xa6\x26\x18\x8c\x73\xe5\x01\x6d\xcc\x51\x34\x48\x81\x6f\x08\x4a\x98\x09\x3f\xcf\x7d\x88\x85\xc6\xe3\x24\x38\x46\x8b\x26\x99\x9c\xd0\xd9\xbb\x51\xed\x17\xfd\xf9\x9d\xec\x25\x8e\xe1\xfd\xb9\xe6\xb5\x0b\xff\xf6\xf3\xf8\x74\x02\x85\xaf\xfc\x8a\xc3\x25\x16\xdd\x4a\x62\x1d\x45\xf1\x52\x59\x8a\xc3\x98\x2e\x08\x81\x46\x27\xb3\x5d\x42\x7f\xb3\xc6\x76\x67\xda\x3d\xf8\x0b\x17\x13\x56\xf5\xda\x5a\x51\x73\xcb\x31\xf8\x32\xbb\x05\x63\x7f\x72\xc4\xfa\x55\x6e\xbd\x83\xdd\x77\xa9\x94\xd0\x42\xcb\xb8\x7c\xe1\x09\x03\x6a\xc5\x4e\x68\x67\xf7\xc3\xde\x4d\x17\x1b\x0d\x67\xca\x88\x5f\x2d\x3c\xd3\x3f\xe3\x78\x1f\xda\xc4\x33\xfd\x07\x19\x3b\x63\x11\x41\x19\xd9\x07\xa2\x2b\xa4\xba\x96\xc4\x5c\xae\x35\xba\x89\xc6\xde\xb0\x9a\x71\x82\xed\x22\x7b\x8d\x3b\xe7\xed\x29\x66\xcc\xe1\x33\x79\xea\x73\x29\x83\xe4\xd6\xa9\x4c\x3a\xa1\xdc\x9c\xfb\x9b\xfa\x01\x7f\x63\xc4\xd2\xdb\xd3\x15\xbf\x09\xe1\x0e\x68\x42\x5d\x4c\x22\x71\x28\x84\x88\x7a\xd0\x40\x1e\x1a\xf1\x9e\x5a\xfd\xaa\xd2\x2b\x78\x43\xca\xac\x52\x33\xf9\xd6\x4e\xd6\x53\x1b\x6b\xe4\x3d\x69\x5e\xb9\x33\x16\xaa\x4d\x45\x4e\xe6\x66\x7b\x23\xbb\x61\x13\x52\x85\xc1\x6d\xda\xde\x75\x2f\x61\xd7\x6d\x19\x9b\xee\x73\x2e\x6d\xcf\xfd\x89\x4d\x60\xd2\xb7\x95\xd6\x4b\x86\xc7\xeb\x9d\x5f\x99\x58\x74\x17\xb4\x32\x01\xeb\xc5\xef\xe5\xed\x24\x0d\xef\xad\x34\x03\x54\x8b\x80\xb2\xb2\xf1\xcb\xbb\x2d\x37\x17\xd9\x89\x41\x8f\xb0\x16\x20\x32\x73\xaa\xb1\x90\x86\x09\x78\x00\x44\x7e\x86\x67\x9c\x57\xec\xf6\x0e\x6c\x78\x5a\x25\x5c\xba\x94\x08\xb1\x9c\xc4\x80\x43\xcf\x97\x77\x6d\xfb\xcd\x6f\x2f\x06\x43\x6a\xdd\xab\x36\x9a\x7b\xbc\xeb\x2a\xfd\xe6\xad\xc9\x27\xac\x6d\xe6\x56\x76\xcb\x26\x2e\x1f\xe7\x9d\xdf\xdb\xbb\xcd\xc5\xef\x36\xe7\x9c\xf8\xfc\x42\xec\x99\xee\x7c\x11\x85\x50\x8c\x46\x49\x78\x6d\x90\x2e\xb6\xdc\xc2\x91\x63\xec\xdd\x8c\x3d\xf5\xc2\xb1\x71\x0c\x58\x1c\xf7\x0f\x77\x7b\x77\x15\x3f\xed\x93\x92\xe1\x42\xec\x9b\x3c\xf7\xc0\xd4\x48\xab\xb9\xc1\xc1\x3b\x47\x01\xed\x79\x54\xc9\x06\xb4\xd0\xb3\xed\xa2\xaf\x1e\x61\x6f\x71\x64\x67\x81\x53\xca\xfd\x0e\xbb\xfd\x52\x51\x7e\x36\x80\x1a\x79\x37\x5e\x24\x8e\xd1\xb6\xd0\xda\xbe\xb6\xf9\xe1\xa9\xa9\xcf\x34\x76\xff\x83\x97\x78\x69\xc3\xde\xab\xae\x54\xdf\xea\xb0\x13\x97\x73\x85\x75\x45\xd3\x3b\x02\x97\x21\x7a\x75\x99\xab\x4a\xca\x09\x8c\x2c\x07\xfb\x08\x10\x8e\xc8\xde\xa2\x27\x44\x9c\x88\xcb\xed\x9c\xd3\x3a\xbf\xa8\x9c\x75\x67\xb4\xa8\x2c\xd7\xac\x24\x2f\x8b\x5a\x96\x15\xbc\x07\x6b\x95\x98\xeb\xb7\x25\x59\x3e\x13\x85\x7e\xe6\xbe\xbc\xe6\x25\xfa\x97\x11\xa5\xd5\xf1\xbb\x10\x1f\xa1\xac\xf6\xf3\x0b\xe8\x9e\x40\xd0\xbb\x99\x8d\xc2\x1f\xc6\xb2\xff\x75\x84\x06\x38\xc4\xaa\x6b\xfb\x6e\x12\xec\xc9\x10\xf5\x17\xce\xd3\xb6\x54\x7c\xb9\xc3\x8e\xb2\xdd\x3a\x5b\xf7\xa0\x77\xed\x6d\xba\x0c\x15\x1b\xe2\xaf\x24\x6b\x02\xaa\x10\x04\x80\x89\xb9\x49\xd4\xd0\x0d\xac\x16\x76\xdd\x09\xcf\x2b\x92\x17\x37\x39\x19\x1e\xe9\xb1\x82\xd6\xa9\xfd\xef\xae\x60\xff\xb2\xa2\xa3\x8e\x27\x81\x70\xbf\x71\x85\x17\x42\xec\x2c\xac\xe8\xf5\x24\x3d\x2d\x52\xc2\xfc\x8f\x0d\x07\x8e\x06\x3f\xec\x37\xdb\xf8\xa2\x88\x00\xf3\x55\x28\x9a\x8e\xe4\x4a\xb5\x0f\x89\xdf\x6c\x0b\x3e\x1a\x36\x44\x03\x5c\xea\xf2\x66\x30\x66\xf7\xce\xeb\xd8\xb6\x64\xfe\xff\xd9\xbb\xf6\x18\xb9\xae\xb3\xce\xdd\x87\x9d\x9c\xd8\x29\xdc\x88\x0a\x08\x12\x87\xe3\x88\xf5\xaa\x33\xb3\xb6\xf3\x20\x31\x69\xe8\xc6\xbb\x6b\xaf\x62\xaf\x57\xde\xb5\xd3\x80\x4a\x72\x66\xe6\xcc\xcc\xcd\xde\xb9\x77\x74\xcf\x9d\xd9\x4c\x68\x40\x81\x42\xa3\x08\x90\xda\x14\x81\xd2\x28\x41\xaa\x04\x6a\x00\xd1\x80\x94\xd0\x00\x6d\x40\x0a\xa1\xa8\xbc\x5a\xd1\xf2\x5f\x8b\x4a\x89\x14\x51\x21\x08\x2f\x05\x09\xa1\xf3\x7d\xe7\x75\xef\xdc\x7d\xd8\x09\x2e\xad\xfc\x4f\xe2\xbd\x73\xef\x79\x9f\xef\xfd\xfd\xbe\x6b\x94\xf9\x9b\x47\x99\xbf\x2d\x8b\xad\x7d\xd6\x70\x88\x17\x03\x32\xbf\xa7\x11\x18\x70\x65\x14\xed\x7f\x22\xd0\x60\xec\xee\xc2\x35\x45\x8f\x8f\xa2\x54\xbb\x10\x01\x00\xf7\xaa\x04\xd9\xfc\x97\x93\x23\xbf\x11\x90\xf7\xec\x6f\x0e\x28\x21\xfe\x51\x70\x0e\x80\x87\x45\x0b\x21\xdf\xad\x33\xd8\x2f\x24\x27\xf4\x5c\xd6\xd3\xc1\x10\x8b\xa2\x99\x8c\x57\x6d\x3e\xbd\x60\x30\x1b\xae\x76\x7c\xd1\x5b\xc1\xd9\xbd\x39\xe7\x7c\x38\x57\xe5\x76\x51\xab\x30\x61\x00\x39\x4c\x8e\x54\x41\xa7\x96\x3c\x29\xe1\x53\x87\xd9\x0b\x41\xf9\x29\x3d\xba\x7e\x69\xde\x10\x13\x44\x0e\xb4\x14\xc3\x73\x9e\x68\x24\x19\x00\x6f\x41\x16\x9e\x66\xa6\x08\x1c\x4f\x78\x9c\x76\xd3\xa1\x0e\x7c\xc3\x65\xbf\xc2\x7c\x26\xe7\xd2\xa9\xeb\xd4\xa6\x02\x2f\xf9\xf7\x6b\xbc\xe4\x1a\x2f\xb9\xc6\x4b\xde\x59\x5e\xf2\xe4\x94\xe6\x25\x8f\x4f\xed\x03\x6f\x68\xc2\x41\xab\xf8\xca\x6b\x45\xbe\x52\x19\x66\x35\xe9\xad\x4d\xb7\x3d\xe0\x2d\x5b\x64\x7e\x7d\x2f\xaa\xf3\x8e\x91\x96\x23\x93\x8f\xc8\x53\x53\x96\x2d\x3d\x31\xb5\x6b\x3c\xeb\x0e\xcb\x81\x2c\xea\xf3\xc1\xee\x80\xbe\x9e\xd6\xb5\xa0\xb9\x96\x51\x14\x26\xd6\xe9\x8a\x79\xd8\x3b\xb6\x2a\x6f\x05\xef\xdf\x9b\x63\xdd\x1e\xde\x5a\xc5\xb1\xca\x0b\x54\xe6\x5e\x1f\x27\x95\x78\xb7\xe5\xcf\x4e\xc5\x3c\xea\x83\xe9\xfe\x8d\xeb\xd9\xa9\x1d\x7f\x2d\xfa\xf3\x2a\x5f\xa3\x60\x8f\xad\xb6\xe3\x3f\x7f\xdd\xb7\x5f\x94\xc7\x35\x8e\xf9\x76\x39\xe6\xdf\x05\xc6\x9a\xff\x97\x01\xfb\x90\x57\xff\x62\x92\xa4\xb5\xd4\x09\xbb\xfc\x4a\x85\xfb\xba\x8d\xf8\x04\x7b\xd8\x7f\x39\x9f\x5d\x2f\xd4\x35\x61\xe0\xed\xf8\x0a\xf8\xde\x44\xf1\x9e\xf0\xee\xfd\x10\x45\x4b\xbf\xca\xd4\xf1\x57\x0e\x92\x1f\xa8\x2e\x8b\x60\xe1\xf0\xc3\x37\x0f\xb0\x25\xff\x81\x6f\x39\xcf\x79\x14\x3b\xd6\x62\xb8\x8f\x85\xf7\xf7\xcb\x48\x9a\x0c\xd1\xa7\x03\xcd\x00\x0b\x94\xf1\x97\x0e\x90\xf7\x93\x83\x98\x31\x27\xc2\x73\xec\x7d\x67\x8a\x65\xbd\xf5\x2f\x06\xa2\x46\x9d\x14\xd3\xbb\xc1\x4b\x97\xb9\x17\x56\x5b\x30\x5c\xfd\x04\x39\x90\x09\x2e\xd3\x24\xdc\x64\xa7\x2f\x82\xa9\xa9\x46\xd3\x44\xd4\xb7\xd3\xac\x5d\x73\x3b\x4d\xf1\x2d\x0f\x3d\x52\xcf\x63\x4e\xee\xda\xfe\x4b\x4e\xd7\xfc\xad\x80\x3d\x6b\x78\x73\x54\xae\x3d\x52\x68\x13\xce\x9d\x3a\x74\x9b\x99\x1a\xce\x0a\x8f\xa5\xa8\xd1\x8b\x09\x24\x59\xbd\x8d\x3a\x98\x83\x14\xff\x53\x8f\xa3\x8e\x68\x8d\x5b\xb1\x80\xc2\x97\xae\xe4\x82\x3f\xf2\xa7\x0c\x94\xc4\x93\x01\x7b\x6c\xb3\x22\xbf\xa9\x34\xe4\xab\x33\xaa\x84\x1c\x56\xcb\xbd\x9e\xa5\x4d\x0c\x8e\xff\xc0\x95\x97\xc5\x66\x67\xb9\x09\xee\xde\x06\x95\xb3\xa9\x43\x96\xdd\xac\xc8\x47\x02\x12\xaa\x0e\x5d\xc8\x36\xf4\xfa\x93\x57\xde\xeb\xfb\x5c\xaf\x85\xbe\xbc\x13\x24\xda\x48\xaa\x20\xba\x0c\x8f\x88\xcb\x98\x6f\x90\x37\x6e\xde\xa9\x72\x5f\x09\x6f\x20\x7c\xe5\x66\xf6\x6f\xc1\xe4\x73\x6d\xa8\x86\x35\x57\xa4\x88\x4a\xfd\x3b\xe5\x0e\xd9\xd1\x18\xe1\xdd\xad\x16\x99\x89\x15\x54\x24\x36\x35\xa8\x13\xba\x84\x4b\x2c\x53\xaa\x29\x30\xe4\xb9\x9a\x6f\x1a\xb2\x8c\xb1\x40\x57\x20\x2f\x4d\x67\x4a\xa6\x9d\x9d\xdf\x05\xc0\x84\x89\xd2\x5b\x9d\xd2\xe7\x15\x38\x0e\x05\x02\xf2\xf2\xf7\x92\x97\xa7\xc9\x21\x40\xa7\x58\x4b\x93\x0b\x69\x9a\x87\x9f\x9c\x66\x4f\x4f\xaf\x5a\x50\x2b\x30\xc7\x17\xa1\x27\xc0\x2b\x99\x0d\x13\x4c\xba\x4f\xd2\xa4\x9e\xa5\x69\x8e\x60\x6a\x10\x1f\x08\x77\x53\x7d\x73\xdf\xb0\x29\x62\x53\x35\x77\xc4\x63\xc8\x3d\xc0\x64\x08\xc0\xa4\xe0\xd0\x0e\xee\x78\x4a\x45\x22\xb1\x46\x15\xcf\x69\x94\xd3\x76\x2a\x30\x79\x59\x77\x75\x71\x75\x89\x1e\xa3\x47\x55\x5f\xf3\xb0\x07\x1d\x1e\x41\x51\x38\x99\xf3\xac\x3c\xc6\xa8\x63\x9a\x30\x75\xae\x04\x00\xdf\x74\x90\x62\x24\x29\x85\x3c\x4e\x3d\x26\x80\x2d\xd1\x2e\x87\x81\xc8\x94\x1a\xb0\x03\x32\xc6\x04\x2c\xc6\xd5\xc7\xc5\xf0\x62\x4f\x5f\x99\x22\xd7\x5b\x68\x91\xf0\x77\xa7\x20\x99\xe2\x8e\xdb\xd8\x33\x88\x2e\xb2\xba\xf4\xb6\xd0\x44\xde\x09\x24\x91\x6f\xf6\x7a\x69\xb6\xc4\x73\xef\x2a\x15\x12\x44\x7e\x6e\x9a\xdc\x28\x05\xa0\x21\x19\xb8\x9d\x7f\x9d\x22\x0b\x7b\xc7\xf0\x2e\xfb\xdf\xb0\xcf\xc0\x8a\x1b\x58\xa5\x96\x19\x0d\x2c\x05\x1f\x0c\xe2\x08\xe3\x5d\x79\x1c\xbb\x81\x54\x94\x60\x2b\xee\x8a\xb9\x1b\x70\x34\x79\x0c\x5e\x40\x41\x39\xcd\x78\xd2\x4e\xfb\x13\xbd\x41\x5a\x36\xd7\xb5\x04\x71\xaa\xf4\x5b\x65\x4f\xc8\x4f\xa9\x6d\x68\xb5\xd2\xfe\x60\x3d\x4b\x3b\x51\x2c\xc2\x78\x3f\xbb\x50\xf8\x84\xdd\xb5\x89\xa1\xc9\xea\x99\x8d\x84\xd5\x11\xc2\xc6\xa4\x61\x57\x1f\xbd\x65\x5a\xce\x22\x7f\x31\x45\x6e\xd4\x68\x44\xe6\x1c\xbc\x3c\x45\xee\xd9\x73\x04\xbb\xe2\x32\xb1\xff\x84\xd2\xf4\x06\xda\xc7\xa2\x32\x19\x66\x71\xb9\x47\xc3\x4c\x69\x3b\xca\x7b\x51\x02\x71\x71\xfa\x83\x39\x39\xb1\xec\x3e\xc2\xdc\x55\x87\xef\x21\x9f\x9a\x26\x37\x75\x24\xc4\xb4\x9c\xea\xf1\xa4\x2b\xd6\xd3\x38\x6a\x8d\xc3\x5f\x9d\x66\x4f\x4e\x57\xfc\x60\x55\x5e\xdf\xf7\xd1\x52\x2f\x40\xa2\xba\xc5\x31\x03\x80\x1e\x91\x19\xb0\xa9\x62\x95\x8c\x02\x82\x80\x78\x64\x90\x4a\x2c\x9f\x14\xb5\x85\x9a\x5d\x01\xc8\x1a\x96\x07\xe0\xa1\x01\xfd\x5b\x6d\x81\x81\x6c\x57\xaa\x85\x86\x10\x37\x40\x6a\x7a\xc4\x06\x0b\xc3\x0c\xe7\x68\x71\x38\x72\xbe\x61\x93\xd9\xc1\x49\x9b\xa4\x54\x74\x3a\x4a\x09\x4b\x13\x2a\x06\x3d\xd1\x17\x99\xd2\xad\xfd\x8e\x34\xa0\xc0\x49\x1b\x2e\x8f\x70\xd5\x7d\x3e\x40\x51\x03\x22\xf3\xdb\x51\xd6\xa0\x97\x14\xb7\x32\xec\x5d\x89\x16\xec\x3c\xf0\xec\x73\x91\x84\xcc\x76\x06\xef\xb3\xc5\x78\x9b\x8f\x3d\x34\x75\xef\x10\x99\xdf\x28\x62\x66\x16\x71\xb1\x3e\x31\x45\x08\x70\x13\x98\x6a\xf8\x31\xcb\x4e\xfe\x07\x4e\xf1\xe9\x2b\x60\x27\x17\xa5\x90\x96\x8c\x99\xe0\xf7\x48\xf3\xe3\x6f\x4d\x86\xf1\x7a\x40\x42\x75\x2a\x74\x09\xd2\xf8\x34\xa2\x93\xfe\x75\xc0\x7e\xd3\xb3\x42\x68\x70\x52\xef\x7e\x03\x52\x40\x94\x41\xcd\x3e\x58\x1d\x58\x49\x83\x78\x63\x3b\x83\x6a\x75\x06\x89\xd2\x7c\xe7\x5f\xf3\x41\x16\xf5\x79\x36\x56\xdb\x81\x8b\x53\xa0\x12\x49\x6a\xba\xb6\x38\x1b\x6d\x0d\x7d\xcb\x93\x71\x61\x4e\xce\x58\xf1\xdd\xe4\x26\xbd\xd5\x85\x99\xfe\x4d\x40\x0e\xca\xb1\x6c\xe5\xb1\x0c\x5f\x0d\xd8\x93\xc1\x06\xfe\x01\x42\xb2\x67\xd1\xb3\x68\x54\x6d\xaa\x5f\x47\x54\x4b\x6b\x3c\x55\x37\x6f\xdd\x16\xee\x1f\x26\x2e\x99\xc2\xbc\x7f\xb4\x4c\x9d\xcd\xa1\x99\xa7\x7d\x28\xff\x67\x64\xbd\x98\x0f\x93\x56\xaf\x30\xfa\xf7\x90\x79\x32\xb7\x37\xa7\x80\x9e\xc8\x9f\x4d\x93\x83\xfa\x2e\x87\x7f\x38\x6d\x0e\xf8\xaf\x4f\x2f\x3a\x6c\x0c\x6f\x6f\x71\x2d\x35\x50\x3b\x6c\xa5\x9c\x24\xd5\xb0\x61\x38\x49\x10\xfd\x0b\x97\xdb\x15\x2c\x36\xb2\x70\x9e\x22\x59\x43\x39\xd8\x11\x36\xb8\x44\x3c\xf7\xea\x46\x34\x4b\xd6\xf8\x41\xda\x3e\x49\xc8\x71\xcc\x24\x49\xb7\x21\xef\x47\x5d\x4a\xb3\xd3\xea\x9d\x95\x0d\xa4\x53\x27\x74\x75\x35\x91\x77\xa3\x36\x6d\x22\xda\xa9\xba\x46\x47\x13\xb1\x8d\xe9\x27\xb4\x05\x05\x34\x2c\x0c\x86\xee\xd8\x22\x71\x98\xae\x75\x93\xf3\xf4\x56\x6c\xd3\xa3\xbe\xcd\x48\x67\xf4\x9c\xbf\x30\x67\x0a\x9c\x6e\xd7\xb3\xed\x7a\xbd\x5e\x27\xc4\xc8\xdd\x15\xba\x80\x22\x4b\xfd\xb4\x1d\x75\xc6\xa5\x55\x28\xd1\x53\x34\x6a\x8e\x5d\x56\x8f\x77\x3c\xff\xe9\x00\xf9\xc1\x3d\x45\x82\xf0\x4f\x0f\xb0\x4e\xf1\x91\xe7\x11\x19\xa4\xed\x05\xff\x6e\x19\xd1\x61\xa0\xdf\x74\x4a\x1d\xe4\x83\x29\xad\xd3\xfe\x54\xa8\x11\xac\xa8\x59\x15\x98\xd7\x17\x67\xc8\xef\x4c\x91\xef\x54\x92\x5b\xdc\x4b\x41\x3b\x87\x51\x3d\x3d\xc5\x7e\x61\xaa\xfc\xd4\x83\x12\xe6\xb6\x1f\x1c\x6c\x1b\x0f\x19\x3c\xd1\x68\x9b\x10\x0e\xe4\x6a\xa0\x22\x97\x87\xfd\xd1\x5f\x9a\xe0\x51\x45\xdb\x4c\x01\xe0\x76\xe1\xeb\x3c\x85\xa0\x23\x3f\xef\xa9\x2d\x64\x4b\xe8\x32\x9a\x3c\xef\xd5\x00\x21\x14\xf2\xca\x34\x29\xda\xc2\x6d\x9c\x93\xd4\x6b\xb4\xbc\x6e\xa6\x12\x8a\x6e\x19\xb8\xac\x21\xf1\x1d\x8b\xa6\xc2\xce\x9a\x05\x28\x56\x16\x7a\xd6\x00\xc8\xfc\xf2\x14\xfb\xb0\x06\x90\xb1\x2b\x83\x6c\x79\x2b\x4a\xda\x58\x8f\xbc\xd8\xb1\x25\x7a\x48\x77\x0d\xcb\xb4\x28\x98\x99\x38\x49\x88\xed\x96\xd6\xaf\x78\xa1\x2f\x20\x79\xd2\xea\x12\xad\xef\x20\xb9\x1b\x96\x67\x4f\x4d\xa9\x99\x8b\x09\xac\xa2\xea\xb7\xae\x68\xf7\xe4\x7b\x66\x26\x05\x23\x67\x46\x6e\x2a\x18\x39\x87\x09\x08\xac\x3f\x1e\x3e\x50\xa7\xed\x48\xb6\xb2\xa8\x1f\x25\x3c\x4f\xb3\x93\x58\x73\x93\x6a\x7b\x44\x3d\x4f\xeb\xde\xef\xe2\xde\xf1\x49\x42\x29\xa5\xe5\x93\x78\x92\x9e\x2d\x3d\x21\xe4\x6b\x07\xc9\xbd\xfe\x75\x13\x59\x8e\xce\x44\x21\x1d\x6e\xbc\x7b\xb8\x11\x75\x15\x81\xd2\xc5\x83\x9c\x61\xf4\x99\x83\x55\xf7\xe4\xe7\x0f\x92\x2f\x38\x7b\xe0\x6b\x01\xfb\xb4\xb1\x07\x96\xcd\x69\x35\x03\x11\x54\x6d\x01\x5c\x1c\x0c\xb2\x74\xa4\x38\xe1\x92\x48\x10\xf0\x30\x69\xd3\x15\x1e\xc5\xa2\xed\x1a\x41\xfb\xb7\xb6\x5f\x33\x68\x03\x11\x84\x74\x3b\xac\xa8\x08\x33\xd5\x17\x73\x86\x84\x9a\xb7\x3f\xb9\x26\xa2\x5c\x9a\xd7\x8a\x50\xfd\x78\x92\x1f\x62\x1b\x3b\x18\x07\xef\x03\x78\x28\x6f\x64\x51\xd2\x8a\x87\x6d\x41\x99\x99\x0a\xab\x51\x86\x93\x61\x38\x1b\x86\xd3\x29\xf6\xf4\xe2\x54\xa5\x39\xee\xb9\x5d\xfc\xa5\x7b\xd9\xe3\xbe\x16\x4c\x36\x68\x4d\x9d\x93\x56\xba\x92\xb1\x77\x77\x53\x9d\xb7\x96\x00\x9f\xc0\xa9\xe2\x4b\x9e\xc9\xcf\x20\x2e\x81\xf4\x92\x66\x98\x19\x1c\xc9\x1c\xb1\xc1\x9c\x89\x59\x5a\xb3\x31\x72\x55\xad\x29\xe9\x20\xfb\xb6\xdd\x45\x25\xf8\x1b\x69\x4a\x5b\xdc\x01\x9c\x9f\x7c\x90\xdc\xa8\x46\x7e\x11\xbc\x18\xb0\x66\x0f\x5f\xf9\x92\x2d\xa8\x36\x65\xce\xfb\x03\x57\xd6\xda\xc1\x3e\xe0\x00\x22\xe9\x26\x40\x36\x9c\xfd\xfe\x0c\xfb\x91\xde\xb0\xcf\x13\x3a\x61\xbf\x07\xc6\x5a\xb4\xdc\xe7\x00\x98\x0c\x77\x0b\xe1\x25\xfd\xb3\x70\x97\x35\xdd\x2f\x30\xd6\xcc\x22\xd1\x29\x1b\xe9\x77\xfc\xf4\x1f\x66\x2b\xc1\x28\xce\x6c\x6e\xae\x9f\x16\xf9\x22\xa4\x60\x85\x9f\x9d\x65\xef\x2d\x3c\xf1\x21\x56\x13\xca\x75\xa5\x57\x03\x1b\xa8\x5e\xa5\xa7\xa1\x86\x0f\x3a\x90\x00\x6b\x3a\xcd\xf2\x02\x09\x78\x63\x86\x7c\x24\x20\x37\xf4\xf2\x7c\x70\x46\xf0\xb6\xc8\x64\xf8\x78\xc0\x4e\x9d\x1a\xca\x3c\xed\xd3\x1e\x3e\x32\x75\xf6\x4d\x45\x67\x53\x9a\x0c\xba\xd0\xd0\x85\x99\x18\xe0\x95\xd4\xdf\x14\x84\xc5\x05\x52\xdf\x47\x5c\x9b\x6a\x0e\x07\x41\x7e\x58\xc3\x5f\x2f\x30\x06\x48\xd1\xea\x0c\xb7\x40\x7c\xd7\xec\x01\xba\xc6\xe3\x56\xb8\x90\xaf\x05\x04\x26\x19\x7e\x66\xdf\x21\x29\xc3\x3c\x8a\x1b\x51\x92\xcb\x3c\x6b\xac\x26\xf9\xf9\x6c\x03\x9a\x62\x8f\x41\x32\x48\x9a\xf9\x58\x28\x20\x0f\x66\xf9\xe4\x78\x3c\xe3\xcf\x1a\xbe\x6e\x04\x81\x62\x19\x6c\xf5\xe5\x1d\xb7\xdf\x7e\xeb\xed\xa5\x5c\x13\x9e\xd0\xd5\xc5\xb5\xc5\x07\x37\x2e\x9d\x7a\x70\x6d\xf1\xdc\x72\x83\x5c\x20\x07\xc0\x57\x0c\x47\x74\x03\xfe\xe5\xa7\x5d\xb7\xd2\x24\x11\x2d\xf4\x43\xa6\x36\x1e\xba\x48\x41\xd5\x22\x15\x56\xe7\x31\x32\xa3\xde\x0a\x87\xac\x07\x20\xe6\x58\xa1\x22\x35\x8d\xd1\x3c\xad\x79\x97\x37\x35\xf2\x2f\x5d\x5d\x6f\xd0\x07\xd2\x21\xf8\x24\x78\x33\x1e\xd3\x6d\x8e\xb5\xdf\xd5\xa9\x60\xaa\x29\xa6\xe6\xe9\x9d\x22\x28\x9f\x2c\x78\x51\xd5\xfd\xc5\x1b\x0b\xe1\x79\xae\xfe\x89\x29\x7d\x82\x79\xe7\xe1\xd7\x0f\xb3\x0f\x14\x9e\x68\x07\x41\x75\xad\x91\x89\x00\x1b\x45\xfb\xbc\x5a\x5c\x50\xc8\x39\x8e\xf1\x56\x60\x50\xde\xd3\xc1\x4c\x02\x85\x1b\x0e\xa8\xbf\x56\x97\x0a\x57\xe2\xf5\x43\xe4\xa5\x80\xdc\xa0\x2d\x7f\x8a\x24\x84\xbf\xb1\x1b\x9e\x9b\x37\x0d\x74\x61\xaa\x71\x1b\x14\x3b\xc9\x62\xaf\xa1\x72\x0c\x4c\x09\xab\x41\xba\xc8\x53\x57\xa6\xca\xa1\xdf\x41\xc9\x29\x97\x65\x55\xaa\x0f\xa6\x64\x81\x06\x79\x3e\x20\x30\x35\xac\xfc\x67\x00\x84\xca\x59\xfc\xe5\x82\x75\x45\xbf\xb5\x86\x61\xd4\x1d\x9c\xbb\xb8\xb1\x69\xf4\x1c\x57\x22\xa5\xaa\x58\xe0\x69\x91\xaf\x03\xaa\x80\x3a\xd9\x47\xe7\xa1\x8c\x99\x53\xec\x75\x71\x2d\xff\x3c\xfc\xfe\x0c\xd1\x1b\x10\xfe\xf6\x0c\x7b\x6e\x06\xff\xed\x07\xad\x3a\x17\xb9\x1e\xae\x35\x7d\x8c\x22\xb1\x5d\x58\x02\xc4\xfa\x93\x3e\xe0\x23\x56\x61\xd3\x69\x1b\x9a\xa0\x9b\xd0\x4e\x8c\x1b\xd2\x9e\x16\x83\xdf\xdf\xe3\x99\x3f\xd1\xb4\x2f\x92\x56\x8c\xe5\x49\xd5\x3c\xd4\x88\x64\x83\xae\xf8\x40\x9c\x5e\x77\x18\xb0\xa1\xcb\x21\x1a\x88\x6b\x98\x85\x12\x53\xd4\x3f\x8e\xb3\x1a\x94\xee\x46\x5f\xab\x3f\x90\xe2\xc7\xde\x10\xbc\xaf\x17\x59\x03\x0b\x5c\x78\x7d\x46\x52\x82\x59\xca\x22\x11\x98\xaf\x8b\xad\xab\x01\x01\xe6\x47\xa1\x44\xa2\x0b\x4e\x83\x8e\xa0\x56\x40\x8b\x27\x40\x63\x72\xb7\xb2\xe5\x2a\x8f\x30\x28\x38\x05\x0e\x8d\x72\x75\xc9\xf9\xac\x4a\x7d\x83\x76\x30\x4c\x14\x55\xc8\x79\xd2\xae\x51\x80\xd5\xd4\x33\x32\x74\x02\xe0\x27\x71\x89\xca\x07\x3b\xab\x2a\x1a\xf9\x27\xb3\xe4\x50\x9e\x0e\xd2\x38\xed\x8e\xef\x13\x63\x19\xbe\x30\xcb\x3e\x36\xeb\x3f\x29\xa7\x99\x6e\xa9\x67\x13\x80\x12\xa6\xe4\xdb\xfd\x28\x0e\xb5\x2d\xf0\x05\xdc\x74\x1e\x43\xc4\x0d\xd0\x0d\x1d\x95\x07\x8b\xa4\xeb\xec\x60\x5e\x21\x5a\xe2\x74\xcf\xd8\x8d\x71\xa6\xb9\x59\x4b\x8d\x26\xca\x00\x61\x35\x19\x03\x2e\xff\xa3\x69\x02\x08\x9b\xfe\xb3\x4c\x74\xa3\x34\x61\xf3\xfb\x19\x92\xdd\x34\x3b\x1e\x7b\x70\x8a\xe3\xe1\x71\x6a\x92\x96\x4c\xf4\x50\xc1\x30\x80\x46\x5b\xf5\xb5\x9c\xf8\x54\x97\x78\x01\x4e\x17\xe5\x92\x2a\xc1\x39\x71\xa5\xe7\x26\x8f\x24\x78\x10\x6d\x23\x7c\x1b\xb0\x47\x4c\x24\x63\x94\x74\x27\x8f\x19\x6c\x51\x9e\x7a\x45\x23\x51\xdf\xd4\x1d\x47\xb6\x66\x7e\x26\xf2\x2c\x12\x23\x8f\x2c\x78\x23\x41\x2b\x06\x97\x92\x36\x79\xcb\xd6\xb7\x30\x1b\x8c\x01\xda\x83\x54\xca\xc8\xd0\x52\x57\xcd\x09\x2e\xb6\xe1\xae\xee\x71\x61\x25\xf4\xb1\x6c\x61\x24\x84\x05\x6e\xd1\xdb\x63\xdd\xa6\xc6\x74\x6d\xbe\xdd\x2d\xb9\xe9\xab\xb3\x36\xe3\x15\x40\x73\x07\x11\x4a\x34\x26\x1a\xcc\xa5\x35\x6f\xe0\x95\xd2\x81\x6a\x4e\xaf\x7b\x76\x96\xbd\x77\xa9\x80\x7f\x6e\x51\xcf\xbd\x9b\x68\xe2\xdb\x14\x47\xa1\x4a\x85\xe4\x51\x82\x94\x74\x22\xd2\xe5\xe9\x40\x0b\xb1\x05\x96\xf8\xd2\x0c\x59\xb1\xd2\xed\xdd\x6c\x61\xb3\x77\xc5\x01\x28\x67\xad\xbe\x79\x2f\xbb\xfd\x8a\xb4\x4d\xbf\xb5\xf7\x68\x4d\xef\x08\x7b\xf7\x66\xa5\xa6\xe7\xbf\xfc\xff\x31\x76\xe2\x01\xa7\x89\xac\xb1\xc5\x45\xba\x83\x2e\xb2\x63\x2c\x11\x68\x85\xd5\x2b\xfd\x33\x01\x09\x4d\x3e\xc8\x69\x91\x08\x4c\x36\x0c\x63\x63\x7e\xbd\x1f\x4d\xfc\xb5\x52\x58\x23\x1e\xa3\x86\x8d\xcf\xec\xda\x4f\x0b\x51\x09\x7a\xa2\xdb\x1c\x0d\x9c\xa8\x76\x0c\x07\x30\x06\xcf\x5c\xf8\xc5\xeb\xc8\xad\x7b\x17\x99\xdb\x4c\xb7\x44\x72\x41\x28\x9e\xae\x51\xfe\x3f\x7e\x1d\x5b\x9a\x78\x6a\x48\x7a\x26\xa0\x3c\xa7\xde\xec\x5c\xbd\x46\x8b\x2d\x5b\x1d\xa5\x8c\x4d\xf1\xd1\x59\x72\x3d\x1f\xb6\x23\xa8\x64\x10\x7e\x68\x96\xbd\x3e\xb3\x68\xfe\x44\x71\x4b\xff\xe5\x25\xf8\x29\x25\x37\x95\x22\xa9\xac\xaa\xe6\x04\x35\xa0\xe2\x39\x50\x17\xa0\xb4\xe0\x37\x51\xef\x7b\xf3\xa0\xc8\xa2\xb7\x44\xd2\xa0\x8b\x49\x21\x89\x50\x82\xc9\x75\x32\xad\x10\x88\x81\x74\x30\x1c\xa5\x16\x21\xda\x9c\xbb\x29\x24\x6d\xb7\x28\x73\xd2\xfd\xd2\xa0\x8b\x26\xb2\x70\xb2\x11\xc8\x1d\x87\x89\x48\xa1\x0f\x80\x92\x0c\x1a\xae\x5d\xe4\xc6\x9a\x0c\x7b\x31\x25\x48\x52\xdc\xcc\x2b\x96\x0f\x79\xb8\x16\x17\xf5\xa4\xf0\x26\x4c\xb4\x5f\x0a\x47\x29\x8f\x52\x9b\x17\x22\x37\x2d\x64\x2f\x60\xd7\xe0\x85\x57\xb1\x43\x4c\x5f\x05\x52\x5d\xea\xd1\xb8\x23\x01\x89\xcc\xfe\x66\xf7\x55\x80\xe4\xc1\xf2\x6c\xa8\x18\xb4\x3b\x65\x91\xc4\xc9\x3b\x28\xce\x9e\x37\x67\xbd\xb0\x1e\x2f\x74\x39\xf9\xbb\xf1\x81\x2e\x39\x5c\xe8\x3b\xbc\xc4\xce\x2c\x16\x07\x33\x19\x19\x84\x03\x02\x74\xd4\x72\x99\x01\x8d\x7e\x0e\xa1\x41\x85\xc8\x95\x33\x64\x56\x64\x59\x9a\x85\x3f\xca\x4e\x2c\xab\x7f\xec\xdc\x70\x4b\xed\x74\x32\x07\xca\x69\xab\x27\x5a\x5b\x45\x18\xed\x0f\x92\x19\xd5\x7c\x98\x93\x3b\x77\x03\x81\xdf\xad\xa2\x24\xbb\xf3\xa2\x74\x20\x63\xb6\xb4\x64\x79\x36\x79\x4f\xb8\xba\x86\x78\x75\x94\x96\x7f\x64\x27\xb4\xf9\xe3\x8d\x8d\x16\x8f\x11\xf5\xf6\xb9\x80\x9d\xb4\x7f\x95\x0a\x85\x78\xa1\x65\x58\x23\x04\xa0\xdf\xe5\xb0\x69\x4b\x96\x15\x68\xc7\x45\xb2\x41\xae\xcb\xc4\x20\x8e\x5a\x5c\x86\xa7\x0d\x80\xea\x89\xb6\x90\x4a\x38\xf5\x8c\x04\xa0\x6f\xe2\xa1\xd6\xbc\x11\x9a\x36\x89\x2d\x45\xfa\xf8\x1f\x77\x54\xc6\xce\x2d\x1b\xa7\xb5\x45\x35\x0f\x3f\x7f\x07\xfb\xd9\xd9\xc5\x84\x4e\xfe\x64\xc0\x7a\xcc\x9f\xb0\x93\xda\x45\xa2\xfd\x90\xa2\x3f\x48\x33\x9e\x45\xe8\x71\xf7\xad\x7a\x4a\xbd\x57\xe3\x54\xbb\x59\x47\x09\x13\x0c\xab\xad\x3c\x1a\x45\x50\x30\xd9\x40\xef\xb7\x45\x73\xd8\xed\x82\xe6\x69\xc7\xe0\x3b\xe4\x8c\xeb\xdd\x46\x43\x17\xd4\x55\xda\x1d\xf2\x8c\x27\xb9\x30\xd0\xf8\xae\xb4\xa6\xb6\x08\x67\x02\x42\xca\x44\xdb\x42\xbb\x8e\xd5\x30\x21\x80\x4c\x5b\x2b\x01\xb1\x5f\x51\x93\x7e\x3a\x42\x03\xa5\xfd\x08\x69\x80\xef\xee\x77\x0b\xd2\xe2\x43\x69\x3c\x4f\x40\x63\x1e\x69\x09\x75\xa9\x72\xaf\xc6\x8f\xd6\xd2\x41\xfa\x30\x66\x0f\x03\xd2\x37\x8a\x5a\xd0\x43\xe5\xb4\x3d\x9b\x36\x2e\x76\x73\xac\x8b\xb4\xc5\x63\xb4\x40\x1a\x1d\x49\x35\x09\x64\x95\x6e\xaa\xb9\x59\xd3\x0f\x7c\x35\x8a\xb8\x79\x69\x4e\xba\x59\x78\x1d\x79\x47\xb3\xbc\x82\x7c\x30\x10\x3c\xf3\x52\xf4\xb1\x2c\x56\x0a\x14\x52\x35\xef\x15\xe7\x49\x28\xc8\x94\x06\x3f\xdf\x60\xe4\x1b\xe6\x36\x79\xbc\xa4\x7d\xb5\x13\x73\xa8\x58\xa7\x74\xbf\xc2\xe5\xf8\xd4\x71\xf2\xd3\xe4\x5d\xa5\x60\xc9\x30\xde\x1f\x28\xa3\xff\x0d\xbb\xb3\x1c\x29\x60\x4a\xa9\xc4\x71\xba\xad\xbd\xdb\x15\x5b\x2c\x1b\xe4\x61\x72\x08\x8e\xc2\x70\x00\xc1\xb8\xe1\x8f\x91\x1f\xda\x3b\x13\x40\xbd\xc9\x8e\xc1\xff\x90\xfd\xef\xaf\xaf\x57\xa7\xc9\xbb\x51\x55\x81\x13\x73\x0e\xa5\xb4\x75\x9e\xf7\xc2\xe7\xa7\xd9\x33\xd3\x0e\x26\x10\xac\x97\x3c\xd7\x0a\x0d\x46\x23\x60\x81\x07\xf7\xc4\xf7\x85\x7a\xad\x7a\x86\x68\x74\xaf\x6d\x67\x51\x9e\x23\x13\x02\xe4\x44\x53\x96\xb0\xdc\x86\x83\x39\x6c\xd0\x73\xa6\x0d\xf7\xad\x22\x3d\x89\x8e\x4e\x68\x0a\x8a\x96\xea\x4e\x94\xf0\x58\x33\xc2\x9a\xbd\xf2\xea\xb0\x48\x29\x32\x84\xc4\xe0\x51\xac\x4e\x81\x1e\x56\x83\xde\x6f\x3c\xe0\xd9\x30\x69\xf9\x39\x59\x08\xa6\xd0\xa1\x5d\xf0\xd2\x64\x08\x4d\x79\xdb\xb1\xbb\xee\xa0\xcd\x31\x20\x2b\x6c\x02\x9b\xc9\xa1\x6a\x0e\x8e\x4f\x57\xa6\xf1\xaa\x3b\x7a\x27\xdf\x2c\x00\x14\xf7\xc0\x81\x1f\x3f\xb1\xd5\x2c\x1a\x3b\x17\xda\x62\xb4\xe0\x2d\x5f\x3d\x4e\xbb\x55\x09\x13\x3e\x17\x7b\x3c\x20\xd3\x79\x3e\x0e\x1f\x65\xf1\xfd\x3d\x2c\x87\x62\x3c\x05\x26\xc0\x18\x25\x1e\x2f\x0c\x70\x73\xf3\x01\x38\x19\x51\x2e\x45\xdc\xa9\x61\x24\x8d\xb6\x51\x48\x3a\x27\xf3\x76\x94\xcc\xe9\xb5\x55\xf2\x83\x1d\xa5\x5a\x7b\x08\x84\x2d\xf2\xe4\x3e\xb9\xde\x06\x9a\x87\x0f\xed\x03\xc2\xf8\xac\x79\x9b\x9d\xb0\xff\xdc\xff\x35\x89\xc9\x8d\x4a\xbb\x88\x12\x21\xe5\xff\xfd\x45\x89\xc8\x2c\x44\xaf\x86\x0f\xb1\x8d\xa5\xb4\xb5\xa5\x98\x15\x44\xb3\x2a\x12\x72\xd9\x31\xfa\xae\xe5\x05\x68\xa5\x10\x89\xff\x49\x63\xf9\xfc\xb5\x80\x7d\x34\x58\xf3\xac\x9d\x55\x2c\xc1\x45\x27\x41\x38\xf5\xd2\xda\xc6\x83\x67\x17\xef\x5d\x3e\xab\x09\x65\xe2\xdb\xe6\x35\xe2\x87\x2b\xd3\xec\xc6\x51\x03\xa3\x8c\x7f\x56\x21\x76\xac\x6a\x2d\xfc\xb1\x8e\xc9\xec\x20\xcd\x72\x19\x0e\xd8\xc2\xba\xfa\xc7\xfe\x97\xd4\x17\x23\x4f\x90\x63\xa4\xb1\xe7\xde\x59\x42\xae\x7a\x22\x6f\x06\xe4\x30\x5a\x00\x97\x14\x5f\x13\x32\xfc\xfb\x80\x9d\x2e\x3c\x29\x5b\xce\x9a\x71\xda\xda\xa2\x6d\xfd\x23\x9e\x6c\x08\x35\x2a\x87\x0f\x15\x06\x77\x9c\x2c\x90\xfa\x9e\x83\xbb\xe4\x75\xfc\x56\x50\x27\xdf\x5f\xf0\xb0\x0f\x78\xde\xea\xd5\xfb\x22\xeb\x8a\xfa\x96\x18\x87\x87\xc3\x1b\x70\x18\x8a\xac\x92\xb7\x82\x39\x72\x73\xc5\xfb\x90\x1e\x2b\xba\xe3\xf0\xba\xf0\x00\x7c\x4b\xc8\x7f\xcf\x90\x83\xda\x42\x1a\xfe\xf3\x0c\xfb\xc2\xcc\xb2\x8b\xa3\x83\xf1\x42\x1d\x1a\x40\x41\x1e\x1a\xc9\x13\x42\x12\x64\x4f\xc4\xb1\x46\x91\xf5\xce\xef\x9c\xa4\xcb\x6b\x9b\x17\x1e\x58\x3f\xbf\xba\xb6\x69\xc2\xfa\x20\xca\x42\xb3\x59\xb5\x97\x46\x6a\x6d\xd0\x4b\x3c\x8b\xb4\xfd\xdf\x56\xd1\xbb\xe5\xe8\xa5\xc5\x0b\xe0\xeb\x99\x87\xdd\x17\x8f\x0c\x38\x90\x65\x67\x54\xf5\x89\xba\x48\x46\x51\x96\x26\x7d\x91\xe4\x5a\xdd\x19\x99\x46\x5b\x96\xc6\x29\xf9\x20\x1e\x19\x6f\xac\xc3\x31\xb6\xaa\xe4\x60\x98\x9b\x84\x36\x1b\xa8\x9a\x68\x17\x2e\xce\xd2\x1f\x96\x1c\x27\x39\x7f\xc4\x9a\xbc\x64\x8b\x0f\x9c\x8e\xd1\x4e\x87\xaa\xf3\x5b\x6e\xa9\xd1\x48\x9c\xa4\xb7\x78\x1f\x36\xe8\xb2\x7e\xd7\x9b\x2f\x8a\x7a\x62\x04\x25\xa7\xec\x6c\x6b\x34\x13\x5d\x9e\xb5\x63\x0d\xec\xb3\x6d\xc9\xb0\x70\x13\x04\x61\x55\x82\x2b\x2e\xcd\x2b\x93\xe0\xf6\x47\x48\x72\x2e\xb7\xe4\x02\xa2\x1b\xd5\xdb\x3c\xe7\x75\x88\xf3\x40\xb1\x0f\x4f\xaa\xa8\xeb\x63\x52\xe7\x59\x77\xa8\x56\xbb\x6e\x77\x61\xe1\x88\x2e\x7d\x56\xe7\xf6\xad\x28\xa9\xf3\x3a\x1c\x92\x5d\xf4\xbb\xaf\x04\x64\x5a\x24\xa3\xf0\xcb\x01\x5b\x75\x20\xf6\x76\x3f\xed\x44\xcb\x8e\x56\xcf\xa9\x58\xc5\xc7\x2e\x37\x18\x6f\x39\x19\x5d\xe2\x99\xba\x35\xbb\xdf\xb2\x83\xe1\xac\xa2\x7f\x97\x73\xbf\xfe\x2a\x20\xb3\xc0\xf9\xc2\x57\x03\xf6\x62\xb0\x6f\x66\xda\x1c\x76\x3a\x1a\x95\x0f\x3e\x9f\x98\xb9\x89\xe9\x71\xe5\xfc\xf5\xe5\x02\xcb\x95\xe2\x64\x3a\x8d\x72\x87\xcf\x75\x10\xff\x36\x1f\x4b\x63\x36\x8a\x12\xba\x7c\x7e\x65\x2f\xb6\xfc\xe5\x19\x72\x3d\xb4\x79\x3e\x69\x89\xf0\x73\x33\xec\xe5\x99\xfb\xbd\xb3\x39\x19\x74\x64\x52\x7e\x63\x6d\x49\xd7\x23\x52\x97\x2b\x11\x31\xe5\x1d\x25\x09\x45\x39\x14\xa5\x68\x0a\x91\xd0\x74\x20\x4c\x62\xbf\xa9\x5f\x87\x3e\x1a\x6d\x52\xd7\x33\x92\x20\x45\x78\x2d\xca\x3c\x13\x5c\xbb\x55\x32\xd1\xe7\x11\x36\x65\x64\xa7\xfe\x30\xce\xa3\x81\x6d\x8c\x4a\x81\x41\x7d\x18\x8c\x6e\x66\x64\x02\x13\x95\xf8\x08\x46\x56\xdb\x9b\x1e\x56\x31\xcd\x4a\x09\xd6\x35\xa8\xa8\x05\xc6\x14\x35\xe5\xd8\x8b\xad\xd5\x86\x25\x0d\x2b\x8f\xc7\x58\xb5\x67\xf5\x94\x44\x8f\x54\xea\xa1\x26\x6d\xf0\x9f\x0f\x72\x49\x21\xa7\xc5\x35\xa8\x9b\x6a\x47\x52\x3b\xa5\x95\xba\x68\xe5\x67\x58\x68\x33\x52\x58\xea\x36\x34\x66\x5a\xd7\x8f\xbc\xe6\x7c\x25\xb9\xa8\x2c\xa2\x87\x2b\xe6\x5d\x7b\x02\x6a\x05\x35\xda\x54\xd5\xd3\xa6\x91\x89\xb3\xe6\x11\xb4\x4c\xb4\x44\x34\x02\x2f\x7e\xe5\xd1\x2a\x9c\xac\x0f\x4f\x91\x77\x01\x13\x59\x1f\xc6\xb1\x8e\xcf\x7f\x33\x60\x5f\x0f\x56\x41\x32\x1a\x0c\xe3\x98\x0e\xe0\x71\x83\x9e\x47\x3b\x38\xc6\x8f\xd7\xe8\x9a\xea\xad\x46\x57\x3b\x6b\x69\xbe\x8e\xe6\xda\xa2\x10\x8c\x2f\x2a\x46\x74\x52\x67\x96\xe7\x38\x3f\x2f\x58\x39\xcd\x0a\x0d\x50\xb0\x44\x6f\x47\x52\xbc\x0d\xca\xba\xb3\x88\x76\xc4\xa8\xc0\xf5\x49\x91\xed\x8f\xa1\x4c\x8c\xf6\x7d\x87\xbf\x17\xec\x03\x73\xc3\xf8\xd5\x2f\xa0\xc0\xad\xc8\xa7\x64\x8f\x5a\x6f\xfb\xfe\xe5\xa8\x6a\x65\x7e\x08\xc5\x05\x55\x23\xce\x27\xcf\x63\xb5\xf5\x63\x4b\xb6\xda\x5e\x64\x44\x83\x6c\x91\xc3\x71\x34\x12\x57\x47\x9c\xfe\xc6\x14\xb9\x09\x8b\x13\x5a\xa1\x0e\x4a\x5b\xff\xed\x14\x7b\x6d\xca\x99\xf3\x8b\xce\x7e\x77\xa2\xe1\xf0\xae\xa7\x6d\xb0\x86\x39\xc7\x7f\x95\x7c\x8c\xbd\x68\x55\xad\xea\x05\x23\x3e\xe8\x70\xfa\xdc\xaf\x8f\x2c\xe9\xd1\xd5\xf5\x53\x35\xba\xbe\xba\x54\xa3\x22\x6f\xcd\xdb\xe4\x6a\x8f\xa3\x99\x34\x09\x91\x23\x81\xd8\x49\x52\x8f\x6c\xc8\xfe\x76\x8f\xe7\x70\xdd\xbc\x8e\xd4\xda\x81\xdb\xbe\x14\xf8\xbe\x96\xe6\xa2\x2a\x8b\xd2\x50\x6b\x90\xed\xad\xaf\x0e\x28\x01\x1a\x39\x0a\x72\xfa\x3f\x4e\x93\xef\xa9\xd0\xf3\xf1\xce\x7e\x6e\x9a\xfd\x81\x4d\xd9\xa4\x3d\x1d\x70\x5e\xa5\xc0\xbb\xb8\xc5\x81\x81\x2f\x69\xd0\x15\x1b\x39\x3b\x94\xd6\x7d\xe4\x8a\xaf\x57\x5a\x17\xa0\xb4\x84\x6e\xa2\x34\x31\xed\x5b\x32\x5d\xa6\x3a\x6f\x43\x0e\x31\x4c\xc9\x64\x6e\xaa\x19\xd2\x15\x1e\xc7\x4d\xde\xda\xda\x4c\xcf\xa6\x5d\x79\x3e\x41\x53\x70\x61\x2c\xe0\xc2\x6b\xf5\x86\xc9\x56\x21\x21\x96\xc6\x29\x14\x7e\x55\x72\x64\xd4\xd9\x71\xc2\x18\x57\x6d\xb8\x85\xf1\x49\xb8\x56\xc4\x23\x91\x57\x14\x97\x82\x4d\x1a\x8f\x9a\xdf\xbe\xf4\x15\xfe\x13\xc7\x6e\xbb\x13\xcd\x07\x8a\x80\xdd\x79\x8c\x42\xd1\xfa\x1a\x32\x06\xa1\xdd\x02\xb2\xcf\xe3\x58\x1d\x2e\x9f\x26\xaa\x85\xde\xcb\x10\xf0\x2f\x01\x39\x34\xf2\x8a\x8d\x84\x5f\x0d\xd8\x99\xf5\xb4\xad\x83\x25\xa4\xad\x56\xb1\xb7\xc5\x65\x77\x49\xed\x18\x69\x90\xda\x3e\xb5\x22\x18\xca\x5b\x41\x6d\x0f\x71\xed\x50\x48\x60\x68\x97\xab\x13\xbd\x12\x10\xa2\xeb\x7f\x2f\x45\x59\xf8\x42\xc0\x3e\x11\x9c\xf2\x26\xa5\x7f\xd3\xc6\xcc\x34\x1b\x57\xa5\x36\x55\xde\xae\x39\x69\x43\xb0\xfd\x74\x38\xbd\x59\x3a\xb7\xa4\x29\xfc\x58\xf6\x09\xc1\x0d\xb8\xc5\x5e\xdb\xf6\x95\x19\x32\xc3\xb3\xae\x0c\xbf\x34\xc3\x3e\x3d\xb3\xa8\x25\x76\x1b\xba\xe6\x92\xa5\x2a\x35\xb8\x53\xe7\x96\xae\xa9\x6e\xd7\x54\xb7\x5d\x55\xb7\x2f\x4d\x93\x83\x22\x19\xad\x64\x69\x3f\xfc\xf3\x69\xf6\xc4\xb4\xd1\xdf\x8c\x74\xe0\x53\xe4\x6a\x9d\x6e\x52\x99\x53\x9b\x05\xc1\x35\x26\xfb\xc1\x99\x1b\x74\x7e\x8b\xcd\x0c\x39\xf5\xe0\xea\xd2\xf2\xda\xe6\xea\xca\xea\xf2\x85\x06\x5d\x8c\x63\x1a\x25\xe8\x81\x84\x06\x2c\x17\x16\x3a\xac\x49\x23\xf6\x8e\xd4\x10\x5c\x85\x3c\x9f\x99\x82\x08\x0c\x5e\x1c\x1d\x60\xb4\x85\x7e\x16\xb5\x4d\x51\xe2\xd4\x07\x3d\x41\x3f\xa5\xaf\xca\x35\x07\x8c\x42\x0f\x1b\x46\x53\x82\x48\x80\x64\x90\xa1\x70\x73\x45\x20\xb3\xe5\x64\x64\x4f\xe3\x10\x37\x12\xd6\x64\x87\x36\x76\x27\xaa\xfb\xb3\x83\x2d\xe3\x36\x62\x19\xad\xe6\x77\x91\x77\x91\x1b\xee\x15\x3c\x13\x19\xf8\x8d\xc3\xef\x78\xf8\x3c\x39\x57\x7c\x74\x4f\x78\x37\x39\xc0\x07\xd1\x7d\x62\x1c\x1e\x2e\xd4\xe7\xf8\xbe\x03\x18\xe6\xcc\x6e\xc6\xf7\xd1\xf7\x5c\x0a\x42\xf8\xdf\x00\x00\x00\xff\xff\xf1\xf6\xa3\x3b\x88\x0a\x3a\x00") + +func kubernetesapiV1218pbSwaggerPbBytes() ([]byte, error) { + return bindataRead( + _kubernetesapiV1218pbSwaggerPb, + "kubernetesapi/v1218pb/swagger.pb", + ) +} + +func kubernetesapiV1218pbSwaggerPb() (*asset, error) { + bytes, err := kubernetesapiV1218pbSwaggerPbBytes() + if err != nil { + return nil, err + } + + info := bindataFileInfo{name: "kubernetesapi/v1218pb/swagger.pb", size: 3803784, mode: os.FileMode(0644), modTime: time.Unix(1642212163, 0)} + a := &asset{bytes: bytes, info: info, digest: [32]uint8{0xa0, 0xef, 0xb7, 0xb5, 0xd9, 0x76, 0xe0, 0xda, 0x67, 0x9a, 0xa2, 0xc2, 0x6a, 0x12, 0xf, 0xf3, 0x35, 0x41, 0x66, 0xd3, 0xf8, 0xde, 0x58, 0xb4, 0xcb, 0xe9, 0x46, 0x7d, 0x19, 0xaf, 0x6d, 0x30}} + 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) { + canonicalName := strings.Replace(name, "\\", "/", -1) + if f, ok := _bindata[canonicalName]; 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) +} + +// AssetString returns the asset contents as a string (instead of a []byte). +func AssetString(name string) (string, error) { + data, err := Asset(name) + return string(data), err +} + +// 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 +} + +// MustAssetString is like AssetString but panics when Asset would return an +// error. It simplifies safe initialization of global variables. +func MustAssetString(name string) string { + return string(MustAsset(name)) +} + +// 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) { + canonicalName := strings.Replace(name, "\\", "/", -1) + if f, ok := _bindata[canonicalName]; 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) +} + +// AssetDigest returns the digest of the file with the given name. It returns an +// error if the asset could not be found or the digest could not be loaded. +func AssetDigest(name string) ([sha256.Size]byte, error) { + canonicalName := strings.Replace(name, "\\", "/", -1) + if f, ok := _bindata[canonicalName]; ok { + a, err := f() + if err != nil { + return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s can't read by error: %v", name, err) + } + return a.digest, nil + } + return [sha256.Size]byte{}, fmt.Errorf("AssetDigest %s not found", name) +} + +// Digests returns a map of all known files and their checksums. +func Digests() (map[string][sha256.Size]byte, error) { + mp := make(map[string][sha256.Size]byte, len(_bindata)) + for name := range _bindata { + a, err := _bindata[name]() + if err != nil { + return nil, err + } + mp[name] = a.digest + } + return mp, nil +} + +// 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){ + "kubernetesapi/v1218pb/swagger.pb": kubernetesapiV1218pbSwaggerPb, +} + +// AssetDebug is true if the assets were built with the debug flag enabled. +const AssetDebug = false + +// 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, and +// AssetDir("") will return []string{"data"}. +func AssetDir(name string) ([]string, error) { + node := _bintree + if len(name) != 0 { + canonicalName := strings.Replace(name, "\\", "/", -1) + pathList := strings.Split(canonicalName, "/") + 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{ + "kubernetesapi": {nil, map[string]*bintree{ + "v1218pb": {nil, map[string]*bintree{ + "swagger.pb": {kubernetesapiV1218pbSwaggerPb, 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 + } + return os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) +} + +// 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 { + canonicalName := strings.Replace(name, "\\", "/", -1) + return filepath.Join(append([]string{dir}, strings.Split(canonicalName, "/")...)...) +} diff --git a/kyaml/openapi/kubernetesapi/v1218pb/swagger.pb b/kyaml/openapi/kubernetesapi/v1218pb/swagger.pb new file mode 100644 index 0000000000..44bfdd8631 --- /dev/null +++ b/kyaml/openapi/kubernetesapi/v1218pb/swagger.pb @@ -0,0 +1,48094 @@ + +2.0 + +Kubernetesv1.21.8B޴+ +G/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets/{name}+ +policy_v1beta1&read the specified PodDisruptionBudget*.readPolicyV1beta1NamespacedPodDisruptionBudget2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ji +N +200G +E +OK? += +;#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudget + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j^ +x-kubernetes-group-version-kind;9group: policy +kind: PodDisruptionBudget +version: v1beta1 + +policy_v1beta1)replace the specified PodDisruptionBudget*1replacePolicyV1beta1NamespacedPodDisruptionBudget2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BQ +O +Mbodybody *= +;#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudgetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +N +200G +E +OK? += +;#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudget +S +201L +J +Created? += +;#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudget + +401 + + UnauthorizedRhttpsj^ +x-kubernetes-group-version-kind;9version: v1beta1 +group: policy +kind: PodDisruptionBudget +j +x-kubernetes-actionput +* +policy_v1beta1delete a PodDisruptionBudget*0deletePolicyV1beta1NamespacedPodDisruptionBudget2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +j^ +x-kubernetes-group-version-kind;9group: policy +kind: PodDisruptionBudget +version: v1beta1 +B +policy_v1beta12partially update the specified PodDisruptionBudget*/patchPolicyV1beta1NamespacedPodDisruptionBudget2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJi +N +200G +E +OK? += +;#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudget + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +j^ +x-kubernetes-group-version-kind;9group: policy +kind: PodDisruptionBudget +version: v1beta1 +J@ +><":pathname of the PodDisruptionBudget"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +4/apis/rbac.authorization.k8s.io/v1alpha1/watch/roles' +rbacAuthorization_v1alpha1pwatch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.*6watchRbacAuthorizationV1alpha1RoleListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jc +x-kubernetes-group-version-kind@>group: rbac.authorization.k8s.io +kind: Role +version: v1alpha1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean\ +&/apis/storage.k8s.io/v1/storageclasses\& + +storage_v1*list or watch objects of kind StorageClass*listStorageV1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJb +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.storage.v1.StorageClassList + +401 + + UnauthorizedRhttpsjZ +x-kubernetes-group-version-kind75group: storage.k8s.io +kind: StorageClass +version: v1 +j +x-kubernetes-actionlist +" + +storage_v1create a StorageClass*createStorageV1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BF +D +Bbodybody *2 +0#/definitions/io.k8s.api.storage.v1.StorageClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.storage.v1.StorageClass +H +201A +? +Created4 +2 +0#/definitions/io.k8s.api.storage.v1.StorageClass +I +202B +@ +Accepted4 +2 +0#/definitions/io.k8s.api.storage.v1.StorageClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jZ +x-kubernetes-group-version-kind75group: storage.k8s.io +kind: StorageClass +version: v1 +*, + +storage_v1!delete collection of StorageClass*%deleteStorageV1CollectionStorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jZ +x-kubernetes-group-version-kind75group: storage.k8s.io +kind: StorageClass +version: v1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +8/apis/storage.k8s.io/v1alpha1/watch/csistoragecapacities' +storage_v1alpha1~watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead.*:watchStorageV1alpha1CSIStorageCapacityListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jf +x-kubernetes-group-version-kindCAgroup: storage.k8s.io +kind: CSIStorageCapacity +version: v1alpha1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean^ +5/api/v1/namespaces/{namespace}/persistentvolumeclaims^& +core_v13list or watch objects of kind PersistentVolumeClaim*)listCoreV1NamespacedPersistentVolumeClaim2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJh +M +200F +D +OK> +< +:#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimList + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42version: v1 +group: "" +kind: PersistentVolumeClaim +j +x-kubernetes-actionlist +" +core_v1create a PersistentVolumeClaim*+createCoreV1NamespacedPersistentVolumeClaim2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BL +J +Hbodybody *8 +6#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim +N +201G +E +Created: +8 +6#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim +O +202H +F +Accepted: +8 +6#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jW +x-kubernetes-group-version-kind42group: "" +kind: PersistentVolumeClaim +version: v1 +*, +core_v1*delete collection of PersistentVolumeClaim*5deleteCoreV1CollectionNamespacedPersistentVolumeClaim2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jW +x-kubernetes-group-version-kind42group: "" +kind: PersistentVolumeClaim +version: v1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string+ +7/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}+ +apiregistration_v1beta1read the specified APIService*$readApiregistrationV1beta1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J~ + +401 + + Unauthorized +c +200\ +Z +OKT +R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceRhttpsj +x-kubernetes-actionget +je +x-kubernetes-group-version-kindB@group: apiregistration.k8s.io +version: v1beta1 +kind: APIService + +apiregistration_v1beta1 replace the specified APIService*'replaceApiregistrationV1beta1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bf +d +bbodybody *R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +h +201a +_ +CreatedT +R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService + +401 + + Unauthorized +c +200\ +Z +OKT +R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceRhttpsj +x-kubernetes-actionput +je +x-kubernetes-group-version-kindB@version: v1beta1 +kind: APIService +group: apiregistration.k8s.io +* +apiregistration_v1beta1delete an APIService*&deleteApiregistrationV1beta1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +je +x-kubernetes-group-version-kindB@kind: APIService +group: apiregistration.k8s.io +version: v1beta1 +B +apiregistration_v1beta1)partially update the specified APIService*%patchApiregistrationV1beta1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ~ +c +200\ +Z +OKT +R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService + +401 + + UnauthorizedRhttpsje +x-kubernetes-group-version-kindB@kind: APIService +group: apiregistration.k8s.io +version: v1beta1 +j +x-kubernetes-actionpatch +J7 +53"1pathname of the APIService"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +S/apis/flowcontrol.apiserver.k8s.io/v1beta1/watch/prioritylevelconfigurations/{name}) +flowcontrolApiserver_v1beta1watch changes to an object of kind PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*:watchFlowcontrolApiserverV1beta1PriorityLevelConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj +x-kubernetes-actionwatch +j{ +x-kubernetes-group-version-kindXVgroup: flowcontrol.apiserver.k8s.io +kind: PriorityLevelConfiguration +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJG +EC"Apath&name of the PriorityLevelConfiguration"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +*/apis/policy/v1/watch/poddisruptionbudgets' + policy_v1watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead.*4watchPolicyV1PodDisruptionBudgetListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjY +x-kubernetes-group-version-kind64version: v1 +group: policy +kind: PodDisruptionBudget +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +0/apis/storage.k8s.io/v1/volumeattachments/{name}) + +storage_v1#read the specified VolumeAttachment*readStorageV1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jb +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment + +401 + + UnauthorizedRhttpsj^ +x-kubernetes-group-version-kind;9kind: VolumeAttachment +version: v1 +group: storage.k8s.io +j +x-kubernetes-actionget + + +storage_v1&replace the specified VolumeAttachment* replaceStorageV1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BJ +H +Fbodybody *6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachmentB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment +L +201E +C +Created8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +j^ +x-kubernetes-group-version-kind;9group: storage.k8s.io +kind: VolumeAttachment +version: v1 +* + +storage_v1delete a VolumeAttachment*deleteStorageV1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +M +202F +D +Accepted8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment + +401 + + Unauthorized +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachmentRhttpsj +x-kubernetes-action delete +j^ +x-kubernetes-group-version-kind;9group: storage.k8s.io +kind: VolumeAttachment +version: v1 +B + +storage_v1/partially update the specified VolumeAttachment*patchStorageV1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJb +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +j^ +x-kubernetes-group-version-kind;9group: storage.k8s.io +kind: VolumeAttachment +version: v1 +J= +;9"7pathname of the VolumeAttachment"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string` +C/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations_' +admissionregistration_v1:list or watch objects of kind MutatingWebhookConfiguration*7listAdmissionregistrationV1MutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ +e +200^ +\ +OKV +T +R#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfigurationList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jx +x-kubernetes-group-version-kindUSgroup: admissionregistration.k8s.io +kind: MutatingWebhookConfiguration +version: v1 +" + +admissionregistration_v1%create a MutatingWebhookConfiguration*9createAdmissionregistrationV1MutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bd +b +`bodybody *P +N#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfigurationB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +a +200Z +X +OKR +P +N#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration +f +201_ +] +CreatedR +P +N#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration +g +202` +^ +AcceptedR +P +N#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jx +x-kubernetes-group-version-kindUSgroup: admissionregistration.k8s.io +kind: MutatingWebhookConfiguration +version: v1 +*- +admissionregistration_v11delete collection of MutatingWebhookConfiguration*CdeleteAdmissionregistrationV1CollectionMutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jx +x-kubernetes-group-version-kindUSgroup: admissionregistration.k8s.io +kind: MutatingWebhookConfiguration +version: v1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string +>/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}/scale +apps_v1'read scale of the specified StatefulSet*$readAppsV1NamespacedStatefulSetScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jP +x-kubernetes-group-version-kind-+group: autoscaling +kind: Scale +version: v1 + +apps_v1*replace scale of the specified StatefulSet*'replaceAppsV1NamespacedStatefulSetScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BC +A +?bodybody */ +-#/definitions/io.k8s.api.autoscaling.v1.ScaleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale +E +201> +< +Created1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jP +x-kubernetes-group-version-kind-+group: autoscaling +kind: Scale +version: v1 +B +apps_v13partially update scale of the specified StatefulSet*%patchAppsV1NamespacedStatefulSetScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ[ + +401 + + Unauthorized +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.ScaleRhttpsj +x-kubernetes-actionpatch +jP +x-kubernetes-group-version-kind-+group: autoscaling +kind: Scale +version: v1 +J2 +0.",pathname of the Scale"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +N/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies/{name}) + networking_v1watch changes to an object of kind NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*(watchNetworkingV1NamespacedNetworkPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj^ +x-kubernetes-group-version-kind;9group: networking.k8s.io +kind: NetworkPolicy +version: v1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ: +86"4pathname of the NetworkPolicy"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +*/apis/node.k8s.io/v1/runtimeclasses/{name}( +node_v1read the specified RuntimeClass*readNodeV1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.node.v1.RuntimeClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jW +x-kubernetes-group-version-kind42group: node.k8s.io +kind: RuntimeClass +version: v1 + +node_v1"replace the specified RuntimeClass*replaceNodeV1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BC +A +?bodybody */ +-#/definitions/io.k8s.api.node.v1.RuntimeClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.node.v1.RuntimeClass +E +201> +< +Created1 +/ +-#/definitions/io.k8s.api.node.v1.RuntimeClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jW +x-kubernetes-group-version-kind42group: node.k8s.io +kind: RuntimeClass +version: v1 +* +node_v1delete a RuntimeClass*deleteNodeV1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jW +x-kubernetes-group-version-kind42version: v1 +group: node.k8s.io +kind: RuntimeClass +B +node_v1+partially update the specified RuntimeClass*patchNodeV1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.node.v1.RuntimeClass + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: node.k8s.io +kind: RuntimeClass +version: v1 +j +x-kubernetes-actionpatch +J9 +75"3pathname of the RuntimeClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +"<path!name of the ReplicationController"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string& +/api/v1/resourcequotas& +core_v1+list or watch objects of kind ResourceQuota*'listCoreV1ResourceQuotaForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.core.v1.ResourceQuotaList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jO +x-kubernetes-group-version-kind,*kind: ResourceQuota +version: v1 +group: "" +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean_ +0/apis/apiregistration.k8s.io/v1beta1/apiservices^& +apiregistration_v1beta1(list or watch objects of kind APIService*$listApiregistrationV1beta1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ +g +200` +^ +OKX +V +T#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +je +x-kubernetes-group-version-kindB@kind: APIService +group: apiregistration.k8s.io +version: v1beta1 +" + +apiregistration_v1beta1create an APIService*&createApiregistrationV1beta1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bf +d +bbodybody *R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +c +200\ +Z +OKT +R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService +h +201a +_ +CreatedT +R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService +i +202b +` +AcceptedT +R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +je +x-kubernetes-group-version-kindB@group: apiregistration.k8s.io +version: v1beta1 +kind: APIService +*, +apiregistration_v1beta1delete collection of APIService*0deleteApiregistrationV1beta1CollectionAPIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsje +x-kubernetes-group-version-kindB@group: apiregistration.k8s.io +version: v1beta1 +kind: APIService +j* +x-kubernetes-actiondeletecollection +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +?/apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses( +extensions_v1beta1swatch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.*+watchExtensionsV1beta1NamespacedIngressList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsjV +x-kubernetes-group-version-kind31group: extensions +kind: Ingress +version: v1beta1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +/api/v1/watch/persistentvolumes' +core_v1|watch individual changes to a list of PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead.*watchCoreV1PersistentVolumeList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jR +x-kubernetes-group-version-kind/-group: "" +kind: PersistentVolume +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean` + +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.ReplicaSet +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.apps.v1.ReplicaSet +D +202= +; +Accepted/ +- ++#/definitions/io.k8s.api.apps.v1.ReplicaSet + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jN +x-kubernetes-group-version-kind+)group: apps +kind: ReplicaSet +version: v1 +*, +apps_v1delete collection of ReplicaSet**deleteAppsV1CollectionNamespacedReplicaSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)group: apps +kind: ReplicaSet +version: v1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/apis/extensions/ + +extensionsget information of a group*getExtensionsAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps +/apis/policy/v1beta1/ +policy_v1beta1get available resources*getPolicyV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps\ +%/api/v1/namespaces/{namespace}/events\% +core_v1#list or watch objects of kind Event*listCoreV1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJX += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.EventList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jG +x-kubernetes-group-version-kind$"group: "" +kind: Event +version: v1 +" +core_v1create an Event*createCoreV1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B< +: +8bodybody *( +&#/definitions/io.k8s.api.core.v1.EventB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +? +2028 +6 +Accepted* +( +&#/definitions/io.k8s.api.core.v1.Event + +401 + + Unauthorized +9 +2002 +0 +OK* +( +&#/definitions/io.k8s.api.core.v1.Event +> +2017 +5 +Created* +( +&#/definitions/io.k8s.api.core.v1.EventRhttpsj +x-kubernetes-actionpost +jG +x-kubernetes-group-version-kind$"group: "" +kind: Event +version: v1 +*, +core_v1delete collection of Event*%deleteCoreV1CollectionNamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj* +x-kubernetes-actiondeletecollection +jG +x-kubernetes-group-version-kind$"group: "" +kind: Event +version: v1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +8/api/v1/watch/namespaces/{namespace}/podtemplates/{name}) +core_v1watch changes to an object of kind PodTemplate. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.* watchCoreV1NamespacedPodTemplate2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jM +x-kubernetes-group-version-kind*(group: "" +kind: PodTemplate +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ8 +64"2pathname of the PodTemplate"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +8/apis/apiregistration.k8s.io/v1/watch/apiservices/{name}( +apiregistration_v1watch changes to an object of kind APIService. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.* watchApiregistrationV1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +j` +x-kubernetes-group-version-kind=;group: apiregistration.k8s.io +version: v1 +kind: APIService +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ7 +53"1pathname of the APIService"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean + /version/ +versionget the code version*getCodeVersion2application/json:application/jsonJ` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.apimachinery.pkg.version.Info + +401 + + UnauthorizedRhttps( +/api/v1/watch/namespaces/{name}( +core_v1watch changes to an object of kind Namespace. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchCoreV1Namespace2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jK +x-kubernetes-group-version-kind(&group: "" +kind: Namespace +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ6 +42"0pathname of the Namespace"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +6/apis/scheduling.k8s.io/v1beta1/priorityclasses/{name}) +scheduling_v1beta1 read the specified PriorityClass*"readSchedulingV1beta1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jg +L +200E +C +OK= +; +9#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jc +x-kubernetes-group-version-kind@>kind: PriorityClass +version: v1beta1 +group: scheduling.k8s.io + +scheduling_v1beta1#replace the specified PriorityClass*%replaceSchedulingV1beta1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BO +M +Kbodybody *; +9#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +Q +201J +H +Created= +; +9#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClassRhttpsj +x-kubernetes-actionput +jc +x-kubernetes-group-version-kind@>version: v1beta1 +group: scheduling.k8s.io +kind: PriorityClass +* +scheduling_v1beta1delete a PriorityClass*$deleteSchedulingV1beta1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjc +x-kubernetes-group-version-kind@>version: v1beta1 +group: scheduling.k8s.io +kind: PriorityClass +j +x-kubernetes-action delete +B +scheduling_v1beta1,partially update the specified PriorityClass*#patchSchedulingV1beta1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJg + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClassRhttpsjc +x-kubernetes-group-version-kind@>group: scheduling.k8s.io +kind: PriorityClass +version: v1beta1 +j +x-kubernetes-actionpatch +J: +86"4pathname of the PriorityClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string\ + /apis/storage.k8s.io/v1/csinodes\% + +storage_v1%list or watch objects of kind CSINode*listStorageV1CSINode2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ] +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.storage.v1.CSINodeList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jU +x-kubernetes-group-version-kind20kind: CSINode +version: v1 +group: storage.k8s.io +" + +storage_v1create a CSINode*createStorageV1CSINode2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BA +? +=bodybody *- ++#/definitions/io.k8s.api.storage.v1.CSINodeB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.storage.v1.CSINode +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.storage.v1.CSINode +D +202= +; +Accepted/ +- ++#/definitions/io.k8s.api.storage.v1.CSINode + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jU +x-kubernetes-group-version-kind20group: storage.k8s.io +kind: CSINode +version: v1 +*, + +storage_v1delete collection of CSINode* deleteStorageV1CollectionCSINode2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jU +x-kubernetes-group-version-kind20group: storage.k8s.io +kind: CSINode +version: v1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string0 +'/api/v1/namespaces/{namespace}/services/% +core_v1%list or watch objects of kind Service*listCoreV1NamespacedService2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJZ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.core.v1.ServiceList + +401 + + UnauthorizedRhttpsjI +x-kubernetes-group-version-kind&$version: v1 +group: "" +kind: Service +j +x-kubernetes-actionlist +" +core_v1create a Service*createCoreV1NamespacedService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B> +< +:bodybody ** +(#/definitions/io.k8s.api.core.v1.ServiceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.core.v1.Service +@ +2019 +7 +Created, +* +(#/definitions/io.k8s.api.core.v1.Service +A +202: +8 +Accepted, +* +(#/definitions/io.k8s.api.core.v1.Service + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jI +x-kubernetes-group-version-kind&$kind: Service +version: v1 +group: "" +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +2/apis/autoscaling/v2beta2/horizontalpodautoscalers' +autoscaling_v2beta25list or watch objects of kind HorizontalPodAutoscaler*=listAutoscalingV2beta2HorizontalPodAutoscalerForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jv +[ +200T +R +OKL +J +H#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerList + +401 + + UnauthorizedRhttpsjg +x-kubernetes-group-version-kindDBversion: v2beta2 +group: autoscaling +kind: HorizontalPodAutoscaler +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +9/apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs( + batch_v1beta1swatch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.*&watchBatchV1beta1NamespacedCronJobList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jQ +x-kubernetes-group-version-kind.,group: batch +kind: CronJob +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/discovery.k8s.io/v1beta1/ +discovery_v1beta1get available resources*getDiscoveryV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps+ +?/apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}+ +internalApiserver_v1alpha1!read the specified StorageVersion*+readInternalApiserverV1alpha1StorageVersion2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jp +U +200N +L +OKF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion + +401 + + UnauthorizedRhttpsjm +x-kubernetes-group-version-kindJHkind: StorageVersion +version: v1alpha1 +group: internal.apiserver.k8s.io +j +x-kubernetes-actionget + +internalApiserver_v1alpha1$replace the specified StorageVersion*.replaceInternalApiserverV1alpha1StorageVersion2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BX +V +Tbodybody *D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +U +200N +L +OKF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion +Z +201S +Q +CreatedF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionRhttpsj +x-kubernetes-actionput +jm +x-kubernetes-group-version-kindJHgroup: internal.apiserver.k8s.io +kind: StorageVersion +version: v1alpha1 +* +internalApiserver_v1alpha1delete a StorageVersion*-deleteInternalApiserverV1alpha1StorageVersion2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjm +x-kubernetes-group-version-kindJHgroup: internal.apiserver.k8s.io +kind: StorageVersion +version: v1alpha1 +j +x-kubernetes-action delete +B +internalApiserver_v1alpha1-partially update the specified StorageVersion*,patchInternalApiserverV1alpha1StorageVersion2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJp +U +200N +L +OKF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion + +401 + + UnauthorizedRhttpsjm +x-kubernetes-group-version-kindJHkind: StorageVersion +version: v1alpha1 +group: internal.apiserver.k8s.io +j +x-kubernetes-actionpatch +J; +97"5pathname of the StorageVersion"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string- +J/apis/admissionregistration.k8s.io/v1/mutatingwebhookconfigurations/{name}, +admissionregistration_v1/read the specified MutatingWebhookConfiguration*7readAdmissionregistrationV1MutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J| +a +200Z +X +OKR +P +N#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jx +x-kubernetes-group-version-kindUSversion: v1 +group: admissionregistration.k8s.io +kind: MutatingWebhookConfiguration + +admissionregistration_v12replace the specified MutatingWebhookConfiguration*:replaceAdmissionregistrationV1MutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bd +b +`bodybody *P +N#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfigurationB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +a +200Z +X +OKR +P +N#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration +f +201_ +] +CreatedR +P +N#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jx +x-kubernetes-group-version-kindUSgroup: admissionregistration.k8s.io +kind: MutatingWebhookConfiguration +version: v1 +* +admissionregistration_v1%delete a MutatingWebhookConfiguration*9deleteAdmissionregistrationV1MutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjx +x-kubernetes-group-version-kindUSgroup: admissionregistration.k8s.io +kind: MutatingWebhookConfiguration +version: v1 +j +x-kubernetes-action delete +B +admissionregistration_v1;partially update the specified MutatingWebhookConfiguration*8patchAdmissionregistrationV1MutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ| +a +200Z +X +OKR +P +N#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration + +401 + + UnauthorizedRhttpsjx +x-kubernetes-group-version-kindUSgroup: admissionregistration.k8s.io +kind: MutatingWebhookConfiguration +version: v1 +j +x-kubernetes-actionpatch +JI +GE"Cpath(name of the MutatingWebhookConfiguration"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string^ +@/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses]& +networking_v1beta1%list or watch objects of kind Ingress*&listNetworkingV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJe +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.networking.v1beta1.IngressList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: Ingress +version: v1beta1 +" +networking_v1beta1create an Ingress*(createNetworkingV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.networking.v1beta1.IngressB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.Ingress +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.Ingress +L +202E +C +Accepted7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.Ingress + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: Ingress +version: v1beta1 +*, +networking_v1beta1delete collection of Ingress*2deleteNetworkingV1beta1CollectionNamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +j] +x-kubernetes-group-version-kind:8kind: Ingress +version: v1beta1 +group: networking.k8s.io +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +//apis/rbac.authorization.k8s.io/v1/rolebindings' +rbacAuthorization_v1)list or watch objects of kind RoleBinding*2listRbacAuthorizationV1RoleBindingForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J^ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.rbac.v1.RoleBindingList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: RoleBinding +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/coordination.k8s.io/ + coordinationget information of a group*getCoordinationAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps) +L/apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leases/{name}) +coordination_v1beta1watch changes to an object of kind Lease. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*'watchCoordinationV1beta1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +j] +x-kubernetes-group-version-kind:8group: coordination.k8s.io +kind: Lease +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ2 +0.",pathname of the Lease"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean + /apis/networking.k8s.io/v1beta1/ +networking_v1beta1get available resources* getNetworkingV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps* +V/apis/storage.k8s.io/v1alpha1/watch/namespaces/{namespace}/csistoragecapacities/{name}) +storage_v1alpha1watch changes to an object of kind CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*0watchStorageV1alpha1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jf +x-kubernetes-group-version-kindCAgroup: storage.k8s.io +kind: CSIStorageCapacity +version: v1alpha1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ? +=;"9pathname of the CSIStorageCapacity"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +/api/v1/watch/serviceaccounts' +core_v1zwatch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead.*-watchCoreV1ServiceAccountListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jP +x-kubernetes-group-version-kind-+group: "" +kind: ServiceAccount +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +P/apis/admissionregistration.k8s.io/v1beta1/watch/validatingwebhookconfigurations( +admissionregistration_v1beta1watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.*CwatchAdmissionregistrationV1beta1ValidatingWebhookConfigurationList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j +x-kubernetes-group-version-kind\Zgroup: admissionregistration.k8s.io +kind: ValidatingWebhookConfiguration +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +D/apis/certificates.k8s.io/v1/watch/certificatesigningrequests/{name}( +certificates_v1watch changes to an object of kind CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*,watchCertificatesV1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJF +DB"@path%name of the CertificateSigningRequest"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/scheduling.k8s.io/v1/ + scheduling_v1get available resources*getSchedulingV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps) +=/apis/apps/v1/watch/namespaces/{namespace}/deployments/{name}) +apps_v1watch changes to an object of kind Deployment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchAppsV1NamespacedDeployment2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)group: apps +kind: Deployment +version: v1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ7 +53"1pathname of the Deployment"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +G/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/networkpolicies( + networking_v1ywatch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.*,watchNetworkingV1NamespacedNetworkPolicyList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j^ +x-kubernetes-group-version-kind;9version: v1 +group: networking.k8s.io +kind: NetworkPolicy +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean^ +E/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles]& +rbacAuthorization_v1alpha1"list or watch objects of kind Role*+listRbacAuthorizationV1alpha1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ] +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.rbac.v1alpha1.RoleList + +401 + + UnauthorizedRhttpsjc +x-kubernetes-group-version-kind@>group: rbac.authorization.k8s.io +kind: Role +version: v1alpha1 +j +x-kubernetes-actionlist +" +rbacAuthorization_v1alpha1 create a Role*-createRbacAuthorizationV1alpha1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BA +? +=bodybody *- ++#/definitions/io.k8s.api.rbac.v1alpha1.RoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.rbac.v1alpha1.Role +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.rbac.v1alpha1.Role +D +202= +; +Accepted/ +- ++#/definitions/io.k8s.api.rbac.v1alpha1.Role + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jc +x-kubernetes-group-version-kind@>group: rbac.authorization.k8s.io +kind: Role +version: v1alpha1 +*, +rbacAuthorization_v1alpha1delete collection of Role*7deleteRbacAuthorizationV1alpha1CollectionNamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjc +x-kubernetes-group-version-kind@>group: rbac.authorization.k8s.io +kind: Role +version: v1alpha1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/api/v1/watch/nodes' +core_v1pwatch individual changes to a list of Node. deprecated: use the 'watch' parameter with a list operation instead.*watchCoreV1NodeList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjF +x-kubernetes-group-version-kind#!kind: Node +version: v1 +group: "" +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +/apis/batch/v1/watch/jobs' +batch_v1owatch individual changes to a list of Job. deprecated: use the 'watch' parameter with a list operation instead.*#watchBatchV1JobListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jH +x-kubernetes-group-version-kind%#version: v1 +group: batch +kind: Job +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +=/apis/certificates.k8s.io/v1/watch/certificatesigningrequests' +certificates_v1watch individual changes to a list of CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead.*0watchCertificatesV1CertificateSigningRequestList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj# +x-kubernetes-action  +watchlist +jl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean_ +D/apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices^& +discovery_v1beta1+list or watch objects of kind EndpointSlice*+listDiscoveryV1beta1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJj +O +200H +F +OK@ +> +<#/definitions/io.k8s.api.discovery.v1beta1.EndpointSliceList + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=group: discovery.k8s.io +kind: EndpointSlice +version: v1beta1 +j +x-kubernetes-actionlist +" +discovery_v1beta1create an EndpointSlice*-createDiscoveryV1beta1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BN +L +Jbodybody *: +8#/definitions/io.k8s.api.discovery.v1beta1.EndpointSliceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +K +200D +B +OK< +: +8#/definitions/io.k8s.api.discovery.v1beta1.EndpointSlice +P +201I +G +Created< +: +8#/definitions/io.k8s.api.discovery.v1beta1.EndpointSlice +Q +202J +H +Accepted< +: +8#/definitions/io.k8s.api.discovery.v1beta1.EndpointSliceRhttpsj +x-kubernetes-actionpost +jb +x-kubernetes-group-version-kind?=kind: EndpointSlice +version: v1beta1 +group: discovery.k8s.io +*, +discovery_v1beta1"delete collection of EndpointSlice*7deleteDiscoveryV1beta1CollectionNamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=group: discovery.k8s.io +kind: EndpointSlice +version: v1beta1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string] +./api/v1/namespaces/{namespace}/serviceaccounts]& +core_v1,list or watch objects of kind ServiceAccount*"listCoreV1NamespacedServiceAccount2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJa + +401 + + Unauthorized +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.core.v1.ServiceAccountListRhttpsjP +x-kubernetes-group-version-kind-+group: "" +kind: ServiceAccount +version: v1 +j +x-kubernetes-actionlist +" +core_v1create a ServiceAccount*$createCoreV1NamespacedServiceAccount2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BE +C +Abodybody *1 +/#/definitions/io.k8s.api.core.v1.ServiceAccountB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.core.v1.ServiceAccount +G +201@ +> +Created3 +1 +/#/definitions/io.k8s.api.core.v1.ServiceAccount +H +202A +? +Accepted3 +1 +/#/definitions/io.k8s.api.core.v1.ServiceAccount + +401 + + UnauthorizedRhttpsjP +x-kubernetes-group-version-kind-+kind: ServiceAccount +version: v1 +group: "" +j +x-kubernetes-actionpost +*, +core_v1#delete collection of ServiceAccount*.deleteCoreV1CollectionNamespacedServiceAccount2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jP +x-kubernetes-group-version-kind-+kind: ServiceAccount +version: v1 +group: "" +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/api/v1/nodes/{name}/status +core_v1!read status of the specified Node*readCoreV1NodeStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JS +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.core.v1.Node + +401 + + UnauthorizedRhttpsjF +x-kubernetes-group-version-kind#!version: v1 +group: "" +kind: Node +j +x-kubernetes-actionget + +core_v1$replace status of the specified Node*replaceCoreV1NodeStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B; +9 +7bodybody *' +%#/definitions/io.k8s.api.core.v1.NodeB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.core.v1.Node += +2016 +4 +Created) +' +%#/definitions/io.k8s.api.core.v1.NodeRhttpsjF +x-kubernetes-group-version-kind#!group: "" +kind: Node +version: v1 +j +x-kubernetes-actionput +B +core_v1-partially update status of the specified Node*patchCoreV1NodeStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJS +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.core.v1.Node + +401 + + UnauthorizedRhttpsjF +x-kubernetes-group-version-kind#!group: "" +kind: Node +version: v1 +j +x-kubernetes-actionpatch +J1 +/-"+pathname of the Node"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/api/v1/watch/endpoints' +core_v1uwatch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.*(watchCoreV1EndpointsListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjK +x-kubernetes-group-version-kind(&group: "" +kind: Endpoints +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +./apis/discovery.k8s.io/v1/watch/endpointslices' + discovery_v1ywatch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead.*1watchDiscoveryV1EndpointSliceListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j] +x-kubernetes-group-version-kind:8version: v1 +group: discovery.k8s.io +kind: EndpointSlice +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) + +< +:bodybody ** +(#/definitions/io.k8s.api.events.v1.EventB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.events.v1.Event +@ +2019 +7 +Created, +* +(#/definitions/io.k8s.api.events.v1.Event +A +202: +8 +Accepted, +* +(#/definitions/io.k8s.api.events.v1.Event + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jR +x-kubernetes-group-version-kind/-group: events.k8s.io +kind: Event +version: v1 +*, + events_v1delete collection of Event*'deleteEventsV1CollectionNamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjR +x-kubernetes-group-version-kind/-group: events.k8s.io +kind: Event +version: v1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +R/apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles/{name}) +rbacAuthorization_v1alpha1watch changes to an object of kind Role. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*,watchRbacAuthorizationV1alpha1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jc +x-kubernetes-group-version-kind@>group: rbac.authorization.k8s.io +kind: Role +version: v1alpha1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ1 +/-"+pathname of the Role"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean ++/apis/flowcontrol.apiserver.k8s.io/v1beta1/ +flowcontrolApiserver_v1beta1get available resources**getFlowcontrolApiserverV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps* +S/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings/{name}) +rbacAuthorization_v1watch changes to an object of kind RoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*-watchRbacAuthorizationV1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: RoleBinding +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ8 +64"2pathname of the RoleBinding"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +>/apis/apiregistration.k8s.io/v1beta1/apiservices/{name}/status +apiregistration_v1beta1'read status of the specified APIService**readApiregistrationV1beta1APIServiceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J~ +c +200\ +Z +OKT +R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +je +x-kubernetes-group-version-kindB@group: apiregistration.k8s.io +version: v1beta1 +kind: APIService + +apiregistration_v1beta1*replace status of the specified APIService*-replaceApiregistrationV1beta1APIServiceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bf +d +bbodybody *R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +c +200\ +Z +OKT +R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService +h +201a +_ +CreatedT +R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +je +x-kubernetes-group-version-kindB@group: apiregistration.k8s.io +version: v1beta1 +kind: APIService +B +apiregistration_v1beta13partially update status of the specified APIService*+patchApiregistrationV1beta1APIServiceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ~ +c +200\ +Z +OKT +R +P#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIService + +401 + + UnauthorizedRhttpsje +x-kubernetes-group-version-kindB@group: apiregistration.k8s.io +version: v1beta1 +kind: APIService +j +x-kubernetes-actionpatch +J7 +53"1pathname of the APIService"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +#/apis/coordination.k8s.io/v1/leases& +coordination_v1#list or watch objects of kind Lease*'listCoordinationV1LeaseForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.coordination.v1.LeaseList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jX +x-kubernetes-group-version-kind53group: coordination.k8s.io +kind: Lease +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +3/apis/discovery.k8s.io/v1beta1/watch/endpointslices' +discovery_v1beta1ywatch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead.*6watchDiscoveryV1beta1EndpointSliceListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jb +x-kubernetes-group-version-kind?=group: discovery.k8s.io +kind: EndpointSlice +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +//apis/rbac.authorization.k8s.io/v1/clusterroles]& +rbacAuthorization_v1)list or watch objects of kind ClusterRole*"listRbacAuthorizationV1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ^ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.rbac.v1.ClusterRoleList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: ClusterRole +version: v1 +" +rbacAuthorization_v1create a ClusterRole*$createRbacAuthorizationV1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BB +@ +>bodybody *. +,#/definitions/io.k8s.api.rbac.v1.ClusterRoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.rbac.v1.ClusterRole +D +201= +; +Created0 +. +,#/definitions/io.k8s.api.rbac.v1.ClusterRole +E +202> +< +Accepted0 +. +,#/definitions/io.k8s.api.rbac.v1.ClusterRoleRhttpsj +x-kubernetes-actionpost +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: ClusterRole +version: v1 +*, +rbacAuthorization_v1 delete collection of ClusterRole*.deleteRbacAuthorizationV1CollectionClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: ClusterRole +version: v1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string] +*/apis/scheduling.k8s.io/v1/priorityclasses]& + scheduling_v1+list or watch objects of kind PriorityClass*listSchedulingV1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJf +K +200D +B +OK< +: +8#/definitions/io.k8s.api.scheduling.v1.PriorityClassList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j^ +x-kubernetes-group-version-kind;9group: scheduling.k8s.io +kind: PriorityClass +version: v1 +" + scheduling_v1create a PriorityClass*createSchedulingV1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BJ +H +Fbodybody *6 +4#/definitions/io.k8s.api.scheduling.v1.PriorityClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.scheduling.v1.PriorityClass +L +201E +C +Created8 +6 +4#/definitions/io.k8s.api.scheduling.v1.PriorityClass +M +202F +D +Accepted8 +6 +4#/definitions/io.k8s.api.scheduling.v1.PriorityClass + +401 + + UnauthorizedRhttpsj^ +x-kubernetes-group-version-kind;9group: scheduling.k8s.io +kind: PriorityClass +version: v1 +j +x-kubernetes-actionpost +*, + scheduling_v1"delete collection of PriorityClass*)deleteSchedulingV1CollectionPriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +j^ +x-kubernetes-group-version-kind;9group: scheduling.k8s.io +kind: PriorityClass +version: v1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/apis/storage.k8s.io/ +storageget information of a group*getStorageAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps( +7/apis/storage.k8s.io/v1beta1/watch/csistoragecapacities' +storage_v1beta1~watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead.*9watchStorageV1beta1CSIStorageCapacityListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsje +x-kubernetes-group-version-kindB@kind: CSIStorageCapacity +version: v1beta1 +group: storage.k8s.io +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +6/apis/apps/v1/watch/namespaces/{namespace}/replicasets( +apps_v1vwatch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.*#watchAppsV1NamespacedReplicaSetList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jN +x-kubernetes-group-version-kind+)group: apps +kind: ReplicaSet +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean + +0/apis/authentication.k8s.io/v1beta1/tokenreviews +" +authentication_v1beta1create a TokenReview*&createAuthenticationV1beta1TokenReview2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BQ +O +Mbodybody *= +;#/definitions/io.k8s.api.authentication.v1beta1.TokenReviewJ +N +200G +E +OK? += +;#/definitions/io.k8s.api.authentication.v1beta1.TokenReview +S +201L +J +Created? += +;#/definitions/io.k8s.api.authentication.v1beta1.TokenReview +T +202M +K +Accepted? += +;#/definitions/io.k8s.api.authentication.v1beta1.TokenReview + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +je +x-kubernetes-group-version-kindB@group: authentication.k8s.io +kind: TokenReview +version: v1beta1 +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string] +;/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses]& + networking_v1%list or watch objects of kind Ingress*!listNetworkingV1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ` + +401 + + Unauthorized +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.networking.v1.IngressListRhttpsj +x-kubernetes-actionlist +jX +x-kubernetes-group-version-kind53group: networking.k8s.io +kind: Ingress +version: v1 +" + networking_v1create an Ingress*#createNetworkingV1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BD +B +@bodybody *0 +.#/definitions/io.k8s.api.networking.v1.IngressB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.networking.v1.Ingress +F +201? += +Created2 +0 +.#/definitions/io.k8s.api.networking.v1.Ingress +G +202@ +> +Accepted2 +0 +.#/definitions/io.k8s.api.networking.v1.Ingress + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jX +x-kubernetes-group-version-kind53group: networking.k8s.io +kind: Ingress +version: v1 +*, + networking_v1delete collection of Ingress*-deleteNetworkingV1CollectionNamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jX +x-kubernetes-group-version-kind53group: networking.k8s.io +kind: Ingress +version: v1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +E/apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions/{name}( +internalApiserver_v1alpha1watch changes to an object of kind StorageVersion. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*,watchInternalApiserverV1alpha1StorageVersion2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jm +x-kubernetes-group-version-kindJHgroup: internal.apiserver.k8s.io +kind: StorageVersion +version: v1alpha1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ; +97"5pathname of the StorageVersion"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +./apis/rbac.authorization.k8s.io/v1/watch/roles' +rbacAuthorization_v1pwatch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.*0watchRbacAuthorizationV1RoleListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j] +x-kubernetes-group-version-kind:8group: rbac.authorization.k8s.io +kind: Role +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +//api/v1/namespaces/{namespace}/pods/{name}/exec  +core_v1#connect GET requests to exec of Pod*!connectCoreV1GetNamespacedPodExec2*/*:*/*J7 + +401 + + Unauthorized + +200 + +OK +  +stringRhttpsjP +x-kubernetes-group-version-kind-+version: v1 +group: "" +kind: PodExecOptions +j! +x-kubernetes-action +connect +" +core_v1$connect POST requests to exec of Pod*"connectCoreV1PostNamespacedPodExec2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjP +x-kubernetes-group-version-kind-+group: "" +kind: PodExecOptions +version: v1 +j! +x-kubernetes-action +connect +Ju +sqoqueryRCommand is the remote command to execute. argv array. Not executed within a shell."command2stringJ +querypContainer in which to execute the command. Defaults to only container if there is only one container in the pod." container2stringJ; +97"5pathname of the PodExecOptions"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJq +omkqueryNRedirect the standard error stream of the pod for this call. Defaults to true."stderr2booleanJq +omkqueryORedirect the standard input stream of the pod for this call. Defaults to false."stdin2booleanJr +pnlqueryORedirect the standard output stream of the pod for this call. Defaults to true."stdout2booleanJx +vtrqueryXTTY if true indicates that a tty will be allocated for the exec call. Defaults to false."tty2boolean& +/api/v1/services& +core_v1%list or watch objects of kind Service*!listCoreV1ServiceForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*JZ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.core.v1.ServiceList + +401 + + UnauthorizedRhttpsjI +x-kubernetes-group-version-kind&$group: "" +kind: Service +version: v1 +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIVersions + +401 + + UnauthorizedRhttps) +@/apis/events.k8s.io/v1beta1/namespaces/{namespace}/events/{name}) +events_v1beta1read the specified Event* readEventsV1beta1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.events.v1beta1.Event + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: events.k8s.io +kind: Event +version: v1beta1 +j +x-kubernetes-actionget + +events_v1beta1replace the specified Event*#replaceEventsV1beta1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BC +A +?bodybody */ +-#/definitions/io.k8s.api.events.v1beta1.EventB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.events.v1beta1.Event +E +201> +< +Created1 +/ +-#/definitions/io.k8s.api.events.v1beta1.Event + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: events.k8s.io +kind: Event +version: v1beta1 +j +x-kubernetes-actionput +* +events_v1beta1delete an Event*"deleteEventsV1beta1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: events.k8s.io +kind: Event +version: v1beta1 +j +x-kubernetes-action delete +B +events_v1beta1$partially update the specified Event*!patchEventsV1beta1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.events.v1beta1.Event + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jW +x-kubernetes-group-version-kind42group: events.k8s.io +kind: Event +version: v1beta1 +J2 +0.",pathname of the Event"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +T/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations/{name}/status +flowcontrolApiserver_v1beta17read status of the specified PriorityLevelConfiguration*?readFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ju +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfiguration + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j{ +x-kubernetes-group-version-kindXVkind: PriorityLevelConfiguration +version: v1beta1 +group: flowcontrol.apiserver.k8s.io + + +flowcontrolApiserver_v1beta1:replace status of the specified PriorityLevelConfiguration*BreplaceFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B] +[ +Ybodybody *I +G#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfiguration +_ +201X +V +CreatedK +I +G#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationRhttpsj{ +x-kubernetes-group-version-kindXVkind: PriorityLevelConfiguration +version: v1beta1 +group: flowcontrol.apiserver.k8s.io +j +x-kubernetes-actionput +B +flowcontrolApiserver_v1beta1Cpartially update status of the specified PriorityLevelConfiguration*@patchFlowcontrolApiserverV1beta1PriorityLevelConfigurationStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJu + +401 + + Unauthorized +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationRhttpsj{ +x-kubernetes-group-version-kindXVversion: v1beta1 +group: flowcontrol.apiserver.k8s.io +kind: PriorityLevelConfiguration +j +x-kubernetes-actionpatch +JG +EC"Apath&name of the PriorityLevelConfiguration"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +"/apis/coordination.k8s.io/v1beta1/ +coordination_v1beta1get available resources*"getCoordinationV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps) +0/apis/networking.k8s.io/v1/ingressclasses/{name}) + networking_v1read the specified IngressClass*readNetworkingV1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ja +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.networking.v1.IngressClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: IngressClass +version: v1 + + networking_v1"replace the specified IngressClass*replaceNetworkingV1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.networking.v1.IngressClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.networking.v1.IngressClass +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.networking.v1.IngressClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: IngressClass +version: v1 +* + networking_v1delete an IngressClass*deleteNetworkingV1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: IngressClass +version: v1 +B + networking_v1+partially update the specified IngressClass*patchNetworkingV1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJa +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.networking.v1.IngressClass + +401 + + UnauthorizedRhttpsj] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: IngressClass +version: v1 +j +x-kubernetes-actionpatch +J9 +75"3pathname of the IngressClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +5/apis/networking.k8s.io/v1beta1/ingressclasses/{name}) +networking_v1beta1read the specified IngressClass*!readNetworkingV1beta1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jf +K +200D +B +OK< +: +8#/definitions/io.k8s.api.networking.v1beta1.IngressClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jb +x-kubernetes-group-version-kind?=kind: IngressClass +version: v1beta1 +group: networking.k8s.io + +networking_v1beta1"replace the specified IngressClass*$replaceNetworkingV1beta1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BN +L +Jbodybody *: +8#/definitions/io.k8s.api.networking.v1beta1.IngressClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +K +200D +B +OK< +: +8#/definitions/io.k8s.api.networking.v1beta1.IngressClass +P +201I +G +Created< +: +8#/definitions/io.k8s.api.networking.v1beta1.IngressClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jb +x-kubernetes-group-version-kind?=group: networking.k8s.io +kind: IngressClass +version: v1beta1 +* +networking_v1beta1delete an IngressClass*#deleteNetworkingV1beta1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +jb +x-kubernetes-group-version-kind?=group: networking.k8s.io +kind: IngressClass +version: v1beta1 +B +networking_v1beta1+partially update the specified IngressClass*"patchNetworkingV1beta1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJf +K +200D +B +OK< +: +8#/definitions/io.k8s.api.networking.v1beta1.IngressClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jb +x-kubernetes-group-version-kind?=group: networking.k8s.io +kind: IngressClass +version: v1beta1 +J9 +75"3pathname of the IngressClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string] +'/apis/storage.k8s.io/v1beta1/csidrivers\& +storage_v1beta1'list or watch objects of kind CSIDriver*listStorageV1beta1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJd +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.storage.v1beta1.CSIDriverList + +401 + + UnauthorizedRhttpsj\ +x-kubernetes-group-version-kind97group: storage.k8s.io +kind: CSIDriver +version: v1beta1 +j +x-kubernetes-actionlist +" +storage_v1beta1create a CSIDriver*createStorageV1beta1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BH +F +Dbodybody *4 +2#/definitions/io.k8s.api.storage.v1beta1.CSIDriverB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.storage.v1beta1.CSIDriver +J +201C +A +Created6 +4 +2#/definitions/io.k8s.api.storage.v1beta1.CSIDriver +K +202D +B +Accepted6 +4 +2#/definitions/io.k8s.api.storage.v1beta1.CSIDriverRhttpsj +x-kubernetes-actionpost +j\ +x-kubernetes-group-version-kind97group: storage.k8s.io +kind: CSIDriver +version: v1beta1 +*, +storage_v1beta1delete collection of CSIDriver*'deleteStorageV1beta1CollectionCSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +j\ +x-kubernetes-group-version-kind97group: storage.k8s.io +kind: CSIDriver +version: v1beta1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +3/api/v1/watch/namespaces/{namespace}/secrets/{name}( +core_v1watch changes to an object of kind Secret. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchCoreV1NamespacedSecret2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jH +x-kubernetes-group-version-kind%#group: "" +kind: Secret +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ3 +1/"-pathname of the Secret"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean. +Q/apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations/{name}- +admissionregistration_v1beta11read the specified ValidatingWebhookConfiguration*>readAdmissionregistrationV1beta1ValidatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J +h +200a +_ +OKY +W +U#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j +x-kubernetes-group-version-kind\Zgroup: admissionregistration.k8s.io +kind: ValidatingWebhookConfiguration +version: v1beta1 + + +admissionregistration_v1beta14replace the specified ValidatingWebhookConfiguration*AreplaceAdmissionregistrationV1beta1ValidatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bk +i +gbodybody *W +U#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +h +200a +_ +OKY +W +U#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration +m +201f +d +CreatedY +W +U#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration + +401 + + UnauthorizedRhttpsj +x-kubernetes-group-version-kind\Zgroup: admissionregistration.k8s.io +kind: ValidatingWebhookConfiguration +version: v1beta1 +j +x-kubernetes-actionput +* +admissionregistration_v1beta1'delete a ValidatingWebhookConfiguration*@deleteAdmissionregistrationV1beta1ValidatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-group-version-kind\Zgroup: admissionregistration.k8s.io +kind: ValidatingWebhookConfiguration +version: v1beta1 +j +x-kubernetes-action delete +B +admissionregistration_v1beta1=partially update the specified ValidatingWebhookConfiguration*?patchAdmissionregistrationV1beta1ValidatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ + +401 + + Unauthorized +h +200a +_ +OKY +W +U#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationRhttpsj +x-kubernetes-actionpatch +j +x-kubernetes-group-version-kind\Zgroup: admissionregistration.k8s.io +kind: ValidatingWebhookConfiguration +version: v1beta1 +JK +IG"Epath*name of the ValidatingWebhookConfiguration"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string& +/apis/apps/v1/replicasets& +apps_v1(list or watch objects of kind ReplicaSet*$listAppsV1ReplicaSetForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J] +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.apps.v1.ReplicaSetList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jN +x-kubernetes-group-version-kind+)group: apps +kind: ReplicaSet +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean- +M/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations/{name}, +flowcontrolApiserver_v1beta1-read the specified PriorityLevelConfiguration*9readFlowcontrolApiserverV1beta1PriorityLevelConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ju +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfiguration + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j{ +x-kubernetes-group-version-kindXVgroup: flowcontrol.apiserver.k8s.io +kind: PriorityLevelConfiguration +version: v1beta1 + +flowcontrolApiserver_v1beta10replace the specified PriorityLevelConfiguration* +<bodybody *, +*#/definitions/io.k8s.api.apps.v1.DaemonSetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.apps.v1.DaemonSet +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.apps.v1.DaemonSet + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jM +x-kubernetes-group-version-kind*(kind: DaemonSet +version: v1 +group: apps +* +apps_v1delete a DaemonSet*deleteAppsV1NamespacedDaemonSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jM +x-kubernetes-group-version-kind*(group: apps +kind: DaemonSet +version: v1 +B +apps_v1(partially update the specified DaemonSet*patchAppsV1NamespacedDaemonSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJX += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.apps.v1.DaemonSet + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jM +x-kubernetes-group-version-kind*(version: v1 +group: apps +kind: DaemonSet +J6 +42"0pathname of the DaemonSet"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/apis/events.k8s.io/ +eventsget information of a group*getEventsAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps( +3/apis/storage.k8s.io/v1/watch/storageclasses/{name}( + +storage_v1watch changes to an object of kind StorageClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchStorageV1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jZ +x-kubernetes-group-version-kind75group: storage.k8s.io +kind: StorageClass +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ9 +75"3pathname of the StorageClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/storage.k8s.io/v1beta1/ +storage_v1beta1get available resources*getStorageV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps) +5/apis/policy/v1beta1/watch/podsecuritypolicies/{name}( +policy_v1beta1watch changes to an object of kind PodSecurityPolicy. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*#watchPolicyV1beta1PodSecurityPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj +x-kubernetes-actionwatch +j\ +x-kubernetes-group-version-kind97kind: PodSecurityPolicy +version: v1beta1 +group: policy +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ> +<:"8pathname of the PodSecurityPolicy"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +'/apis/storage.k8s.io/v1/csinodes/{name}' + +storage_v1read the specified CSINode*readStorageV1CSINode2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.storage.v1.CSINode + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jU +x-kubernetes-group-version-kind20group: storage.k8s.io +kind: CSINode +version: v1 + + +storage_v1replace the specified CSINode*replaceStorageV1CSINode2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BA +? +=bodybody *- ++#/definitions/io.k8s.api.storage.v1.CSINodeB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.storage.v1.CSINode + +401 + + Unauthorized +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.storage.v1.CSINodeRhttpsjU +x-kubernetes-group-version-kind20group: storage.k8s.io +kind: CSINode +version: v1 +j +x-kubernetes-actionput +* + +storage_v1delete a CSINode*deleteStorageV1CSINode2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.storage.v1.CSINode +D +202= +; +Accepted/ +- ++#/definitions/io.k8s.api.storage.v1.CSINode + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jU +x-kubernetes-group-version-kind20kind: CSINode +version: v1 +group: storage.k8s.io +B + +storage_v1&partially update the specified CSINode*patchStorageV1CSINode2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJY + +401 + + Unauthorized +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.storage.v1.CSINodeRhttpsjU +x-kubernetes-group-version-kind20group: storage.k8s.io +kind: CSINode +version: v1 +j +x-kubernetes-actionpatch +J4 +20".pathname of the CSINode"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +-/apis/storage.k8s.io/v1/watch/csinodes/{name}( + +storage_v1watch changes to an object of kind CSINode. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchStorageV1CSINode2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jU +x-kubernetes-group-version-kind20group: storage.k8s.io +kind: CSINode +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ4 +20".pathname of the CSINode"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +)/apis/node.k8s.io/v1/watch/runtimeclasses' +node_v1xwatch individual changes to a list of RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead.*watchNodeV1RuntimeClassList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jW +x-kubernetes-group-version-kind42group: node.k8s.io +kind: RuntimeClass +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean^ +;/apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets^& + policy_v11list or watch objects of kind PodDisruptionBudget*)listPolicyV1NamespacedPodDisruptionBudget2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJh +M +200F +D +OK> +< +:#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jY +x-kubernetes-group-version-kind64group: policy +kind: PodDisruptionBudget +version: v1 +" + policy_v1create a PodDisruptionBudget*+createPolicyV1NamespacedPodDisruptionBudget2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BL +J +Hbodybody *8 +6#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget +N +201G +E +Created: +8 +6#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget +O +202H +F +Accepted: +8 +6#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jY +x-kubernetes-group-version-kind64group: policy +kind: PodDisruptionBudget +version: v1 +*, + policy_v1(delete collection of PodDisruptionBudget*5deletePolicyV1CollectionNamespacedPodDisruptionBudget2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjY +x-kubernetes-group-version-kind64group: policy +kind: PodDisruptionBudget +version: v1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string[ + /api/v1/nodes[% +core_v1"list or watch objects of kind Node*listCoreV1Node2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJW +< +2005 +3 +OK- ++ +)#/definitions/io.k8s.api.core.v1.NodeList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jF +x-kubernetes-group-version-kind#!version: v1 +group: "" +kind: Node +" +core_v1 create a Node*createCoreV1Node2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B; +9 +7bodybody *' +%#/definitions/io.k8s.api.core.v1.NodeB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ += +2016 +4 +Created) +' +%#/definitions/io.k8s.api.core.v1.Node +> +2027 +5 +Accepted) +' +%#/definitions/io.k8s.api.core.v1.Node + +401 + + Unauthorized +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.core.v1.NodeRhttpsj +x-kubernetes-actionpost +jF +x-kubernetes-group-version-kind#!version: v1 +group: "" +kind: Node +*, +core_v1delete collection of Node*deleteCoreV1CollectionNode2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jF +x-kubernetes-group-version-kind#!group: "" +kind: Node +version: v1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +;/api/v1/watch/namespaces/{namespace}/serviceaccounts/{name}) +core_v1watch changes to an object of kind ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*#watchCoreV1NamespacedServiceAccount2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjP +x-kubernetes-group-version-kind-+version: v1 +group: "" +kind: ServiceAccount +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ; +97"5pathname of the ServiceAccount"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean& +/apis/apps/v1/daemonsets& +apps_v1'list or watch objects of kind DaemonSet*#listAppsV1DaemonSetForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J\ + +401 + + Unauthorized +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.apps.v1.DaemonSetListRhttpsjM +x-kubernetes-group-version-kind*(group: apps +kind: DaemonSet +version: v1 +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +<":pathname of the PodDisruptionBudget"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/apis/authorization.k8s.io/ + authorizationget information of a group*getAuthorizationAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps + /apis/batch/ +batchget information of a group*getBatchAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps( +>/apis/internal.apiserver.k8s.io/v1alpha1/watch/storageversions' +internalApiserver_v1alpha1zwatch individual changes to a list of StorageVersion. deprecated: use the 'watch' parameter with a list operation instead.*0watchInternalApiserverV1alpha1StorageVersionList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jm +x-kubernetes-group-version-kindJHgroup: internal.apiserver.k8s.io +kind: StorageVersion +version: v1alpha1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +;/apis/rbac.authorization.k8s.io/v1alpha1/watch/rolebindings( +rbacAuthorization_v1alpha1wwatch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.*=watchRbacAuthorizationV1alpha1RoleBindingListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: RoleBinding +version: v1alpha1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean_ +K/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/rolebindings^& +rbacAuthorization_v1beta1)list or watch objects of kind RoleBinding*1listRbacAuthorizationV1beta1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJc +H +200A +? +OK9 +7 +5#/definitions/io.k8s.api.rbac.v1beta1.RoleBindingList + +401 + + UnauthorizedRhttpsji +x-kubernetes-group-version-kindFDgroup: rbac.authorization.k8s.io +kind: RoleBinding +version: v1beta1 +j +x-kubernetes-actionlist +" +rbacAuthorization_v1beta1create a RoleBinding*3createRbacAuthorizationV1beta1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BG +E +Cbodybody *3 +1#/definitions/io.k8s.api.rbac.v1beta1.RoleBindingB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.RoleBinding +I +201B +@ +Created5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.RoleBinding +J +202C +A +Accepted5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.RoleBinding + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +ji +x-kubernetes-group-version-kindFDgroup: rbac.authorization.k8s.io +kind: RoleBinding +version: v1beta1 +*- +rbacAuthorization_v1beta1 delete collection of RoleBinding*=deleteRbacAuthorizationV1beta1CollectionNamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +ji +x-kubernetes-group-version-kindFDgroup: rbac.authorization.k8s.io +kind: RoleBinding +version: v1beta1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +6/api/v1/namespaces/{namespace}/pods/{name}/portforward +core_v1*connect GET requests to portforward of Pod*(connectCoreV1GetNamespacedPodPortforward2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: "" +kind: PodPortForwardOptions +version: v1 +j! +x-kubernetes-action +connect +" +core_v1+connect POST requests to portforward of Pod*)connectCoreV1PostNamespacedPodPortforward2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42version: v1 +group: "" +kind: PodPortForwardOptions +j! +x-kubernetes-action +connect +JB +@>"<path!name of the PodPortForwardOptions"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJY +WUSquery7List of ports to forward Required when using WebSockets"ports2integer( +6/apis/apiregistration.k8s.io/v1beta1/watch/apiservices' +apiregistration_v1beta1vwatch individual changes to a list of APIService. deprecated: use the 'watch' parameter with a list operation instead.*)watchApiregistrationV1beta1APIServiceList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +je +x-kubernetes-group-version-kindB@group: apiregistration.k8s.io +version: v1beta1 +kind: APIService +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +>/apis/apps/v1/namespaces/{namespace}/deployments/{name}/status +apps_v1'read status of the specified Deployment*$readAppsV1NamespacedDeploymentStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jN +x-kubernetes-group-version-kind+)group: apps +kind: Deployment +version: v1 + +apps_v1*replace status of the specified Deployment*'replaceAppsV1NamespacedDeploymentStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BA +? +=bodybody *- ++#/definitions/io.k8s.api.apps.v1.DeploymentB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jN +x-kubernetes-group-version-kind+)group: apps +kind: Deployment +version: v1 +B +apps_v13partially update status of the specified Deployment*%patchAppsV1NamespacedDeploymentStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)group: apps +kind: Deployment +version: v1 +j +x-kubernetes-actionpatch +J7 +53"1pathname of the Deployment"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/apis/storage.k8s.io/v1/ + +storage_v1get available resources*getStorageV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps) +H/apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings/{name}( +rbacAuthorization_v1beta1watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*/watchRbacAuthorizationV1beta1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjp +x-kubernetes-group-version-kindMKgroup: rbac.authorization.k8s.io +kind: ClusterRoleBinding +version: v1beta1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ? +=;"9pathname of the ClusterRoleBinding"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +5/api/v1/namespaces/{namespace}/services/{name}/status +core_v1$read status of the specified Service*!readCoreV1NamespacedServiceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JV +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.core.v1.Service + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jI +x-kubernetes-group-version-kind&$group: "" +kind: Service +version: v1 + +core_v1'replace status of the specified Service*$replaceCoreV1NamespacedServiceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B> +< +:bodybody ** +(#/definitions/io.k8s.api.core.v1.ServiceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.core.v1.Service +@ +2019 +7 +Created, +* +(#/definitions/io.k8s.api.core.v1.Service + +401 + + UnauthorizedRhttpsjI +x-kubernetes-group-version-kind&$group: "" +kind: Service +version: v1 +j +x-kubernetes-actionput +B +core_v10partially update status of the specified Service*"patchCoreV1NamespacedServiceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJV +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.core.v1.Service + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jI +x-kubernetes-group-version-kind&$version: v1 +group: "" +kind: Service +J4 +20".pathname of the Service"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +O/apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers( +autoscaling_v2beta1watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.* +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.core.v1.SecretList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jH +x-kubernetes-group-version-kind%#version: v1 +group: "" +kind: Secret +" +core_v1create a Secret*createCoreV1NamespacedSecret2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B= +; +9bodybody *) +'#/definitions/io.k8s.api.core.v1.SecretB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +: +2003 +1 +OK+ +) +'#/definitions/io.k8s.api.core.v1.Secret +? +2018 +6 +Created+ +) +'#/definitions/io.k8s.api.core.v1.Secret +@ +2029 +7 +Accepted+ +) +'#/definitions/io.k8s.api.core.v1.Secret + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jH +x-kubernetes-group-version-kind%#group: "" +kind: Secret +version: v1 +*, +core_v1delete collection of Secret*&deleteCoreV1CollectionNamespacedSecret2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj* +x-kubernetes-actiondeletecollection +jH +x-kubernetes-group-version-kind%#group: "" +kind: Secret +version: v1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/api/v1/watch/secrets' +core_v1rwatch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead.*%watchCoreV1SecretListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsjH +x-kubernetes-group-version-kind%#group: "" +kind: Secret +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +F/apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events/{name}) +events_v1beta1watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*!watchEventsV1beta1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: events.k8s.io +kind: Event +version: v1beta1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ2 +0.",pathname of the Event"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean\ +"/apis/storage.k8s.io/v1/csidrivers\& + +storage_v1'list or watch objects of kind CSIDriver*listStorageV1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ_ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.storage.v1.CSIDriverList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jW +x-kubernetes-group-version-kind42group: storage.k8s.io +kind: CSIDriver +version: v1 +" + +storage_v1create a CSIDriver*createStorageV1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BC +A +?bodybody */ +-#/definitions/io.k8s.api.storage.v1.CSIDriverB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.storage.v1.CSIDriver +E +201> +< +Created1 +/ +-#/definitions/io.k8s.api.storage.v1.CSIDriver +F +202? += +Accepted1 +/ +-#/definitions/io.k8s.api.storage.v1.CSIDriver + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: storage.k8s.io +kind: CSIDriver +version: v1 +j +x-kubernetes-actionpost +*, + +storage_v1delete collection of CSIDriver*"deleteStorageV1CollectionCSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jW +x-kubernetes-group-version-kind42group: storage.k8s.io +kind: CSIDriver +version: v1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +4/apis/storage.k8s.io/v1beta1/watch/csidrivers/{name}( +storage_v1beta1watch changes to an object of kind CSIDriver. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchStorageV1beta1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +j\ +x-kubernetes-group-version-kind97group: storage.k8s.io +kind: CSIDriver +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ6 +42"0pathname of the CSIDriver"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +&/api/v1/watch/persistentvolumes/{name}( +core_v1watch changes to an object of kind PersistentVolume. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchCoreV1PersistentVolume2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jR +x-kubernetes-group-version-kind/-group: "" +kind: PersistentVolume +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ= +;9"7pathname of the PersistentVolume"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/coordination.k8s.io/v1/ +coordination_v1get available resources*getCoordinationV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps* +@/apis/extensions/v1beta1/namespaces/{namespace}/ingresses/{name}) +extensions_v1beta1read the specified Ingress*&readExtensionsV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ja +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.extensions.v1beta1.Ingress + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jV +x-kubernetes-group-version-kind31group: extensions +kind: Ingress +version: v1beta1 + +extensions_v1beta1replace the specified Ingress*)replaceExtensionsV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.extensions.v1beta1.IngressB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.extensions.v1beta1.Ingress +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.extensions.v1beta1.Ingress + +401 + + UnauthorizedRhttpsjV +x-kubernetes-group-version-kind31group: extensions +kind: Ingress +version: v1beta1 +j +x-kubernetes-actionput +* +extensions_v1beta1delete an Ingress*(deleteExtensionsV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jV +x-kubernetes-group-version-kind31group: extensions +kind: Ingress +version: v1beta1 +B +extensions_v1beta1&partially update the specified Ingress*'patchExtensionsV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJa +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.extensions.v1beta1.Ingress + +401 + + UnauthorizedRhttpsjV +x-kubernetes-group-version-kind31group: extensions +kind: Ingress +version: v1beta1 +j +x-kubernetes-actionpatch +J4 +20".pathname of the Ingress"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string] +(/apis/policy/v1beta1/podsecuritypolicies]& +policy_v1beta1/list or watch objects of kind PodSecurityPolicy*"listPolicyV1beta1PodSecurityPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJk +P +200I +G +OKA +? +=#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicyList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j\ +x-kubernetes-group-version-kind97group: policy +kind: PodSecurityPolicy +version: v1beta1 +" +policy_v1beta1create a PodSecurityPolicy*$createPolicyV1beta1PodSecurityPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BO +M +Kbodybody *; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicyB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicy +Q +201J +H +Created= +; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicy +R +202K +I +Accepted= +; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicyRhttpsj +x-kubernetes-actionpost +j\ +x-kubernetes-group-version-kind97kind: PodSecurityPolicy +version: v1beta1 +group: policy +*, +policy_v1beta1&delete collection of PodSecurityPolicy*.deletePolicyV1beta1CollectionPodSecurityPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +j\ +x-kubernetes-group-version-kind97kind: PodSecurityPolicy +version: v1beta1 +group: policy +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string^ +5/apis/rbac.authorization.k8s.io/v1alpha1/clusterroles]& +rbacAuthorization_v1alpha1)list or watch objects of kind ClusterRole*(listRbacAuthorizationV1alpha1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJd +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRoleList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1alpha1 +" +rbacAuthorization_v1alpha1create a ClusterRole**createRbacAuthorizationV1alpha1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BH +F +Dbodybody *4 +2#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRole +J +201C +A +Created6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRole +K +202D +B +Accepted6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRole + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1alpha1 +*- +rbacAuthorization_v1alpha1 delete collection of ClusterRole*4deleteRbacAuthorizationV1alpha1CollectionClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1alpha1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string +B/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/scale +core_v11read scale of the specified ReplicationController*.readCoreV1NamespacedReplicationControllerScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jP +x-kubernetes-group-version-kind-+version: v1 +group: autoscaling +kind: Scale + +core_v14replace scale of the specified ReplicationController*1replaceCoreV1NamespacedReplicationControllerScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BC +A +?bodybody */ +-#/definitions/io.k8s.api.autoscaling.v1.ScaleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale +E +201> +< +Created1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.ScaleRhttpsjP +x-kubernetes-group-version-kind-+group: autoscaling +kind: Scale +version: v1 +j +x-kubernetes-actionput +B +core_v1=partially update scale of the specified ReplicationController*/patchCoreV1NamespacedReplicationControllerScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jP +x-kubernetes-group-version-kind-+group: autoscaling +kind: Scale +version: v1 +J2 +0.",pathname of the Scale"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +=/apis/apps/v1/namespaces/{namespace}/deployments/{name}/scale +apps_v1&read scale of the specified Deployment*#readAppsV1NamespacedDeploymentScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jP +x-kubernetes-group-version-kind-+version: v1 +group: autoscaling +kind: Scale + +apps_v1)replace scale of the specified Deployment*&replaceAppsV1NamespacedDeploymentScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BC +A +?bodybody */ +-#/definitions/io.k8s.api.autoscaling.v1.ScaleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale +E +201> +< +Created1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jP +x-kubernetes-group-version-kind-+group: autoscaling +kind: Scale +version: v1 +B +apps_v12partially update scale of the specified Deployment*$patchAppsV1NamespacedDeploymentScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale + +401 + + UnauthorizedRhttpsjP +x-kubernetes-group-version-kind-+group: autoscaling +kind: Scale +version: v1 +j +x-kubernetes-actionpatch +J2 +0.",pathname of the Scale"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string+ +K/apis/discovery.k8s.io/v1beta1/namespaces/{namespace}/endpointslices/{name}* +discovery_v1beta1 read the specified EndpointSlice*+readDiscoveryV1beta1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jf +K +200D +B +OK< +: +8#/definitions/io.k8s.api.discovery.v1beta1.EndpointSlice + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jb +x-kubernetes-group-version-kind?=group: discovery.k8s.io +kind: EndpointSlice +version: v1beta1 + +discovery_v1beta1#replace the specified EndpointSlice*.replaceDiscoveryV1beta1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BN +L +Jbodybody *: +8#/definitions/io.k8s.api.discovery.v1beta1.EndpointSliceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +K +200D +B +OK< +: +8#/definitions/io.k8s.api.discovery.v1beta1.EndpointSlice +P +201I +G +Created< +: +8#/definitions/io.k8s.api.discovery.v1beta1.EndpointSlice + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jb +x-kubernetes-group-version-kind?=version: v1beta1 +group: discovery.k8s.io +kind: EndpointSlice +* +discovery_v1beta1delete an EndpointSlice*-deleteDiscoveryV1beta1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jb +x-kubernetes-group-version-kind?=group: discovery.k8s.io +kind: EndpointSlice +version: v1beta1 +B +discovery_v1beta1,partially update the specified EndpointSlice*,patchDiscoveryV1beta1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJf +K +200D +B +OK< +: +8#/definitions/io.k8s.api.discovery.v1beta1.EndpointSlice + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=kind: EndpointSlice +version: v1beta1 +group: discovery.k8s.io +j +x-kubernetes-actionpatch +J: +86"4pathname of the EndpointSlice"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +5/apis/apps/v1/watch/namespaces/{namespace}/daemonsets( +apps_v1uwatch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.*"watchAppsV1NamespacedDaemonSetList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jM +x-kubernetes-group-version-kind*(group: apps +kind: DaemonSet +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +;/apis/events.k8s.io/v1/namespaces/{namespace}/events/{name}( + events_v1read the specified Event*readEventsV1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JV +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.events.v1.Event + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jR +x-kubernetes-group-version-kind/-group: events.k8s.io +kind: Event +version: v1 + + events_v1replace the specified Event*replaceEventsV1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B> +< +:bodybody ** +(#/definitions/io.k8s.api.events.v1.EventB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.events.v1.Event +@ +2019 +7 +Created, +* +(#/definitions/io.k8s.api.events.v1.Event + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jR +x-kubernetes-group-version-kind/-group: events.k8s.io +kind: Event +version: v1 +* + events_v1delete an Event*deleteEventsV1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jR +x-kubernetes-group-version-kind/-group: events.k8s.io +kind: Event +version: v1 +B + events_v1$partially update the specified Event*patchEventsV1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJV +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.events.v1.Event + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jR +x-kubernetes-group-version-kind/-group: events.k8s.io +kind: Event +version: v1 +J2 +0.",pathname of the Event"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +F/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles/{name}) +rbacAuthorization_v1read the specified Role*%readRbacAuthorizationV1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JS +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.rbac.v1.Role + +401 + + UnauthorizedRhttpsj] +x-kubernetes-group-version-kind:8version: v1 +group: rbac.authorization.k8s.io +kind: Role +j +x-kubernetes-actionget + +rbacAuthorization_v1replace the specified Role*(replaceRbacAuthorizationV1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B; +9 +7bodybody *' +%#/definitions/io.k8s.api.rbac.v1.RoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.rbac.v1.Role += +2016 +4 +Created) +' +%#/definitions/io.k8s.api.rbac.v1.Role + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +j] +x-kubernetes-group-version-kind:8group: rbac.authorization.k8s.io +kind: Role +version: v1 +* +rbacAuthorization_v1 delete a Role*'deleteRbacAuthorizationV1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +j] +x-kubernetes-group-version-kind:8version: v1 +group: rbac.authorization.k8s.io +kind: Role +B +rbacAuthorization_v1#partially update the specified Role*&patchRbacAuthorizationV1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJS +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.rbac.v1.Role + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +j] +x-kubernetes-group-version-kind:8group: rbac.authorization.k8s.io +kind: Role +version: v1 +J1 +/-"+pathname of the Role"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string + +'/api/v1/namespaces/{namespace}/bindings +" +core_v1create a Binding*createCoreV1NamespacedBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B> +< +:bodybody ** +(#/definitions/io.k8s.api.core.v1.BindingJ +@ +2019 +7 +Created, +* +(#/definitions/io.k8s.api.core.v1.Binding +A +202: +8 +Accepted, +* +(#/definitions/io.k8s.api.core.v1.Binding + +401 + + Unauthorized +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.core.v1.BindingRhttpsj +x-kubernetes-actionpost +jI +x-kubernetes-group-version-kind&$version: v1 +group: "" +kind: Binding +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +7/api/v1/watch/namespaces/{namespace}/limitranges/{name}) +core_v1watch changes to an object of kind LimitRange. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchCoreV1NamespacedLimitRange2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jL +x-kubernetes-group-version-kind)'kind: LimitRange +version: v1 +group: "" +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ7 +53"1pathname of the LimitRange"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +D/apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions/{name}( +apiextensions_v1watch changes to an object of kind CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*,watchApiextensionsV1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jl +x-kubernetes-group-version-kindIGgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJE +CA"?path$name of the CustomResourceDefinition"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean` +F/apis/flowcontrol.apiserver.k8s.io/v1beta1/prioritylevelconfigurations_' +flowcontrolApiserver_v1beta18list or watch objects of kind PriorityLevelConfiguration*9listFlowcontrolApiserverV1beta1PriorityLevelConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJy +^ +200W +U +OKO +M +K#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationList + +401 + + UnauthorizedRhttpsj{ +x-kubernetes-group-version-kindXVgroup: flowcontrol.apiserver.k8s.io +kind: PriorityLevelConfiguration +version: v1beta1 +j +x-kubernetes-actionlist +" + +flowcontrolApiserver_v1beta1#create a PriorityLevelConfiguration*;createFlowcontrolApiserverV1beta1PriorityLevelConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B] +[ +Ybodybody *I +G#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfiguration +_ +201X +V +CreatedK +I +G#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfiguration +` +202Y +W +AcceptedK +I +G#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfiguration + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +j{ +x-kubernetes-group-version-kindXVgroup: flowcontrol.apiserver.k8s.io +kind: PriorityLevelConfiguration +version: v1beta1 +*- +flowcontrolApiserver_v1beta1/delete collection of PriorityLevelConfiguration*EdeleteFlowcontrolApiserverV1beta1CollectionPriorityLevelConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj* +x-kubernetes-actiondeletecollection +j{ +x-kubernetes-group-version-kindXVgroup: flowcontrol.apiserver.k8s.io +kind: PriorityLevelConfiguration +version: v1beta1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +K/apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/roles( +rbacAuthorization_v1alpha1pwatch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.*0watchRbacAuthorizationV1alpha1NamespacedRoleList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjc +x-kubernetes-group-version-kind@>group: rbac.authorization.k8s.io +kind: Role +version: v1alpha1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +)/apis/storage.k8s.io/v1/volumeattachments]& + +storage_v1.list or watch objects of kind VolumeAttachment*listStorageV1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJf +K +200D +B +OK< +: +8#/definitions/io.k8s.api.storage.v1.VolumeAttachmentList + +401 + + UnauthorizedRhttpsj^ +x-kubernetes-group-version-kind;9group: storage.k8s.io +kind: VolumeAttachment +version: v1 +j +x-kubernetes-actionlist +" + +storage_v1create a VolumeAttachment*createStorageV1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BJ +H +Fbodybody *6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachmentB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment +L +201E +C +Created8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment +M +202F +D +Accepted8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +j^ +x-kubernetes-group-version-kind;9kind: VolumeAttachment +version: v1 +group: storage.k8s.io +*, + +storage_v1%delete collection of VolumeAttachment*)deleteStorageV1CollectionVolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +j^ +x-kubernetes-group-version-kind;9group: storage.k8s.io +kind: VolumeAttachment +version: v1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string +C/api/v1/namespaces/{namespace}/persistentvolumeclaims/{name}/status +core_v12read status of the specified PersistentVolumeClaim*/readCoreV1NamespacedPersistentVolumeClaimStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jd +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jW +x-kubernetes-group-version-kind42group: "" +kind: PersistentVolumeClaim +version: v1 + +core_v15replace status of the specified PersistentVolumeClaim*2replaceCoreV1NamespacedPersistentVolumeClaimStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BL +J +Hbodybody *8 +6#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim +N +201G +E +Created: +8 +6#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42version: v1 +group: "" +kind: PersistentVolumeClaim +j +x-kubernetes-actionput +B +core_v1>partially update status of the specified PersistentVolumeClaim*0patchCoreV1NamespacedPersistentVolumeClaimStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJd + +401 + + Unauthorized +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimRhttpsjW +x-kubernetes-group-version-kind42group: "" +kind: PersistentVolumeClaim +version: v1 +j +x-kubernetes-actionpatch +JB +@>"<path!name of the PersistentVolumeClaim"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +C/api/v1/namespaces/{namespace}/replicationcontrollers/{name}/status +core_v12read status of the specified ReplicationController*/readCoreV1NamespacedReplicationControllerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jd + +401 + + Unauthorized +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.core.v1.ReplicationControllerRhttpsj +x-kubernetes-actionget +jW +x-kubernetes-group-version-kind42group: "" +kind: ReplicationController +version: v1 + +core_v15replace status of the specified ReplicationController*2replaceCoreV1NamespacedReplicationControllerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BL +J +Hbodybody *8 +6#/definitions/io.k8s.api.core.v1.ReplicationControllerB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +N +201G +E +Created: +8 +6#/definitions/io.k8s.api.core.v1.ReplicationController + +401 + + Unauthorized +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.core.v1.ReplicationControllerRhttpsj +x-kubernetes-actionput +jW +x-kubernetes-group-version-kind42group: "" +kind: ReplicationController +version: v1 +B +core_v1>partially update status of the specified ReplicationController*0patchCoreV1NamespacedReplicationControllerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJd +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.core.v1.ReplicationController + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jW +x-kubernetes-group-version-kind42group: "" +kind: ReplicationController +version: v1 +JB +@>"<path!name of the ReplicationController"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +"/apis/batch/v1beta1/watch/cronjobs' + batch_v1beta1swatch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.*,watchBatchV1beta1CronJobListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jQ +x-kubernetes-group-version-kind.,group: batch +kind: CronJob +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' ++/apis/storage.k8s.io/v1beta1/watch/csinodes' +storage_v1beta1swatch individual changes to a list of CSINode. deprecated: use the 'watch' parameter with a list operation instead.*watchStorageV1beta1CSINodeList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jZ +x-kubernetes-group-version-kind75group: storage.k8s.io +kind: CSINode +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +U/apis/storage.k8s.io/v1beta1/watch/namespaces/{namespace}/csistoragecapacities/{name}) +storage_v1beta1watch changes to an object of kind CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*/watchStorageV1beta1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsje +x-kubernetes-group-version-kindB@version: v1beta1 +group: storage.k8s.io +kind: CSIStorageCapacity +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ? +=;"9pathname of the CSIStorageCapacity"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean_ +7/apis/certificates.k8s.io/v1/certificatesigningrequests^& +certificates_v17list or watch objects of kind CertificateSigningRequest*+listCertificatesV1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJt +Y +200R +P +OKJ +H +F#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestList + +401 + + UnauthorizedRhttpsjl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 +j +x-kubernetes-actionlist +" + +certificates_v1"create a CertificateSigningRequest*-createCertificatesV1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BX +V +Tbodybody *D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +[ +202T +R +AcceptedF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest + +401 + + Unauthorized +U +200N +L +OKF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest +Z +201S +Q +CreatedF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestRhttpsj +x-kubernetes-actionpost +jl +x-kubernetes-group-version-kindIGkind: CertificateSigningRequest +version: v1 +group: certificates.k8s.io +*- +certificates_v1.delete collection of CertificateSigningRequest*7deleteCertificatesV1CollectionCertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj* +x-kubernetes-actiondeletecollection +jl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string] +(/apis/node.k8s.io/v1beta1/runtimeclasses\& + node_v1beta1*list or watch objects of kind RuntimeClass*listNodeV1beta1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJd +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.node.v1beta1.RuntimeClassList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j\ +x-kubernetes-group-version-kind97group: node.k8s.io +kind: RuntimeClass +version: v1beta1 +" + node_v1beta1create a RuntimeClass*createNodeV1beta1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BH +F +Dbodybody *4 +2#/definitions/io.k8s.api.node.v1beta1.RuntimeClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +K +202D +B +Accepted6 +4 +2#/definitions/io.k8s.api.node.v1beta1.RuntimeClass + +401 + + Unauthorized +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.node.v1beta1.RuntimeClass +J +201C +A +Created6 +4 +2#/definitions/io.k8s.api.node.v1beta1.RuntimeClassRhttpsj\ +x-kubernetes-group-version-kind97group: node.k8s.io +kind: RuntimeClass +version: v1beta1 +j +x-kubernetes-actionpost +*, + node_v1beta1!delete collection of RuntimeClass*'deleteNodeV1beta1CollectionRuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +j\ +x-kubernetes-group-version-kind97group: node.k8s.io +kind: RuntimeClass +version: v1beta1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +3/apis/rbac.authorization.k8s.io/v1beta1/watch/roles' +rbacAuthorization_v1beta1pwatch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.*5watchRbacAuthorizationV1beta1RoleListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=group: rbac.authorization.k8s.io +kind: Role +version: v1beta1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +#/apis/rbac.authorization.k8s.io/v1/ +rbacAuthorization_v1get available resources*"getRbacAuthorizationV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps* +6/apis/storage.k8s.io/v1alpha1/volumeattachments/{name}* +storage_v1alpha1#read the specified VolumeAttachment*#readStorageV1alpha1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jh +M +200F +D +OK> +< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jd +x-kubernetes-group-version-kindA?group: storage.k8s.io +kind: VolumeAttachment +version: v1alpha1 + +storage_v1alpha1&replace the specified VolumeAttachment*&replaceStorageV1alpha1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BP +N +Lbodybody *< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +R +201K +I +Created> +< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachment + +401 + + Unauthorized +M +200F +D +OK> +< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentRhttpsjd +x-kubernetes-group-version-kindA?group: storage.k8s.io +kind: VolumeAttachment +version: v1alpha1 +j +x-kubernetes-actionput +* +storage_v1alpha1delete a VolumeAttachment*%deleteStorageV1alpha1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +S +202L +J +Accepted> +< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachment + +401 + + Unauthorized +M +200F +D +OK> +< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentRhttpsj +x-kubernetes-action delete +jd +x-kubernetes-group-version-kindA?group: storage.k8s.io +kind: VolumeAttachment +version: v1alpha1 +B +storage_v1alpha1/partially update the specified VolumeAttachment*$patchStorageV1alpha1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJh + +401 + + Unauthorized +M +200F +D +OK> +< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentRhttpsj +x-kubernetes-actionpatch +jd +x-kubernetes-group-version-kindA?version: v1alpha1 +group: storage.k8s.io +kind: VolumeAttachment +J= +;9"7pathname of the VolumeAttachment"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string_ +H/apis/storage.k8s.io/v1beta1/namespaces/{namespace}/csistoragecapacities^& +storage_v1beta10list or watch objects of kind CSIStorageCapacity*.listStorageV1beta1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJm +R +200K +I +OKC +A +?#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacityList + +401 + + UnauthorizedRhttpsje +x-kubernetes-group-version-kindB@group: storage.k8s.io +kind: CSIStorageCapacity +version: v1beta1 +j +x-kubernetes-actionlist +" +storage_v1beta1create a CSIStorageCapacity*0createStorageV1beta1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BQ +O +Mbodybody *= +;#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacityB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +T +202M +K +Accepted? += +;#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacity + +401 + + Unauthorized +N +200G +E +OK? += +;#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacity +S +201L +J +Created? += +;#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacityRhttpsj +x-kubernetes-actionpost +je +x-kubernetes-group-version-kindB@group: storage.k8s.io +kind: CSIStorageCapacity +version: v1beta1 +*- +storage_v1beta1'delete collection of CSIStorageCapacity*:deleteStorageV1beta1CollectionNamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +je +x-kubernetes-group-version-kindB@group: storage.k8s.io +kind: CSIStorageCapacity +version: v1beta1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/api/v1/watch/limitranges' +core_v1vwatch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.*)watchCoreV1LimitRangeListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjL +x-kubernetes-group-version-kind)'group: "" +kind: LimitRange +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +E/apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices( + discovery_v1ywatch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead.*+watchDiscoveryV1NamespacedEndpointSliceList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj] +x-kubernetes-group-version-kind:8group: discovery.k8s.io +kind: EndpointSlice +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +./apis/networking.k8s.io/v1beta1/ingressclasses]& +networking_v1beta1*list or watch objects of kind IngressClass*!listNetworkingV1beta1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJj +O +200H +F +OK@ +> +<#/definitions/io.k8s.api.networking.v1beta1.IngressClassList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jb +x-kubernetes-group-version-kind?=group: networking.k8s.io +kind: IngressClass +version: v1beta1 +" +networking_v1beta1create an IngressClass*#createNetworkingV1beta1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BN +L +Jbodybody *: +8#/definitions/io.k8s.api.networking.v1beta1.IngressClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +Q +202J +H +Accepted< +: +8#/definitions/io.k8s.api.networking.v1beta1.IngressClass + +401 + + Unauthorized +K +200D +B +OK< +: +8#/definitions/io.k8s.api.networking.v1beta1.IngressClass +P +201I +G +Created< +: +8#/definitions/io.k8s.api.networking.v1beta1.IngressClassRhttpsj +x-kubernetes-actionpost +jb +x-kubernetes-group-version-kind?=group: networking.k8s.io +kind: IngressClass +version: v1beta1 +*, +networking_v1beta1!delete collection of IngressClass*-deleteNetworkingV1beta1CollectionIngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj* +x-kubernetes-actiondeletecollection +jb +x-kubernetes-group-version-kind?=group: networking.k8s.io +kind: IngressClass +version: v1beta1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string +7/apis/authorization.k8s.io/v1beta1/subjectaccessreviews +" +authorization_v1beta1create a SubjectAccessReview*-createAuthorizationV1beta1SubjectAccessReview2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BX +V +Tbodybody *D +B#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReviewJ +U +200N +L +OKF +D +B#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReview +Z +201S +Q +CreatedF +D +B#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReview +[ +202T +R +AcceptedF +D +B#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReview + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jl +x-kubernetes-group-version-kindIGgroup: authorization.k8s.io +kind: SubjectAccessReview +version: v1beta1 +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +F/apis/policy/v1beta1/watch/namespaces/{namespace}/poddisruptionbudgets( +policy_v1beta1watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead.*3watchPolicyV1beta1NamespacedPodDisruptionBudgetList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j^ +x-kubernetes-group-version-kind;9group: policy +kind: PodDisruptionBudget +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +5/apis/rbac.authorization.k8s.io/v1alpha1/rolebindings' +rbacAuthorization_v1alpha1)list or watch objects of kind RoleBinding*8listRbacAuthorizationV1alpha1RoleBindingForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jd +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.rbac.v1alpha1.RoleBindingList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: RoleBinding +version: v1alpha1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +)/api/v1/namespaces/{namespace}/configmaps\% +core_v1'list or watch objects of kind ConfigMap*listCoreV1NamespacedConfigMap2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.ConfigMapList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jK +x-kubernetes-group-version-kind(&group: "" +kind: ConfigMap +version: v1 +" +core_v1create a ConfigMap*createCoreV1NamespacedConfigMap2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B@ +> +<bodybody *, +*#/definitions/io.k8s.api.core.v1.ConfigMapB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.ConfigMap +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.core.v1.ConfigMap +C +202< +: +Accepted. +, +*#/definitions/io.k8s.api.core.v1.ConfigMap + +401 + + UnauthorizedRhttpsjK +x-kubernetes-group-version-kind(&group: "" +kind: ConfigMap +version: v1 +j +x-kubernetes-actionpost +*, +core_v1delete collection of ConfigMap*)deleteCoreV1CollectionNamespacedConfigMap2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jK +x-kubernetes-group-version-kind(&group: "" +kind: ConfigMap +version: v1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/api/v1/watch/namespaces' +core_v1uwatch individual changes to a list of Namespace. deprecated: use the 'watch' parameter with a list operation instead.*watchCoreV1NamespaceList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jK +x-kubernetes-group-version-kind(&group: "" +kind: Namespace +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean + +2/apis/authorization.k8s.io/v1/subjectaccessreviews +" +authorization_v1create a SubjectAccessReview*(createAuthorizationV1SubjectAccessReview2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BS +Q +Obodybody *? +=#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewJ +P +200I +G +OKA +? +=#/definitions/io.k8s.api.authorization.v1.SubjectAccessReview +U +201N +L +CreatedA +? +=#/definitions/io.k8s.api.authorization.v1.SubjectAccessReview +V +202O +M +AcceptedA +? +=#/definitions/io.k8s.api.authorization.v1.SubjectAccessReview + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jg +x-kubernetes-group-version-kindDBgroup: authorization.k8s.io +kind: SubjectAccessReview +version: v1 +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +8/apis/storage.k8s.io/v1beta1/watch/storageclasses/{name}( +storage_v1beta1watch changes to an object of kind StorageClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchStorageV1beta1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +j_ +x-kubernetes-group-version-kind<:group: storage.k8s.io +kind: StorageClass +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ9 +75"3pathname of the StorageClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +3/api/v1/watch/namespaces/{namespace}/resourcequotas( +core_v1ywatch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.*&watchCoreV1NamespacedResourceQuotaList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jO +x-kubernetes-group-version-kind,*group: "" +kind: ResourceQuota +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean` +7/apis/apiextensions.k8s.io/v1/customresourcedefinitions_& +apiextensions_v16list or watch objects of kind CustomResourceDefinition*+listApiextensionsV1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ +v +200o +m +OKg +e +c#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jl +x-kubernetes-group-version-kindIGgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1 +" + +apiextensions_v1!create a CustomResourceDefinition*-createApiextensionsV1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bu +s +qbodybody *a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +r +200k +i +OKc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition +w +201p +n +Createdc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition +x +202q +o +Acceptedc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jl +x-kubernetes-group-version-kindIGgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1 +*- +apiextensions_v1-delete collection of CustomResourceDefinition*7deleteApiextensionsV1CollectionCustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jl +x-kubernetes-group-version-kindIGgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string) + +<bodybody *, +*#/definitions/io.k8s.api.rbac.v1beta1.RoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.rbac.v1beta1.Role +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.rbac.v1beta1.Role +C +202< +: +Accepted. +, +*#/definitions/io.k8s.api.rbac.v1beta1.Role + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jb +x-kubernetes-group-version-kind?=kind: Role +version: v1beta1 +group: rbac.authorization.k8s.io +*, +rbacAuthorization_v1beta1delete collection of Role*6deleteRbacAuthorizationV1beta1CollectionNamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=group: rbac.authorization.k8s.io +kind: Role +version: v1beta1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/openid/v1/jwks/ +openid\get service account issuer OpenID JSON Web Key Set (contains public token verification keys)*#getServiceAccountIssuerOpenIDKeyset2application/jwk-set+jsonJ7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttps +$/apis/authentication.k8s.io/v1beta1/ +authentication_v1beta1get available resources*$getAuthenticationV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps) +E/apis/coordination.k8s.io/v1beta1/watch/namespaces/{namespace}/leases( +coordination_v1beta1qwatch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.*+watchCoordinationV1beta1NamespacedLeaseList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j] +x-kubernetes-group-version-kind:8version: v1beta1 +group: coordination.k8s.io +kind: Lease +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +C/apis/rbac.authorization.k8s.io/v1/watch/clusterrolebindings/{name}( +rbacAuthorization_v1watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.**watchRbacAuthorizationV1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jk +x-kubernetes-group-version-kindHFgroup: rbac.authorization.k8s.io +kind: ClusterRoleBinding +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ? +=;"9pathname of the ClusterRoleBinding"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean& +/api/v1/events& +core_v1#list or watch objects of kind Event*listCoreV1EventForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*JX += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.EventList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jG +x-kubernetes-group-version-kind$"kind: Event +version: v1 +group: "" +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +/api/v1/watch/pods' +core_v1owatch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead.*"watchCoreV1PodListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj# +x-kubernetes-action  +watchlist +jE +x-kubernetes-group-version-kind" group: "" +kind: Pod +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +/api/v1/watch/podtemplates' +core_v1wwatch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.**watchCoreV1PodTemplateListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjM +x-kubernetes-group-version-kind*(group: "" +kind: PodTemplate +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +F/apis/extensions/v1beta1/watch/namespaces/{namespace}/ingresses/{name}) +extensions_v1beta1watch changes to an object of kind Ingress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*'watchExtensionsV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jV +x-kubernetes-group-version-kind31group: extensions +kind: Ingress +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ4 +20".pathname of the Ingress"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/node.k8s.io/ +nodeget information of a group*getNodeAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps + /apis/scheduling.k8s.io/v1beta1/ +scheduling_v1beta1get available resources* getSchedulingV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps' +/api/v1/watch/services' +core_v1swatch individual changes to a list of Service. deprecated: use the 'watch' parameter with a list operation instead.*&watchCoreV1ServiceListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjI +x-kubernetes-group-version-kind&$group: "" +kind: Service +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +7/apis/apps/v1/watch/namespaces/{namespace}/statefulsets( +apps_v1wwatch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.*$watchAppsV1NamespacedStatefulSetList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjO +x-kubernetes-group-version-kind,*group: apps +kind: StatefulSet +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +L/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/approval +certificates_v1beta18read approval of the specified CertificateSigningRequest*8readCertificatesV1beta1CertificateSigningRequestApproval2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ju +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jq +x-kubernetes-group-version-kindNLgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1beta1 + +certificates_v1beta1;replace approval of the specified CertificateSigningRequest*;replaceCertificatesV1beta1CertificateSigningRequestApproval2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B] +[ +Ybodybody *I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequestB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest +_ +201X +V +CreatedK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequestRhttpsj +x-kubernetes-actionput +jq +x-kubernetes-group-version-kindNLgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1beta1 +B +certificates_v1beta1Dpartially update approval of the specified CertificateSigningRequest*9patchCertificatesV1beta1CertificateSigningRequestApproval2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJu +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsjq +x-kubernetes-group-version-kindNLgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1beta1 +j +x-kubernetes-actionpatch +JF +DB"@path%name of the CertificateSigningRequest"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +//apis/networking.k8s.io/v1/watch/ingressclasses' + networking_v1xwatch individual changes to a list of IngressClass. deprecated: use the 'watch' parameter with a list operation instead.*!watchNetworkingV1IngressClassList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: IngressClass +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean+ +O/apis/storage.k8s.io/v1beta1/namespaces/{namespace}/csistoragecapacities/{name}+ +storage_v1beta1%read the specified CSIStorageCapacity*.readStorageV1beta1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ji +N +200G +E +OK? += +;#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacity + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +je +x-kubernetes-group-version-kindB@group: storage.k8s.io +kind: CSIStorageCapacity +version: v1beta1 + +storage_v1beta1(replace the specified CSIStorageCapacity*1replaceStorageV1beta1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BQ +O +Mbodybody *= +;#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacityB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +N +200G +E +OK? += +;#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacity +S +201L +J +Created? += +;#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacity + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +je +x-kubernetes-group-version-kindB@group: storage.k8s.io +kind: CSIStorageCapacity +version: v1beta1 +* +storage_v1beta1delete a CSIStorageCapacity*0deleteStorageV1beta1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsje +x-kubernetes-group-version-kindB@kind: CSIStorageCapacity +version: v1beta1 +group: storage.k8s.io +j +x-kubernetes-action delete +B +storage_v1beta11partially update the specified CSIStorageCapacity*/patchStorageV1beta1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJi +N +200G +E +OK? += +;#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacity + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +je +x-kubernetes-group-version-kindB@group: storage.k8s.io +kind: CSIStorageCapacity +version: v1beta1 +J? +=;"9pathname of the CSIStorageCapacity"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/api/v1/nodes/{name}& +core_v1read the specified Node*readCoreV1Node2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JS +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.core.v1.Node + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jF +x-kubernetes-group-version-kind#!group: "" +kind: Node +version: v1 + +core_v1replace the specified Node*replaceCoreV1Node2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B; +9 +7bodybody *' +%#/definitions/io.k8s.api.core.v1.NodeB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.core.v1.Node += +2016 +4 +Created) +' +%#/definitions/io.k8s.api.core.v1.Node + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jF +x-kubernetes-group-version-kind#!group: "" +kind: Node +version: v1 +* +core_v1 delete a Node*deleteCoreV1Node2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jF +x-kubernetes-group-version-kind#!group: "" +kind: Node +version: v1 +B +core_v1#partially update the specified Node*patchCoreV1Node2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJS +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.core.v1.Node + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jF +x-kubernetes-group-version-kind#!group: "" +kind: Node +version: v1 +J1 +/-"+pathname of the Node"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/api/v1/watch/resourcequotas' +core_v1ywatch individual changes to a list of ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead.*,watchCoreV1ResourceQuotaListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jO +x-kubernetes-group-version-kind,*group: "" +kind: ResourceQuota +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +5/apis/authorization.k8s.io/v1/selfsubjectrulesreviews +" +authorization_v1create a SelfSubjectRulesReview*+createAuthorizationV1SelfSubjectRulesReview2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BV +T +Rbodybody *B +@#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReviewJ + +401 + + Unauthorized +S +200L +J +OKD +B +@#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReview +X +201Q +O +CreatedD +B +@#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReview +Y +202R +P +AcceptedD +B +@#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReviewRhttpsj +x-kubernetes-actionpost +jj +x-kubernetes-group-version-kindGEgroup: authorization.k8s.io +kind: SelfSubjectRulesReview +version: v1 +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string` +I/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers_& +autoscaling_v2beta25list or watch objects of kind HorizontalPodAutoscaler*7listAutoscalingV2beta2NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJv +[ +200T +R +OKL +J +H#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta2 +" + +autoscaling_v2beta2 create a HorizontalPodAutoscaler*9createAutoscalingV2beta2NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BZ +X +Vbodybody *F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler +\ +201U +S +CreatedH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler +] +202V +T +AcceptedH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerRhttpsjg +x-kubernetes-group-version-kindDBversion: v2beta2 +group: autoscaling +kind: HorizontalPodAutoscaler +j +x-kubernetes-actionpost +*- +autoscaling_v2beta2,delete collection of HorizontalPodAutoscaler*CdeleteAutoscalingV2beta2CollectionNamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjg +x-kubernetes-group-version-kindDBkind: HorizontalPodAutoscaler +version: v2beta2 +group: autoscaling +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +;/apis/batch/v1/watch/namespaces/{namespace}/cronjobs/{name}) +batch_v1watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchBatchV1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jL +x-kubernetes-group-version-kind)'group: batch +kind: CronJob +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ4 +20".pathname of the CronJob"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +R/apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings( +rbacAuthorization_v1alpha1wwatch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.*7watchRbacAuthorizationV1alpha1NamespacedRoleBindingList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: RoleBinding +version: v1alpha1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +Q/apis/rbac.authorization.k8s.io/v1beta1/watch/namespaces/{namespace}/roles/{name}) +rbacAuthorization_v1beta1watch changes to an object of kind Role. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*+watchRbacAuthorizationV1beta1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=group: rbac.authorization.k8s.io +kind: Role +version: v1beta1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ1 +/-"+pathname of the Role"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +6/api/v1/watch/namespaces/{namespace}/configmaps/{name}) +core_v1watch changes to an object of kind ConfigMap. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchCoreV1NamespacedConfigMap2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjK +x-kubernetes-group-version-kind(&group: "" +kind: ConfigMap +version: v1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ6 +42"0pathname of the ConfigMap"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +P/apis/admissionregistration.k8s.io/v1/watch/mutatingwebhookconfigurations/{name}) +admissionregistration_v1watch changes to an object of kind MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*8watchAdmissionregistrationV1MutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjx +x-kubernetes-group-version-kindUSgroup: admissionregistration.k8s.io +kind: MutatingWebhookConfiguration +version: v1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJI +GE"Cpath(name of the MutatingWebhookConfiguration"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +J/apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers( +autoscaling_v1watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.*7watchAutoscalingV1NamespacedHorizontalPodAutoscalerList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj# +x-kubernetes-action  +watchlist +jb +x-kubernetes-group-version-kind?=group: autoscaling +kind: HorizontalPodAutoscaler +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +*/apis/networking.k8s.io/v1/networkpolicies' + networking_v1+list or watch objects of kind NetworkPolicy*-listNetworkingV1NetworkPolicyForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jf +K +200D +B +OK< +: +8#/definitions/io.k8s.api.networking.v1.NetworkPolicyList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j^ +x-kubernetes-group-version-kind;9group: networking.k8s.io +kind: NetworkPolicy +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +;/api/v1/namespaces/{namespace}/resourcequotas/{name}/status +core_v1*read status of the specified ResourceQuota*'readCoreV1NamespacedResourceQuotaStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota + +401 + + UnauthorizedRhttpsjO +x-kubernetes-group-version-kind,*group: "" +kind: ResourceQuota +version: v1 +j +x-kubernetes-actionget + +core_v1-replace status of the specified ResourceQuota**replaceCoreV1NamespacedResourceQuotaStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BD +B +@bodybody *0 +.#/definitions/io.k8s.api.core.v1.ResourceQuotaB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota +F +201? += +Created2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jO +x-kubernetes-group-version-kind,*group: "" +kind: ResourceQuota +version: v1 +B +core_v16partially update status of the specified ResourceQuota*(patchCoreV1NamespacedResourceQuotaStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jO +x-kubernetes-group-version-kind,*group: "" +kind: ResourceQuota +version: v1 +J: +86"4pathname of the ResourceQuota"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( + /api/v1/persistentvolumes/{name}( +core_v1#read the specified PersistentVolume*readCoreV1PersistentVolume2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J_ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jR +x-kubernetes-group-version-kind/-group: "" +kind: PersistentVolume +version: v1 + +core_v1&replace the specified PersistentVolume*replaceCoreV1PersistentVolume2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BG +E +Cbodybody *3 +1#/definitions/io.k8s.api.core.v1.PersistentVolumeB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume +I +201B +@ +Created5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jR +x-kubernetes-group-version-kind/-group: "" +kind: PersistentVolume +version: v1 +* +core_v1delete a PersistentVolume*deleteCoreV1PersistentVolume2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume +J +202C +A +Accepted5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jR +x-kubernetes-group-version-kind/-group: "" +kind: PersistentVolume +version: v1 +B +core_v1/partially update the specified PersistentVolume*patchCoreV1PersistentVolume2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ_ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jR +x-kubernetes-group-version-kind/-group: "" +kind: PersistentVolume +version: v1 +J= +;9"7pathname of the PersistentVolume"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +J/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}/status +apiextensions_v1beta15read status of the specified CustomResourceDefinition*6readApiextensionsV1beta1CustomResourceDefinitionStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J +w +200p +n +OKh +f +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jq +x-kubernetes-group-version-kindNLversion: v1beta1 +group: apiextensions.k8s.io +kind: CustomResourceDefinition + + +apiextensions_v1beta18replace status of the specified CustomResourceDefinition*9replaceApiextensionsV1beta1CustomResourceDefinitionStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bz +x +vbodybody *f +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +w +200p +n +OKh +f +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition +| +201u +s +Createdh +f +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionRhttpsj +x-kubernetes-actionput +jq +x-kubernetes-group-version-kindNLgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1beta1 +B +apiextensions_v1beta1Apartially update status of the specified CustomResourceDefinition*7patchApiextensionsV1beta1CustomResourceDefinitionStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ +w +200p +n +OKh +f +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition + +401 + + UnauthorizedRhttpsjq +x-kubernetes-group-version-kindNLgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1beta1 +j +x-kubernetes-actionpatch +JE +CA"?path$name of the CustomResourceDefinition"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +7/apis/scheduling.k8s.io/v1alpha1/priorityclasses/{name}* +scheduling_v1alpha1 read the specified PriorityClass*#readSchedulingV1alpha1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jh +M +200F +D +OK> +< +:#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClass + +401 + + UnauthorizedRhttpsjd +x-kubernetes-group-version-kindA?kind: PriorityClass +version: v1alpha1 +group: scheduling.k8s.io +j +x-kubernetes-actionget + +scheduling_v1alpha1#replace the specified PriorityClass*&replaceSchedulingV1alpha1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BP +N +Lbodybody *< +:#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +M +200F +D +OK> +< +:#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClass +R +201K +I +Created> +< +:#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jd +x-kubernetes-group-version-kindA?group: scheduling.k8s.io +kind: PriorityClass +version: v1alpha1 +* +scheduling_v1alpha1delete a PriorityClass*%deleteSchedulingV1alpha1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsjd +x-kubernetes-group-version-kindA?group: scheduling.k8s.io +kind: PriorityClass +version: v1alpha1 +j +x-kubernetes-action delete +B +scheduling_v1alpha1,partially update the specified PriorityClass*$patchSchedulingV1alpha1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJh +M +200F +D +OK> +< +:#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClass + +401 + + UnauthorizedRhttpsjd +x-kubernetes-group-version-kindA?group: scheduling.k8s.io +kind: PriorityClass +version: v1alpha1 +j +x-kubernetes-actionpatch +J: +86"4pathname of the PriorityClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +J/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}/status +certificates_v1beta16read status of the specified CertificateSigningRequest*6readCertificatesV1beta1CertificateSigningRequestStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ju +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jq +x-kubernetes-group-version-kindNLgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1beta1 + +certificates_v1beta19replace status of the specified CertificateSigningRequest*9replaceCertificatesV1beta1CertificateSigningRequestStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B] +[ +Ybodybody *I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequestB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest +_ +201X +V +CreatedK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jq +x-kubernetes-group-version-kindNLgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1beta1 +B +certificates_v1beta1Bpartially update status of the specified CertificateSigningRequest*7patchCertificatesV1beta1CertificateSigningRequestStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJu +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jq +x-kubernetes-group-version-kindNLkind: CertificateSigningRequest +version: v1beta1 +group: certificates.k8s.io +JF +DB"@path%name of the CertificateSigningRequest"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +Q/apis/discovery.k8s.io/v1beta1/watch/namespaces/{namespace}/endpointslices/{name}) +discovery_v1beta1watch changes to an object of kind EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*,watchDiscoveryV1beta1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj +x-kubernetes-actionwatch +jb +x-kubernetes-group-version-kind?=group: discovery.k8s.io +kind: EndpointSlice +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ: +86"4pathname of the EndpointSlice"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +;/apis/rbac.authorization.k8s.io/v1beta1/clusterroles/{name}* +rbacAuthorization_v1beta1read the specified ClusterRole*'readRbacAuthorizationV1beta1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J_ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.ClusterRole + +401 + + UnauthorizedRhttpsji +x-kubernetes-group-version-kindFDgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1beta1 +j +x-kubernetes-actionget + +rbacAuthorization_v1beta1!replace the specified ClusterRole**replaceRbacAuthorizationV1beta1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BG +E +Cbodybody *3 +1#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.ClusterRole +I +201B +@ +Created5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.ClusterRole + +401 + + UnauthorizedRhttpsji +x-kubernetes-group-version-kindFDkind: ClusterRole +version: v1beta1 +group: rbac.authorization.k8s.io +j +x-kubernetes-actionput +* +rbacAuthorization_v1beta1delete a ClusterRole*)deleteRbacAuthorizationV1beta1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +ji +x-kubernetes-group-version-kindFDgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1beta1 +B +rbacAuthorization_v1beta1*partially update the specified ClusterRole*(patchRbacAuthorizationV1beta1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ_ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.ClusterRole + +401 + + UnauthorizedRhttpsji +x-kubernetes-group-version-kindFDgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1beta1 +j +x-kubernetes-actionpatch +J8 +64"2pathname of the ClusterRole"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +)/apis/networking.k8s.io/v1beta1/ingresses' +networking_v1beta1%list or watch objects of kind Ingress*,listNetworkingV1beta1IngressForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Je +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.networking.v1beta1.IngressList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j] +x-kubernetes-group-version-kind:8version: v1beta1 +group: networking.k8s.io +kind: Ingress +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +F/apis/networking.k8s.io/v1beta1/watch/namespaces/{namespace}/ingresses( +networking_v1beta1swatch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.*+watchNetworkingV1beta1NamespacedIngressList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj# +x-kubernetes-action  +watchlist +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: Ingress +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean_ +D/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers_& +autoscaling_v15list or watch objects of kind HorizontalPodAutoscaler*2listAutoscalingV1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJq +V +200O +M +OKG +E +C#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerList + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=group: autoscaling +kind: HorizontalPodAutoscaler +version: v1 +j +x-kubernetes-actionlist +" +autoscaling_v1 create a HorizontalPodAutoscaler*4createAutoscalingV1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BU +S +Qbodybody *A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +R +200K +I +OKC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler +W +201P +N +CreatedC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler +X +202Q +O +AcceptedC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jb +x-kubernetes-group-version-kind?=kind: HorizontalPodAutoscaler +version: v1 +group: autoscaling +*- +autoscaling_v1,delete collection of HorizontalPodAutoscaler*>deleteAutoscalingV1CollectionNamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jb +x-kubernetes-group-version-kind?=group: autoscaling +kind: HorizontalPodAutoscaler +version: v1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string] +:/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases]& +coordination_v1#list or watch objects of kind Lease*!listCoordinationV1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.coordination.v1.LeaseList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jX +x-kubernetes-group-version-kind53group: coordination.k8s.io +kind: Lease +version: v1 +" +coordination_v1create a Lease*#createCoordinationV1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BD +B +@bodybody *0 +.#/definitions/io.k8s.api.coordination.v1.LeaseB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.coordination.v1.Lease +F +201? += +Created2 +0 +.#/definitions/io.k8s.api.coordination.v1.Lease +G +202@ +> +Accepted2 +0 +.#/definitions/io.k8s.api.coordination.v1.Lease + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jX +x-kubernetes-group-version-kind53version: v1 +group: coordination.k8s.io +kind: Lease +*, +coordination_v1delete collection of Lease*-deleteCoordinationV1CollectionNamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jX +x-kubernetes-group-version-kind53version: v1 +group: coordination.k8s.io +kind: Lease +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +(/apis/events.k8s.io/v1beta1/watch/events' +events_v1beta1qwatch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.*+watchEventsV1beta1EventListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jW +x-kubernetes-group-version-kind42group: events.k8s.io +kind: Event +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +6/apis/storage.k8s.io/v1/watch/volumeattachments/{name}( + +storage_v1watch changes to an object of kind VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchStorageV1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj^ +x-kubernetes-group-version-kind;9group: storage.k8s.io +kind: VolumeAttachment +version: v1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ= +;9"7pathname of the VolumeAttachment"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +-/apis/storage.k8s.io/v1beta1/watch/csidrivers' +storage_v1beta1uwatch individual changes to a list of CSIDriver. deprecated: use the 'watch' parameter with a list operation instead.* watchStorageV1beta1CSIDriverList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j\ +x-kubernetes-group-version-kind97version: v1beta1 +group: storage.k8s.io +kind: CSIDriver +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' + /apis/apps/v1/watch/statefulsets' +apps_v1wwatch individual changes to a list of StatefulSet. deprecated: use the 'watch' parameter with a list operation instead.**watchAppsV1StatefulSetListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jO +x-kubernetes-group-version-kind,*kind: StatefulSet +version: v1 +group: apps +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +(/apis/rbac.authorization.k8s.io/v1beta1/ +rbacAuthorization_v1beta1get available resources*'getRbacAuthorizationV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps) +A/apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles/{name}( +rbacAuthorization_v1beta1watch changes to an object of kind ClusterRole. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*(watchRbacAuthorizationV1beta1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsji +x-kubernetes-group-version-kindFDgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1beta1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ8 +64"2pathname of the ClusterRole"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +4/api/v1/namespaces/{namespace}/services/{name}/proxy +core_v1(connect GET requests to proxy of Service*&connectCoreV1GetNamespacedServiceProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jU +x-kubernetes-group-version-kind20group: "" +kind: ServiceProxyOptions +version: v1 + +core_v1(connect PUT requests to proxy of Service*&connectCoreV1PutNamespacedServiceProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjU +x-kubernetes-group-version-kind20group: "" +kind: ServiceProxyOptions +version: v1 +j! +x-kubernetes-action +connect +" +core_v1)connect POST requests to proxy of Service*'connectCoreV1PostNamespacedServiceProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jU +x-kubernetes-group-version-kind20kind: ServiceProxyOptions +version: v1 +group: "" +* +core_v1+connect DELETE requests to proxy of Service*)connectCoreV1DeleteNamespacedServiceProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jU +x-kubernetes-group-version-kind20group: "" +kind: ServiceProxyOptions +version: v1 +2 +core_v1,connect OPTIONS requests to proxy of Service**connectCoreV1OptionsNamespacedServiceProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jU +x-kubernetes-group-version-kind20group: "" +kind: ServiceProxyOptions +version: v1 +: +core_v1)connect HEAD requests to proxy of Service*'connectCoreV1HeadNamespacedServiceProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jU +x-kubernetes-group-version-kind20group: "" +kind: ServiceProxyOptions +version: v1 +B +core_v1*connect PATCH requests to proxy of Service*(connectCoreV1PatchNamespacedServiceProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjU +x-kubernetes-group-version-kind20group: "" +kind: ServiceProxyOptions +version: v1 +j! +x-kubernetes-action +connect +J@ +><":pathname of the ServiceProxyOptions"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJ +queryPath is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy."path2string\ +*/apis/batch/v1/namespaces/{namespace}/jobs\% +batch_v1!list or watch objects of kind Job*listBatchV1NamespacedJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJW +< +2005 +3 +OK- ++ +)#/definitions/io.k8s.api.batch.v1.JobList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jH +x-kubernetes-group-version-kind%#group: batch +kind: Job +version: v1 +" +batch_v1 create a Job*createBatchV1NamespacedJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B; +9 +7bodybody *' +%#/definitions/io.k8s.api.batch.v1.JobB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.batch.v1.Job += +2016 +4 +Created) +' +%#/definitions/io.k8s.api.batch.v1.Job +> +2027 +5 +Accepted) +' +%#/definitions/io.k8s.api.batch.v1.Job + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jH +x-kubernetes-group-version-kind%#group: batch +kind: Job +version: v1 +*, +batch_v1delete collection of Job*$deleteBatchV1CollectionNamespacedJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjH +x-kubernetes-group-version-kind%#group: batch +kind: Job +version: v1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +#/apis/events.k8s.io/v1/watch/events' + events_v1qwatch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.*&watchEventsV1EventListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjR +x-kubernetes-group-version-kind/-group: events.k8s.io +kind: Event +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/authorization.k8s.io/v1/ +authorization_v1get available resources*getAuthorizationV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps +/apis/autoscaling/ + autoscalingget information of a group*getAutoscalingAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps( +5/apis/node.k8s.io/v1beta1/watch/runtimeclasses/{name}( + node_v1beta1watch changes to an object of kind RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchNodeV1beta1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +j\ +x-kubernetes-group-version-kind97group: node.k8s.io +kind: RuntimeClass +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ9 +75"3pathname of the RuntimeClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/authentication.k8s.io/v1/ +authentication_v1get available resources*getAuthenticationV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps( +5/apis/rbac.authorization.k8s.io/v1/watch/clusterroles' +rbacAuthorization_v1wwatch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.*'watchRbacAuthorizationV1ClusterRoleList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: ClusterRole +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +)/apis/rbac.authorization.k8s.io/v1alpha1/ +rbacAuthorization_v1alpha1get available resources*(getRbacAuthorizationV1alpha1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps' +/api/v1/namespaces/{name}' +core_v1read the specified Namespace*readCoreV1Namespace2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JX += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.Namespace + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jK +x-kubernetes-group-version-kind(&group: "" +kind: Namespace +version: v1 + +core_v1replace the specified Namespace*replaceCoreV1Namespace2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B@ +> +<bodybody *, +*#/definitions/io.k8s.api.core.v1.NamespaceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.core.v1.Namespace + +401 + + Unauthorized += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.NamespaceRhttpsj +x-kubernetes-actionput +jK +x-kubernetes-group-version-kind(&version: v1 +group: "" +kind: Namespace +* +core_v1delete a Namespace*deleteCoreV1Namespace2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +jK +x-kubernetes-group-version-kind(&version: v1 +group: "" +kind: Namespace +B +core_v1(partially update the specified Namespace*patchCoreV1Namespace2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJX += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.Namespace + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jK +x-kubernetes-group-version-kind(&version: v1 +group: "" +kind: Namespace +J6 +42"0pathname of the Namespace"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +W/apis/admissionregistration.k8s.io/v1beta1/watch/validatingwebhookconfigurations/{name}) +admissionregistration_v1beta1watch changes to an object of kind ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*?watchAdmissionregistrationV1beta1ValidatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +j +x-kubernetes-group-version-kind\Zkind: ValidatingWebhookConfiguration +version: v1beta1 +group: admissionregistration.k8s.io +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJK +IG"Epath*name of the ValidatingWebhookConfiguration"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +1/apis/apiregistration.k8s.io/v1/watch/apiservices' +apiregistration_v1vwatch individual changes to a list of APIService. deprecated: use the 'watch' parameter with a list operation instead.*$watchApiregistrationV1APIServiceList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j` +x-kubernetes-group-version-kind=;group: apiregistration.k8s.io +version: v1 +kind: APIService +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean. +O/apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations/{name}- +admissionregistration_v1beta1/read the specified MutatingWebhookConfiguration*deleteAdmissionregistrationV1beta1MutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +j} +x-kubernetes-group-version-kindZXkind: MutatingWebhookConfiguration +version: v1beta1 +group: admissionregistration.k8s.io +B +admissionregistration_v1beta1;partially update the specified MutatingWebhookConfiguration*=patchAdmissionregistrationV1beta1MutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ +f +200_ +] +OKW +U +S#/definitions/io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration + +401 + + UnauthorizedRhttpsj} +x-kubernetes-group-version-kindZXgroup: admissionregistration.k8s.io +kind: MutatingWebhookConfiguration +version: v1beta1 +j +x-kubernetes-actionpatch +JI +GE"Cpath(name of the MutatingWebhookConfiguration"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +#/apis/flowcontrol.apiserver.k8s.io/ +flowcontrolApiserverget information of a group*getFlowcontrolApiserverAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps + ++/apis/authentication.k8s.io/v1/tokenreviews +" +authentication_v1create a TokenReview*!createAuthenticationV1TokenReview2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BL +J +Hbodybody *8 +6#/definitions/io.k8s.api.authentication.v1.TokenReviewJ +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.authentication.v1.TokenReview +N +201G +E +Created: +8 +6#/definitions/io.k8s.api.authentication.v1.TokenReview +O +202H +F +Accepted: +8 +6#/definitions/io.k8s.api.authentication.v1.TokenReview + +401 + + UnauthorizedRhttpsj` +x-kubernetes-group-version-kind=;group: authentication.k8s.io +kind: TokenReview +version: v1 +j +x-kubernetes-actionpost +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +F/apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices/{name}* + discovery_v1 read the specified EndpointSlice*&readDiscoveryV1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ja + +401 + + Unauthorized +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.discovery.v1.EndpointSliceRhttpsj +x-kubernetes-actionget +j] +x-kubernetes-group-version-kind:8group: discovery.k8s.io +kind: EndpointSlice +version: v1 + + discovery_v1#replace the specified EndpointSlice*)replaceDiscoveryV1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.discovery.v1.EndpointSliceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.discovery.v1.EndpointSlice +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.discovery.v1.EndpointSliceRhttpsj +x-kubernetes-actionput +j] +x-kubernetes-group-version-kind:8group: discovery.k8s.io +kind: EndpointSlice +version: v1 +* + discovery_v1delete an EndpointSlice*(deleteDiscoveryV1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj] +x-kubernetes-group-version-kind:8kind: EndpointSlice +version: v1 +group: discovery.k8s.io +j +x-kubernetes-action delete +B + discovery_v1,partially update the specified EndpointSlice*'patchDiscoveryV1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJa +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.discovery.v1.EndpointSlice + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +j] +x-kubernetes-group-version-kind:8group: discovery.k8s.io +kind: EndpointSlice +version: v1 +J: +86"4pathname of the EndpointSlice"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string, +S/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/rolebindings/{name}+ +rbacAuthorization_v1alpha1read the specified RoleBinding*2readRbacAuthorizationV1alpha1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.RoleBinding + +401 + + UnauthorizedRhttpsjj +x-kubernetes-group-version-kindGEversion: v1alpha1 +group: rbac.authorization.k8s.io +kind: RoleBinding +j +x-kubernetes-actionget + +rbacAuthorization_v1alpha1!replace the specified RoleBinding*5replaceRbacAuthorizationV1alpha1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BH +F +Dbodybody *4 +2#/definitions/io.k8s.api.rbac.v1alpha1.RoleBindingB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.RoleBinding +J +201C +A +Created6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.RoleBindingRhttpsjj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: RoleBinding +version: v1alpha1 +j +x-kubernetes-actionput +* +rbacAuthorization_v1alpha1delete a RoleBinding*4deleteRbacAuthorizationV1alpha1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjj +x-kubernetes-group-version-kindGEkind: RoleBinding +version: v1alpha1 +group: rbac.authorization.k8s.io +j +x-kubernetes-action delete +B +rbacAuthorization_v1alpha1*partially update the specified RoleBinding*3patchRbacAuthorizationV1alpha1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.RoleBinding + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jj +x-kubernetes-group-version-kindGEkind: RoleBinding +version: v1alpha1 +group: rbac.authorization.k8s.io +J8 +64"2pathname of the RoleBinding"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +7/apis/scheduling.k8s.io/v1/watch/priorityclasses/{name}( + scheduling_v1watch changes to an object of kind PriorityClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchSchedulingV1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj^ +x-kubernetes-group-version-kind;9group: scheduling.k8s.io +kind: PriorityClass +version: v1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ: +86"4pathname of the PriorityClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +,/apis/storage.k8s.io/v1/watch/storageclasses' + +storage_v1xwatch individual changes to a list of StorageClass. deprecated: use the 'watch' parameter with a list operation instead.*watchStorageV1StorageClassList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jZ +x-kubernetes-group-version-kind75group: storage.k8s.io +kind: StorageClass +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +4/apis/storage.k8s.io/v1beta1/watch/volumeattachments' +storage_v1beta1|watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead.*'watchStorageV1beta1VolumeAttachmentList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsjc +x-kubernetes-group-version-kind@>group: storage.k8s.io +kind: VolumeAttachment +version: v1beta1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean ++/apis/admissionregistration.k8s.io/v1beta1/ +admissionregistration_v1beta1get available resources*+getAdmissionregistrationV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps( +=/apis/apiextensions.k8s.io/v1/watch/customresourcedefinitions' +apiextensions_v1watch individual changes to a list of CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead.*0watchApiextensionsV1CustomResourceDefinitionList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjl +x-kubernetes-group-version-kindIGgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/autoscaling/v2beta1/ +autoscaling_v2beta1get available resources*!getAutoscalingV2beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps* +L/apis/rbac.authorization.k8s.io/v1alpha1/namespaces/{namespace}/roles/{name}* +rbacAuthorization_v1alpha1read the specified Role*+readRbacAuthorizationV1alpha1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.rbac.v1alpha1.Role + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jc +x-kubernetes-group-version-kind@>group: rbac.authorization.k8s.io +kind: Role +version: v1alpha1 + +rbacAuthorization_v1alpha1replace the specified Role*.replaceRbacAuthorizationV1alpha1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BA +? +=bodybody *- ++#/definitions/io.k8s.api.rbac.v1alpha1.RoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.rbac.v1alpha1.Role +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.rbac.v1alpha1.Role + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jc +x-kubernetes-group-version-kind@>group: rbac.authorization.k8s.io +kind: Role +version: v1alpha1 +* +rbacAuthorization_v1alpha1 delete a Role*-deleteRbacAuthorizationV1alpha1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jc +x-kubernetes-group-version-kind@>kind: Role +version: v1alpha1 +group: rbac.authorization.k8s.io +B +rbacAuthorization_v1alpha1#partially update the specified Role*,patchRbacAuthorizationV1alpha1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJY + +401 + + Unauthorized +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.rbac.v1alpha1.RoleRhttpsj +x-kubernetes-actionpatch +jc +x-kubernetes-group-version-kind@>group: rbac.authorization.k8s.io +kind: Role +version: v1alpha1 +J1 +/-"+pathname of the Role"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +=/apis/scheduling.k8s.io/v1alpha1/watch/priorityclasses/{name}( +scheduling_v1alpha1watch changes to an object of kind PriorityClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*$watchSchedulingV1alpha1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jd +x-kubernetes-group-version-kindA?group: scheduling.k8s.io +kind: PriorityClass +version: v1alpha1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ: +86"4pathname of the PriorityClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +;/api/v1/namespaces/{namespace}/services/{name}/proxy/{path} +core_v1(connect GET requests to proxy of Service*.connectCoreV1GetNamespacedServiceProxyWithPath2*/*:*/*J7 + +401 + + Unauthorized + +200 + +OK +  +stringRhttpsj! +x-kubernetes-action +connect +jU +x-kubernetes-group-version-kind20group: "" +kind: ServiceProxyOptions +version: v1 + +core_v1(connect PUT requests to proxy of Service*.connectCoreV1PutNamespacedServiceProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jU +x-kubernetes-group-version-kind20kind: ServiceProxyOptions +version: v1 +group: "" +" +core_v1)connect POST requests to proxy of Service*/connectCoreV1PostNamespacedServiceProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjU +x-kubernetes-group-version-kind20group: "" +kind: ServiceProxyOptions +version: v1 +j! +x-kubernetes-action +connect +* +core_v1+connect DELETE requests to proxy of Service*1connectCoreV1DeleteNamespacedServiceProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jU +x-kubernetes-group-version-kind20group: "" +kind: ServiceProxyOptions +version: v1 +2 +core_v1,connect OPTIONS requests to proxy of Service*2connectCoreV1OptionsNamespacedServiceProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjU +x-kubernetes-group-version-kind20group: "" +kind: ServiceProxyOptions +version: v1 +j! +x-kubernetes-action +connect +: +core_v1)connect HEAD requests to proxy of Service*/connectCoreV1HeadNamespacedServiceProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jU +x-kubernetes-group-version-kind20version: v1 +group: "" +kind: ServiceProxyOptions +B +core_v1*connect PATCH requests to proxy of Service*0connectCoreV1PatchNamespacedServiceProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjU +x-kubernetes-group-version-kind20group: "" +kind: ServiceProxyOptions +version: v1 +j! +x-kubernetes-action +connect +J@ +><":pathname of the ServiceProxyOptions"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJ5 +31"/pathpath to the resource"path*stringJ +queryPath is the part of URLs that include service endpoints, suffixes, and parameters to use for the current proxy request to service. For example, the whole request URL is http://localhost/api/v1/namespaces/kube-system/services/elasticsearch-logging/_search?q=user:kimchy. Path is _search?q=user:kimchy."path2string) +:/api/v1/watch/namespaces/{namespace}/resourcequotas/{name}) +core_v1watch changes to an object of kind ResourceQuota. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*"watchCoreV1NamespacedResourceQuota2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj +x-kubernetes-actionwatch +jO +x-kubernetes-group-version-kind,*kind: ResourceQuota +version: v1 +group: "" +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ: +86"4pathname of the ResourceQuota"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +8/apis/autoscaling/v2beta1/watch/horizontalpodautoscalers( +autoscaling_v2beta1watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.*BwatchAutoscalingV2beta1HorizontalPodAutoscalerListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/certificates.k8s.io/v1/ +certificates_v1get available resources*getCertificatesV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps_ + +< +OK6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.RoleBinding +J +201C +A +Created6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.RoleBinding +K +202D +B +Accepted6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.RoleBinding + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: RoleBinding +version: v1alpha1 +*- +rbacAuthorization_v1alpha1 delete collection of RoleBinding*>deleteRbacAuthorizationV1alpha1CollectionNamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsjj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: RoleBinding +version: v1alpha1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +!/apis/scheduling.k8s.io/v1alpha1/ +scheduling_v1alpha1get available resources*!getSchedulingV1alpha1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps] +*/api/v1/namespaces/{namespace}/limitranges\% +core_v1(list or watch objects of kind LimitRange*listCoreV1NamespacedLimitRange2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ] +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.core.v1.LimitRangeList + +401 + + UnauthorizedRhttpsjL +x-kubernetes-group-version-kind)'group: "" +kind: LimitRange +version: v1 +j +x-kubernetes-actionlist +" +core_v1create a LimitRange* createCoreV1NamespacedLimitRange2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BA +? +=bodybody *- ++#/definitions/io.k8s.api.core.v1.LimitRangeB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.core.v1.LimitRange +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.core.v1.LimitRange +D +202= +; +Accepted/ +- ++#/definitions/io.k8s.api.core.v1.LimitRange + +401 + + UnauthorizedRhttpsjL +x-kubernetes-group-version-kind)'group: "" +kind: LimitRange +version: v1 +j +x-kubernetes-actionpost +*, +core_v1delete collection of LimitRange**deleteCoreV1CollectionNamespacedLimitRange2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jL +x-kubernetes-group-version-kind)'kind: LimitRange +version: v1 +group: "" +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +I/apis/certificates.k8s.io/v1beta1/watch/certificatesigningrequests/{name}) +certificates_v1beta1watch changes to an object of kind CertificateSigningRequest. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*1watchCertificatesV1beta1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jq +x-kubernetes-group-version-kindNLgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJF +DB"@path%name of the CertificateSigningRequest"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +)/apis/node.k8s.io/v1alpha1/runtimeclasses\& + node_v1alpha1*list or watch objects of kind RuntimeClass*listNodeV1alpha1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJe +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.node.v1alpha1.RuntimeClassList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j] +x-kubernetes-group-version-kind:8group: node.k8s.io +kind: RuntimeClass +version: v1alpha1 +" + node_v1alpha1create a RuntimeClass*createNodeV1alpha1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.node.v1alpha1.RuntimeClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.node.v1alpha1.RuntimeClass +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.node.v1alpha1.RuntimeClass +L +202E +C +Accepted7 +5 +3#/definitions/io.k8s.api.node.v1alpha1.RuntimeClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +j] +x-kubernetes-group-version-kind:8group: node.k8s.io +kind: RuntimeClass +version: v1alpha1 +*, + node_v1alpha1!delete collection of RuntimeClass*(deleteNodeV1alpha1CollectionRuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj] +x-kubernetes-group-version-kind:8version: v1alpha1 +group: node.k8s.io +kind: RuntimeClass +j* +x-kubernetes-actiondeletecollection +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string +W/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status +autoscaling_v2beta14read status of the specified HorizontalPodAutoscaler*=readAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jr +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta1 + +autoscaling_v2beta17replace status of the specified HorizontalPodAutoscaler*@replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BZ +X +Vbodybody *F +D#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler +\ +201U +S +CreatedH +F +D#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsjg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta1 +j +x-kubernetes-actionput +B +autoscaling_v2beta1@partially update status of the specified HorizontalPodAutoscaler*>patchAutoscalingV2beta1NamespacedHorizontalPodAutoscalerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJr +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsjg +x-kubernetes-group-version-kindDBkind: HorizontalPodAutoscaler +version: v2beta1 +group: autoscaling +j +x-kubernetes-actionpatch +JD +B@">path#name of the HorizontalPodAutoscaler"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string+ +>/apis/certificates.k8s.io/v1/certificatesigningrequests/{name}+ +certificates_v1,read the specified CertificateSigningRequest*+readCertificatesV1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jp +U +200N +L +OKF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsjl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 +j +x-kubernetes-actionget + +certificates_v1/replace the specified CertificateSigningRequest*.replaceCertificatesV1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BX +V +Tbodybody *D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +Z +201S +Q +CreatedF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest + +401 + + Unauthorized +U +200N +L +OKF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestRhttpsj +x-kubernetes-actionput +jl +x-kubernetes-group-version-kindIGkind: CertificateSigningRequest +version: v1 +group: certificates.k8s.io +* +certificates_v1"delete a CertificateSigningRequest*-deleteCertificatesV1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +jl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 +B +certificates_v18partially update the specified CertificateSigningRequest*,patchCertificatesV1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJp + +401 + + Unauthorized +U +200N +L +OKF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestRhttpsj +x-kubernetes-actionpatch +jl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 +JF +DB"@path%name of the CertificateSigningRequest"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string^ +6/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas^& +flowcontrolApiserver_v1beta1(list or watch objects of kind FlowSchema*)listFlowcontrolApiserverV1beta1FlowSchema2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJi +N +200G +E +OK? += +;#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchemaList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jk +x-kubernetes-group-version-kindHFversion: v1beta1 +group: flowcontrol.apiserver.k8s.io +kind: FlowSchema +" +flowcontrolApiserver_v1beta1create a FlowSchema*+createFlowcontrolApiserverV1beta1FlowSchema2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BM +K +Ibodybody *9 +7#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchemaB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +P +202I +G +Accepted; +9 +7#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchema + +401 + + Unauthorized +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchema +O +201H +F +Created; +9 +7#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchemaRhttpsjk +x-kubernetes-group-version-kindHFgroup: flowcontrol.apiserver.k8s.io +kind: FlowSchema +version: v1beta1 +j +x-kubernetes-actionpost +*- +flowcontrolApiserver_v1beta1delete collection of FlowSchema*5deleteFlowcontrolApiserverV1beta1CollectionFlowSchema2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jk +x-kubernetes-group-version-kindHFgroup: flowcontrol.apiserver.k8s.io +kind: FlowSchema +version: v1beta1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/apis/batch/v1beta1/cronjobs& + batch_v1beta1%list or watch objects of kind CronJob*'listBatchV1beta1CronJobForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.batch.v1beta1.CronJobList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jQ +x-kubernetes-group-version-kind.,kind: CronJob +version: v1beta1 +group: batch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +@/apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases( +coordination_v1qwatch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.*&watchCoordinationV1NamespacedLeaseList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jX +x-kubernetes-group-version-kind53group: coordination.k8s.io +kind: Lease +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/node.k8s.io/v1beta1/ + node_v1beta1get available resources*getNodeV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp + +401 + + Unauthorized +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceListRhttps* + +< +OK6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRole + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1alpha1 + +rbacAuthorization_v1alpha1!replace the specified ClusterRole*+replaceRbacAuthorizationV1alpha1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BH +F +Dbodybody *4 +2#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRole +J +201C +A +Created6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRole + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jj +x-kubernetes-group-version-kindGEversion: v1alpha1 +group: rbac.authorization.k8s.io +kind: ClusterRole +* +rbacAuthorization_v1alpha1delete a ClusterRole**deleteRbacAuthorizationV1alpha1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1alpha1 +B +rbacAuthorization_v1alpha1*partially update the specified ClusterRole*)patchRbacAuthorizationV1alpha1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRole + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1alpha1 +J8 +64"2pathname of the ClusterRole"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +1/apis/scheduling.k8s.io/v1/priorityclasses/{name}) + scheduling_v1 read the specified PriorityClass*readSchedulingV1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jb +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.scheduling.v1.PriorityClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j^ +x-kubernetes-group-version-kind;9group: scheduling.k8s.io +kind: PriorityClass +version: v1 + + scheduling_v1#replace the specified PriorityClass* replaceSchedulingV1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BJ +H +Fbodybody *6 +4#/definitions/io.k8s.api.scheduling.v1.PriorityClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.scheduling.v1.PriorityClass +L +201E +C +Created8 +6 +4#/definitions/io.k8s.api.scheduling.v1.PriorityClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +j^ +x-kubernetes-group-version-kind;9kind: PriorityClass +version: v1 +group: scheduling.k8s.io +* + scheduling_v1delete a PriorityClass*deleteSchedulingV1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj^ +x-kubernetes-group-version-kind;9kind: PriorityClass +version: v1 +group: scheduling.k8s.io +j +x-kubernetes-action delete +B + scheduling_v1,partially update the specified PriorityClass*patchSchedulingV1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJb +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.scheduling.v1.PriorityClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +j^ +x-kubernetes-group-version-kind;9group: scheduling.k8s.io +kind: PriorityClass +version: v1 +J: +86"4pathname of the PriorityClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +1/api/v1/namespaces/{namespace}/limitranges/{name}( +core_v1read the specified LimitRange*readCoreV1NamespacedLimitRange2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.core.v1.LimitRange + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jL +x-kubernetes-group-version-kind)'group: "" +kind: LimitRange +version: v1 + +core_v1 replace the specified LimitRange*!replaceCoreV1NamespacedLimitRange2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BA +? +=bodybody *- ++#/definitions/io.k8s.api.core.v1.LimitRangeB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.core.v1.LimitRange + +401 + + Unauthorized +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.core.v1.LimitRangeRhttpsjL +x-kubernetes-group-version-kind)'group: "" +kind: LimitRange +version: v1 +j +x-kubernetes-actionput +* +core_v1delete a LimitRange* deleteCoreV1NamespacedLimitRange2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jL +x-kubernetes-group-version-kind)'group: "" +kind: LimitRange +version: v1 +B +core_v1)partially update the specified LimitRange*patchCoreV1NamespacedLimitRange2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.core.v1.LimitRange + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jL +x-kubernetes-group-version-kind)'kind: LimitRange +version: v1 +group: "" +J7 +53"1pathname of the LimitRange"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +7/apis/apps/v1/namespaces/{namespace}/deployments/{name}( +apps_v1read the specified Deployment*readAppsV1NamespacedDeployment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jN +x-kubernetes-group-version-kind+)group: apps +kind: Deployment +version: v1 + +apps_v1 replace the specified Deployment*!replaceAppsV1NamespacedDeployment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BA +? +=bodybody *- ++#/definitions/io.k8s.api.apps.v1.DeploymentB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)group: apps +kind: Deployment +version: v1 +j +x-kubernetes-actionput +* +apps_v1delete a Deployment* deleteAppsV1NamespacedDeployment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +jN +x-kubernetes-group-version-kind+)version: v1 +group: apps +kind: Deployment +B +apps_v1)partially update the specified Deployment*patchAppsV1NamespacedDeployment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jN +x-kubernetes-group-version-kind+)group: apps +kind: Deployment +version: v1 +J7 +53"1pathname of the Deployment"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +"/apis/certificates.k8s.io/v1beta1/ +certificates_v1beta1get available resources*"getCertificatesV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps) +R/apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations/{name}) +admissionregistration_v1watch changes to an object of kind ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*:watchAdmissionregistrationV1ValidatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jz +x-kubernetes-group-version-kindWUkind: ValidatingWebhookConfiguration +version: v1 +group: admissionregistration.k8s.io +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJK +IG"Epath*name of the ValidatingWebhookConfiguration"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +2/apis/apiregistration.k8s.io/v1/apiservices/{name}* +apiregistration_v1read the specified APIService*readApiregistrationV1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jy +^ +200W +U +OKO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j` +x-kubernetes-group-version-kind=;version: v1 +kind: APIService +group: apiregistration.k8s.io + +apiregistration_v1 replace the specified APIService*"replaceApiregistrationV1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ba +_ +]bodybody *M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +^ +200W +U +OKO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService +c +201\ +Z +CreatedO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +j` +x-kubernetes-group-version-kind=;kind: APIService +group: apiregistration.k8s.io +version: v1 +* +apiregistration_v1delete an APIService*!deleteApiregistrationV1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +j` +x-kubernetes-group-version-kind=;group: apiregistration.k8s.io +version: v1 +kind: APIService +B +apiregistration_v1)partially update the specified APIService* patchApiregistrationV1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJy +^ +200W +U +OKO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +j` +x-kubernetes-group-version-kind=;group: apiregistration.k8s.io +version: v1 +kind: APIService +J7 +53"1pathname of the APIService"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +G/apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/approval +certificates_v18read approval of the specified CertificateSigningRequest*3readCertificatesV1CertificateSigningRequestApproval2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jp +U +200N +L +OKF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 + +certificates_v1;replace approval of the specified CertificateSigningRequest*6replaceCertificatesV1CertificateSigningRequestApproval2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BX +V +Tbodybody *D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +U +200N +L +OKF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest +Z +201S +Q +CreatedF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 +B +certificates_v1Dpartially update approval of the specified CertificateSigningRequest*4patchCertificatesV1CertificateSigningRequestApproval2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJp +U +200N +L +OKF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 +JF +DB"@path%name of the CertificateSigningRequest"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +./apis/policy/v1beta1/watch/podsecuritypolicies' +policy_v1beta1}watch individual changes to a list of PodSecurityPolicy. deprecated: use the 'watch' parameter with a list operation instead.*'watchPolicyV1beta1PodSecurityPolicyList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j\ +x-kubernetes-group-version-kind97kind: PodSecurityPolicy +version: v1beta1 +group: policy +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean- +C/apis/apiextensions.k8s.io/v1beta1/customresourcedefinitions/{name}- +apiextensions_v1beta1+read the specified CustomResourceDefinition*0readApiextensionsV1beta1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J +w +200p +n +OKh +f +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jq +x-kubernetes-group-version-kindNLgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1beta1 + + +apiextensions_v1beta1.replace the specified CustomResourceDefinition*3replaceApiextensionsV1beta1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bz +x +vbodybody *f +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +w +200p +n +OKh +f +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition +| +201u +s +Createdh +f +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jq +x-kubernetes-group-version-kindNLversion: v1beta1 +group: apiextensions.k8s.io +kind: CustomResourceDefinition +* +apiextensions_v1beta1!delete a CustomResourceDefinition*2deleteApiextensionsV1beta1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jq +x-kubernetes-group-version-kindNLversion: v1beta1 +group: apiextensions.k8s.io +kind: CustomResourceDefinition +B +apiextensions_v1beta17partially update the specified CustomResourceDefinition*1patchApiextensionsV1beta1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ + +401 + + Unauthorized +w +200p +n +OKh +f +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionRhttpsj +x-kubernetes-actionpatch +jq +x-kubernetes-group-version-kindNLgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1beta1 +JE +CA"?path$name of the CustomResourceDefinition"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +5/apis/batch/v1/namespaces/{namespace}/cronjobs/{name}( +batch_v1read the specified CronJob*readBatchV1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JW +< +2005 +3 +OK- ++ +)#/definitions/io.k8s.api.batch.v1.CronJob + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jL +x-kubernetes-group-version-kind)'group: batch +kind: CronJob +version: v1 + +batch_v1replace the specified CronJob*replaceBatchV1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B? += +;bodybody *+ +)#/definitions/io.k8s.api.batch.v1.CronJobB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +< +2005 +3 +OK- ++ +)#/definitions/io.k8s.api.batch.v1.CronJob +A +201: +8 +Created- ++ +)#/definitions/io.k8s.api.batch.v1.CronJob + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jL +x-kubernetes-group-version-kind)'group: batch +kind: CronJob +version: v1 +* +batch_v1delete a CronJob*deleteBatchV1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jL +x-kubernetes-group-version-kind)'group: batch +kind: CronJob +version: v1 +B +batch_v1&partially update the specified CronJob*patchBatchV1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJW +< +2005 +3 +OK- ++ +)#/definitions/io.k8s.api.batch.v1.CronJob + +401 + + UnauthorizedRhttpsjL +x-kubernetes-group-version-kind)'kind: CronJob +version: v1 +group: batch +j +x-kubernetes-actionpatch +J4 +20".pathname of the CronJob"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +5/apis/scheduling.k8s.io/v1beta1/watch/priorityclasses' +scheduling_v1beta1ywatch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation instead.*'watchSchedulingV1beta1PriorityClassList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjc +x-kubernetes-group-version-kind@>kind: PriorityClass +version: v1beta1 +group: scheduling.k8s.io +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +./apis/storage.k8s.io/v1beta1/volumeattachments]& +storage_v1beta1.list or watch objects of kind VolumeAttachment*"listStorageV1beta1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJk +P +200I +G +OKA +? +=#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachmentList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jc +x-kubernetes-group-version-kind@>group: storage.k8s.io +kind: VolumeAttachment +version: v1beta1 +" +storage_v1beta1create a VolumeAttachment*$createStorageV1beta1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BO +M +Kbodybody *; +9#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachmentB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +Q +201J +H +Created= +; +9#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachment +R +202K +I +Accepted= +; +9#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachment + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachmentRhttpsj +x-kubernetes-actionpost +jc +x-kubernetes-group-version-kind@>kind: VolumeAttachment +version: v1beta1 +group: storage.k8s.io +*, +storage_v1beta1%delete collection of VolumeAttachment*.deleteStorageV1beta1CollectionVolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj* +x-kubernetes-actiondeletecollection +jc +x-kubernetes-group-version-kind@>version: v1beta1 +group: storage.k8s.io +kind: VolumeAttachment +JO +MKIquery-If 'true', then the output is pretty printed."pretty2stringH +/logs/>< +logs*logFileListHandlerJ + +401 + + UnauthorizedRhttps] +(/api/v1/namespaces/{namespace}/endpoints\% +core_v1'list or watch objects of kind Endpoints*listCoreV1NamespacedEndpoints2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.EndpointsList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jK +x-kubernetes-group-version-kind(&group: "" +kind: Endpoints +version: v1 +" +core_v1create Endpoints*createCoreV1NamespacedEndpoints2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B@ +> +<bodybody *, +*#/definitions/io.k8s.api.core.v1.EndpointsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.Endpoints +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.core.v1.Endpoints +C +202< +: +Accepted. +, +*#/definitions/io.k8s.api.core.v1.EndpointsRhttpsj +x-kubernetes-actionpost +jK +x-kubernetes-group-version-kind(&kind: Endpoints +version: v1 +group: "" +*, +core_v1delete collection of Endpoints*)deleteCoreV1CollectionNamespacedEndpoints2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jK +x-kubernetes-group-version-kind(&group: "" +kind: Endpoints +version: v1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +E/apis/certificates.k8s.io/v1/certificatesigningrequests/{name}/status +certificates_v16read status of the specified CertificateSigningRequest*1readCertificatesV1CertificateSigningRequestStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jp +U +200N +L +OKF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 + +certificates_v19replace status of the specified CertificateSigningRequest*4replaceCertificatesV1CertificateSigningRequestStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BX +V +Tbodybody *D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +U +200N +L +OKF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest +Z +201S +Q +CreatedF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsjl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 +j +x-kubernetes-actionput +B +certificates_v1Bpartially update status of the specified CertificateSigningRequest*2patchCertificatesV1CertificateSigningRequestStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJp +U +200N +L +OKF +D +B#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jl +x-kubernetes-group-version-kindIGgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1 +JF +DB"@path%name of the CertificateSigningRequest"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +6/apis/rbac.authorization.k8s.io/v1/clusterroles/{name}) +rbacAuthorization_v1read the specified ClusterRole*"readRbacAuthorizationV1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JZ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.rbac.v1.ClusterRole + +401 + + UnauthorizedRhttpsjd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: ClusterRole +version: v1 +j +x-kubernetes-actionget + +rbacAuthorization_v1!replace the specified ClusterRole*%replaceRbacAuthorizationV1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BB +@ +>bodybody *. +,#/definitions/io.k8s.api.rbac.v1.ClusterRoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.rbac.v1.ClusterRole +D +201= +; +Created0 +. +,#/definitions/io.k8s.api.rbac.v1.ClusterRole + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: ClusterRole +version: v1 +* +rbacAuthorization_v1delete a ClusterRole*$deleteRbacAuthorizationV1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +jd +x-kubernetes-group-version-kindA?version: v1 +group: rbac.authorization.k8s.io +kind: ClusterRole +B +rbacAuthorization_v1*partially update the specified ClusterRole*#patchRbacAuthorizationV1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJZ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.rbac.v1.ClusterRole + +401 + + UnauthorizedRhttpsjd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: ClusterRole +version: v1 +j +x-kubernetes-actionpatch +J8 +64"2pathname of the ClusterRole"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string& +/api/v1/componentstatuses& +core_v1$list objects of kind ComponentStatus*listCoreV1ComponentStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jb +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.core.v1.ComponentStatusList + +401 + + UnauthorizedRhttpsjQ +x-kubernetes-group-version-kind.,group: "" +kind: ComponentStatus +version: v1 +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/batch/v1/ +batch_v1get available resources*getBatchV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps' +-/apis/rbac.authorization.k8s.io/v1beta1/roles' +rbacAuthorization_v1beta1"list or watch objects of kind Role*0listRbacAuthorizationV1beta1RoleForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J\ + +401 + + Unauthorized +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.rbac.v1beta1.RoleListRhttpsj +x-kubernetes-actionlist +jb +x-kubernetes-group-version-kind?=group: rbac.authorization.k8s.io +kind: Role +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +-/api/v1/namespaces/{namespace}/secrets/{name}( +core_v1read the specified Secret*readCoreV1NamespacedSecret2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JU +: +2003 +1 +OK+ +) +'#/definitions/io.k8s.api.core.v1.Secret + +401 + + UnauthorizedRhttpsjH +x-kubernetes-group-version-kind%#version: v1 +group: "" +kind: Secret +j +x-kubernetes-actionget + +core_v1replace the specified Secret*replaceCoreV1NamespacedSecret2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B= +; +9bodybody *) +'#/definitions/io.k8s.api.core.v1.SecretB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +: +2003 +1 +OK+ +) +'#/definitions/io.k8s.api.core.v1.Secret +? +2018 +6 +Created+ +) +'#/definitions/io.k8s.api.core.v1.Secret + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jH +x-kubernetes-group-version-kind%#group: "" +kind: Secret +version: v1 +* +core_v1delete a Secret*deleteCoreV1NamespacedSecret2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jH +x-kubernetes-group-version-kind%#group: "" +kind: Secret +version: v1 +B +core_v1%partially update the specified Secret*patchCoreV1NamespacedSecret2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJU +: +2003 +1 +OK+ +) +'#/definitions/io.k8s.api.core.v1.Secret + +401 + + UnauthorizedRhttpsjH +x-kubernetes-group-version-kind%#group: "" +kind: Secret +version: v1 +j +x-kubernetes-actionpatch +J3 +1/"-pathname of the Secret"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/api/v1/watch/configmaps' +core_v1uwatch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead.*(watchCoreV1ConfigMapListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jK +x-kubernetes-group-version-kind(&group: "" +kind: ConfigMap +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +B/apis/apiextensions.k8s.io/v1beta1/watch/customresourcedefinitions( +apiextensions_v1beta1watch individual changes to a list of CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead.*5watchApiextensionsV1beta1CustomResourceDefinitionList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jq +x-kubernetes-group-version-kindNLgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( ++/api/v1/watch/namespaces/{namespace}/events( +core_v1qwatch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.*watchCoreV1NamespacedEventList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jG +x-kubernetes-group-version-kind$"version: v1 +group: "" +kind: Event +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/node.k8s.io/v1/ +node_v1get available resources*getNodeV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp + +401 + + Unauthorized +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceListRhttps& +/api/v1/secrets& +core_v1$list or watch objects of kind Secret* listCoreV1SecretForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*JY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.core.v1.SecretList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jH +x-kubernetes-group-version-kind%#group: "" +kind: Secret +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +/api/v1/watch/events' +core_v1qwatch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.*$watchCoreV1EventListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jG +x-kubernetes-group-version-kind$"group: "" +kind: Event +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +//api/v1/watch/namespaces/{namespace}/configmaps( +core_v1uwatch individual changes to a list of ConfigMap. deprecated: use the 'watch' parameter with a list operation instead.*"watchCoreV1NamespacedConfigMapList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjK +x-kubernetes-group-version-kind(&group: "" +kind: ConfigMap +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +-/apis/autoscaling/v1/horizontalpodautoscalers' +autoscaling_v15list or watch objects of kind HorizontalPodAutoscaler*8listAutoscalingV1HorizontalPodAutoscalerForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jq +V +200O +M +OKG +E +C#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerList + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=kind: HorizontalPodAutoscaler +version: v1 +group: autoscaling +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +A/apis/rbac.authorization.k8s.io/v1beta1/watch/clusterrolebindings( +rbacAuthorization_v1beta1~watch individual changes to a list of ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead.*3watchRbacAuthorizationV1beta1ClusterRoleBindingList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjp +x-kubernetes-group-version-kindMKkind: ClusterRoleBinding +version: v1beta1 +group: rbac.authorization.k8s.io +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean& +/api/v1/limitranges& +core_v1(list or watch objects of kind LimitRange*$listCoreV1LimitRangeForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J] +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.core.v1.LimitRangeList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jL +x-kubernetes-group-version-kind)'group: "" +kind: LimitRange +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean\ +#/api/v1/namespaces/{namespace}/pods\% +core_v1!list or watch objects of kind Pod*listCoreV1NamespacedPod2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJV + +401 + + Unauthorized +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.core.v1.PodListRhttpsj +x-kubernetes-actionlist +jE +x-kubernetes-group-version-kind" group: "" +kind: Pod +version: v1 +" +core_v1 create a Pod*createCoreV1NamespacedPod2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B: +8 +6bodybody *& +$#/definitions/io.k8s.api.core.v1.PodB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +< +2015 +3 +Created( +& +$#/definitions/io.k8s.api.core.v1.Pod += +2026 +4 +Accepted( +& +$#/definitions/io.k8s.api.core.v1.Pod + +401 + + Unauthorized +7 +2000 +. +OK( +& +$#/definitions/io.k8s.api.core.v1.PodRhttpsj +x-kubernetes-actionpost +jE +x-kubernetes-group-version-kind" group: "" +kind: Pod +version: v1 +*, +core_v1delete collection of Pod*#deleteCoreV1CollectionNamespacedPod2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsjE +x-kubernetes-group-version-kind" group: "" +kind: Pod +version: v1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string] +1/apis/apps/v1/namespaces/{namespace}/statefulsets\& +apps_v1)list or watch objects of kind StatefulSet*listAppsV1NamespacedStatefulSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ^ + +401 + + Unauthorized +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.apps.v1.StatefulSetListRhttpsj +x-kubernetes-actionlist +jO +x-kubernetes-group-version-kind,*group: apps +kind: StatefulSet +version: v1 +" +apps_v1create a StatefulSet*!createAppsV1NamespacedStatefulSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BB +@ +>bodybody *. +,#/definitions/io.k8s.api.apps.v1.StatefulSetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.apps.v1.StatefulSet +D +201= +; +Created0 +. +,#/definitions/io.k8s.api.apps.v1.StatefulSet +E +202> +< +Accepted0 +. +,#/definitions/io.k8s.api.apps.v1.StatefulSet + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jO +x-kubernetes-group-version-kind,*group: apps +kind: StatefulSet +version: v1 +*, +apps_v1 delete collection of StatefulSet*+deleteAppsV1CollectionNamespacedStatefulSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jO +x-kubernetes-group-version-kind,*kind: StatefulSet +version: v1 +group: apps +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +//apis/storage.k8s.io/v1/watch/volumeattachments' + +storage_v1|watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead.*"watchStorageV1VolumeAttachmentList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj# +x-kubernetes-action  +watchlist +j^ +x-kubernetes-group-version-kind;9group: storage.k8s.io +kind: VolumeAttachment +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +E/apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions/{name}) +apps_v1watch changes to an object of kind ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*'watchAppsV1NamespacedControllerRevision2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjV +x-kubernetes-group-version-kind31group: apps +kind: ControllerRevision +version: v1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ? +=;"9pathname of the ControllerRevision"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +./apis/batch/v1/namespaces/{namespace}/cronjobs\% +batch_v1%list or watch objects of kind CronJob*listBatchV1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.batch.v1.CronJobList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jL +x-kubernetes-group-version-kind)'group: batch +kind: CronJob +version: v1 +" +batch_v1create a CronJob*createBatchV1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B? += +;bodybody *+ +)#/definitions/io.k8s.api.batch.v1.CronJobB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +B +202; +9 +Accepted- ++ +)#/definitions/io.k8s.api.batch.v1.CronJob + +401 + + Unauthorized +< +2005 +3 +OK- ++ +)#/definitions/io.k8s.api.batch.v1.CronJob +A +201: +8 +Created- ++ +)#/definitions/io.k8s.api.batch.v1.CronJobRhttpsj +x-kubernetes-actionpost +jL +x-kubernetes-group-version-kind)'group: batch +kind: CronJob +version: v1 +*, +batch_v1delete collection of CronJob*(deleteBatchV1CollectionNamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjL +x-kubernetes-group-version-kind)'group: batch +kind: CronJob +version: v1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string + /apis/rbac.authorization.k8s.io/ +rbacAuthorizationget information of a group*getRbacAuthorizationAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps/ +/api/v1/namespaces/% +core_v1'list or watch objects of kind Namespace*listCoreV1Namespace2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.NamespaceList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jK +x-kubernetes-group-version-kind(&group: "" +kind: Namespace +version: v1 +" +core_v1create a Namespace*createCoreV1Namespace2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B@ +> +<bodybody *, +*#/definitions/io.k8s.api.core.v1.NamespaceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.Namespace +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.core.v1.Namespace +C +202< +: +Accepted. +, +*#/definitions/io.k8s.api.core.v1.Namespace + +401 + + UnauthorizedRhttpsjK +x-kubernetes-group-version-kind(&version: v1 +group: "" +kind: Namespace +j +x-kubernetes-actionpost +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string] ++/api/v1/namespaces/{namespace}/podtemplates\& +core_v1)list or watch objects of kind PodTemplate*listCoreV1NamespacedPodTemplate2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ^ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.core.v1.PodTemplateList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jM +x-kubernetes-group-version-kind*(group: "" +kind: PodTemplate +version: v1 +" +core_v1create a PodTemplate*!createCoreV1NamespacedPodTemplate2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BB +@ +>bodybody *. +,#/definitions/io.k8s.api.core.v1.PodTemplateB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.core.v1.PodTemplate +D +201= +; +Created0 +. +,#/definitions/io.k8s.api.core.v1.PodTemplate +E +202> +< +Accepted0 +. +,#/definitions/io.k8s.api.core.v1.PodTemplate + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jM +x-kubernetes-group-version-kind*(group: "" +kind: PodTemplate +version: v1 +*, +core_v1 delete collection of PodTemplate*+deleteCoreV1CollectionNamespacedPodTemplate2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jM +x-kubernetes-group-version-kind*(group: "" +kind: PodTemplate +version: v1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string& +/apis/batch/v1/jobs& +batch_v1!list or watch objects of kind Job*listBatchV1JobForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*JW +< +2005 +3 +OK- ++ +)#/definitions/io.k8s.api.batch.v1.JobList + +401 + + UnauthorizedRhttpsjH +x-kubernetes-group-version-kind%#version: v1 +group: batch +kind: Job +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +"/apis/extensions/v1beta1/ingresses& +extensions_v1beta1%list or watch objects of kind Ingress*,listExtensionsV1beta1IngressForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Je +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.extensions.v1beta1.IngressList + +401 + + UnauthorizedRhttpsjV +x-kubernetes-group-version-kind31group: extensions +kind: Ingress +version: v1beta1 +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +(/apis/extensions/v1beta1/watch/ingresses' +extensions_v1beta1swatch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.*1watchExtensionsV1beta1IngressListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jV +x-kubernetes-group-version-kind31kind: Ingress +version: v1beta1 +group: extensions +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean+ +=/apis/flowcontrol.apiserver.k8s.io/v1beta1/flowschemas/{name}* +flowcontrolApiserver_v1beta1read the specified FlowSchema*)readFlowcontrolApiserverV1beta1FlowSchema2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Je +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchema + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jk +x-kubernetes-group-version-kindHFgroup: flowcontrol.apiserver.k8s.io +kind: FlowSchema +version: v1beta1 + +flowcontrolApiserver_v1beta1 replace the specified FlowSchema*,replaceFlowcontrolApiserverV1beta1FlowSchema2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BM +K +Ibodybody *9 +7#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchemaB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchema +O +201H +F +Created; +9 +7#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchema + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jk +x-kubernetes-group-version-kindHFgroup: flowcontrol.apiserver.k8s.io +kind: FlowSchema +version: v1beta1 +* +flowcontrolApiserver_v1beta1delete a FlowSchema*+deleteFlowcontrolApiserverV1beta1FlowSchema2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsjk +x-kubernetes-group-version-kindHFgroup: flowcontrol.apiserver.k8s.io +kind: FlowSchema +version: v1beta1 +j +x-kubernetes-action delete +B +flowcontrolApiserver_v1beta1)partially update the specified FlowSchema**patchFlowcontrolApiserverV1beta1FlowSchema2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJe +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchema + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jk +x-kubernetes-group-version-kindHFgroup: flowcontrol.apiserver.k8s.io +kind: FlowSchema +version: v1beta1 +J7 +53"1pathname of the FlowSchema"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +0/apis/networking.k8s.io/v1/watch/networkpolicies' + networking_v1ywatch individual changes to a list of NetworkPolicy. deprecated: use the 'watch' parameter with a list operation instead.*2watchNetworkingV1NetworkPolicyListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j^ +x-kubernetes-group-version-kind;9group: networking.k8s.io +kind: NetworkPolicy +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +./apis/node.k8s.io/v1beta1/watch/runtimeclasses' + node_v1beta1xwatch individual changes to a list of RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead.* watchNodeV1beta1RuntimeClassList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j\ +x-kubernetes-group-version-kind97group: node.k8s.io +kind: RuntimeClass +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +;/apis/authorization.k8s.io/v1beta1/selfsubjectaccessreviews +" +authorization_v1beta1 create a SelfSubjectAccessReview*1createAuthorizationV1beta1SelfSubjectAccessReview2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B\ +Z +Xbodybody *H +F#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectAccessReviewJ +_ +202X +V +AcceptedJ +H +F#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectAccessReview + +401 + + Unauthorized +Y +200R +P +OKJ +H +F#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectAccessReview +^ +201W +U +CreatedJ +H +F#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectAccessReviewRhttpsj +x-kubernetes-actionpost +jp +x-kubernetes-group-version-kindMKversion: v1beta1 +group: authorization.k8s.io +kind: SelfSubjectAccessReview +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +2/apis/autoscaling/v2beta1/horizontalpodautoscalers' +autoscaling_v2beta15list or watch objects of kind HorizontalPodAutoscaler*=listAutoscalingV2beta1HorizontalPodAutoscalerForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jv + +401 + + Unauthorized +[ +200T +R +OKL +J +H#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerListRhttpsj +x-kubernetes-actionlist +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +"/apis/events.k8s.io/v1beta1/events& +events_v1beta1#list or watch objects of kind Event*&listEventsV1beta1EventForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J_ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.events.v1beta1.EventList + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: events.k8s.io +kind: Event +version: v1beta1 +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +2/apis/storage.k8s.io/v1alpha1/csistoragecapacities' +storage_v1alpha10list or watch objects of kind CSIStorageCapacity*5listStorageV1alpha1CSIStorageCapacityForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jn + +401 + + Unauthorized +S +200L +J +OKD +B +@#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacityListRhttpsj +x-kubernetes-actionlist +jf +x-kubernetes-group-version-kindCAkind: CSIStorageCapacity +version: v1alpha1 +group: storage.k8s.io +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean+ +M/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings/{name}* +rbacAuthorization_v1read the specified RoleBinding*,readRbacAuthorizationV1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JZ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.rbac.v1.RoleBinding + +401 + + UnauthorizedRhttpsjd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: RoleBinding +version: v1 +j +x-kubernetes-actionget + +rbacAuthorization_v1!replace the specified RoleBinding*/replaceRbacAuthorizationV1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BB +@ +>bodybody *. +,#/definitions/io.k8s.api.rbac.v1.RoleBindingB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.rbac.v1.RoleBinding +D +201= +; +Created0 +. +,#/definitions/io.k8s.api.rbac.v1.RoleBinding + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: RoleBinding +version: v1 +* +rbacAuthorization_v1delete a RoleBinding*.deleteRbacAuthorizationV1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: RoleBinding +version: v1 +B +rbacAuthorization_v1*partially update the specified RoleBinding*-patchRbacAuthorizationV1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJZ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.rbac.v1.RoleBinding + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: RoleBinding +version: v1 +J8 +64"2pathname of the RoleBinding"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +Y/apis/rbac.authorization.k8s.io/v1alpha1/watch/namespaces/{namespace}/rolebindings/{name}) +rbacAuthorization_v1alpha1watch changes to an object of kind RoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*3watchRbacAuthorizationV1alpha1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jj +x-kubernetes-group-version-kindGEgroup: rbac.authorization.k8s.io +kind: RoleBinding +version: v1alpha1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ8 +64"2pathname of the RoleBinding"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +-/api/v1/namespaces/{namespace}/resourcequotas]& +core_v1+list or watch objects of kind ResourceQuota*!listCoreV1NamespacedResourceQuota2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.core.v1.ResourceQuotaList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jO +x-kubernetes-group-version-kind,*group: "" +kind: ResourceQuota +version: v1 +" +core_v1create a ResourceQuota*#createCoreV1NamespacedResourceQuota2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BD +B +@bodybody *0 +.#/definitions/io.k8s.api.core.v1.ResourceQuotaB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota +F +201? += +Created2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota +G +202@ +> +Accepted2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jO +x-kubernetes-group-version-kind,*group: "" +kind: ResourceQuota +version: v1 +*, +core_v1"delete collection of ResourceQuota*-deleteCoreV1CollectionNamespacedResourceQuota2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjO +x-kubernetes-group-version-kind,*group: "" +kind: ResourceQuota +version: v1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string- +P/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}, +autoscaling_v2beta2*read the specified HorizontalPodAutoscaler*7readAutoscalingV2beta2NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jr +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta2 + +autoscaling_v2beta2-replace the specified HorizontalPodAutoscaler*:replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BZ +X +Vbodybody *F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler +\ +201U +S +CreatedH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta2 +* +autoscaling_v2beta2 delete a HorizontalPodAutoscaler*9deleteAutoscalingV2beta2NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta2 +B +autoscaling_v2beta26partially update the specified HorizontalPodAutoscaler*8patchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJr +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta2 +JD +B@">path#name of the HorizontalPodAutoscaler"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +=/apis/rbac.authorization.k8s.io/v1/clusterrolebindings/{name}* +rbacAuthorization_v1%read the specified ClusterRoleBinding*)readRbacAuthorizationV1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ja +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding + +401 + + UnauthorizedRhttpsjk +x-kubernetes-group-version-kindHFgroup: rbac.authorization.k8s.io +kind: ClusterRoleBinding +version: v1 +j +x-kubernetes-actionget + +rbacAuthorization_v1(replace the specified ClusterRoleBinding*,replaceRbacAuthorizationV1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.rbac.v1.ClusterRoleBindingB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.rbac.v1.ClusterRoleBindingRhttpsj +x-kubernetes-actionput +jk +x-kubernetes-group-version-kindHFversion: v1 +group: rbac.authorization.k8s.io +kind: ClusterRoleBinding +* +rbacAuthorization_v1delete a ClusterRoleBinding*+deleteRbacAuthorizationV1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsjk +x-kubernetes-group-version-kindHFversion: v1 +group: rbac.authorization.k8s.io +kind: ClusterRoleBinding +j +x-kubernetes-action delete +B +rbacAuthorization_v11partially update the specified ClusterRoleBinding**patchRbacAuthorizationV1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJa +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jk +x-kubernetes-group-version-kindHFgroup: rbac.authorization.k8s.io +kind: ClusterRoleBinding +version: v1 +J? +=;"9pathname of the ClusterRoleBinding"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +C/apis/flowcontrol.apiserver.k8s.io/v1beta1/watch/flowschemas/{name}( +flowcontrolApiserver_v1beta1watch changes to an object of kind FlowSchema. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.**watchFlowcontrolApiserverV1beta1FlowSchema2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsjk +x-kubernetes-group-version-kindHFgroup: flowcontrol.apiserver.k8s.io +kind: FlowSchema +version: v1beta1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ7 +53"1pathname of the FlowSchema"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +./apis/storage.k8s.io/v1beta1/csidrivers/{name}( +storage_v1beta1read the specified CSIDriver*readStorageV1beta1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.storage.v1beta1.CSIDriver + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j\ +x-kubernetes-group-version-kind97group: storage.k8s.io +kind: CSIDriver +version: v1beta1 + +storage_v1beta1replace the specified CSIDriver*replaceStorageV1beta1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BH +F +Dbodybody *4 +2#/definitions/io.k8s.api.storage.v1beta1.CSIDriverB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.storage.v1beta1.CSIDriver +J +201C +A +Created6 +4 +2#/definitions/io.k8s.api.storage.v1beta1.CSIDriver + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +j\ +x-kubernetes-group-version-kind97kind: CSIDriver +version: v1beta1 +group: storage.k8s.io +* +storage_v1beta1delete a CSIDriver*deleteStorageV1beta1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.storage.v1beta1.CSIDriver +K +202D +B +Accepted6 +4 +2#/definitions/io.k8s.api.storage.v1beta1.CSIDriver + +401 + + UnauthorizedRhttpsj\ +x-kubernetes-group-version-kind97group: storage.k8s.io +kind: CSIDriver +version: v1beta1 +j +x-kubernetes-action delete +B +storage_v1beta1(partially update the specified CSIDriver*patchStorageV1beta1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ` + +401 + + Unauthorized +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.storage.v1beta1.CSIDriverRhttpsj +x-kubernetes-actionpatch +j\ +x-kubernetes-group-version-kind97version: v1beta1 +group: storage.k8s.io +kind: CSIDriver +J6 +42"0pathname of the CSIDriver"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +7/api/v1/namespaces/{namespace}/pods/{name}/proxy/{path} +core_v1$connect GET requests to proxy of Pod**connectCoreV1GetNamespacedPodProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jQ +x-kubernetes-group-version-kind.,group: "" +kind: PodProxyOptions +version: v1 + +core_v1$connect PUT requests to proxy of Pod**connectCoreV1PutNamespacedPodProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jQ +x-kubernetes-group-version-kind.,kind: PodProxyOptions +version: v1 +group: "" +" +core_v1%connect POST requests to proxy of Pod*+connectCoreV1PostNamespacedPodProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jQ +x-kubernetes-group-version-kind.,group: "" +kind: PodProxyOptions +version: v1 +* +core_v1'connect DELETE requests to proxy of Pod*-connectCoreV1DeleteNamespacedPodProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jQ +x-kubernetes-group-version-kind.,group: "" +kind: PodProxyOptions +version: v1 +2 +core_v1(connect OPTIONS requests to proxy of Pod*.connectCoreV1OptionsNamespacedPodProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jQ +x-kubernetes-group-version-kind.,group: "" +kind: PodProxyOptions +version: v1 +: +core_v1%connect HEAD requests to proxy of Pod*+connectCoreV1HeadNamespacedPodProxyWithPath2*/*:*/*J7 + +401 + + Unauthorized + +200 + +OK +  +stringRhttpsjQ +x-kubernetes-group-version-kind.,kind: PodProxyOptions +version: v1 +group: "" +j! +x-kubernetes-action +connect +B +core_v1&connect PATCH requests to proxy of Pod*,connectCoreV1PatchNamespacedPodProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jQ +x-kubernetes-group-version-kind.,group: "" +kind: PodProxyOptions +version: v1 +J< +:8"6pathname of the PodProxyOptions"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJ5 +31"/pathpath to the resource"path*stringJa +_][queryAPath is the URL path to use for the current proxy request to pod."path2string) +7/apis/apps/v1/namespaces/{namespace}/replicasets/{name}( +apps_v1read the specified ReplicaSet*readAppsV1NamespacedReplicaSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.ReplicaSet + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)version: v1 +group: apps +kind: ReplicaSet +j +x-kubernetes-actionget + +apps_v1 replace the specified ReplicaSet*!replaceAppsV1NamespacedReplicaSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BA +? +=bodybody *- ++#/definitions/io.k8s.api.apps.v1.ReplicaSetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.ReplicaSet +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.apps.v1.ReplicaSet + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jN +x-kubernetes-group-version-kind+)version: v1 +group: apps +kind: ReplicaSet +* +apps_v1delete a ReplicaSet* deleteAppsV1NamespacedReplicaSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)version: v1 +group: apps +kind: ReplicaSet +j +x-kubernetes-action delete +B +apps_v1)partially update the specified ReplicaSet*patchAppsV1NamespacedReplicaSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.ReplicaSet + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)group: apps +kind: ReplicaSet +version: v1 +j +x-kubernetes-actionpatch +J7 +53"1pathname of the ReplicaSet"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +:/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}) + batch_v1beta1read the specified CronJob*!readBatchV1beta1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.batch.v1beta1.CronJob + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jQ +x-kubernetes-group-version-kind.,group: batch +kind: CronJob +version: v1beta1 + + batch_v1beta1replace the specified CronJob*$replaceBatchV1beta1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BD +B +@bodybody *0 +.#/definitions/io.k8s.api.batch.v1beta1.CronJobB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.batch.v1beta1.CronJob +F +201? += +Created2 +0 +.#/definitions/io.k8s.api.batch.v1beta1.CronJob + +401 + + UnauthorizedRhttpsjQ +x-kubernetes-group-version-kind.,group: batch +kind: CronJob +version: v1beta1 +j +x-kubernetes-actionput +* + batch_v1beta1delete a CronJob*#deleteBatchV1beta1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +jQ +x-kubernetes-group-version-kind.,group: batch +kind: CronJob +version: v1beta1 +B + batch_v1beta1&partially update the specified CronJob*"patchBatchV1beta1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.batch.v1beta1.CronJob + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jQ +x-kubernetes-group-version-kind.,group: batch +kind: CronJob +version: v1beta1 +J4 +20".pathname of the CronJob"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +7/apis/batch/v1/watch/namespaces/{namespace}/jobs/{name}( +batch_v1watch changes to an object of kind Job. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchBatchV1NamespacedJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jH +x-kubernetes-group-version-kind%#group: batch +kind: Job +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ0 +.,"*pathname of the Job"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +?/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/roles]& +rbacAuthorization_v1"list or watch objects of kind Role*%listRbacAuthorizationV1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJW +< +2005 +3 +OK- ++ +)#/definitions/io.k8s.api.rbac.v1.RoleList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j] +x-kubernetes-group-version-kind:8group: rbac.authorization.k8s.io +kind: Role +version: v1 +" +rbacAuthorization_v1 create a Role*'createRbacAuthorizationV1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B; +9 +7bodybody *' +%#/definitions/io.k8s.api.rbac.v1.RoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.rbac.v1.Role += +2016 +4 +Created) +' +%#/definitions/io.k8s.api.rbac.v1.Role +> +2027 +5 +Accepted) +' +%#/definitions/io.k8s.api.rbac.v1.Role + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +j] +x-kubernetes-group-version-kind:8group: rbac.authorization.k8s.io +kind: Role +version: v1 +*, +rbacAuthorization_v1delete collection of Role*1deleteRbacAuthorizationV1CollectionNamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +j] +x-kubernetes-group-version-kind:8group: rbac.authorization.k8s.io +kind: Role +version: v1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string + /apis/internal.apiserver.k8s.io/ +internalApiserverget information of a group*getInternalApiserverAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps' +(/apis/rbac.authorization.k8s.io/v1/roles& +rbacAuthorization_v1"list or watch objects of kind Role*+listRbacAuthorizationV1RoleForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*JW +< +2005 +3 +OK- ++ +)#/definitions/io.k8s.api.rbac.v1.RoleList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j] +x-kubernetes-group-version-kind:8version: v1 +group: rbac.authorization.k8s.io +kind: Role +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +E/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles( +rbacAuthorization_v1pwatch individual changes to a list of Role. deprecated: use the 'watch' parameter with a list operation instead.**watchRbacAuthorizationV1NamespacedRoleList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j] +x-kubernetes-group-version-kind:8group: rbac.authorization.k8s.io +kind: Role +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean& +/api/v1/configmaps& +core_v1'list or watch objects of kind ConfigMap*#listCoreV1ConfigMapForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.ConfigMapList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jK +x-kubernetes-group-version-kind(&kind: ConfigMap +version: v1 +group: "" +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +V/apis/autoscaling/v2beta2/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}) +autoscaling_v2beta2watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*8watchAutoscalingV2beta2NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta2 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJD +B@">path#name of the HorizontalPodAutoscaler"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +9/apis/events.k8s.io/v1beta1/namespaces/{namespace}/events]& +events_v1beta1#list or watch objects of kind Event* listEventsV1beta1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ_ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.events.v1beta1.EventList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jW +x-kubernetes-group-version-kind42version: v1beta1 +group: events.k8s.io +kind: Event +" +events_v1beta1create an Event*"createEventsV1beta1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BC +A +?bodybody */ +-#/definitions/io.k8s.api.events.v1beta1.EventB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.events.v1beta1.Event +E +201> +< +Created1 +/ +-#/definitions/io.k8s.api.events.v1beta1.Event +F +202? += +Accepted1 +/ +-#/definitions/io.k8s.api.events.v1beta1.Event + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: events.k8s.io +kind: Event +version: v1beta1 +j +x-kubernetes-actionpost +*, +events_v1beta1delete collection of Event*,deleteEventsV1beta1CollectionNamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jW +x-kubernetes-group-version-kind42kind: Event +version: v1beta1 +group: events.k8s.io +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/apis/storage.k8s.io/v1alpha1/ +storage_v1alpha1get available resources*getStorageV1alpha1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps' +1/apis/storage.k8s.io/v1beta1/csistoragecapacities' +storage_v1beta10list or watch objects of kind CSIStorageCapacity*4listStorageV1beta1CSIStorageCapacityForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jm +R +200K +I +OKC +A +?#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacityList + +401 + + UnauthorizedRhttpsje +x-kubernetes-group-version-kindB@group: storage.k8s.io +kind: CSIStorageCapacity +version: v1beta1 +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +V/apis/autoscaling/v2beta1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}) +autoscaling_v2beta1watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*8watchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJD +B@">path#name of the HorizontalPodAutoscaler"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +H/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies/{name}* + networking_v1 read the specified NetworkPolicy*'readNetworkingV1NamespacedNetworkPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jb + +401 + + Unauthorized +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.networking.v1.NetworkPolicyRhttpsj +x-kubernetes-actionget +j^ +x-kubernetes-group-version-kind;9group: networking.k8s.io +kind: NetworkPolicy +version: v1 + + networking_v1#replace the specified NetworkPolicy**replaceNetworkingV1NamespacedNetworkPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BJ +H +Fbodybody *6 +4#/definitions/io.k8s.api.networking.v1.NetworkPolicyB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.networking.v1.NetworkPolicy +L +201E +C +Created8 +6 +4#/definitions/io.k8s.api.networking.v1.NetworkPolicy + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +j^ +x-kubernetes-group-version-kind;9group: networking.k8s.io +kind: NetworkPolicy +version: v1 +* + networking_v1delete a NetworkPolicy*)deleteNetworkingV1NamespacedNetworkPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +j^ +x-kubernetes-group-version-kind;9group: networking.k8s.io +kind: NetworkPolicy +version: v1 +B + networking_v1,partially update the specified NetworkPolicy*(patchNetworkingV1NamespacedNetworkPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJb +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.networking.v1.NetworkPolicy + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +j^ +x-kubernetes-group-version-kind;9group: networking.k8s.io +kind: NetworkPolicy +version: v1 +J: +86"4pathname of the NetworkPolicy"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string + /apis/policy/ +policyget information of a group*getPolicyAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps' +./apis/rbac.authorization.k8s.io/v1alpha1/roles' +rbacAuthorization_v1alpha1"list or watch objects of kind Role*1listRbacAuthorizationV1alpha1RoleForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J] +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.rbac.v1alpha1.RoleList + +401 + + UnauthorizedRhttpsjc +x-kubernetes-group-version-kind@>kind: Role +version: v1alpha1 +group: rbac.authorization.k8s.io +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +/apis/apps/v1/watch/deployments' +apps_v1vwatch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.*)watchAppsV1DeploymentListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jN +x-kubernetes-group-version-kind+)group: apps +kind: Deployment +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +R/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}/status +autoscaling_v14read status of the specified HorizontalPodAutoscaler*8readAutoscalingV1NamespacedHorizontalPodAutoscalerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jm +R +200K +I +OKC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=group: autoscaling +kind: HorizontalPodAutoscaler +version: v1 +j +x-kubernetes-actionget + +autoscaling_v17replace status of the specified HorizontalPodAutoscaler*;replaceAutoscalingV1NamespacedHorizontalPodAutoscalerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BU +S +Qbodybody *A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +R +200K +I +OKC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler +W +201P +N +CreatedC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jb +x-kubernetes-group-version-kind?=group: autoscaling +kind: HorizontalPodAutoscaler +version: v1 +B +autoscaling_v1@partially update status of the specified HorizontalPodAutoscaler*9patchAutoscalingV1NamespacedHorizontalPodAutoscalerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJm +R +200K +I +OKC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jb +x-kubernetes-group-version-kind?=kind: HorizontalPodAutoscaler +version: v1 +group: autoscaling +JD +B@">path#name of the HorizontalPodAutoscaler"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +?/apis/events.k8s.io/v1beta1/watch/namespaces/{namespace}/events( +events_v1beta1qwatch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.*%watchEventsV1beta1NamespacedEventList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj# +x-kubernetes-action  +watchlist +jW +x-kubernetes-group-version-kind42version: v1beta1 +group: events.k8s.io +kind: Event +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +(/apis/discovery.k8s.io/v1/endpointslices' + discovery_v1+list or watch objects of kind EndpointSlice*,listDiscoveryV1EndpointSliceForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Je +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.discovery.v1.EndpointSliceList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j] +x-kubernetes-group-version-kind:8group: discovery.k8s.io +kind: EndpointSlice +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/events.k8s.io/v1beta1/ +events_v1beta1get available resources*getEventsV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps( +$/api/v1/watch/replicationcontrollers' +core_v1watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead.*4watchCoreV1ReplicationControllerListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jW +x-kubernetes-group-version-kind42group: "" +kind: ReplicationController +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +8/apis/apps/v1/namespaces/{namespace}/statefulsets/{name}) +apps_v1read the specified StatefulSet*readAppsV1NamespacedStatefulSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JZ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.apps.v1.StatefulSet + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jO +x-kubernetes-group-version-kind,*group: apps +kind: StatefulSet +version: v1 + +apps_v1!replace the specified StatefulSet*"replaceAppsV1NamespacedStatefulSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BB +@ +>bodybody *. +,#/definitions/io.k8s.api.apps.v1.StatefulSetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.apps.v1.StatefulSet +D +201= +; +Created0 +. +,#/definitions/io.k8s.api.apps.v1.StatefulSet + +401 + + UnauthorizedRhttpsjO +x-kubernetes-group-version-kind,*version: v1 +group: apps +kind: StatefulSet +j +x-kubernetes-actionput +* +apps_v1delete a StatefulSet*!deleteAppsV1NamespacedStatefulSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jO +x-kubernetes-group-version-kind,*kind: StatefulSet +version: v1 +group: apps +B +apps_v1*partially update the specified StatefulSet* patchAppsV1NamespacedStatefulSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJZ + +401 + + Unauthorized +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.apps.v1.StatefulSetRhttpsj +x-kubernetes-actionpatch +jO +x-kubernetes-group-version-kind,*group: apps +kind: StatefulSet +version: v1 +J8 +64"2pathname of the StatefulSet"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/apis/apps/v1/watch/daemonsets' +apps_v1uwatch individual changes to a list of DaemonSet. deprecated: use the 'watch' parameter with a list operation instead.*(watchAppsV1DaemonSetListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj# +x-kubernetes-action  +watchlist +jM +x-kubernetes-group-version-kind*(kind: DaemonSet +version: v1 +group: apps +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +1/apis/storage.k8s.io/v1beta1/watch/storageclasses' +storage_v1beta1xwatch individual changes to a list of StorageClass. deprecated: use the 'watch' parameter with a list operation instead.*#watchStorageV1beta1StorageClassList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj_ +x-kubernetes-group-version-kind<:kind: StorageClass +version: v1beta1 +group: storage.k8s.io +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean& + /api/v1/pods& +core_v1!list or watch objects of kind Pod*listCoreV1PodForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*JV +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.core.v1.PodList + +401 + + UnauthorizedRhttpsjE +x-kubernetes-group-version-kind" version: v1 +group: "" +kind: Pod +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +/api/v1/replicationcontrollers' +core_v13list or watch objects of kind ReplicationController*/listCoreV1ReplicationControllerForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jh + +401 + + Unauthorized +M +200F +D +OK> +< +:#/definitions/io.k8s.api.core.v1.ReplicationControllerListRhttpsjW +x-kubernetes-group-version-kind42group: "" +kind: ReplicationController +version: v1 +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +F/apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases/{name}* +coordination_v1beta1read the specified Lease*&readCoordinationV1beta1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ja +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.coordination.v1beta1.Lease + +401 + + UnauthorizedRhttpsj] +x-kubernetes-group-version-kind:8group: coordination.k8s.io +kind: Lease +version: v1beta1 +j +x-kubernetes-actionget + +coordination_v1beta1replace the specified Lease*)replaceCoordinationV1beta1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.coordination.v1beta1.LeaseB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.coordination.v1beta1.Lease + +401 + + Unauthorized +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.coordination.v1beta1.LeaseRhttpsj +x-kubernetes-actionput +j] +x-kubernetes-group-version-kind:8kind: Lease +version: v1beta1 +group: coordination.k8s.io +* +coordination_v1beta1delete a Lease*(deleteCoordinationV1beta1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +j] +x-kubernetes-group-version-kind:8group: coordination.k8s.io +kind: Lease +version: v1beta1 +B +coordination_v1beta1$partially update the specified Lease*'patchCoordinationV1beta1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJa +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.coordination.v1beta1.Lease + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +j] +x-kubernetes-group-version-kind:8group: coordination.k8s.io +kind: Lease +version: v1beta1 +J2 +0.",pathname of the Lease"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string^ +0/apis/scheduling.k8s.io/v1alpha1/priorityclasses]& +scheduling_v1alpha1+list or watch objects of kind PriorityClass*#listSchedulingV1alpha1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJl +Q +200J +H +OKB +@ +>#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClassList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jd +x-kubernetes-group-version-kindA?kind: PriorityClass +version: v1alpha1 +group: scheduling.k8s.io +" +scheduling_v1alpha1create a PriorityClass*%createSchedulingV1alpha1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BP +N +Lbodybody *< +:#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +M +200F +D +OK> +< +:#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClass +R +201K +I +Created> +< +:#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClass +S +202L +J +Accepted> +< +:#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClass + +401 + + UnauthorizedRhttpsjd +x-kubernetes-group-version-kindA?group: scheduling.k8s.io +kind: PriorityClass +version: v1alpha1 +j +x-kubernetes-actionpost +*, +scheduling_v1alpha1"delete collection of PriorityClass*/deleteSchedulingV1alpha1CollectionPriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jd +x-kubernetes-group-version-kindA?group: scheduling.k8s.io +kind: PriorityClass +version: v1alpha1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string + /api/v1/namespaces/{name}/status +core_v1&read status of the specified Namespace*readCoreV1NamespaceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JX + +401 + + Unauthorized += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.NamespaceRhttpsjK +x-kubernetes-group-version-kind(&version: v1 +group: "" +kind: Namespace +j +x-kubernetes-actionget + +core_v1)replace status of the specified Namespace*replaceCoreV1NamespaceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B@ +> +<bodybody *, +*#/definitions/io.k8s.api.core.v1.NamespaceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.Namespace +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.core.v1.Namespace + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jK +x-kubernetes-group-version-kind(&group: "" +kind: Namespace +version: v1 +B +core_v12partially update status of the specified Namespace*patchCoreV1NamespaceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJX += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.Namespace + +401 + + UnauthorizedRhttpsjK +x-kubernetes-group-version-kind(&group: "" +kind: Namespace +version: v1 +j +x-kubernetes-actionpatch +J6 +42"0pathname of the Namespace"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/apis/networking.k8s.io/v1/ + networking_v1get available resources*getNetworkingV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps^ +A/apis/networking.k8s.io/v1/namespaces/{namespace}/networkpolicies^& + networking_v1+list or watch objects of kind NetworkPolicy*'listNetworkingV1NamespacedNetworkPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJf +K +200D +B +OK< +: +8#/definitions/io.k8s.api.networking.v1.NetworkPolicyList + +401 + + UnauthorizedRhttpsj^ +x-kubernetes-group-version-kind;9kind: NetworkPolicy +version: v1 +group: networking.k8s.io +j +x-kubernetes-actionlist +" + networking_v1create a NetworkPolicy*)createNetworkingV1NamespacedNetworkPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BJ +H +Fbodybody *6 +4#/definitions/io.k8s.api.networking.v1.NetworkPolicyB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.networking.v1.NetworkPolicy +L +201E +C +Created8 +6 +4#/definitions/io.k8s.api.networking.v1.NetworkPolicy +M +202F +D +Accepted8 +6 +4#/definitions/io.k8s.api.networking.v1.NetworkPolicy + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +j^ +x-kubernetes-group-version-kind;9group: networking.k8s.io +kind: NetworkPolicy +version: v1 +*, + networking_v1"delete collection of NetworkPolicy*3deleteNetworkingV1CollectionNamespacedNetworkPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +j^ +x-kubernetes-group-version-kind;9kind: NetworkPolicy +version: v1 +group: networking.k8s.io +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +'/apis/apps/v1/watch/controllerrevisions' +apps_v1~watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.*1watchAppsV1ControllerRevisionListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jV +x-kubernetes-group-version-kind31group: apps +kind: ControllerRevision +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/discovery.k8s.io/v1/ + discovery_v1get available resources*getDiscoveryV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps( +:/apis/rbac.authorization.k8s.io/v1beta1/watch/clusterroles' +rbacAuthorization_v1beta1wwatch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.*,watchRbacAuthorizationV1beta1ClusterRoleList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +ji +x-kubernetes-group-version-kindFDgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +N/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}/status +networking_v1beta1$read status of the specified Ingress*,readNetworkingV1beta1NamespacedIngressStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ja +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.Ingress + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: Ingress +version: v1beta1 + +networking_v1beta1'replace status of the specified Ingress*/replaceNetworkingV1beta1NamespacedIngressStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.networking.v1beta1.IngressB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.Ingress +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.Ingress + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +j] +x-kubernetes-group-version-kind:8kind: Ingress +version: v1beta1 +group: networking.k8s.io +B +networking_v1beta10partially update status of the specified Ingress*-patchNetworkingV1beta1NamespacedIngressStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJa + +401 + + Unauthorized +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.IngressRhttpsj] +x-kubernetes-group-version-kind:8version: v1beta1 +group: networking.k8s.io +kind: Ingress +j +x-kubernetes-actionpatch +J4 +20".pathname of the Ingress"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +,/api/v1/namespaces/{namespace}/events/{name}( +core_v1read the specified Event*readCoreV1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JT +9 +2002 +0 +OK* +( +&#/definitions/io.k8s.api.core.v1.Event + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jG +x-kubernetes-group-version-kind$"group: "" +kind: Event +version: v1 + +core_v1replace the specified Event*replaceCoreV1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B< +: +8bodybody *( +&#/definitions/io.k8s.api.core.v1.EventB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +9 +2002 +0 +OK* +( +&#/definitions/io.k8s.api.core.v1.Event +> +2017 +5 +Created* +( +&#/definitions/io.k8s.api.core.v1.Event + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jG +x-kubernetes-group-version-kind$"group: "" +kind: Event +version: v1 +* +core_v1delete an Event*deleteCoreV1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjG +x-kubernetes-group-version-kind$"group: "" +kind: Event +version: v1 +j +x-kubernetes-action delete +B +core_v1$partially update the specified Event*patchCoreV1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJT +9 +2002 +0 +OK* +( +&#/definitions/io.k8s.api.core.v1.Event + +401 + + UnauthorizedRhttpsjG +x-kubernetes-group-version-kind$"group: "" +kind: Event +version: v1 +j +x-kubernetes-actionpatch +J2 +0.",pathname of the Event"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +1/api/v1/namespaces/{namespace}/pods/{name}/status +core_v1 read status of the specified Pod*readCoreV1NamespacedPodStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JR +7 +2000 +. +OK( +& +$#/definitions/io.k8s.api.core.v1.Pod + +401 + + UnauthorizedRhttpsjE +x-kubernetes-group-version-kind" group: "" +kind: Pod +version: v1 +j +x-kubernetes-actionget + +core_v1#replace status of the specified Pod* replaceCoreV1NamespacedPodStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B: +8 +6bodybody *& +$#/definitions/io.k8s.api.core.v1.PodB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +< +2015 +3 +Created( +& +$#/definitions/io.k8s.api.core.v1.Pod + +401 + + Unauthorized +7 +2000 +. +OK( +& +$#/definitions/io.k8s.api.core.v1.PodRhttpsj +x-kubernetes-actionput +jE +x-kubernetes-group-version-kind" group: "" +kind: Pod +version: v1 +B +core_v1,partially update status of the specified Pod*patchCoreV1NamespacedPodStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJR +7 +2000 +. +OK( +& +$#/definitions/io.k8s.api.core.v1.Pod + +401 + + UnauthorizedRhttpsjE +x-kubernetes-group-version-kind" group: "" +kind: Pod +version: v1 +j +x-kubernetes-actionpatch +J0 +.,"*pathname of the Pod"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/apis/batch/v1beta1/ + batch_v1beta1get available resources*getBatchV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp + +401 + + Unauthorized +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceListRhttps- +P/apis/autoscaling/v2beta1/namespaces/{namespace}/horizontalpodautoscalers/{name}, +autoscaling_v2beta1*read the specified HorizontalPodAutoscaler*7readAutoscalingV2beta1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jr + +401 + + Unauthorized +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerRhttpsj +x-kubernetes-actionget +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta1 + +autoscaling_v2beta1-replace the specified HorizontalPodAutoscaler*:replaceAutoscalingV2beta1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BZ +X +Vbodybody *F +D#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +\ +201U +S +CreatedH +F +D#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler + +401 + + Unauthorized +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerRhttpsj +x-kubernetes-actionput +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta1 +* +autoscaling_v2beta1 delete a HorizontalPodAutoscaler*9deleteAutoscalingV2beta1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta1 +B +autoscaling_v2beta16partially update the specified HorizontalPodAutoscaler*8patchAutoscalingV2beta1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJr +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsjg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta1 +j +x-kubernetes-actionpatch +JD +B@">path#name of the HorizontalPodAutoscaler"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +L/apis/discovery.k8s.io/v1/watch/namespaces/{namespace}/endpointslices/{name}) + discovery_v1watch changes to an object of kind EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*'watchDiscoveryV1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +j] +x-kubernetes-group-version-kind:8version: v1 +group: discovery.k8s.io +kind: EndpointSlice +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ: +86"4pathname of the EndpointSlice"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +L/apis/flowcontrol.apiserver.k8s.io/v1beta1/watch/prioritylevelconfigurations( +flowcontrolApiserver_v1beta1watch individual changes to a list of PriorityLevelConfiguration. deprecated: use the 'watch' parameter with a list operation instead.*>watchFlowcontrolApiserverV1beta1PriorityLevelConfigurationList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj{ +x-kubernetes-group-version-kindXVversion: v1beta1 +group: flowcontrol.apiserver.k8s.io +kind: PriorityLevelConfiguration +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +;/api/v1/watch/namespaces/{namespace}/replicationcontrollers( +core_v1watch individual changes to a list of ReplicationController. deprecated: use the 'watch' parameter with a list operation instead.*.watchCoreV1NamespacedReplicationControllerList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jW +x-kubernetes-group-version-kind42group: "" +kind: ReplicationController +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +#/apis/apiextensions.k8s.io/v1beta1/ +apiextensions_v1beta1get available resources*#getApiextensionsV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps + /apis/apiregistration.k8s.io/v1/ +apiregistration_v1get available resources* getApiregistrationV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps- +L/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations/{name}- +admissionregistration_v11read the specified ValidatingWebhookConfiguration*9readAdmissionregistrationV1ValidatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J~ +c +200\ +Z +OKT +R +P#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration + +401 + + UnauthorizedRhttpsjz +x-kubernetes-group-version-kindWUgroup: admissionregistration.k8s.io +kind: ValidatingWebhookConfiguration +version: v1 +j +x-kubernetes-actionget + + +admissionregistration_v14replace the specified ValidatingWebhookConfiguration* +<#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacity + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jf +x-kubernetes-group-version-kindCAgroup: storage.k8s.io +kind: CSIStorageCapacity +version: v1alpha1 + +storage_v1alpha1(replace the specified CSIStorageCapacity*2replaceStorageV1alpha1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BR +P +Nbodybody *> +<#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacityB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +O +200H +F +OK@ +> +<#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacity +T +201M +K +Created@ +> +<#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacity + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jf +x-kubernetes-group-version-kindCAkind: CSIStorageCapacity +version: v1alpha1 +group: storage.k8s.io +* +storage_v1alpha1delete a CSIStorageCapacity*1deleteStorageV1alpha1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjf +x-kubernetes-group-version-kindCAgroup: storage.k8s.io +kind: CSIStorageCapacity +version: v1alpha1 +j +x-kubernetes-action delete +B +storage_v1alpha11partially update the specified CSIStorageCapacity*0patchStorageV1alpha1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJj +O +200H +F +OK@ +> +<#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacity + +401 + + UnauthorizedRhttpsjf +x-kubernetes-group-version-kindCAgroup: storage.k8s.io +kind: CSIStorageCapacity +version: v1alpha1 +j +x-kubernetes-actionpatch +J? +=;"9pathname of the CSIStorageCapacity"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +3/api/v1/namespaces/{namespace}/pods/{name}/eviction +" +core_v1create eviction of a Pod*!createCoreV1NamespacedPodEviction2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BF +D +Bbodybody *2 +0#/definitions/io.k8s.api.policy.v1beta1.EvictionJ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.policy.v1beta1.Eviction +H +201A +? +Created4 +2 +0#/definitions/io.k8s.api.policy.v1beta1.Eviction +I +202B +@ +Accepted4 +2 +0#/definitions/io.k8s.api.policy.v1beta1.Eviction + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jS +x-kubernetes-group-version-kind0.group: policy +kind: Eviction +version: v1beta1 +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ5 +31"/pathname of the Eviction"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +E/apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}/status +apiextensions_v15read status of the specified CustomResourceDefinition*1readApiextensionsV1CustomResourceDefinitionStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J +r +200k +i +OKc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition + +401 + + UnauthorizedRhttpsjl +x-kubernetes-group-version-kindIGkind: CustomResourceDefinition +version: v1 +group: apiextensions.k8s.io +j +x-kubernetes-actionget + + +apiextensions_v18replace status of the specified CustomResourceDefinition*4replaceApiextensionsV1CustomResourceDefinitionStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bu +s +qbodybody *a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +r +200k +i +OKc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition +w +201p +n +Createdc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jl +x-kubernetes-group-version-kindIGgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1 +B +apiextensions_v1Apartially update status of the specified CustomResourceDefinition*2patchApiextensionsV1CustomResourceDefinitionStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ +r +200k +i +OKc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition + +401 + + UnauthorizedRhttpsjl +x-kubernetes-group-version-kindIGgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1 +j +x-kubernetes-actionpatch +JE +CA"?path$name of the CustomResourceDefinition"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +8/apis/batch/v1/namespaces/{namespace}/jobs/{name}/status +batch_v1 read status of the specified Job*readBatchV1NamespacedJobStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JS +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.batch.v1.Job + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jH +x-kubernetes-group-version-kind%#group: batch +kind: Job +version: v1 + +batch_v1#replace status of the specified Job*!replaceBatchV1NamespacedJobStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B; +9 +7bodybody *' +%#/definitions/io.k8s.api.batch.v1.JobB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ += +2016 +4 +Created) +' +%#/definitions/io.k8s.api.batch.v1.Job + +401 + + Unauthorized +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.batch.v1.JobRhttpsjH +x-kubernetes-group-version-kind%#group: batch +kind: Job +version: v1 +j +x-kubernetes-actionput +B +batch_v1,partially update status of the specified Job*patchBatchV1NamespacedJobStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJS +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.batch.v1.Job + +401 + + UnauthorizedRhttpsjH +x-kubernetes-group-version-kind%#group: batch +kind: Job +version: v1 +j +x-kubernetes-actionpatch +J0 +.,"*pathname of the Job"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +Q/apis/autoscaling/v1/watch/namespaces/{namespace}/horizontalpodautoscalers/{name}) +autoscaling_v1watch changes to an object of kind HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*3watchAutoscalingV1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jb +x-kubernetes-group-version-kind?=group: autoscaling +kind: HorizontalPodAutoscaler +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJD +B@">path#name of the HorizontalPodAutoscaler"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +//apis/networking.k8s.io/v1beta1/watch/ingresses' +networking_v1beta1swatch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.*1watchNetworkingV1beta1IngressListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: Ingress +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/policy/v1/ + policy_v1get available resources*getPolicyV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps_ +@/apis/policy/v1beta1/namespaces/{namespace}/poddisruptionbudgets^& +policy_v1beta11list or watch objects of kind PodDisruptionBudget*.listPolicyV1beta1NamespacedPodDisruptionBudget2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJm + +401 + + Unauthorized +R +200K +I +OKC +A +?#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudgetListRhttpsj^ +x-kubernetes-group-version-kind;9group: policy +kind: PodDisruptionBudget +version: v1beta1 +j +x-kubernetes-actionlist +" +policy_v1beta1create a PodDisruptionBudget*0createPolicyV1beta1NamespacedPodDisruptionBudget2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BQ +O +Mbodybody *= +;#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudgetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +N +200G +E +OK? += +;#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudget +S +201L +J +Created? += +;#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudget +T +202M +K +Accepted? += +;#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudget + +401 + + UnauthorizedRhttpsj^ +x-kubernetes-group-version-kind;9group: policy +kind: PodDisruptionBudget +version: v1beta1 +j +x-kubernetes-actionpost +*, +policy_v1beta1(delete collection of PodDisruptionBudget*:deletePolicyV1beta1CollectionNamespacedPodDisruptionBudget2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj^ +x-kubernetes-group-version-kind;9version: v1beta1 +group: policy +kind: PodDisruptionBudget +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string^ +F/apis/rbac.authorization.k8s.io/v1/namespaces/{namespace}/rolebindings^& +rbacAuthorization_v1)list or watch objects of kind RoleBinding*,listRbacAuthorizationV1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ^ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.rbac.v1.RoleBindingList + +401 + + UnauthorizedRhttpsjd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: RoleBinding +version: v1 +j +x-kubernetes-actionlist +" +rbacAuthorization_v1create a RoleBinding*.createRbacAuthorizationV1NamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BB +@ +>bodybody *. +,#/definitions/io.k8s.api.rbac.v1.RoleBindingB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +E +202> +< +Accepted0 +. +,#/definitions/io.k8s.api.rbac.v1.RoleBinding + +401 + + Unauthorized +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.rbac.v1.RoleBinding +D +201= +; +Created0 +. +,#/definitions/io.k8s.api.rbac.v1.RoleBindingRhttpsj +x-kubernetes-actionpost +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: RoleBinding +version: v1 +*, +rbacAuthorization_v1 delete collection of RoleBinding*8deleteRbacAuthorizationV1CollectionNamespacedRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: RoleBinding +version: v1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/api/v1/persistentvolumeclaims' +core_v13list or watch objects of kind PersistentVolumeClaim*/listCoreV1PersistentVolumeClaimForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jh +M +200F +D +OK> +< +:#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jW +x-kubernetes-group-version-kind42kind: PersistentVolumeClaim +version: v1 +group: "" +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +$/api/v1/watch/persistentvolumeclaims' +core_v1watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.*4watchCoreV1PersistentVolumeClaimListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jW +x-kubernetes-group-version-kind42group: "" +kind: PersistentVolumeClaim +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +//apis/apps/v1/namespaces/{namespace}/daemonsets\% +apps_v1'list or watch objects of kind DaemonSet*listAppsV1NamespacedDaemonSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.apps.v1.DaemonSetList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jM +x-kubernetes-group-version-kind*(kind: DaemonSet +version: v1 +group: apps +" +apps_v1create a DaemonSet*createAppsV1NamespacedDaemonSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B@ +> +<bodybody *, +*#/definitions/io.k8s.api.apps.v1.DaemonSetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +C +202< +: +Accepted. +, +*#/definitions/io.k8s.api.apps.v1.DaemonSet + +401 + + Unauthorized += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.apps.v1.DaemonSet +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.apps.v1.DaemonSetRhttpsj +x-kubernetes-actionpost +jM +x-kubernetes-group-version-kind*(group: apps +kind: DaemonSet +version: v1 +*, +apps_v1delete collection of DaemonSet*)deleteAppsV1CollectionNamespacedDaemonSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjM +x-kubernetes-group-version-kind*(group: apps +kind: DaemonSet +version: v1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/api/v1/serviceaccounts& +core_v1,list or watch objects of kind ServiceAccount*(listCoreV1ServiceAccountForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Ja +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.core.v1.ServiceAccountList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jP +x-kubernetes-group-version-kind-+group: "" +kind: ServiceAccount +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean& +/apis/apps/v1/statefulsets& +apps_v1)list or watch objects of kind StatefulSet*%listAppsV1StatefulSetForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J^ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.apps.v1.StatefulSetList + +401 + + UnauthorizedRhttpsjO +x-kubernetes-group-version-kind,*group: apps +kind: StatefulSet +version: v1 +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +4/apis/batch/v1/watch/namespaces/{namespace}/cronjobs( +batch_v1swatch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.*!watchBatchV1NamespacedCronJobList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jL +x-kubernetes-group-version-kind)'group: batch +kind: CronJob +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +./api/v1/namespaces/{namespace}/services/{name}( +core_v1read the specified Service*readCoreV1NamespacedService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JV +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.core.v1.Service + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jI +x-kubernetes-group-version-kind&$group: "" +kind: Service +version: v1 + +core_v1replace the specified Service*replaceCoreV1NamespacedService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B> +< +:bodybody ** +(#/definitions/io.k8s.api.core.v1.ServiceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.core.v1.Service +@ +2019 +7 +Created, +* +(#/definitions/io.k8s.api.core.v1.Service + +401 + + UnauthorizedRhttpsjI +x-kubernetes-group-version-kind&$group: "" +kind: Service +version: v1 +j +x-kubernetes-actionput +* +core_v1delete a Service*deleteCoreV1NamespacedService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jI +x-kubernetes-group-version-kind&$group: "" +kind: Service +version: v1 +B +core_v1&partially update the specified Service*patchCoreV1NamespacedService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJV +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.core.v1.Service + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jI +x-kubernetes-group-version-kind&$kind: Service +version: v1 +group: "" +J4 +20".pathname of the Service"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +0/apis/node.k8s.io/v1/watch/runtimeclasses/{name}( +node_v1watch changes to an object of kind RuntimeClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchNodeV1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: node.k8s.io +kind: RuntimeClass +version: v1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ9 +75"3pathname of the RuntimeClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +;/apis/networking.k8s.io/v1beta1/watch/ingressclasses/{name}( +networking_v1beta1watch changes to an object of kind IngressClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*"watchNetworkingV1beta1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jb +x-kubernetes-group-version-kind?=version: v1beta1 +group: networking.k8s.io +kind: IngressClass +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ9 +75"3pathname of the IngressClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +(/apis/storage.k8s.io/v1/watch/csidrivers' + +storage_v1uwatch individual changes to a list of CSIDriver. deprecated: use the 'watch' parameter with a list operation instead.*watchStorageV1CSIDriverList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: storage.k8s.io +kind: CSIDriver +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +;/apis/storage.k8s.io/v1beta1/watch/volumeattachments/{name}( +storage_v1beta1watch changes to an object of kind VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*#watchStorageV1beta1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jc +x-kubernetes-group-version-kind@>kind: VolumeAttachment +version: v1beta1 +group: storage.k8s.io +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ= +;9"7pathname of the VolumeAttachment"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +N/apis/admissionregistration.k8s.io/v1beta1/watch/mutatingwebhookconfigurations( +admissionregistration_v1beta1watch individual changes to a list of MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.*AwatchAdmissionregistrationV1beta1MutatingWebhookConfigurationList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj# +x-kubernetes-action  +watchlist +j} +x-kubernetes-group-version-kindZXkind: MutatingWebhookConfiguration +version: v1beta1 +group: admissionregistration.k8s.io +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean, +C/apis/certificates.k8s.io/v1beta1/certificatesigningrequests/{name}+ +certificates_v1beta1,read the specified CertificateSigningRequest*0readCertificatesV1beta1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ju +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jq +x-kubernetes-group-version-kindNLgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1beta1 + +certificates_v1beta1/replace the specified CertificateSigningRequest*3replaceCertificatesV1beta1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B] +[ +Ybodybody *I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequestB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest +_ +201X +V +CreatedK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jq +x-kubernetes-group-version-kindNLgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1beta1 +* +certificates_v1beta1"delete a CertificateSigningRequest*2deleteCertificatesV1beta1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jq +x-kubernetes-group-version-kindNLgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1beta1 +B +certificates_v1beta18partially update the specified CertificateSigningRequest*1patchCertificatesV1beta1CertificateSigningRequest2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJu +Z +200S +Q +OKK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest + +401 + + UnauthorizedRhttpsjq +x-kubernetes-group-version-kindNLgroup: certificates.k8s.io +kind: CertificateSigningRequest +version: v1beta1 +j +x-kubernetes-actionpatch +JF +DB"@path%name of the CertificateSigningRequest"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +)/apis/internal.apiserver.k8s.io/v1alpha1/ +internalApiserver_v1alpha1get available resources*(getInternalApiserverV1alpha1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp + +401 + + Unauthorized +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceListRhttps) +A/apis/events.k8s.io/v1/watch/namespaces/{namespace}/events/{name}) + events_v1watch changes to an object of kind Event. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchEventsV1NamespacedEvent2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jR +x-kubernetes-group-version-kind/-group: events.k8s.io +kind: Event +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ2 +0.",pathname of the Event"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +;/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims( +core_v1watch individual changes to a list of PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead.*.watchCoreV1NamespacedPersistentVolumeClaimList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jW +x-kubernetes-group-version-kind42group: "" +kind: PersistentVolumeClaim +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +>/apis/apps/v1/watch/namespaces/{namespace}/controllerrevisions( +apps_v1~watch individual changes to a list of ControllerRevision. deprecated: use the 'watch' parameter with a list operation instead.*+watchAppsV1NamespacedControllerRevisionList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jV +x-kubernetes-group-version-kind31group: apps +kind: ControllerRevision +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/events.k8s.io/v1/ + events_v1get available resources*getEventsV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps_ +8/apis/internal.apiserver.k8s.io/v1alpha1/storageversions^& +internalApiserver_v1alpha1,list or watch objects of kind StorageVersion*+listInternalApiserverV1alpha1StorageVersion2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJt +Y +200R +P +OKJ +H +F#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jm +x-kubernetes-group-version-kindJHgroup: internal.apiserver.k8s.io +kind: StorageVersion +version: v1alpha1 +" + +internalApiserver_v1alpha1create a StorageVersion*-createInternalApiserverV1alpha1StorageVersion2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BX +V +Tbodybody *D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +[ +202T +R +AcceptedF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion + +401 + + Unauthorized +U +200N +L +OKF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion +Z +201S +Q +CreatedF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionRhttpsj +x-kubernetes-actionpost +jm +x-kubernetes-group-version-kindJHgroup: internal.apiserver.k8s.io +kind: StorageVersion +version: v1alpha1 +*- +internalApiserver_v1alpha1#delete collection of StorageVersion*7deleteInternalApiserverV1alpha1CollectionStorageVersion2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jm +x-kubernetes-group-version-kindJHgroup: internal.apiserver.k8s.io +kind: StorageVersion +version: v1alpha1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +5/apis/storage.k8s.io/v1alpha1/watch/volumeattachments' +storage_v1alpha1|watch individual changes to a list of VolumeAttachment. deprecated: use the 'watch' parameter with a list operation instead.*(watchStorageV1alpha1VolumeAttachmentList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjd +x-kubernetes-group-version-kindA?group: storage.k8s.io +kind: VolumeAttachment +version: v1alpha1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +//api/v1/namespaces/{namespace}/endpoints/{name}( +core_v1read the specified Endpoints*readCoreV1NamespacedEndpoints2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JX += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.Endpoints + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jK +x-kubernetes-group-version-kind(&group: "" +kind: Endpoints +version: v1 + +core_v1replace the specified Endpoints* replaceCoreV1NamespacedEndpoints2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B@ +> +<bodybody *, +*#/definitions/io.k8s.api.core.v1.EndpointsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.Endpoints +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.core.v1.Endpoints + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jK +x-kubernetes-group-version-kind(&kind: Endpoints +version: v1 +group: "" +* +core_v1delete Endpoints*deleteCoreV1NamespacedEndpoints2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjK +x-kubernetes-group-version-kind(&version: v1 +group: "" +kind: Endpoints +j +x-kubernetes-action delete +B +core_v1(partially update the specified Endpoints*patchCoreV1NamespacedEndpoints2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJX + +401 + + Unauthorized += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.EndpointsRhttpsj +x-kubernetes-actionpatch +jK +x-kubernetes-group-version-kind(&group: "" +kind: Endpoints +version: v1 +J6 +42"0pathname of the Endpoints"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +>/api/v1/namespaces/{namespace}/pods/{name}/ephemeralcontainers +core_v1-read ephemeralcontainers of the specified Pod**readCoreV1NamespacedPodEphemeralcontainers2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jb + +401 + + Unauthorized +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.core.v1.EphemeralContainersRhttpsj +x-kubernetes-actionget +jU +x-kubernetes-group-version-kind20group: "" +kind: EphemeralContainers +version: v1 + +core_v10replace ephemeralcontainers of the specified Pod*-replaceCoreV1NamespacedPodEphemeralcontainers2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BJ +H +Fbodybody *6 +4#/definitions/io.k8s.api.core.v1.EphemeralContainersB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +L +201E +C +Created8 +6 +4#/definitions/io.k8s.api.core.v1.EphemeralContainers + +401 + + Unauthorized +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.core.v1.EphemeralContainersRhttpsjU +x-kubernetes-group-version-kind20kind: EphemeralContainers +version: v1 +group: "" +j +x-kubernetes-actionput +B +core_v19partially update ephemeralcontainers of the specified Pod*+patchCoreV1NamespacedPodEphemeralcontainers2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJb +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.core.v1.EphemeralContainers + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jU +x-kubernetes-group-version-kind20group: "" +kind: EphemeralContainers +version: v1 +J@ +><":pathname of the EphemeralContainers"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +'/api/v1/persistentvolumes/{name}/status +core_v1-read status of the specified PersistentVolume* readCoreV1PersistentVolumeStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J_ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jR +x-kubernetes-group-version-kind/-kind: PersistentVolume +version: v1 +group: "" + +core_v10replace status of the specified PersistentVolume*#replaceCoreV1PersistentVolumeStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BG +E +Cbodybody *3 +1#/definitions/io.k8s.api.core.v1.PersistentVolumeB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume +I +201B +@ +Created5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jR +x-kubernetes-group-version-kind/-group: "" +kind: PersistentVolume +version: v1 +B +core_v19partially update status of the specified PersistentVolume*!patchCoreV1PersistentVolumeStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ_ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jR +x-kubernetes-group-version-kind/-group: "" +kind: PersistentVolume +version: v1 +J= +;9"7pathname of the PersistentVolume"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +2/api/v1/namespaces/{namespace}/podtemplates/{name}( +core_v1read the specified PodTemplate*readCoreV1NamespacedPodTemplate2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JZ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.core.v1.PodTemplate + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jM +x-kubernetes-group-version-kind*(group: "" +kind: PodTemplate +version: v1 + +core_v1!replace the specified PodTemplate*"replaceCoreV1NamespacedPodTemplate2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BB +@ +>bodybody *. +,#/definitions/io.k8s.api.core.v1.PodTemplateB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.core.v1.PodTemplate +D +201= +; +Created0 +. +,#/definitions/io.k8s.api.core.v1.PodTemplate + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jM +x-kubernetes-group-version-kind*(group: "" +kind: PodTemplate +version: v1 +* +core_v1delete a PodTemplate*!deleteCoreV1NamespacedPodTemplate2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +E +202> +< +Accepted0 +. +,#/definitions/io.k8s.api.core.v1.PodTemplate + +401 + + Unauthorized +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.core.v1.PodTemplateRhttpsj +x-kubernetes-action delete +jM +x-kubernetes-group-version-kind*(group: "" +kind: PodTemplate +version: v1 +B +core_v1*partially update the specified PodTemplate* patchCoreV1NamespacedPodTemplate2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJZ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.core.v1.PodTemplate + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jM +x-kubernetes-group-version-kind*(group: "" +kind: PodTemplate +version: v1 +J8 +64"2pathname of the PodTemplate"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string^ +5/api/v1/namespaces/{namespace}/replicationcontrollers^& +core_v13list or watch objects of kind ReplicationController*)listCoreV1NamespacedReplicationController2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJh +M +200F +D +OK> +< +:#/definitions/io.k8s.api.core.v1.ReplicationControllerList + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42version: v1 +group: "" +kind: ReplicationController +j +x-kubernetes-actionlist +" +core_v1create a ReplicationController*+createCoreV1NamespacedReplicationController2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BL +J +Hbodybody *8 +6#/definitions/io.k8s.api.core.v1.ReplicationControllerB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.core.v1.ReplicationController +N +201G +E +Created: +8 +6#/definitions/io.k8s.api.core.v1.ReplicationController +O +202H +F +Accepted: +8 +6#/definitions/io.k8s.api.core.v1.ReplicationController + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jW +x-kubernetes-group-version-kind42group: "" +kind: ReplicationController +version: v1 +*, +core_v1*delete collection of ReplicationController*5deleteCoreV1CollectionNamespacedReplicationController2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: "" +kind: ReplicationController +version: v1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +:/apis/authorization.k8s.io/v1beta1/selfsubjectrulesreviews +" +authorization_v1beta1create a SelfSubjectRulesReview*0createAuthorizationV1beta1SelfSubjectRulesReview2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B[ +Y +Wbodybody *G +E#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectRulesReviewJ +^ +202W +U +AcceptedI +G +E#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectRulesReview + +401 + + Unauthorized +X +200Q +O +OKI +G +E#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectRulesReview +] +201V +T +CreatedI +G +E#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectRulesReviewRhttpsjo +x-kubernetes-group-version-kindLJgroup: authorization.k8s.io +kind: SelfSubjectRulesReview +version: v1beta1 +j +x-kubernetes-actionpost +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +1/api/v1/namespaces/{namespace}/pods/{name}/attach  +core_v1%connect GET requests to attach of Pod*#connectCoreV1GetNamespacedPodAttach2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jR +x-kubernetes-group-version-kind/-group: "" +kind: PodAttachOptions +version: v1 +" +core_v1&connect POST requests to attach of Pod*$connectCoreV1PostNamespacedPodAttach2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjR +x-kubernetes-group-version-kind/-group: "" +kind: PodAttachOptions +version: v1 +j! +x-kubernetes-action +connect +J +querytThe container in which to execute the command. Defaults to only container if there is only one container in the pod." container2stringJ= +;9"7pathname of the PodAttachOptions"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJ +~|query_Stderr if true indicates that stderr is to be redirected for the attach call. Defaults to true."stderr2booleanJ +}{query_Stdin if true, redirects the standard input stream of the pod for this call. Defaults to false."stdin2booleanJ +~|query_Stdout if true indicates that stdout is to be redirected for the attach call. Defaults to true."stdout2booleanJ +queryTTY if true indicates that a tty will be allocated for the attach call. This is passed through the container runtime so the tty is allocated on the worker node by the container runtime. Defaults to false."tty2boolean( +:/apis/rbac.authorization.k8s.io/v1beta1/watch/rolebindings( +rbacAuthorization_v1beta1wwatch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.* +OK8 +6 +4#/definitions/io.k8s.api.storage.v1beta1.CSINodeList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jZ +x-kubernetes-group-version-kind75kind: CSINode +version: v1beta1 +group: storage.k8s.io +" +storage_v1beta1create a CSINode*createStorageV1beta1CSINode2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BF +D +Bbodybody *2 +0#/definitions/io.k8s.api.storage.v1beta1.CSINodeB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.storage.v1beta1.CSINode +H +201A +? +Created4 +2 +0#/definitions/io.k8s.api.storage.v1beta1.CSINode +I +202B +@ +Accepted4 +2 +0#/definitions/io.k8s.api.storage.v1beta1.CSINode + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jZ +x-kubernetes-group-version-kind75group: storage.k8s.io +kind: CSINode +version: v1beta1 +*, +storage_v1beta1delete collection of CSINode*%deleteStorageV1beta1CollectionCSINode2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjZ +x-kubernetes-group-version-kind75kind: CSINode +version: v1beta1 +group: storage.k8s.io +j* +x-kubernetes-actiondeletecollection +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string\ +/api/v1/persistentvolumes\& +core_v1.list or watch objects of kind PersistentVolume*listCoreV1PersistentVolume2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJc + +401 + + Unauthorized +H +200A +? +OK9 +7 +5#/definitions/io.k8s.api.core.v1.PersistentVolumeListRhttpsj +x-kubernetes-actionlist +jR +x-kubernetes-group-version-kind/-kind: PersistentVolume +version: v1 +group: "" +" +core_v1create a PersistentVolume*createCoreV1PersistentVolume2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BG +E +Cbodybody *3 +1#/definitions/io.k8s.api.core.v1.PersistentVolumeB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume +I +201B +@ +Created5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume +J +202C +A +Accepted5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume + +401 + + UnauthorizedRhttpsjR +x-kubernetes-group-version-kind/-version: v1 +group: "" +kind: PersistentVolume +j +x-kubernetes-actionpost +*, +core_v1%delete collection of PersistentVolume*&deleteCoreV1CollectionPersistentVolume2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jR +x-kubernetes-group-version-kind/-kind: PersistentVolume +version: v1 +group: "" +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +0/api/v1/watch/namespaces/{namespace}/pods/{name}( +core_v1watch changes to an object of kind Pod. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchCoreV1NamespacedPod2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jE +x-kubernetes-group-version-kind" group: "" +kind: Pod +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ0 +.,"*pathname of the Pod"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean, +>/apis/apiextensions.k8s.io/v1/customresourcedefinitions/{name}, +apiextensions_v1+read the specified CustomResourceDefinition*+readApiextensionsV1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J + +401 + + Unauthorized +r +200k +i +OKc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionRhttpsjl +x-kubernetes-group-version-kindIGgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1 +j +x-kubernetes-actionget + + +apiextensions_v1.replace the specified CustomResourceDefinition*.replaceApiextensionsV1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bu +s +qbodybody *a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +r +200k +i +OKc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition +w +201p +n +Createdc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition + +401 + + UnauthorizedRhttpsjl +x-kubernetes-group-version-kindIGgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1 +j +x-kubernetes-actionput +* +apiextensions_v1!delete a CustomResourceDefinition*-deleteApiextensionsV1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjl +x-kubernetes-group-version-kindIGgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1 +j +x-kubernetes-action delete +B +apiextensions_v17partially update the specified CustomResourceDefinition*,patchApiextensionsV1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ + +401 + + Unauthorized +r +200k +i +OKc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionRhttpsjl +x-kubernetes-group-version-kindIGkind: CustomResourceDefinition +version: v1 +group: apiextensions.k8s.io +j +x-kubernetes-actionpatch +JE +CA"?path$name of the CustomResourceDefinition"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +/apis/apps/v1/watch/replicasets' +apps_v1vwatch individual changes to a list of ReplicaSet. deprecated: use the 'watch' parameter with a list operation instead.*)watchAppsV1ReplicaSetListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)group: apps +kind: ReplicaSet +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +S/apis/authorization.k8s.io/v1beta1/namespaces/{namespace}/localsubjectaccessreviews " +authorization_v1beta1!create a LocalSubjectAccessReview*<":pathname of the PodDisruptionBudget"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean+ +B/apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings/{name}+ +rbacAuthorization_v1beta1%read the specified ClusterRoleBinding*.readRbacAuthorizationV1beta1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jf +K +200D +B +OK< +: +8#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBinding + +401 + + UnauthorizedRhttpsjp +x-kubernetes-group-version-kindMKversion: v1beta1 +group: rbac.authorization.k8s.io +kind: ClusterRoleBinding +j +x-kubernetes-actionget + +rbacAuthorization_v1beta1(replace the specified ClusterRoleBinding*1replaceRbacAuthorizationV1beta1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BN +L +Jbodybody *: +8#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBindingB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +K +200D +B +OK< +: +8#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBinding +P +201I +G +Created< +: +8#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBinding + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jp +x-kubernetes-group-version-kindMKversion: v1beta1 +group: rbac.authorization.k8s.io +kind: ClusterRoleBinding +* +rbacAuthorization_v1beta1delete a ClusterRoleBinding*0deleteRbacAuthorizationV1beta1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjp +x-kubernetes-group-version-kindMKversion: v1beta1 +group: rbac.authorization.k8s.io +kind: ClusterRoleBinding +j +x-kubernetes-action delete +B +rbacAuthorization_v1beta11partially update the specified ClusterRoleBinding*/patchRbacAuthorizationV1beta1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJf +K +200D +B +OK< +: +8#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBinding + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jp +x-kubernetes-group-version-kindMKgroup: rbac.authorization.k8s.io +kind: ClusterRoleBinding +version: v1beta1 +J? +=;"9pathname of the ClusterRoleBinding"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +5/api/v1/namespaces/{namespace}/serviceaccounts/{name}) +core_v1!read the specified ServiceAccount*"readCoreV1NamespacedServiceAccount2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J] + +401 + + Unauthorized +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.core.v1.ServiceAccountRhttpsj +x-kubernetes-actionget +jP +x-kubernetes-group-version-kind-+group: "" +kind: ServiceAccount +version: v1 + +core_v1$replace the specified ServiceAccount*%replaceCoreV1NamespacedServiceAccount2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BE +C +Abodybody *1 +/#/definitions/io.k8s.api.core.v1.ServiceAccountB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +G +201@ +> +Created3 +1 +/#/definitions/io.k8s.api.core.v1.ServiceAccount + +401 + + Unauthorized +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.core.v1.ServiceAccountRhttpsjP +x-kubernetes-group-version-kind-+kind: ServiceAccount +version: v1 +group: "" +j +x-kubernetes-actionput +* +core_v1delete a ServiceAccount*$deleteCoreV1NamespacedServiceAccount2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.core.v1.ServiceAccount +H +202A +? +Accepted3 +1 +/#/definitions/io.k8s.api.core.v1.ServiceAccount + +401 + + UnauthorizedRhttpsjP +x-kubernetes-group-version-kind-+group: "" +kind: ServiceAccount +version: v1 +j +x-kubernetes-action delete +B +core_v1-partially update the specified ServiceAccount*#patchCoreV1NamespacedServiceAccount2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ] +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.core.v1.ServiceAccount + +401 + + UnauthorizedRhttpsjP +x-kubernetes-group-version-kind-+group: "" +kind: ServiceAccount +version: v1 +j +x-kubernetes-actionpatch +J; +97"5pathname of the ServiceAccount"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +?/apis/apps/v1/namespaces/{namespace}/controllerrevisions/{name}* +apps_v1%read the specified ControllerRevision*&readAppsV1NamespacedControllerRevision2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ja +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.apps.v1.ControllerRevision + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jV +x-kubernetes-group-version-kind31version: v1 +group: apps +kind: ControllerRevision + +apps_v1(replace the specified ControllerRevision*)replaceAppsV1NamespacedControllerRevision2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.apps.v1.ControllerRevisionB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.apps.v1.ControllerRevision +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.apps.v1.ControllerRevision + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jV +x-kubernetes-group-version-kind31group: apps +kind: ControllerRevision +version: v1 +* +apps_v1delete a ControllerRevision*(deleteAppsV1NamespacedControllerRevision2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjV +x-kubernetes-group-version-kind31group: apps +kind: ControllerRevision +version: v1 +j +x-kubernetes-action delete +B +apps_v11partially update the specified ControllerRevision*'patchAppsV1NamespacedControllerRevision2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJa +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.apps.v1.ControllerRevision + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jV +x-kubernetes-group-version-kind31group: apps +kind: ControllerRevision +version: v1 +J? +=;"9pathname of the ControllerRevision"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +=/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/scale +apps_v1&read scale of the specified ReplicaSet*#readAppsV1NamespacedReplicaSetScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale + +401 + + UnauthorizedRhttpsjP +x-kubernetes-group-version-kind-+group: autoscaling +kind: Scale +version: v1 +j +x-kubernetes-actionget + +apps_v1)replace scale of the specified ReplicaSet*&replaceAppsV1NamespacedReplicaSetScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BC +A +?bodybody */ +-#/definitions/io.k8s.api.autoscaling.v1.ScaleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale +E +201> +< +Created1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jP +x-kubernetes-group-version-kind-+group: autoscaling +kind: Scale +version: v1 +B +apps_v12partially update scale of the specified ReplicaSet*$patchAppsV1NamespacedReplicaSetScale2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.autoscaling.v1.Scale + +401 + + UnauthorizedRhttpsjP +x-kubernetes-group-version-kind-+group: autoscaling +kind: Scale +version: v1 +j +x-kubernetes-actionpatch +J2 +0.",pathname of the Scale"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +0/apis/scheduling.k8s.io/v1/watch/priorityclasses' + scheduling_v1ywatch individual changes to a list of PriorityClass. deprecated: use the 'watch' parameter with a list operation instead.*"watchSchedulingV1PriorityClassList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj^ +x-kubernetes-group-version-kind;9group: scheduling.k8s.io +kind: PriorityClass +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +"<path!name of the PersistentVolumeClaim"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +=/apis/apiregistration.k8s.io/v1beta1/watch/apiservices/{name}( +apiregistration_v1beta1watch changes to an object of kind APIService. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*%watchApiregistrationV1beta1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +je +x-kubernetes-group-version-kindB@group: apiregistration.k8s.io +version: v1beta1 +kind: APIService +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ7 +53"1pathname of the APIService"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +A/apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets( + policy_v1watch individual changes to a list of PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead.*.watchPolicyV1NamespacedPodDisruptionBudgetList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jY +x-kubernetes-group-version-kind64group: policy +kind: PodDisruptionBudget +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +"/api/v1/namespaces/{name}/finalize  +core_v1+replace finalize of the specified Namespace*replaceCoreV1NamespaceFinalize2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B@ +> +<bodybody *, +*#/definitions/io.k8s.api.core.v1.NamespaceJ += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.Namespace +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.core.v1.Namespace + +401 + + UnauthorizedRhttpsjK +x-kubernetes-group-version-kind(&kind: Namespace +version: v1 +group: "" +j +x-kubernetes-actionput +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ6 +42"0pathname of the Namespace"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +./api/v1/watch/namespaces/{namespace}/endpoints( +core_v1uwatch individual changes to a list of Endpoints. deprecated: use the 'watch' parameter with a list operation instead.*"watchCoreV1NamespacedEndpointsList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jK +x-kubernetes-group-version-kind(&group: "" +kind: Endpoints +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/extensions/v1beta1/ +extensions_v1beta1get available resources* getExtensionsV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps) +0/api/v1/namespaces/{namespace}/configmaps/{name}( +core_v1read the specified ConfigMap*readCoreV1NamespacedConfigMap2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JX += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.ConfigMap + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jK +x-kubernetes-group-version-kind(&group: "" +kind: ConfigMap +version: v1 + +core_v1replace the specified ConfigMap* replaceCoreV1NamespacedConfigMap2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B@ +> +<bodybody *, +*#/definitions/io.k8s.api.core.v1.ConfigMapB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.ConfigMap +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.core.v1.ConfigMap + +401 + + UnauthorizedRhttpsjK +x-kubernetes-group-version-kind(&kind: ConfigMap +version: v1 +group: "" +j +x-kubernetes-actionput +* +core_v1delete a ConfigMap*deleteCoreV1NamespacedConfigMap2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj +x-kubernetes-action delete +jK +x-kubernetes-group-version-kind(&group: "" +kind: ConfigMap +version: v1 +B +core_v1(partially update the specified ConfigMap*patchCoreV1NamespacedConfigMap2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJX + +401 + + Unauthorized += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.core.v1.ConfigMapRhttpsj +x-kubernetes-actionpatch +jK +x-kubernetes-group-version-kind(&group: "" +kind: ConfigMap +version: v1 +J6 +42"0pathname of the ConfigMap"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +3/apis/autoscaling/v1/watch/horizontalpodautoscalers' +autoscaling_v1watch individual changes to a list of HorizontalPodAutoscaler. deprecated: use the 'watch' parameter with a list operation instead.*=watchAutoscalingV1HorizontalPodAutoscalerListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jb +x-kubernetes-group-version-kind?=kind: HorizontalPodAutoscaler +version: v1 +group: autoscaling +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean` +E/apis/admissionregistration.k8s.io/v1/validatingwebhookconfigurations`' +admissionregistration_v1<":pathname of the PodDisruptionBudget"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +//apis/storage.k8s.io/v1/watch/csidrivers/{name}( + +storage_v1watch changes to an object of kind CSIDriver. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchStorageV1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jW +x-kubernetes-group-version-kind42group: storage.k8s.io +kind: CSIDriver +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ6 +42"0pathname of the CSIDriver"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean + +2/api/v1/namespaces/{namespace}/pods/{name}/binding +" +core_v1create binding of a Pod* createCoreV1NamespacedPodBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B> +< +:bodybody ** +(#/definitions/io.k8s.api.core.v1.BindingJ + +401 + + Unauthorized +; +2004 +2 +OK, +* +(#/definitions/io.k8s.api.core.v1.Binding +@ +2019 +7 +Created, +* +(#/definitions/io.k8s.api.core.v1.Binding +A +202: +8 +Accepted, +* +(#/definitions/io.k8s.api.core.v1.BindingRhttpsj +x-kubernetes-actionpost +jI +x-kubernetes-group-version-kind&$group: "" +kind: Binding +version: v1 +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ4 +20".pathname of the Binding"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/apis/apiextensions.k8s.io/v1/ +apiextensions_v1get available resources*getApiextensionsV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps^ ++/apis/apiregistration.k8s.io/v1/apiservices^& +apiregistration_v1(list or watch objects of kind APIService*listApiregistrationV1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ} +b +200[ +Y +OKS +Q +O#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j` +x-kubernetes-group-version-kind=;group: apiregistration.k8s.io +version: v1 +kind: APIService +" + +apiregistration_v1create an APIService*!createApiregistrationV1APIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ba +_ +]bodybody *M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +^ +200W +U +OKO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService +c +201\ +Z +CreatedO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService +d +202] +[ +AcceptedO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +j` +x-kubernetes-group-version-kind=;kind: APIService +group: apiregistration.k8s.io +version: v1 +*, +apiregistration_v1delete collection of APIService*+deleteApiregistrationV1CollectionAPIService2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +j` +x-kubernetes-group-version-kind=;group: apiregistration.k8s.io +version: v1 +kind: APIService +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string +!/api/v1/nodes/{name}/proxy/{path} +core_v1%connect GET requests to proxy of Node*!connectCoreV1GetNodeProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 + +core_v1%connect PUT requests to proxy of Node*!connectCoreV1PutNodeProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 +j! +x-kubernetes-action +connect +" +core_v1&connect POST requests to proxy of Node*"connectCoreV1PostNodeProxyWithPath2*/*:*/*J7 + +401 + + Unauthorized + +200 + +OK +  +stringRhttpsj! +x-kubernetes-action +connect +jR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 +* +core_v1(connect DELETE requests to proxy of Node*$connectCoreV1DeleteNodeProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 +2 +core_v1)connect OPTIONS requests to proxy of Node*%connectCoreV1OptionsNodeProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 +: +core_v1&connect HEAD requests to proxy of Node*"connectCoreV1HeadNodeProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjR +x-kubernetes-group-version-kind/-kind: NodeProxyOptions +version: v1 +group: "" +j! +x-kubernetes-action +connect +B +core_v1'connect PATCH requests to proxy of Node*#connectCoreV1PatchNodeProxyWithPath2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 +J= +;9"7pathname of the NodeProxyOptions"name*stringJ5 +31"/pathpath to the resource"path*stringJb +`^\queryBPath is the URL path to use for the current proxy request to node."path2string( +)/api/v1/watch/namespaces/{namespace}/pods( +core_v1owatch individual changes to a list of Pod. deprecated: use the 'watch' parameter with a list operation instead.*watchCoreV1NamespacedPodList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj# +x-kubernetes-action  +watchlist +jE +x-kubernetes-group-version-kind" group: "" +kind: Pod +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +>/apis/apps/v1/watch/namespaces/{namespace}/statefulsets/{name}) +apps_v1watch changes to an object of kind StatefulSet. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.* watchAppsV1NamespacedStatefulSet2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jO +x-kubernetes-group-version-kind,*group: apps +kind: StatefulSet +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ8 +64"2pathname of the StatefulSet"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +./apis/coordination.k8s.io/v1beta1/watch/leases' +coordination_v1beta1qwatch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.*1watchCoordinationV1beta1LeaseListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +j] +x-kubernetes-group-version-kind:8group: coordination.k8s.io +kind: Lease +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +H/apis/policy/v1/watch/namespaces/{namespace}/poddisruptionbudgets/{name}) + policy_v1watch changes to an object of kind PodDisruptionBudget. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.**watchPolicyV1NamespacedPodDisruptionBudget2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjY +x-kubernetes-group-version-kind64kind: PodDisruptionBudget +version: v1 +group: policy +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ@ +><":pathname of the PodDisruptionBudget"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +L/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/roles/{name}) +rbacAuthorization_v1watch changes to an object of kind Role. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*&watchRbacAuthorizationV1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj] +x-kubernetes-group-version-kind:8kind: Role +version: v1 +group: rbac.authorization.k8s.io +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ1 +/-"+pathname of the Role"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +)/apis/storage.k8s.io/v1/csidrivers/{name}( + +storage_v1read the specified CSIDriver*readStorageV1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.storage.v1.CSIDriver + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jW +x-kubernetes-group-version-kind42group: storage.k8s.io +kind: CSIDriver +version: v1 + + +storage_v1replace the specified CSIDriver*replaceStorageV1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BC +A +?bodybody */ +-#/definitions/io.k8s.api.storage.v1.CSIDriverB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.storage.v1.CSIDriver +E +201> +< +Created1 +/ +-#/definitions/io.k8s.api.storage.v1.CSIDriver + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jW +x-kubernetes-group-version-kind42group: storage.k8s.io +kind: CSIDriver +version: v1 +* + +storage_v1delete a CSIDriver*deleteStorageV1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.storage.v1.CSIDriver +F +202? += +Accepted1 +/ +-#/definitions/io.k8s.api.storage.v1.CSIDriver + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jW +x-kubernetes-group-version-kind42group: storage.k8s.io +kind: CSIDriver +version: v1 +B + +storage_v1(partially update the specified CSIDriver*patchStorageV1CSIDriver2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ[ +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.storage.v1.CSIDriver + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: storage.k8s.io +kind: CSIDriver +version: v1 +j +x-kubernetes-actionpatch +J6 +42"0pathname of the CSIDriver"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +2/apis/storage.k8s.io/v1beta1/storageclasses/{name}) +storage_v1beta1read the specified StorageClass*readStorageV1beta1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jc +H +200A +? +OK9 +7 +5#/definitions/io.k8s.api.storage.v1beta1.StorageClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j_ +x-kubernetes-group-version-kind<:version: v1beta1 +group: storage.k8s.io +kind: StorageClass + +storage_v1beta1"replace the specified StorageClass*!replaceStorageV1beta1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BK +I +Gbodybody *7 +5#/definitions/io.k8s.api.storage.v1beta1.StorageClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +H +200A +? +OK9 +7 +5#/definitions/io.k8s.api.storage.v1beta1.StorageClass +M +201F +D +Created9 +7 +5#/definitions/io.k8s.api.storage.v1beta1.StorageClass + +401 + + UnauthorizedRhttpsj_ +x-kubernetes-group-version-kind<:group: storage.k8s.io +kind: StorageClass +version: v1beta1 +j +x-kubernetes-actionput +* +storage_v1beta1delete a StorageClass* deleteStorageV1beta1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +H +200A +? +OK9 +7 +5#/definitions/io.k8s.api.storage.v1beta1.StorageClass +N +202G +E +Accepted9 +7 +5#/definitions/io.k8s.api.storage.v1beta1.StorageClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +j_ +x-kubernetes-group-version-kind<:group: storage.k8s.io +kind: StorageClass +version: v1beta1 +B +storage_v1beta1+partially update the specified StorageClass*patchStorageV1beta1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJc +H +200A +? +OK9 +7 +5#/definitions/io.k8s.api.storage.v1beta1.StorageClass + +401 + + UnauthorizedRhttpsj_ +x-kubernetes-group-version-kind<:group: storage.k8s.io +kind: StorageClass +version: v1beta1 +j +x-kubernetes-actionpatch +J9 +75"3pathname of the StorageClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +4/api/v1/namespaces/{namespace}/resourcequotas/{name}) +core_v1 read the specified ResourceQuota*!readCoreV1NamespacedResourceQuota2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jO +x-kubernetes-group-version-kind,*kind: ResourceQuota +version: v1 +group: "" + +core_v1#replace the specified ResourceQuota*$replaceCoreV1NamespacedResourceQuota2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BD +B +@bodybody *0 +.#/definitions/io.k8s.api.core.v1.ResourceQuotaB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota +F +201? += +Created2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota + +401 + + UnauthorizedRhttpsjO +x-kubernetes-group-version-kind,*group: "" +kind: ResourceQuota +version: v1 +j +x-kubernetes-actionput +* +core_v1delete a ResourceQuota*#deleteCoreV1NamespacedResourceQuota2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota +G +202@ +> +Accepted2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuotaRhttpsjO +x-kubernetes-group-version-kind,*group: "" +kind: ResourceQuota +version: v1 +j +x-kubernetes-action delete +B +core_v1,partially update the specified ResourceQuota*"patchCoreV1NamespacedResourceQuota2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jO +x-kubernetes-group-version-kind,*group: "" +kind: ResourceQuota +version: v1 +J: +86"4pathname of the ResourceQuota"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +;/api/v1/namespaces/{namespace}/serviceaccounts/{name}/token " +core_v1 create token of a ServiceAccount*)createCoreV1NamespacedServiceAccountToken2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BM +K +Ibodybody *9 +7#/definitions/io.k8s.api.authentication.v1.TokenRequestJ +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.authentication.v1.TokenRequest +O +201H +F +Created; +9 +7#/definitions/io.k8s.api.authentication.v1.TokenRequest +P +202I +G +Accepted; +9 +7#/definitions/io.k8s.api.authentication.v1.TokenRequest + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +ja +x-kubernetes-group-version-kind>bodybody *. +,#/definitions/io.k8s.api.apps.v1.StatefulSetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.apps.v1.StatefulSet +D +201= +; +Created0 +. +,#/definitions/io.k8s.api.apps.v1.StatefulSet + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jO +x-kubernetes-group-version-kind,*group: apps +kind: StatefulSet +version: v1 +B +apps_v14partially update status of the specified StatefulSet*&patchAppsV1NamespacedStatefulSetStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJZ + +401 + + Unauthorized +? +2008 +6 +OK0 +. +,#/definitions/io.k8s.api.apps.v1.StatefulSetRhttpsj +x-kubernetes-actionpatch +jO +x-kubernetes-group-version-kind,*group: apps +kind: StatefulSet +version: v1 +J8 +64"2pathname of the StatefulSet"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +>/apis/apps/v1/namespaces/{namespace}/replicasets/{name}/status +apps_v1'read status of the specified ReplicaSet*$readAppsV1NamespacedReplicaSetStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.ReplicaSet + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jN +x-kubernetes-group-version-kind+)group: apps +kind: ReplicaSet +version: v1 + +apps_v1*replace status of the specified ReplicaSet*'replaceAppsV1NamespacedReplicaSetStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BA +? +=bodybody *- ++#/definitions/io.k8s.api.apps.v1.ReplicaSetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.ReplicaSet +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.apps.v1.ReplicaSetRhttpsj +x-kubernetes-actionput +jN +x-kubernetes-group-version-kind+)group: apps +kind: ReplicaSet +version: v1 +B +apps_v13partially update status of the specified ReplicaSet*%patchAppsV1NamespacedReplicaSetStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJY +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.ReplicaSet + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)group: apps +kind: ReplicaSet +version: v1 +j +x-kubernetes-actionpatch +J7 +53"1pathname of the ReplicaSet"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string] +3/apis/batch/v1beta1/namespaces/{namespace}/cronjobs]& + batch_v1beta1%list or watch objects of kind CronJob*!listBatchV1beta1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.batch.v1beta1.CronJobList + +401 + + UnauthorizedRhttpsjQ +x-kubernetes-group-version-kind.,version: v1beta1 +group: batch +kind: CronJob +j +x-kubernetes-actionlist +" + batch_v1beta1create a CronJob*#createBatchV1beta1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BD +B +@bodybody *0 +.#/definitions/io.k8s.api.batch.v1beta1.CronJobB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.batch.v1beta1.CronJob +F +201? += +Created2 +0 +.#/definitions/io.k8s.api.batch.v1beta1.CronJob +G +202@ +> +Accepted2 +0 +.#/definitions/io.k8s.api.batch.v1beta1.CronJob + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jQ +x-kubernetes-group-version-kind.,kind: CronJob +version: v1beta1 +group: batch +*, + batch_v1beta1delete collection of CronJob*-deleteBatchV1beta1CollectionNamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jQ +x-kubernetes-group-version-kind.,kind: CronJob +version: v1beta1 +group: batch +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string& +/api/v1/endpoints& +core_v1'list or watch objects of kind Endpoints*#listCoreV1EndpointsForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.core.v1.EndpointsList + +401 + + UnauthorizedRhttpsjK +x-kubernetes-group-version-kind(&group: "" +kind: Endpoints +version: v1 +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +5/api/v1/watch/namespaces/{namespace}/endpoints/{name}) +core_v1watch changes to an object of kind Endpoints. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchCoreV1NamespacedEndpoints2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jK +x-kubernetes-group-version-kind(&group: "" +kind: Endpoints +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ6 +42"0pathname of the Endpoints"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +,/api/v1/watch/namespaces/{namespace}/secrets( +core_v1rwatch individual changes to a list of Secret. deprecated: use the 'watch' parameter with a list operation instead.*watchCoreV1NamespacedSecretList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jH +x-kubernetes-group-version-kind%#group: "" +kind: Secret +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +G/apis/networking.k8s.io/v1beta1/namespaces/{namespace}/ingresses/{name}* +networking_v1beta1read the specified Ingress*&readNetworkingV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ja +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.Ingress + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: Ingress +version: v1beta1 + +networking_v1beta1replace the specified Ingress*)replaceNetworkingV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.networking.v1beta1.IngressB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.Ingress +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.Ingress + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: Ingress +version: v1beta1 +* +networking_v1beta1delete an Ingress*(deleteNetworkingV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: Ingress +version: v1beta1 +B +networking_v1beta1&partially update the specified Ingress*'patchNetworkingV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJa +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.Ingress + +401 + + UnauthorizedRhttpsj] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: Ingress +version: v1beta1 +j +x-kubernetes-actionpatch +J4 +20".pathname of the Ingress"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +A/apis/coordination.k8s.io/v1/namespaces/{namespace}/leases/{name}) +coordination_v1read the specified Lease*!readCoordinationV1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.coordination.v1.Lease + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jX +x-kubernetes-group-version-kind53group: coordination.k8s.io +kind: Lease +version: v1 + +coordination_v1replace the specified Lease*$replaceCoordinationV1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BD +B +@bodybody *0 +.#/definitions/io.k8s.api.coordination.v1.LeaseB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.coordination.v1.Lease +F +201? += +Created2 +0 +.#/definitions/io.k8s.api.coordination.v1.Lease + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jX +x-kubernetes-group-version-kind53group: coordination.k8s.io +kind: Lease +version: v1 +* +coordination_v1delete a Lease*#deleteCoordinationV1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jX +x-kubernetes-group-version-kind53group: coordination.k8s.io +kind: Lease +version: v1 +B +coordination_v1$partially update the specified Lease*"patchCoordinationV1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.coordination.v1.Lease + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jX +x-kubernetes-group-version-kind53kind: Lease +version: v1 +group: coordination.k8s.io +J2 +0.",pathname of the Lease"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +J/apis/discovery.k8s.io/v1beta1/watch/namespaces/{namespace}/endpointslices( +discovery_v1beta1ywatch individual changes to a list of EndpointSlice. deprecated: use the 'watch' parameter with a list operation instead.*0watchDiscoveryV1beta1NamespacedEndpointSliceList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj# +x-kubernetes-action  +watchlist +jb +x-kubernetes-group-version-kind?=group: discovery.k8s.io +kind: EndpointSlice +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +:/apis/events.k8s.io/v1/watch/namespaces/{namespace}/events( + events_v1qwatch individual changes to a list of Event. deprecated: use the 'watch' parameter with a list operation instead.* watchEventsV1NamespacedEventList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jR +x-kubernetes-group-version-kind/-group: events.k8s.io +kind: Event +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleana +J/apis/admissionregistration.k8s.io/v1beta1/validatingwebhookconfigurations`' +admissionregistration_v1beta1listAdmissionregistrationV1beta1ValidatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ +l +200e +c +OK] +[ +Y#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j +x-kubernetes-group-version-kind\Zgroup: admissionregistration.k8s.io +kind: ValidatingWebhookConfiguration +version: v1beta1 +" +admissionregistration_v1beta1'create a ValidatingWebhookConfiguration*@createAdmissionregistrationV1beta1ValidatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bk +i +gbodybody *W +U#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +n +202g +e +AcceptedY +W +U#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration + +401 + + Unauthorized +h +200a +_ +OKY +W +U#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration +m +201f +d +CreatedY +W +U#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationRhttpsj +x-kubernetes-group-version-kind\Zgroup: admissionregistration.k8s.io +kind: ValidatingWebhookConfiguration +version: v1beta1 +j +x-kubernetes-actionpost +*- +admissionregistration_v1beta13delete collection of ValidatingWebhookConfiguration*JdeleteAdmissionregistrationV1beta1CollectionValidatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +j +x-kubernetes-group-version-kind\Zversion: v1beta1 +group: admissionregistration.k8s.io +kind: ValidatingWebhookConfiguration +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string +W/apis/autoscaling/v2beta2/namespaces/{namespace}/horizontalpodautoscalers/{name}/status +autoscaling_v2beta24read status of the specified HorizontalPodAutoscaler*=readAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jr +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jg +x-kubernetes-group-version-kindDBkind: HorizontalPodAutoscaler +version: v2beta2 +group: autoscaling + +autoscaling_v2beta27replace status of the specified HorizontalPodAutoscaler*@replaceAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BZ +X +Vbodybody *F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler +\ +201U +S +CreatedH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jg +x-kubernetes-group-version-kindDBkind: HorizontalPodAutoscaler +version: v2beta2 +group: autoscaling +B +autoscaling_v2beta2@partially update status of the specified HorizontalPodAutoscaler*>patchAutoscalingV2beta2NamespacedHorizontalPodAutoscalerStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJr +W +200P +N +OKH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jg +x-kubernetes-group-version-kindDBgroup: autoscaling +kind: HorizontalPodAutoscaler +version: v2beta2 +JD +B@">path#name of the HorizontalPodAutoscaler"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/logs/{logpath}o8 +logs*logFileHandlerJ + +401 + + UnauthorizedRhttpsJ3 +1/"-pathpath to the log"logpath*string' +$/apis/networking.k8s.io/v1/ingresses& + networking_v1%list or watch objects of kind Ingress*'listNetworkingV1IngressForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J` + +401 + + Unauthorized +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.networking.v1.IngressListRhttpsjX +x-kubernetes-group-version-kind53group: networking.k8s.io +kind: Ingress +version: v1 +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +*/apis/networking.k8s.io/v1/watch/ingresses' + networking_v1swatch individual changes to a list of Ingress. deprecated: use the 'watch' parameter with a list operation instead.*,watchNetworkingV1IngressListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jX +x-kubernetes-group-version-kind53group: networking.k8s.io +kind: Ingress +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +=/apis/apps/v1/namespaces/{namespace}/daemonsets/{name}/status +apps_v1&read status of the specified DaemonSet*#readAppsV1NamespacedDaemonSetStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JX += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.apps.v1.DaemonSet + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jM +x-kubernetes-group-version-kind*(group: apps +kind: DaemonSet +version: v1 + +apps_v1)replace status of the specified DaemonSet*&replaceAppsV1NamespacedDaemonSetStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B@ +> +<bodybody *, +*#/definitions/io.k8s.api.apps.v1.DaemonSetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.apps.v1.DaemonSet +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.apps.v1.DaemonSet + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jM +x-kubernetes-group-version-kind*(group: apps +kind: DaemonSet +version: v1 +B +apps_v12partially update status of the specified DaemonSet*$patchAppsV1NamespacedDaemonSetStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJX += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.apps.v1.DaemonSet + +401 + + UnauthorizedRhttpsjM +x-kubernetes-group-version-kind*(group: apps +kind: DaemonSet +version: v1 +j +x-kubernetes-actionpatch +J6 +42"0pathname of the DaemonSet"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +I/apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterrolebindings/{name}( +rbacAuthorization_v1alpha1watch changes to an object of kind ClusterRoleBinding. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*0watchRbacAuthorizationV1alpha1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jq +x-kubernetes-group-version-kindNLgroup: rbac.authorization.k8s.io +kind: ClusterRoleBinding +version: v1alpha1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ? +=;"9pathname of the ClusterRoleBinding"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +"/.well-known/openid-configuration/ + WellKnownWget service account issuer OpenID configuration, also known as the 'OIDC discovery doc'**getServiceAccountIssuerOpenIDConfiguration2application/jsonJ7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttps& +/api/v1/podtemplates& +core_v1)list or watch objects of kind PodTemplate*%listCoreV1PodTemplateForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J^ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.core.v1.PodTemplateList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jM +x-kubernetes-group-version-kind*(group: "" +kind: PodTemplate +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +%/apis/apiregistration.k8s.io/v1beta1/ +apiregistration_v1beta1get available resources*%getApiregistrationV1beta1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps) +//apis/node.k8s.io/v1beta1/runtimeclasses/{name}) + node_v1beta1read the specified RuntimeClass*readNodeV1beta1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.node.v1beta1.RuntimeClass + +401 + + UnauthorizedRhttpsj\ +x-kubernetes-group-version-kind97version: v1beta1 +group: node.k8s.io +kind: RuntimeClass +j +x-kubernetes-actionget + + node_v1beta1"replace the specified RuntimeClass*replaceNodeV1beta1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BH +F +Dbodybody *4 +2#/definitions/io.k8s.api.node.v1beta1.RuntimeClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.node.v1beta1.RuntimeClass +J +201C +A +Created6 +4 +2#/definitions/io.k8s.api.node.v1beta1.RuntimeClass + +401 + + UnauthorizedRhttpsj\ +x-kubernetes-group-version-kind97group: node.k8s.io +kind: RuntimeClass +version: v1beta1 +j +x-kubernetes-actionput +* + node_v1beta1delete a RuntimeClass*deleteNodeV1beta1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +j\ +x-kubernetes-group-version-kind97group: node.k8s.io +kind: RuntimeClass +version: v1beta1 +B + node_v1beta1+partially update the specified RuntimeClass*patchNodeV1beta1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ` +E +200> +< +OK6 +4 +2#/definitions/io.k8s.api.node.v1beta1.RuntimeClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +j\ +x-kubernetes-group-version-kind97kind: RuntimeClass +version: v1beta1 +group: node.k8s.io +J9 +75"3pathname of the RuntimeClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string^ +4/apis/rbac.authorization.k8s.io/v1beta1/clusterroles]& +rbacAuthorization_v1beta1)list or watch objects of kind ClusterRole*'listRbacAuthorizationV1beta1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJc +H +200A +? +OK9 +7 +5#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleList + +401 + + UnauthorizedRhttpsji +x-kubernetes-group-version-kindFDkind: ClusterRole +version: v1beta1 +group: rbac.authorization.k8s.io +j +x-kubernetes-actionlist +" +rbacAuthorization_v1beta1create a ClusterRole*)createRbacAuthorizationV1beta1ClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BG +E +Cbodybody *3 +1#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +J +202C +A +Accepted5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.ClusterRole + +401 + + Unauthorized +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.ClusterRole +I +201B +@ +Created5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleRhttpsj +x-kubernetes-actionpost +ji +x-kubernetes-group-version-kindFDgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1beta1 +*- +rbacAuthorization_v1beta1 delete collection of ClusterRole*3deleteRbacAuthorizationV1beta1CollectionClusterRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsji +x-kubernetes-group-version-kindFDgroup: rbac.authorization.k8s.io +kind: ClusterRole +version: v1beta1 +j* +x-kubernetes-actiondeletecollection +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +K/apis/rbac.authorization.k8s.io/v1beta1/namespaces/{namespace}/roles/{name}* +rbacAuthorization_v1beta1read the specified Role**readRbacAuthorizationV1beta1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JX += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.rbac.v1beta1.Role + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=group: rbac.authorization.k8s.io +kind: Role +version: v1beta1 +j +x-kubernetes-actionget + +rbacAuthorization_v1beta1replace the specified Role*-replaceRbacAuthorizationV1beta1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B@ +> +<bodybody *, +*#/definitions/io.k8s.api.rbac.v1beta1.RoleB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.rbac.v1beta1.Role +B +201; +9 +Created. +, +*#/definitions/io.k8s.api.rbac.v1beta1.Role + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jb +x-kubernetes-group-version-kind?=group: rbac.authorization.k8s.io +kind: Role +version: v1beta1 +* +rbacAuthorization_v1beta1 delete a Role*,deleteRbacAuthorizationV1beta1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=group: rbac.authorization.k8s.io +kind: Role +version: v1beta1 +j +x-kubernetes-action delete +B +rbacAuthorization_v1beta1#partially update the specified Role*+patchRbacAuthorizationV1beta1NamespacedRole2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJX + +401 + + Unauthorized += +2006 +4 +OK. +, +*#/definitions/io.k8s.api.rbac.v1beta1.RoleRhttpsj +x-kubernetes-actionpatch +jb +x-kubernetes-group-version-kind?=group: rbac.authorization.k8s.io +kind: Role +version: v1beta1 +J1 +/-"+pathname of the Role"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +./api/v1/namespaces/{namespace}/pods/{name}/log +core_v1read log of the specified Pod*readCoreV1NamespacedPodLog2 +text/plain2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jE +x-kubernetes-group-version-kind" group: "" +kind: Pod +version: v1 +J +queryhThe container for which to stream logs. Defaults to only container if there is one container in the pod." container2stringJW +USQquery4Follow the log stream of the pod. Defaults to false."follow2booleanJ +queryinsecureSkipTLSVerifyBackend indicates that the apiserver should not confirm the validity of the serving certificate of the backend it is connecting to. This will make the HTTPS connection between the apiserver and the backend insecure. This means the apiserver cannot verify the log data it is receiving came from the real kubelet. If the kubelet is configured to verify the apiserver's TLS credentials, it does not mean the connection to the real kubelet is vulnerable to a man in the middle attack (e.g. an attacker could not intercept the actual log data coming from the real kubelet)."insecureSkipTLSVerifyBackend2booleanJ +queryIf set, the number of bytes to read from the server before terminating the log output. This may not display a complete final line of logging, and may return slightly more or slightly less than the specified limit." +limitBytes2integerJ0 +.,"*pathname of the Pod"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJb +`^\query=Return previous terminated container logs. Defaults to false."previous2booleanJ +queryA relative time in seconds before the current time from which to show logs. If this value precedes the time a pod was started, only logs since the pod start will be returned. If this value is in the future, no logs will be returned. Only one of sinceSeconds or sinceTime may be specified." sinceSeconds2integerJ +queryIf set, the number of lines from the end of the logs to show. If not specified, logs are shown from the creation of the container or sinceSeconds or sinceTime" tailLines2integerJ +queryqIf true, add an RFC3339 or RFC3339Nano timestamp at the beginning of every line of log output. Defaults to false." +timestamps2boolean +N/apis/authorization.k8s.io/v1/namespaces/{namespace}/localsubjectaccessreviews " +authorization_v1!create a LocalSubjectAccessReview*7createAuthorizationV1NamespacedLocalSubjectAccessReview2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BX +V +Tbodybody *D +B#/definitions/io.k8s.api.authorization.v1.LocalSubjectAccessReviewJ +U +200N +L +OKF +D +B#/definitions/io.k8s.api.authorization.v1.LocalSubjectAccessReview +Z +201S +Q +CreatedF +D +B#/definitions/io.k8s.api.authorization.v1.LocalSubjectAccessReview +[ +202T +R +AcceptedF +D +B#/definitions/io.k8s.api.authorization.v1.LocalSubjectAccessReview + +401 + + UnauthorizedRhttpsjl +x-kubernetes-group-version-kindIGgroup: authorization.k8s.io +kind: LocalSubjectAccessReview +version: v1 +j +x-kubernetes-actionpost +J +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringJ +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +H/apis/networking.k8s.io/v1/watch/namespaces/{namespace}/ingresses/{name}) + networking_v1watch changes to an object of kind Ingress. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*"watchNetworkingV1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jX +x-kubernetes-group-version-kind53group: networking.k8s.io +kind: Ingress +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ4 +20".pathname of the Ingress"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +9/apis/apiregistration.k8s.io/v1/apiservices/{name}/status +apiregistration_v1'read status of the specified APIService*%readApiregistrationV1APIServiceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jy +^ +200W +U +OKO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j` +x-kubernetes-group-version-kind=;group: apiregistration.k8s.io +version: v1 +kind: APIService + +apiregistration_v1*replace status of the specified APIService*(replaceApiregistrationV1APIServiceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Ba +_ +]bodybody *M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +^ +200W +U +OKO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService +c +201\ +Z +CreatedO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +j` +x-kubernetes-group-version-kind=;kind: APIService +group: apiregistration.k8s.io +version: v1 +B +apiregistration_v13partially update status of the specified APIService*&patchApiregistrationV1APIServiceStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJy +^ +200W +U +OKO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService + +401 + + UnauthorizedRhttpsj` +x-kubernetes-group-version-kind=;group: apiregistration.k8s.io +version: v1 +kind: APIService +j +x-kubernetes-actionpatch +J7 +53"1pathname of the APIService"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +@/apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs/{name}) + batch_v1beta1watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*"watchBatchV1beta1NamespacedCronJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jQ +x-kubernetes-group-version-kind.,group: batch +kind: CronJob +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ4 +20".pathname of the CronJob"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +L/apis/rbac.authorization.k8s.io/v1/watch/namespaces/{namespace}/rolebindings( +rbacAuthorization_v1wwatch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.*1watchRbacAuthorizationV1NamespacedRoleBindingList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: RoleBinding +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/authentication.k8s.io/ +authenticationget information of a group*getAuthenticationAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +401 + + UnauthorizedRhttps, +K/apis/autoscaling/v1/namespaces/{namespace}/horizontalpodautoscalers/{name}+ +autoscaling_v1*read the specified HorizontalPodAutoscaler*2readAutoscalingV1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jm +R +200K +I +OKC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jb +x-kubernetes-group-version-kind?=group: autoscaling +kind: HorizontalPodAutoscaler +version: v1 + +autoscaling_v1-replace the specified HorizontalPodAutoscaler*5replaceAutoscalingV1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BU +S +Qbodybody *A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +W +201P +N +CreatedC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler + +401 + + Unauthorized +R +200K +I +OKC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerRhttpsjb +x-kubernetes-group-version-kind?=group: autoscaling +kind: HorizontalPodAutoscaler +version: v1 +j +x-kubernetes-actionput +* +autoscaling_v1 delete a HorizontalPodAutoscaler*4deleteAutoscalingV1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjb +x-kubernetes-group-version-kind?=kind: HorizontalPodAutoscaler +version: v1 +group: autoscaling +j +x-kubernetes-action delete +B +autoscaling_v16partially update the specified HorizontalPodAutoscaler*3patchAutoscalingV1NamespacedHorizontalPodAutoscaler2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJm +R +200K +I +OKC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jb +x-kubernetes-group-version-kind?=group: autoscaling +kind: HorizontalPodAutoscaler +version: v1 +JD +B@">path#name of the HorizontalPodAutoscaler"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string] +//apis/scheduling.k8s.io/v1beta1/priorityclasses]& +scheduling_v1beta1+list or watch objects of kind PriorityClass*"listSchedulingV1beta1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJk +P +200I +G +OKA +? +=#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClassList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jc +x-kubernetes-group-version-kind@>version: v1beta1 +group: scheduling.k8s.io +kind: PriorityClass +" +scheduling_v1beta1create a PriorityClass*$createSchedulingV1beta1PriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BO +M +Kbodybody *; +9#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass +Q +201J +H +Created= +; +9#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass +R +202K +I +Accepted= +; +9#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jc +x-kubernetes-group-version-kind@>group: scheduling.k8s.io +kind: PriorityClass +version: v1beta1 +*, +scheduling_v1beta1"delete collection of PriorityClass*.deleteSchedulingV1beta1CollectionPriorityClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jc +x-kubernetes-group-version-kind@>group: scheduling.k8s.io +kind: PriorityClass +version: v1beta1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +5/apis/storage.k8s.io/v1beta1/volumeattachments/{name}) +storage_v1beta1#read the specified VolumeAttachment*"readStorageV1beta1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jg +L +200E +C +OK= +; +9#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jc +x-kubernetes-group-version-kind@>group: storage.k8s.io +kind: VolumeAttachment +version: v1beta1 + +storage_v1beta1&replace the specified VolumeAttachment*%replaceStorageV1beta1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BO +M +Kbodybody *; +9#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachmentB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachment +Q +201J +H +Created= +; +9#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jc +x-kubernetes-group-version-kind@>group: storage.k8s.io +kind: VolumeAttachment +version: v1beta1 +* +storage_v1beta1delete a VolumeAttachment*$deleteStorageV1beta1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachment +R +202K +I +Accepted= +; +9#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachmentRhttpsj +x-kubernetes-action delete +jc +x-kubernetes-group-version-kind@>group: storage.k8s.io +kind: VolumeAttachment +version: v1beta1 +B +storage_v1beta1/partially update the specified VolumeAttachment*#patchStorageV1beta1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJg +L +200E +C +OK= +; +9#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jc +x-kubernetes-group-version-kind@>group: storage.k8s.io +kind: VolumeAttachment +version: v1beta1 +J= +;9"7pathname of the VolumeAttachment"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/api/v1/nodes/{name}/proxy +core_v1%connect GET requests to proxy of Node*connectCoreV1GetNodeProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 + +core_v1%connect PUT requests to proxy of Node*connectCoreV1PutNodeProxy2*/*:*/*J7 + +401 + + Unauthorized + +200 + +OK +  +stringRhttpsj! +x-kubernetes-action +connect +jR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 +" +core_v1&connect POST requests to proxy of Node*connectCoreV1PostNodeProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 +* +core_v1(connect DELETE requests to proxy of Node*connectCoreV1DeleteNodeProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jR +x-kubernetes-group-version-kind/-version: v1 +group: "" +kind: NodeProxyOptions +2 +core_v1)connect OPTIONS requests to proxy of Node*connectCoreV1OptionsNodeProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsj! +x-kubernetes-action +connect +jR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 +: +core_v1&connect HEAD requests to proxy of Node*connectCoreV1HeadNodeProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 +j! +x-kubernetes-action +connect +B +core_v1'connect PATCH requests to proxy of Node*connectCoreV1PatchNodeProxy2*/*:*/*J7 + +200 + +OK +  +string + +401 + + UnauthorizedRhttpsjR +x-kubernetes-group-version-kind/-group: "" +kind: NodeProxyOptions +version: v1 +j! +x-kubernetes-action +connect +J= +;9"7pathname of the NodeProxyOptions"name*stringJb +`^\queryBPath is the URL path to use for the current proxy request to node."path2string) +I/apis/apiextensions.k8s.io/v1beta1/watch/customresourcedefinitions/{name}) +apiextensions_v1beta1watch changes to an object of kind CustomResourceDefinition. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*1watchApiextensionsV1beta1CustomResourceDefinition2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjq +x-kubernetes-group-version-kindNLgroup: apiextensions.k8s.io +kind: CustomResourceDefinition +version: v1beta1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJE +CA"?path$name of the CustomResourceDefinition"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean] +0/apis/apps/v1/namespaces/{namespace}/deployments\& +apps_v1(list or watch objects of kind Deployment*listAppsV1NamespacedDeployment2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ] +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.apps.v1.DeploymentList + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)version: v1 +group: apps +kind: Deployment +j +x-kubernetes-actionlist +" +apps_v1create a Deployment* createAppsV1NamespacedDeployment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BA +? +=bodybody *- ++#/definitions/io.k8s.api.apps.v1.DeploymentB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +> +2007 +5 +OK/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment +C +201< +: +Created/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment +D +202= +; +Accepted/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jN +x-kubernetes-group-version-kind+)group: apps +kind: Deployment +version: v1 +*, +apps_v1delete collection of Deployment**deleteAppsV1CollectionNamespacedDeployment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)group: apps +kind: Deployment +version: v1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string^ +?/apis/discovery.k8s.io/v1/namespaces/{namespace}/endpointslices]& + discovery_v1+list or watch objects of kind EndpointSlice*&listDiscoveryV1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJe +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.discovery.v1.EndpointSliceList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j] +x-kubernetes-group-version-kind:8version: v1 +group: discovery.k8s.io +kind: EndpointSlice +" + discovery_v1create an EndpointSlice*(createDiscoveryV1NamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.discovery.v1.EndpointSliceB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.discovery.v1.EndpointSlice +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.discovery.v1.EndpointSlice +L +202E +C +Accepted7 +5 +3#/definitions/io.k8s.api.discovery.v1.EndpointSlice + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +j] +x-kubernetes-group-version-kind:8group: discovery.k8s.io +kind: EndpointSlice +version: v1 +*, + discovery_v1"delete collection of EndpointSlice*2deleteDiscoveryV1CollectionNamespacedEndpointSlice2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +j] +x-kubernetes-group-version-kind:8group: discovery.k8s.io +kind: EndpointSlice +version: v1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +-/apis/discovery.k8s.io/v1beta1/endpointslices' +discovery_v1beta1+list or watch objects of kind EndpointSlice*1listDiscoveryV1beta1EndpointSliceForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jj +O +200H +F +OK@ +> +<#/definitions/io.k8s.api.discovery.v1beta1.EndpointSliceList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jb +x-kubernetes-group-version-kind?=group: discovery.k8s.io +kind: EndpointSlice +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +F/apis/internal.apiserver.k8s.io/v1alpha1/storageversions/{name}/status +internalApiserver_v1alpha1+read status of the specified StorageVersion*1readInternalApiserverV1alpha1StorageVersionStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jp + +401 + + Unauthorized +U +200N +L +OKF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionRhttpsj +x-kubernetes-actionget +jm +x-kubernetes-group-version-kindJHgroup: internal.apiserver.k8s.io +kind: StorageVersion +version: v1alpha1 + +internalApiserver_v1alpha1.replace status of the specified StorageVersion*4replaceInternalApiserverV1alpha1StorageVersionStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BX +V +Tbodybody *D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +U +200N +L +OKF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion +Z +201S +Q +CreatedF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jm +x-kubernetes-group-version-kindJHgroup: internal.apiserver.k8s.io +kind: StorageVersion +version: v1alpha1 +B +internalApiserver_v1alpha17partially update status of the specified StorageVersion*2patchInternalApiserverV1alpha1StorageVersionStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJp +U +200N +L +OKF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jm +x-kubernetes-group-version-kindJHgroup: internal.apiserver.k8s.io +kind: StorageVersion +version: v1alpha1 +J; +97"5pathname of the StorageVersion"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/apis/node.k8s.io/v1alpha1/ + node_v1alpha1get available resources*getNodeV1alpha1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp + +401 + + Unauthorized +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceListRhttps( +5/apis/rbac.authorization.k8s.io/v1/watch/rolebindings' +rbacAuthorization_v1wwatch individual changes to a list of RoleBinding. deprecated: use the 'watch' parameter with a list operation instead.*7watchRbacAuthorizationV1RoleBindingListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jd +x-kubernetes-group-version-kindA?group: rbac.authorization.k8s.io +kind: RoleBinding +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +B/api/v1/watch/namespaces/{namespace}/persistentvolumeclaims/{name}) +core_v1watch changes to an object of kind PersistentVolumeClaim. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.**watchCoreV1NamespacedPersistentVolumeClaim2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsjW +x-kubernetes-group-version-kind42kind: PersistentVolumeClaim +version: v1 +group: "" +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJB +@>"<path!name of the PersistentVolumeClaim"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean& +/apis/apps/v1/deployments& +apps_v1(list or watch objects of kind Deployment*$listAppsV1DeploymentForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*J] +B +200; +9 +OK3 +1 +/#/definitions/io.k8s.api.apps.v1.DeploymentList + +401 + + UnauthorizedRhttpsjN +x-kubernetes-group-version-kind+)version: v1 +group: apps +kind: Deployment +j +x-kubernetes-actionlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean' +)/apis/coordination.k8s.io/v1/watch/leases' +coordination_v1qwatch individual changes to a list of Lease. deprecated: use the 'watch' parameter with a list operation instead.*,watchCoordinationV1LeaseListForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jX +x-kubernetes-group-version-kind53group: coordination.k8s.io +kind: Lease +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/scheduling.k8s.io/ + +schedulingget information of a group*getSchedulingAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi + +401 + + Unauthorized +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroupRhttps) +group: scheduling.k8s.io +kind: PriorityClass +version: v1beta1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ: +86"4pathname of the PriorityClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +6/apis/apps/v1/watch/namespaces/{namespace}/deployments( +apps_v1vwatch individual changes to a list of Deployment. deprecated: use the 'watch' parameter with a list operation instead.*#watchAppsV1NamespacedDeploymentList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jN +x-kubernetes-group-version-kind+)group: apps +kind: Deployment +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +1/apis/batch/v1/namespaces/{namespace}/jobs/{name}( +batch_v1read the specified Job*readBatchV1NamespacedJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*JS +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.batch.v1.Job + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jH +x-kubernetes-group-version-kind%#group: batch +kind: Job +version: v1 + +batch_v1replace the specified Job*replaceBatchV1NamespacedJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*B; +9 +7bodybody *' +%#/definitions/io.k8s.api.batch.v1.JobB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.batch.v1.Job += +2016 +4 +Created) +' +%#/definitions/io.k8s.api.batch.v1.Job + +401 + + UnauthorizedRhttpsjH +x-kubernetes-group-version-kind%#group: batch +kind: Job +version: v1 +j +x-kubernetes-actionput +* +batch_v1 delete a Job*deleteBatchV1NamespacedJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jH +x-kubernetes-group-version-kind%#group: batch +kind: Job +version: v1 +B +batch_v1"partially update the specified Job*patchBatchV1NamespacedJob2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJS +8 +2001 +/ +OK) +' +%#/definitions/io.k8s.api.batch.v1.Job + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jH +x-kubernetes-group-version-kind%#group: batch +kind: Job +version: v1 +J0 +.,"*pathname of the Job"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +6/apis/networking.k8s.io/v1/watch/ingressclasses/{name}( + networking_v1watch changes to an object of kind IngressClass. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*watchNetworkingV1IngressClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj +x-kubernetes-actionwatch +j] +x-kubernetes-group-version-kind:8group: networking.k8s.io +kind: IngressClass +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ9 +75"3pathname of the IngressClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +;/apis/rbac.authorization.k8s.io/v1alpha1/watch/clusterroles' +rbacAuthorization_v1alpha1wwatch individual changes to a list of ClusterRole. deprecated: use the 'watch' parameter with a list operation instead.*-watchRbacAuthorizationV1alpha1ClusterRoleList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jj +x-kubernetes-group-version-kindGEversion: v1alpha1 +group: rbac.authorization.k8s.io +kind: ClusterRole +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean^ +//apis/storage.k8s.io/v1alpha1/volumeattachments]& +storage_v1alpha1.list or watch objects of kind VolumeAttachment*#listStorageV1alpha1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJl +Q +200J +H +OKB +@ +>#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jd +x-kubernetes-group-version-kindA?group: storage.k8s.io +kind: VolumeAttachment +version: v1alpha1 +" +storage_v1alpha1create a VolumeAttachment*%createStorageV1alpha1VolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BP +N +Lbodybody *< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +S +202L +J +Accepted> +< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachment + +401 + + Unauthorized +M +200F +D +OK> +< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachment +R +201K +I +Created> +< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentRhttpsj +x-kubernetes-actionpost +jd +x-kubernetes-group-version-kindA?group: storage.k8s.io +kind: VolumeAttachment +version: v1alpha1 +*, +storage_v1alpha1%delete collection of VolumeAttachment*/deleteStorageV1alpha1CollectionVolumeAttachment2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jd +x-kubernetes-group-version-kindA?group: storage.k8s.io +kind: VolumeAttachment +version: v1alpha1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/api/v1/ +core_v1get available resources*getCoreV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttps( +1/api/v1/watch/namespaces/{namespace}/podtemplates( +core_v1wwatch individual changes to a list of PodTemplate. deprecated: use the 'watch' parameter with a list operation instead.*$watchCoreV1NamespacedPodTemplateList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jM +x-kubernetes-group-version-kind*(group: "" +kind: PodTemplate +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +/apis/apiextensions.k8s.io/ + apiextensionsget information of a group*getApiextensionsAPIGroup2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJi + +401 + + Unauthorized +N +200G +E +OK? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroupRhttps_ +I/apis/storage.k8s.io/v1alpha1/namespaces/{namespace}/csistoragecapacities^& +storage_v1alpha10list or watch objects of kind CSIStorageCapacity*/listStorageV1alpha1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJn + +401 + + Unauthorized +S +200L +J +OKD +B +@#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacityListRhttpsj +x-kubernetes-actionlist +jf +x-kubernetes-group-version-kindCAgroup: storage.k8s.io +kind: CSIStorageCapacity +version: v1alpha1 +" +storage_v1alpha1create a CSIStorageCapacity*1createStorageV1alpha1NamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BR +P +Nbodybody *> +<#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacityB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +U +202N +L +Accepted@ +> +<#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacity + +401 + + Unauthorized +O +200H +F +OK@ +> +<#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacity +T +201M +K +Created@ +> +<#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacityRhttpsj +x-kubernetes-actionpost +jf +x-kubernetes-group-version-kindCAgroup: storage.k8s.io +kind: CSIStorageCapacity +version: v1alpha1 +*- +storage_v1alpha1'delete collection of CSIStorageCapacity*;deleteStorageV1alpha1CollectionNamespacedCSIStorageCapacity2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsjf +x-kubernetes-group-version-kindCAgroup: storage.k8s.io +kind: CSIStorageCapacity +version: v1alpha1 +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +N/apis/storage.k8s.io/v1beta1/watch/namespaces/{namespace}/csistoragecapacities( +storage_v1beta1~watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead.*3watchStorageV1beta1NamespacedCSIStorageCapacityList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +je +x-kubernetes-group-version-kindB@kind: CSIStorageCapacity +version: v1beta1 +group: storage.k8s.io +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean) +G/apis/coordination.k8s.io/v1/watch/namespaces/{namespace}/leases/{name}) +coordination_v1watch changes to an object of kind Lease. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*"watchCoordinationV1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +jX +x-kubernetes-group-version-kind53group: coordination.k8s.io +kind: Lease +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ2 +0.",pathname of the Lease"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean^ +;/apis/rbac.authorization.k8s.io/v1beta1/clusterrolebindings^& +rbacAuthorization_v1beta10list or watch objects of kind ClusterRoleBinding*.listRbacAuthorizationV1beta1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJj + +401 + + Unauthorized +O +200H +F +OK@ +> +<#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBindingListRhttpsjp +x-kubernetes-group-version-kindMKgroup: rbac.authorization.k8s.io +kind: ClusterRoleBinding +version: v1beta1 +j +x-kubernetes-actionlist +" +rbacAuthorization_v1beta1create a ClusterRoleBinding*0createRbacAuthorizationV1beta1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BN +L +Jbodybody *: +8#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBindingB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +K +200D +B +OK< +: +8#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBinding +P +201I +G +Created< +: +8#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBinding +Q +202J +H +Accepted< +: +8#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBinding + +401 + + UnauthorizedRhttpsjp +x-kubernetes-group-version-kindMKgroup: rbac.authorization.k8s.io +kind: ClusterRoleBinding +version: v1beta1 +j +x-kubernetes-actionpost +*- +rbacAuthorization_v1beta1'delete collection of ClusterRoleBinding*:deleteRbacAuthorizationV1beta1CollectionClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jp +x-kubernetes-group-version-kindMKgroup: rbac.authorization.k8s.io +kind: ClusterRoleBinding +version: v1beta1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string^ +9/apis/extensions/v1beta1/namespaces/{namespace}/ingresses]& +extensions_v1beta1%list or watch objects of kind Ingress*&listExtensionsV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJe +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.extensions.v1beta1.IngressList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jV +x-kubernetes-group-version-kind31group: extensions +kind: Ingress +version: v1beta1 +" +extensions_v1beta1create an Ingress*(createExtensionsV1beta1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.extensions.v1beta1.IngressB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.extensions.v1beta1.Ingress +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.extensions.v1beta1.Ingress +L +202E +C +Accepted7 +5 +3#/definitions/io.k8s.api.extensions.v1beta1.Ingress + +401 + + UnauthorizedRhttpsjV +x-kubernetes-group-version-kind31group: extensions +kind: Ingress +version: v1beta1 +j +x-kubernetes-actionpost +*, +extensions_v1beta1delete collection of Ingress*2deleteExtensionsV1beta1CollectionNamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jV +x-kubernetes-group-version-kind31group: extensions +kind: Ingress +version: v1beta1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string +I/apis/policy/v1/namespaces/{namespace}/poddisruptionbudgets/{name}/status + policy_v10read status of the specified PodDisruptionBudget*/readPolicyV1NamespacedPodDisruptionBudgetStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jd + +401 + + Unauthorized +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetRhttpsj +x-kubernetes-actionget +jY +x-kubernetes-group-version-kind64group: policy +kind: PodDisruptionBudget +version: v1 + + policy_v13replace status of the specified PodDisruptionBudget*2replacePolicyV1NamespacedPodDisruptionBudgetStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BL +J +Hbodybody *8 +6#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +I +200B +@ +OK: +8 +6#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget +N +201G +E +Created: +8 +6#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jY +x-kubernetes-group-version-kind64group: policy +kind: PodDisruptionBudget +version: v1 +B + policy_v1<":pathname of the PodDisruptionBudget"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string* +//apis/policy/v1beta1/podsecuritypolicies/{name}) +policy_v1beta1$read the specified PodSecurityPolicy*"readPolicyV1beta1PodSecurityPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jg +L +200E +C +OK= +; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicy + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j\ +x-kubernetes-group-version-kind97group: policy +kind: PodSecurityPolicy +version: v1beta1 + +policy_v1beta1'replace the specified PodSecurityPolicy*%replacePolicyV1beta1PodSecurityPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BO +M +Kbodybody *; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicyB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicy +Q +201J +H +Created= +; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicy + +401 + + UnauthorizedRhttpsj\ +x-kubernetes-group-version-kind97group: policy +kind: PodSecurityPolicy +version: v1beta1 +j +x-kubernetes-actionput +* +policy_v1beta1delete a PodSecurityPolicy*$deletePolicyV1beta1PodSecurityPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicy +R +202K +I +Accepted= +; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicy + +401 + + UnauthorizedRhttpsj\ +x-kubernetes-group-version-kind97group: policy +kind: PodSecurityPolicy +version: v1beta1 +j +x-kubernetes-action delete +B +policy_v1beta10partially update the specified PodSecurityPolicy*#patchPolicyV1beta1PodSecurityPolicy2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJg +L +200E +C +OK= +; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicy + +401 + + UnauthorizedRhttpsj\ +x-kubernetes-group-version-kind97kind: PodSecurityPolicy +version: v1beta1 +group: policy +j +x-kubernetes-actionpatch +J> +<:"8pathname of the PodSecurityPolicy"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +0/api/v1/watch/namespaces/{namespace}/limitranges( +core_v1vwatch individual changes to a list of LimitRange. deprecated: use the 'watch' parameter with a list operation instead.*#watchCoreV1NamespacedLimitRangeList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjL +x-kubernetes-group-version-kind)'group: "" +kind: LimitRange +version: v1 +j# +x-kubernetes-action  +watchlist +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean( +K/apis/admissionregistration.k8s.io/v1/watch/validatingwebhookconfigurations( +admissionregistration_v1watch individual changes to a list of ValidatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead.*>watchAdmissionregistrationV1ValidatingWebhookConfigurationList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jz +x-kubernetes-group-version-kindWUgroup: admissionregistration.k8s.io +kind: ValidatingWebhookConfiguration +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean^ +8/apis/apps/v1/namespaces/{namespace}/controllerrevisions]& +apps_v10list or watch objects of kind ControllerRevision*&listAppsV1NamespacedControllerRevision2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJe +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.apps.v1.ControllerRevisionList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jV +x-kubernetes-group-version-kind31group: apps +kind: ControllerRevision +version: v1 +" +apps_v1create a ControllerRevision*(createAppsV1NamespacedControllerRevision2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.apps.v1.ControllerRevisionB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.apps.v1.ControllerRevision +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.apps.v1.ControllerRevision +L +202E +C +Accepted7 +5 +3#/definitions/io.k8s.api.apps.v1.ControllerRevision + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +jV +x-kubernetes-group-version-kind31group: apps +kind: ControllerRevision +version: v1 +*, +apps_v1'delete collection of ControllerRevision*2deleteAppsV1CollectionNamespacedControllerRevision2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jV +x-kubernetes-group-version-kind31group: apps +kind: ControllerRevision +version: v1 +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string' +$/apis/policy/v1/poddisruptionbudgets' + policy_v11list or watch objects of kind PodDisruptionBudget*/listPolicyV1PodDisruptionBudgetForAllNamespaces2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jh +M +200F +D +OK> +< +:#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jY +x-kubernetes-group-version-kind64group: policy +kind: PodDisruptionBudget +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean +7/apis/storage.k8s.io/v1/volumeattachments/{name}/status + +storage_v1-read status of the specified VolumeAttachment*#readStorageV1VolumeAttachmentStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Jb +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +j^ +x-kubernetes-group-version-kind;9group: storage.k8s.io +kind: VolumeAttachment +version: v1 + + +storage_v10replace status of the specified VolumeAttachment*&replaceStorageV1VolumeAttachmentStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BJ +H +Fbodybody *6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachmentB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment +L +201E +C +Created8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment + +401 + + UnauthorizedRhttpsj^ +x-kubernetes-group-version-kind;9version: v1 +group: storage.k8s.io +kind: VolumeAttachment +j +x-kubernetes-actionput +B + +storage_v19partially update status of the specified VolumeAttachment*$patchStorageV1VolumeAttachmentStatus2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJb +G +200@ +> +OK8 +6 +4#/definitions/io.k8s.api.storage.v1.VolumeAttachment + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +j^ +x-kubernetes-group-version-kind;9version: v1 +group: storage.k8s.io +kind: VolumeAttachment +J= +;9"7pathname of the VolumeAttachment"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +O/apis/storage.k8s.io/v1alpha1/watch/namespaces/{namespace}/csistoragecapacities( +storage_v1alpha1~watch individual changes to a list of CSIStorageCapacity. deprecated: use the 'watch' parameter with a list operation instead.*4watchStorageV1alpha1NamespacedCSIStorageCapacityList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj# +x-kubernetes-action  +watchlist +jf +x-kubernetes-group-version-kindCAgroup: storage.k8s.io +kind: CSIStorageCapacity +version: v1alpha1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +B/apis/networking.k8s.io/v1/namespaces/{namespace}/ingresses/{name}) + networking_v1read the specified Ingress*!readNetworkingV1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J\ + +401 + + Unauthorized +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.networking.v1.IngressRhttpsj +x-kubernetes-actionget +jX +x-kubernetes-group-version-kind53group: networking.k8s.io +kind: Ingress +version: v1 + + networking_v1replace the specified Ingress*$replaceNetworkingV1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BD +B +@bodybody *0 +.#/definitions/io.k8s.api.networking.v1.IngressB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.networking.v1.Ingress +F +201? += +Created2 +0 +.#/definitions/io.k8s.api.networking.v1.Ingress + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionput +jX +x-kubernetes-group-version-kind53group: networking.k8s.io +kind: Ingress +version: v1 +* + networking_v1delete an Ingress*#deleteNetworkingV1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status +R +202K +I +Accepted= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj +x-kubernetes-action delete +jX +x-kubernetes-group-version-kind53group: networking.k8s.io +kind: Ingress +version: v1 +B + networking_v1&partially update the specified Ingress*"patchNetworkingV1NamespacedIngress2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ\ +A +200: +8 +OK2 +0 +.#/definitions/io.k8s.api.networking.v1.Ingress + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jX +x-kubernetes-group-version-kind53version: v1 +group: networking.k8s.io +kind: Ingress +J4 +20".pathname of the Ingress"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +-/apis/storage.k8s.io/v1/storageclasses/{name}( + +storage_v1read the specified StorageClass*readStorageV1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*J^ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.storage.v1.StorageClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionget +jZ +x-kubernetes-group-version-kind75group: storage.k8s.io +kind: StorageClass +version: v1 + + +storage_v1"replace the specified StorageClass*replaceStorageV1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BF +D +Bbodybody *2 +0#/definitions/io.k8s.api.storage.v1.StorageClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.storage.v1.StorageClass +H +201A +? +Created4 +2 +0#/definitions/io.k8s.api.storage.v1.StorageClass + +401 + + UnauthorizedRhttpsjZ +x-kubernetes-group-version-kind75group: storage.k8s.io +kind: StorageClass +version: v1 +j +x-kubernetes-actionput +* + +storage_v1delete a StorageClass*deleteStorageV1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringJ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.storage.v1.StorageClass +I +202B +@ +Accepted4 +2 +0#/definitions/io.k8s.api.storage.v1.StorageClass + +401 + + UnauthorizedRhttpsjZ +x-kubernetes-group-version-kind75version: v1 +group: storage.k8s.io +kind: StorageClass +j +x-kubernetes-action delete +B + +storage_v1+partially update the specified StorageClass*patchStorageV1StorageClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json-patch+json:application/merge-patch+json:&application/strategic-merge-patch+json:application/apply-patch+yamlBN +L +Jbodybody *: +8#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.PatchB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint. This field is required for apply requests (application/apply-patch) but optional for non-apply patch types (JsonPatch, MergePatch, StrategicMergePatch)." fieldManager2stringB +queryForce is going to "force" Apply requests. It means user will re-acquire conflicting fields owned by other people. Force flag must be unset for non-apply patch requests."force2booleanJ^ +C +200< +: +OK4 +2 +0#/definitions/io.k8s.api.storage.v1.StorageClass + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpatch +jZ +x-kubernetes-group-version-kind75kind: StorageClass +version: v1 +group: storage.k8s.io +J9 +75"3pathname of the StorageClass"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string) +B/api/v1/watch/namespaces/{namespace}/replicationcontrollers/{name}) +core_v1watch changes to an object of kind ReplicationController. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.**watchCoreV1NamespacedReplicationController2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsjW +x-kubernetes-group-version-kind42group: "" +kind: ReplicationController +version: v1 +j +x-kubernetes-actionwatch +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJB +@>"<path!name of the ReplicationController"name*stringJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean* +U/apis/admissionregistration.k8s.io/v1beta1/watch/mutatingwebhookconfigurations/{name}) +admissionregistration_v1beta1watch changes to an object of kind MutatingWebhookConfiguration. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.*=watchAdmissionregistrationV1beta1MutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionwatch +j} +x-kubernetes-group-version-kindZXversion: v1beta1 +group: admissionregistration.k8s.io +kind: MutatingWebhookConfiguration +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJI +GE"Cpath(name of the MutatingWebhookConfiguration"name*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2boolean^ +?/apis/coordination.k8s.io/v1beta1/namespaces/{namespace}/leases]& +coordination_v1beta1#list or watch objects of kind Lease*&listCoordinationV1beta1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJe +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.coordination.v1beta1.LeaseList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +j] +x-kubernetes-group-version-kind:8kind: Lease +version: v1beta1 +group: coordination.k8s.io +" +coordination_v1beta1create a Lease*(createCoordinationV1beta1NamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.coordination.v1beta1.LeaseB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.coordination.v1beta1.Lease +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.coordination.v1beta1.Lease +L +202E +C +Accepted7 +5 +3#/definitions/io.k8s.api.coordination.v1beta1.LeaseRhttpsj +x-kubernetes-actionpost +j] +x-kubernetes-group-version-kind:8group: coordination.k8s.io +kind: Lease +version: v1beta1 +*, +coordination_v1beta1delete collection of Lease*2deleteCoordinationV1beta1CollectionNamespacedLease2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj] +x-kubernetes-group-version-kind:8kind: Lease +version: v1beta1 +group: coordination.k8s.io +j* +x-kubernetes-actiondeletecollection +J` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2string\ +#/apis/node.k8s.io/v1/runtimeclasses\& +node_v1*list or watch objects of kind RuntimeClass*listNodeV1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJ_ +D +200= +; +OK5 +3 +1#/definitions/io.k8s.api.node.v1.RuntimeClassList + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionlist +jW +x-kubernetes-group-version-kind42group: node.k8s.io +kind: RuntimeClass +version: v1 +" +node_v1create a RuntimeClass*createNodeV1RuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BC +A +?bodybody */ +-#/definitions/io.k8s.api.node.v1.RuntimeClassB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ + +401 + + Unauthorized +@ +2009 +7 +OK1 +/ +-#/definitions/io.k8s.api.node.v1.RuntimeClass +E +201> +< +Created1 +/ +-#/definitions/io.k8s.api.node.v1.RuntimeClass +F +202? += +Accepted1 +/ +-#/definitions/io.k8s.api.node.v1.RuntimeClassRhttpsj +x-kubernetes-actionpost +jW +x-kubernetes-group-version-kind42group: node.k8s.io +kind: RuntimeClass +version: v1 +*, +node_v1!delete collection of RuntimeClass*"deleteNodeV1CollectionRuntimeClass2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj* +x-kubernetes-actiondeletecollection +jW +x-kubernetes-group-version-kind42kind: RuntimeClass +version: v1 +group: node.k8s.io +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string^ +6/apis/rbac.authorization.k8s.io/v1/clusterrolebindings]& +rbacAuthorization_v10list or watch objects of kind ClusterRoleBinding*)listRbacAuthorizationV1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*B +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerB +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleanJe + +401 + + Unauthorized +J +200C +A +OK; +9 +7#/definitions/io.k8s.api.rbac.v1.ClusterRoleBindingListRhttpsj +x-kubernetes-actionlist +jk +x-kubernetes-group-version-kindHFkind: ClusterRoleBinding +version: v1 +group: rbac.authorization.k8s.io +" +rbacAuthorization_v1create a ClusterRoleBinding*+createRbacAuthorizationV1ClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BI +G +Ebodybody *5 +3#/definitions/io.k8s.api.rbac.v1.ClusterRoleBindingB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +L +202E +C +Accepted7 +5 +3#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding + +401 + + Unauthorized +F +200? += +OK7 +5 +3#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding +K +201D +B +Created7 +5 +3#/definitions/io.k8s.api.rbac.v1.ClusterRoleBindingRhttpsj +x-kubernetes-actionpost +jk +x-kubernetes-group-version-kindHFgroup: rbac.authorization.k8s.io +kind: ClusterRoleBinding +version: v1 +*- +rbacAuthorization_v1'delete collection of ClusterRoleBinding*5deleteRbacAuthorizationV1CollectionClusterRoleBinding2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg + +401 + + Unauthorized +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusRhttpsj* +x-kubernetes-actiondeletecollection +jk +x-kubernetes-group-version-kindHFgroup: rbac.authorization.k8s.io +kind: ClusterRoleBinding +version: v1 +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string( +4/api/v1/watch/namespaces/{namespace}/serviceaccounts( +core_v1zwatch individual changes to a list of ServiceAccount. deprecated: use the 'watch' parameter with a list operation instead.*'watchCoreV1NamespacedServiceAccountList2application/json2application/yaml2#application/vnd.kubernetes.protobuf2application/json;stream=watch20application/vnd.kubernetes.protobuf;stream=watch:*/*Jk + +401 + + Unauthorized +P +200I +G +OKA +? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEventRhttpsj# +x-kubernetes-action  +watchlist +jP +x-kubernetes-group-version-kind-+group: "" +kind: ServiceAccount +version: v1 +J +queryallowWatchBookmarks requests watch events with type "BOOKMARK". Servers that do not implement bookmarks may ignore this flag and bookmarks are sent at the server's discretion. Clients should not assume bookmarks are returned at any specific interval, nor may they assume the server will send any BOOKMARK event during a session. If this is not a watch, this field is ignored. If the feature gate WatchBookmarks is not enabled in apiserver, this field is ignored."allowWatchBookmarks2booleanJ +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringJ +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringJ +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringJ + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerJ` +^\"Zpath:object name and auth scope, such as for teams and projects" namespace*stringJO +MKIquery-If 'true', then the output is pretty printed."pretty2stringJ +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringJ +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringJ +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJ +queryWatch for changes to the described resources and return them as a stream of add, update, and remove notifications. Specify resourceVersion."watch2booleana +H/apis/admissionregistration.k8s.io/v1beta1/mutatingwebhookconfigurations`' +admissionregistration_v1beta1:list or watch objects of kind MutatingWebhookConfiguration*createAdmissionregistrationV1beta1MutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*Bi +g +ebodybody *U +S#/definitions/io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfigurationB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +queryfieldManager is a name associated with the actor or entity that is making these changes. The value must be less than or 128 characters long, and only contain printable characters, as defined by https://golang.org/pkg/unicode/#IsPrint." fieldManager2stringJ +f +200_ +] +OKW +U +S#/definitions/io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration +k +201d +b +CreatedW +U +S#/definitions/io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration +l +202e +c +AcceptedW +U +S#/definitions/io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration + +401 + + UnauthorizedRhttpsj +x-kubernetes-actionpost +j} +x-kubernetes-group-version-kindZXkind: MutatingWebhookConfiguration +version: v1beta1 +group: admissionregistration.k8s.io +*- +admissionregistration_v1beta11delete collection of MutatingWebhookConfiguration*HdeleteAdmissionregistrationV1beta1CollectionMutatingWebhookConfiguration2application/json2application/yaml2#application/vnd.kubernetes.protobuf:*/*BT +R +Pbodybody*B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptionsB +   query The continue option should be set when retrieving more results from the server. Since this value is server defined, clients may only use the continue value from a previous query result with identical query parameters (except for the value of continue) and the server may reject a continue value it does not recognize. If the specified continue value is no longer valid whether due to expiration (generally five to fifteen minutes) or a configuration change on the server, the server will respond with a 410 ResourceExpired error together with a continue token. If the client needs a consistent list, it must restart their list without the continue field. Otherwise, the client may send another list request with the token received with the 410 error, the server will respond with a list starting from the next key, but from the latest snapshot, which is inconsistent from the previous list results - objects that are created, modified, or deleted after the first list request will be included in the response, as long as their keys are after the "next key". + +This field is not supported when watch is true. Clients may start a watch from the last resourceVersion value returned by the server and not miss any modifications."continue2stringB +queryWhen present, indicates that modifications should not be persisted. An invalid or unrecognized dryRun directive will result in an error response and no further processing of the request. Valid values are: - All: all dry run stages will be processed"dryRun2stringB +query\A selector to restrict the list of returned objects by their fields. Defaults to everything." fieldSelector2stringB +queryThe duration in seconds before the object should be deleted. Value must be non-negative integer. The value zero indicates delete immediately. If this value is nil, the default grace period for the specified type will be used. Defaults to a per object value if not specified. zero means delete immediately."gracePeriodSeconds2integerB +query\A selector to restrict the list of returned objects by their labels. Defaults to everything." labelSelector2stringB + + + + +query +limit is a maximum number of responses to return for a list call. If more items exist, the server will set the `continue` field on the list metadata to a value that can be used with the same initial query to retrieve the next set of results. Setting a limit may return fewer than the requested amount of items (up to zero items) in the event all requested objects are filtered out and clients should only use the presence of the continue field to determine whether more results are available. Servers may choose not to support the limit argument and will return all of the available results. If limit is specified and the continue field is empty, clients may assume that no more results are available. This field is not supported if watch is true. + +The server guarantees that the objects returned when using continue will be identical to issuing a single list call without a limit - that is, no objects created, modified, or deleted after the first request is issued will be included in any subsequent continued requests. This is sometimes referred to as a consistent snapshot, and ensures that a client that is using limit to receive smaller chunks of a very large result can ensure they see all possible objects. If objects are updated during a chunked list the version of the object that was present at the time the first list result was calculated is returned."limit2integerB +queryDeprecated: please use the PropagationPolicy, this field will be deprecated in 1.7. Should the dependent objects be orphaned. If true/false, the "orphan" finalizer will be added to/removed from the object's finalizers list. Either this field or PropagationPolicy may be set, but not both."orphanDependents2booleanB +queryWhether and how garbage collection will be performed. Either this field or OrphanDependents may be set, but not both. The default policy is decided by the existing finalizer set in the metadata.finalizers and the resource-specific default policy. Acceptable values are: 'Orphan' - orphan the dependents; 'Background' - allow the garbage collector to delete the dependents in the background; 'Foreground' - a cascading policy that deletes all dependents in the foreground."propagationPolicy2stringB +queryresourceVersion sets a constraint on what resource versions a request may be served from. See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersion2stringB +queryresourceVersionMatch determines how resourceVersion is applied to list calls. It is highly recommended that resourceVersionMatch be set for list calls where resourceVersion is set See https://kubernetes.io/docs/reference/using-api/api-concepts/#resource-versions for details. + +Defaults to unset"resourceVersionMatch2stringB +querypTimeout for the list/watch call. This limits the duration of the call, regardless of any activity or inactivity."timeoutSeconds2integerJg +L +200E +C +OK= +; +9#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Status + +401 + + UnauthorizedRhttpsj} +x-kubernetes-group-version-kindZXversion: v1beta1 +group: admissionregistration.k8s.io +kind: MutatingWebhookConfiguration +j* +x-kubernetes-actiondeletecollection +JO +MKIquery-If 'true', then the output is pretty printed."pretty2string +/apis/apps/v1/ +apps_v1get available resources*getAppsV1APIResources2application/json2application/yaml2#application/vnd.kubernetes.protobuf:application/json:application/yaml:#application/vnd.kubernetes.protobufJp +U +200N +L +OKF +D +B#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList + +401 + + UnauthorizedRhttpsJӵ3 + +io.k8s.api.apps.v1.DaemonSet "7DaemonSet represents the configuration of a daemon set. +object + + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +.#/definitions/io.k8s.api.apps.v1.DaemonSetSpec"The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +0#/definitions/io.k8s.api.apps.v1.DaemonSetStatus"The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-statusS +x-kubernetes-group-version-kind0.- group: apps + kind: DaemonSet + version: v1 + + +&io.k8s.api.batch.v1beta1.CronJobStatus"9CronJobStatus represents the current state of a cron job. +object + +active"-A list of pointers to currently running jobs. +array4 +2 +0#/definitions/io.k8s.api.core.v1.ObjectReference# +x-kubernetes-list-type atomic + + +lastScheduleTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"FInformation when was the last time the job was successfully scheduled. + +lastSuccessfulTime} +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"BInformation when was the last time the job successfully completed. + + io.k8s.api.core.v1.ConfigMapList"CConfigMapList is a resource containing a list of ConfigMap objects.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +f +items]" Items is the list of ConfigMaps. +array. +, +*#/definitions/io.k8s.api.core.v1.ConfigMap + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"gMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadataU +x-kubernetes-group-version-kind20- group: "" + kind: ConfigMapList + version: v1 + + +io.k8s.api.core.v1.KeyToPath",Maps a string key to a path within a volume.keypath +object +' +key "The key to project. +string + +modeint32"Optional: mode bits used to set permissions on this file. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +integer + +path"The relative path of the file to map the key to. May not be an absolute path. May not contain the path element '..'. May not start with the string '..'. +string + +"io.k8s.api.core.v1.SecretEnvSource"SecretEnvSource selects a Secret to populate the environment variables with. + +The contents of the target Secret's Data field will represent the key-value pairs as environment variables. +object + +name|"oName of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +string +D +optional8"*Specify whether the Secret must be defined +boolean + +,io.k8s.api.storage.v1.VolumeAttachmentSource"VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set. +object + +inlineVolumeSpec +5#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec"inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is beta-level and is only honored by servers that enabled the CSIMigration feature. +M +persistentVolumeName5"(Name of the persistent volume to attach. +string + + +!io.k8s.api.apps.v1.ReplicaSetSpec +"4ReplicaSetSpec is the specification of a ReplicaSet.selector +object + +minReadySecondsint32"Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) +integer + +replicasint32"Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller +integer + +selector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"Selector is a label query over pods that should match the replica count. Label keys and values that must match in order to be controlled by this replica set. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + +template +0#/definitions/io.k8s.api.core.v1.PodTemplateSpec"Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template + +4io.k8s.api.authorization.v1.LocalSubjectAccessReview "LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.spec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec +A#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec"Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted. + +status +C#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus"UStatus is filled in by the server and indicates whether the request is allowed or notr +x-kubernetes-group-version-kindOM- group: authorization.k8s.io + kind: LocalSubjectAccessReview + version: v1 + + +(io.k8s.api.core.v1.AzureDiskVolumeSource"TAzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.diskNamediskURI +object +x +readOnlyl"^Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +boolean +K + cachingMode<"/Host Caching mode: None, Read Only, Read Write. +string +F +diskName:"-The Name of the data disk in the blob storage +string +A +diskURI6")The URI the data disk in the blob storage +string + +fsType"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +string + +kind"Expected values Shared: multiple blob disks per storage account Dedicated: single blob disk per storage account Managed: azure managed data disk (only in managed availability set). defaults to shared +string + +*io.k8s.api.networking.v1beta1.IngressClass "IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +<#/definitions/io.k8s.api.networking.v1beta1.IngressClassSpec"Spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-statush +x-kubernetes-group-version-kindEC- kind: IngressClass + version: v1beta1 + group: networking.k8s.io + + +0io.k8s.api.storage.v1alpha1.VolumeAttachmentSpec"HVolumeAttachmentSpec is the specification of a VolumeAttachment request.attachersourcenodeName +object +H +nodeName<"/The node that the volume should be attached to. +string + +sourcey +@#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentSource"5Source represents the volume that should be attached. + +attacher"}Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName(). +string + +6io.k8s.api.admissionregistration.v1.RuleWithOperations "RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid. +object + + apiGroups"APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required. +array +  +string + + apiVersions"APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required. +array +  +string + + +operations"Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required. +array +  +string + + resources"Resources is a list of resources this rule applies to. + +For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources. + +If wildcard is present, the validation rule will ensure resources do not overlap with each other. + +Depending on the enclosing object, subresources might not be allowed. Required. +array +  +string + +scope"scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*". +string + +io.k8s.api.core.v1.ConfigMap"7ConfigMap holds configuration data for pods to consume. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + + +binaryData"BinaryData contains the binary data. Each key must consist of alphanumeric characters, '-', '_' or '.'. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet. +byte +string +object + +data"Data contains the configuration data. Each key must consist of alphanumeric characters, '-', '_' or '.'. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process. +  +string +object + + immutable"Immutable, if set to true, ensures that data stored in the ConfigMap cannot be updated (only object metadata can be modified). If not set to true, the field can be modified at any time. Defaulted to nil. +boolean + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadataQ +x-kubernetes-group-version-kind.,- kind: ConfigMap + version: v1 + group: "" + + +(io.k8s.api.core.v1.SessionAffinityConfig"HSessionAffinityConfig represents the configurations of session affinity. +object + +clientIP| +/#/definitions/io.k8s.api.core.v1.ClientIPConfig"IclientIP contains the configurations of Client IP based session affinity. + +'io.k8s.api.rbac.v1beta1.ClusterRoleList "ClusterRoleList is a collection of ClusterRoles. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoles, and will no longer be served in v1.22.items +object +l +itemsc"Items is a list of ClusterRoles +array5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.ClusterRole + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +strings +x-kubernetes-group-version-kindPN- kind: ClusterRoleList + version: v1beta1 + group: rbac.authorization.k8s.io + + +/io.k8s.api.scheduling.v1beta1.PriorityClassList "6PriorityClassList is a collection of priority classes.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +y +itemsp"$items is the list of PriorityClasses +array= +; +9#/definitions/io.k8s.api.scheduling.v1beta1.PriorityClass + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"~Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadatam +x-kubernetes-group-version-kindJH- version: v1beta1 + group: scheduling.k8s.io + kind: PriorityClassList + + +/io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent"6Event represents a single event to a watched resource.typeobject +object + +type  +string + +object +:#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension"Object is: + * If Type is Added or Modified: the new state of the object. + * If Type is Deleted: the state of the object immediately before deletion. + * If Type is Error: *Status is recommended; other types may make sense + depending on context. +x-kubernetes-group-version-kind- group: "" + kind: WatchEvent + version: v1 +- group: admission.k8s.io + kind: WatchEvent + version: v1 +- group: admission.k8s.io + kind: WatchEvent + version: v1beta1 +- group: admissionregistration.k8s.io + kind: WatchEvent + version: v1 +- group: admissionregistration.k8s.io + kind: WatchEvent + version: v1beta1 +- version: v1 + group: apiextensions.k8s.io + kind: WatchEvent +- group: apiextensions.k8s.io + kind: WatchEvent + version: v1beta1 +- group: apiregistration.k8s.io + kind: WatchEvent + version: v1 +- group: apiregistration.k8s.io + kind: WatchEvent + version: v1beta1 +- group: apps + kind: WatchEvent + version: v1 +- group: apps + kind: WatchEvent + version: v1beta1 +- group: apps + kind: WatchEvent + version: v1beta2 +- group: authentication.k8s.io + kind: WatchEvent + version: v1 +- group: authentication.k8s.io + kind: WatchEvent + version: v1beta1 +- version: v1 + group: authorization.k8s.io + kind: WatchEvent +- group: authorization.k8s.io + kind: WatchEvent + version: v1beta1 +- group: autoscaling + kind: WatchEvent + version: v1 +- version: v2beta1 + group: autoscaling + kind: WatchEvent +- group: autoscaling + kind: WatchEvent + version: v2beta2 +- group: batch + kind: WatchEvent + version: v1 +- group: batch + kind: WatchEvent + version: v1beta1 +- group: certificates.k8s.io + kind: WatchEvent + version: v1 +- group: certificates.k8s.io + kind: WatchEvent + version: v1beta1 +- group: coordination.k8s.io + kind: WatchEvent + version: v1 +- group: coordination.k8s.io + kind: WatchEvent + version: v1beta1 +- group: discovery.k8s.io + kind: WatchEvent + version: v1 +- group: discovery.k8s.io + kind: WatchEvent + version: v1beta1 +- version: v1 + group: events.k8s.io + kind: WatchEvent +- group: events.k8s.io + kind: WatchEvent + version: v1beta1 +- group: extensions + kind: WatchEvent + version: v1beta1 +- group: flowcontrol.apiserver.k8s.io + kind: WatchEvent + version: v1alpha1 +- kind: WatchEvent + version: v1beta1 + group: flowcontrol.apiserver.k8s.io +- kind: WatchEvent + version: v1alpha1 + group: imagepolicy.k8s.io +- group: internal.apiserver.k8s.io + kind: WatchEvent + version: v1alpha1 +- group: networking.k8s.io + kind: WatchEvent + version: v1 +- group: networking.k8s.io + kind: WatchEvent + version: v1beta1 +- kind: WatchEvent + version: v1 + group: node.k8s.io +- version: v1alpha1 + group: node.k8s.io + kind: WatchEvent +- group: node.k8s.io + kind: WatchEvent + version: v1beta1 +- kind: WatchEvent + version: v1 + group: policy +- group: policy + kind: WatchEvent + version: v1beta1 +- group: rbac.authorization.k8s.io + kind: WatchEvent + version: v1 +- group: rbac.authorization.k8s.io + kind: WatchEvent + version: v1alpha1 +- group: rbac.authorization.k8s.io + kind: WatchEvent + version: v1beta1 +- group: scheduling.k8s.io + kind: WatchEvent + version: v1 +- group: scheduling.k8s.io + kind: WatchEvent + version: v1alpha1 +- group: scheduling.k8s.io + kind: WatchEvent + version: v1beta1 +- version: v1 + group: storage.k8s.io + kind: WatchEvent +- group: storage.k8s.io + kind: WatchEvent + version: v1alpha1 +- group: storage.k8s.io + kind: WatchEvent + version: v1beta1 + + +3io.k8s.api.autoscaling.v2beta1.ResourceMetricSource"ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.name +object +B +name:"-name is the name of the resource in question. +string + +targetAverageUtilizationint32"targetAverageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. +integer + +targetAverageValue +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"targetAverageValue is the target value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. + +(io.k8s.api.networking.v1.HTTPIngressPath "oHTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.backend +object + + +backend +5#/definitions/io.k8s.api.networking.v1.IngressBackend"ZBackend defines the referenced service endpoint to which the traffic will be forwarded to. + +path"Path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. When unspecified, all paths from incoming requests are matched. +string + +pathType"PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is + done on a path element by element basis. A path element refers is the + list of labels in the path split by the '/' separator. A request is a + match for path p if every p is an element-wise prefix of p of the + request path. Note that if the last element of the path is a substring + of the last element in request path, it is not a match (e.g. /foo/bar + matches /foo/bar/baz, but does not match /foo/barbaz). +* ImplementationSpecific: Interpretation of the Path matching is up to + the IngressClass. Implementations can treat this as a separate PathType + or treat it identically to Prefix or Exact path types. +Implementations are required to support all path types. +string + +$io.k8s.api.networking.v1.IngressList"'IngressList is a collection of Ingress.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +g +items^"Items is the list of Ingress. +array2 +0 +.#/definitions/io.k8s.api.networking.v1.Ingress + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadatab +x-kubernetes-group-version-kind?=- kind: IngressList + version: v1 + group: networking.k8s.io + + +Nio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ExternalDocumentation"YExternalDocumentation allows referencing an external resource for extended documentation. +object0 + + description  +string + +url  +string +@ +Mio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps@"[JSONSchemaProps is a JSON-Schema following Specification Draft 4 (http://json-schema.org/). +object? + +exclusiveMaximum  +boolean + +exclusiveMinimum  +boolean + +patternPropertiesm_ +] +[#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps +object + +title  +string + +default +P#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSON"default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. CustomResourceDefinitions with defaults must be created using the v1 (or newer) CustomResourceDefinition API. + + dependencieszl +j +h#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrStringArray +object + +maxItemsint64 +integer + +x-kubernetes-embedded-resource"x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata). +boolean + +id  +string + +minItemsint64 +integer +d +not] +[#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps + +x-kubernetes-list-type"x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: + +1) `atomic`: the list is treated as a single entity, like a scalar. + Atomic lists will be entirely replaced when updated. This extension + may be used on any type of list (struct, scalar, ...). +2) `set`: + Sets are lists that must not have multiple items with the same value. Each + value must be a scalar, an object with x-kubernetes-map-type `atomic` or an + array with x-kubernetes-list-type `atomic`. +3) `map`: + These lists are like maps in that their elements have a non-index key + used to identify them. Order is preserved upon merge. The map tag + must only be used on a list with elements of type object. +Defaults to atomic for arrays. +string + +format"format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: + +- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. +string + +minimumdouble +number +! + +multipleOfdouble +number + +$ref  +string + +$schema  +string +{ +additionalPropertiesc +a#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrBool +| + definitionsm_ +] +[#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps +object + + maxLengthint64 +integer + +x-kubernetes-list-map-keys"x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map. + +This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). + +The properties specified must either be required or have a default value, to ensure those properties are present for all list items. +array +  +string + +x-kubernetes-map-type"x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values: + +1) `granular`: + These maps are actual maps (key-value pairs) and each fields are independent + from each other (they can each be manipulated by separate actors). This is + the default behaviour for all maps. +2) `atomic`: the list is treated as a single entity, like a scalar. + Atomic maps will be entirely replaced when updated. +string +v +additionalItemsc +a#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrBool +i +enuma +arrayT +R +P#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSON +s + externalDocsc +a#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.ExternalDocumentation +m +itemsd +b#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrArray + + minLengthint64 +integer + + uniqueItems  +boolean +$ + minPropertiesint64 +integer + +nullable  +boolean + +pattern  +string +& +required +array +  +string + +type  +string + +$x-kubernetes-preserve-unknown-fields"x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden. +boolean +u +allOfl +array_ +] +[#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps +u +anyOfl +array_ +] +[#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps + + description  +string +] +exampleR +P#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSON +$ + maxPropertiesint64 +integer + +maximumdouble +number +u +oneOfl +array_ +] +[#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps +{ + +propertiesm_ +] +[#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps +object + +x-kubernetes-int-or-string"x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns: + +1) anyOf: + - type: integer + - type: string +2) allOf: + - anyOf: + - type: integer + - type: string + - ... zero or more +boolean + + io.k8s.api.core.v1.ContainerPort">ContainerPort represents a network port in a single container. containerPort +object + + containerPortwint32"bNumber of port to expose on the pod's IP address. This must be a valid port number, 0 < x < 65536. +integer +A +hostIP7"*What host IP to bind the external port to. +string + +hostPortint32"Number of port to expose on the host. If specified, this must be a valid port number, 0 < x < 65536. If HostNetwork is specified, this must match ContainerPort. Most containers do not need this. +integer + +name"If specified, this must be an IANA_SVC_NAME and unique within the pod. Each named port in a pod must have a unique name. Name for the port that can be referred to by services. +string +Y +protocolM"@Protocol for port. Must be UDP, TCP, or SCTP. Defaults to "TCP". +string + +2io.k8s.api.core.v1.GlusterfsPersistentVolumeSource"Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. endpointspath +object + + endpoints"EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod +string + +endpointsNamespace"EndpointsNamespace is the namespace that contains Glusterfs endpoint. If this field is empty, the EndpointNamespace defaults to the same namespace as the bound PVC. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod +string + +path{"nPath is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod +string + +readOnly"ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod +boolean + +io.k8s.api.core.v1.PodList "PodList is a list of Pods.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"lList of pods. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md +array( +& +$#/definitions/io.k8s.api.core.v1.Pod + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kindsO +x-kubernetes-group-version-kind,*- group: "" + kind: PodList + version: v1 + + +)io.k8s.api.extensions.v1beta1.IngressSpec ";IngressSpec describes the Ingress the user wishes to exist. +object + +backend +:#/definitions/io.k8s.api.extensions.v1beta1.IngressBackend"A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default. + +ingressClassName"IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation. +string + +rules"A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +array; +9 +7#/definitions/io.k8s.api.extensions.v1beta1.IngressRule + +tls"TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +array: +8 +6#/definitions/io.k8s.api.extensions.v1beta1.IngressTLS ++ +(io.k8s.api.storage.v1beta1.CSIDriverSpec+"2CSIDriverSpec is the specification of a CSIDriver. +object* + + fsGroupPolicy"Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate. + +This field is immutable. +string + +podInfoOnMount " If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" if the volume is an ephemeral inline volume + defined by a CSIVolumeSource, otherwise "false" + +"csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver. + +This field is immutable. +boolean + +requiresRepublish"RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false. + +Note: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container. + +This is a beta feature and only available when the CSIServiceAccountToken feature is enabled. +boolean + +storageCapacity"If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information. + +The check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object. + +Alternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published. + +This field is immutable. + +This is a beta field and only available when the CSIStorageCapacity feature is enabled. The default is false. +boolean + + tokenRequests"TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: "csi.storage.k8s.io/serviceAccount.tokens": { + "": { + "token": , + "expirationTimestamp": , + }, + ... +} + +Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically. + +This is a beta feature and only available when the CSIServiceAccountToken feature is enabled. +array9 +7 +5#/definitions/io.k8s.api.storage.v1beta1.TokenRequest# +x-kubernetes-list-type atomic + + +volumeLifecycleModes"VolumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future. + +This field is immutable. +array +  +string + +attachRequired"attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called. + +This field is immutable. +boolean + ++io.k8s.api.storage.v1beta1.VolumeAttachment "VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. + +VolumeAttachment objects are non-namespaced.spec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +=#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachmentSpec"_Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system. + +status +?#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachmentStatus"Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.i +x-kubernetes-group-version-kindFD- group: storage.k8s.io + kind: VolumeAttachment + version: v1beta1 + + +"io.k8s.api.rbac.v1.AggregationRule"VAggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole +object + +clusterRoleSelectors"ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added +arrayD +B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector + +'io.k8s.api.storage.v1beta1.TokenRequest"#/definitions/io.k8s.api.core.v1.ScaleIOPersistentVolumeSource"XScaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. + + nodeAffinity +3#/definitions/io.k8s.api.core.v1.VolumeNodeAffinity"NodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume. + + storageos +@#/definitions/io.k8s.api.core.v1.StorageOSPersistentVolumeSource"StorageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md + + +volumeMode"volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec. +string + + +flexVolume +;#/definitions/io.k8s.api.core.v1.FlexPersistentVolumeSource"hFlexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. + +hostPath +5#/definitions/io.k8s.api.core.v1.HostPathVolumeSource"HostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath + + mountOptions"A list of mount options, e.g. ["ro", "soft"]. Not validated - mount will simply fail if one is invalid. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes/#mount-options +array +  +string + +awsElasticBlockStore +A#/definitions/io.k8s.api.core.v1.AWSElasticBlockStoreVolumeSource"AWSElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore + +persistentVolumeReclaimPolicy"What happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming +string + +gcePersistentDisk +>#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource"GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + +nfs +0#/definitions/io.k8s.api.core.v1.NFSVolumeSource"NFS represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + +flocker +4#/definitions/io.k8s.api.core.v1.FlockerVolumeSource"Flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running +| +locals +2#/definitions/io.k8s.api.core.v1.LocalVolumeSource"=Local represents directly-attached storage with node affinity + +rbd +:#/definitions/io.k8s.api.core.v1.RBDPersistentVolumeSource"RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md + +storageClassName"Name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass. +string + + vsphereVolume +?#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"WVsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + + accessModes"AccessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes +array +  +string + +capacity"A description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +cephfs +=#/definitions/io.k8s.api.core.v1.CephFSPersistentVolumeSource"JCephFS represents a Ceph FS mount on the host that shares a pod's lifetime + +photonPersistentDisk +A#/definitions/io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource"pPhotonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine + +cinder +=#/definitions/io.k8s.api.core.v1.CinderPersistentVolumeSource"Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + +csi +:#/definitions/io.k8s.api.core.v1.CSIPersistentVolumeSource"PCSI represents storage that is handled by an external CSI driver (Beta feature). + +iscsi +<#/definitions/io.k8s.api.core.v1.ISCSIPersistentVolumeSource"ISCSI represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. + + azureFile +@#/definitions/io.k8s.api.core.v1.AzureFilePersistentVolumeSource"WAzureFile represents an Azure File Service mount on the host and bind mount to the pod. + + glusterfs +@#/definitions/io.k8s.api.core.v1.GlusterfsPersistentVolumeSource"Glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md + +%io.k8s.api.networking.v1.IngressClass "IngressClass represents the class of the Ingress, referenced by the Ingress Spec. The `ingressclass.kubernetes.io/is-default-class` annotation can be used to indicate that an IngressClass should be considered default. When a single IngressClass resource has this annotation set to true, new Ingress resources without a class specified will be assigned this default class. +object + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +7#/definitions/io.k8s.api.networking.v1.IngressClassSpec"Spec is the desired state of the IngressClass. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringc +x-kubernetes-group-version-kind@>- group: networking.k8s.io + kind: IngressClass + version: v1 + + +/io.k8s.api.policy.v1beta1.PodSecurityPolicyList "=PodSecurityPolicyList is a list of PodSecurityPolicy objects.items +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +w +itemsn""items is a list of schema objects. +array= +; +9#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicyf +x-kubernetes-group-version-kindCA- kind: PodSecurityPolicyList + version: v1beta1 + group: policy + + +Wio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionStatus"RCustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition +object + +storedVersions"storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list. +array +  +string + + acceptedNames +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames"zacceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec. + + +conditions"Nconditions indicate state for particular aspects of a CustomResourceDefinition +arrayl +j +h#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition' +x-kubernetes-list-map-keys - type + +x-kubernetes-list-typemap + + +=io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery"wGroupVersion contains the "group/version" and "version" string of a version. It is made a struct to keep extensibility. groupVersionversion +object + +version"~version specifies the version in the form of "version". This is to save the clients the trouble of splitting the GroupVersion. +string +i + groupVersionY"LgroupVersion specifies the API group and version in the form "group/version" +string + +7io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec"SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +object + +resourceAttributes +<#/definitions/io.k8s.api.authorization.v1.ResourceAttributes"SResourceAuthorizationAttributes describes information for a resource access request + +nonResourceAttributes +?#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes"MNonResourceAttributes describes information for a non-resource access request + +?io.k8s.api.certificates.v1beta1.CertificateSigningRequestStatus +object + + certificatebyte"OIf request was approved, the controller will place the issued certificate here. +string# +x-kubernetes-list-type atomic + + + +conditions">Conditions applied to the request, such as approval or denial. +arrayT +R +P#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequestCondition' +x-kubernetes-list-map-keys - type + +x-kubernetes-list-typemap + + +/io.k8s.api.core.v1.CinderPersistentVolumeSource"Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.volumeID +object + +fsType"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +string + +readOnly"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +boolean + + secretRef +0#/definitions/io.k8s.api.core.v1.SecretReference"WOptional: points to a secret object containing parameters used to connect to OpenStack. + +volumeIDz"mvolume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +string + +'io.k8s.api.storage.v1beta1.StorageClass"StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. + +StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. provisioner +object + +allowedTopologies"Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature. +array9 +7 +5#/definitions/io.k8s.api.core.v1.TopologySelectorTerm + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + + mountOptions"Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid. +array +  +string +n +allowVolumeExpansionV"HAllowVolumeExpansion shows whether the storage class allow volume expand +boolean + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +parameters"eParameters holds the parameters for the provisioner that should create volumes of this storage class. +  +string +object +N + provisioner?"2Provisioner indicates the type of the provisioner. +string + + reclaimPolicy"xDynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete. +string + +volumeBindingMode"VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature. +string + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringe +x-kubernetes-group-version-kindB@- group: storage.k8s.io + kind: StorageClass + version: v1beta1 + + +#io.k8s.api.apps.v1.ReplicaSetStatus"?ReplicaSetStatus represents the current status of a ReplicaSet.replicas +object + +observedGenerationiint64"TObservedGeneration reflects the generation of the most recently observed ReplicaSet. +integer +X + readyReplicasGint32"2The number of ready replicas for this replica set. +integer + +replicasint32"Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller +integer + +availableReplicaspint32"[The number of available replicas (ready for at least minReadySeconds) for this replica set. +integer + + +conditions"NRepresents the latest available observations of a replica set's current state. +array8 +6 +4#/definitions/io.k8s.api.apps.v1.ReplicaSetCondition' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + + +fullyLabeledReplicassint32"^The number of pods that have labels matching the labels of the pod template of the replicaset. +integer + +1io.k8s.api.authentication.v1beta1.TokenReviewSpec"ETokenReviewSpec is a description of the token authentication request. +object + + audiences"Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. +array +  +string +7 +token."!Token is the opaque bearer token. +string + +2io.k8s.api.core.v1.AzureFilePersistentVolumeSource"WAzureFile represents an Azure File Service mount on the host and bind mount to the pod. +secretName shareName +object + +secretNamespacex"kthe namespace of the secret that contains Azure Storage Account Name and Key default is the same as the Pod +string +$ + shareName" +Share Name +string +x +readOnlyl"^Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +boolean +^ + +secretNameP"Cthe name of secret that contains Azure Storage Account Name and Key +string + +io.k8s.api.core.v1.PortStatusportprotocol +object + +error"Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use + CamelCase names +- cloud provider specific error values must have names that comply with the + format foo.example.com/CamelCase. +string +i +portaint32"LPort is the port number of the service port of which status is recorded here +integer + +protocol"|Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP" +string + +4io.k8s.api.flowcontrol.v1beta1.NonResourcePolicyRule"NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.verbsnonResourceURLs +object + +verbs"`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required. +array +  +string +x-kubernetes-list-typeset + + +nonResourceURLs"`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example: + - "/healthz" is legal + - "/hea*" is illegal + - "/hea" is legal but matches nothing + - "/hea/*" also matches nothing + - "/healthz/*" matches all per-component health checks. +"*" matches all non-resource urls. if it is present, it must be the only entry. Required. +array +  +string +x-kubernetes-list-typeset + + +io.k8s.api.node.v1.RuntimeClass"RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://kubernetes.io/docs/concepts/containers/runtime-class/handler +object + + +scheduling ++#/definitions/io.k8s.api.node.v1.Scheduling"Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +handler"Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable. +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"gMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +overhead +)#/definitions/io.k8s.api.node.v1.Overhead"Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see + https://kubernetes.io/docs/concepts/scheduling-eviction/pod-overhead/ +This field is in beta starting v1.18 and is only honored by servers that enable the PodOverhead feature.] +x-kubernetes-group-version-kind:8- group: node.k8s.io + kind: RuntimeClass + version: v1 + +4 +3io.k8s.api.admissionregistration.v1.MutatingWebhook3"^MutatingWebhook describes an admission webhook and the resources and operations it applies to.name clientConfig sideEffectsadmissionReviewVersions +object2 + + clientConfig +E#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig"?ClientConfig defines how to communicate with the hook. Required + +namespaceSelector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. + +For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { + "matchExpressions": [ + { + "key": "runlevel", + "operator": "NotIn", + "values": [ + "0", + "1" + ] + } + ] +} + +If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { + "matchExpressions": [ + { + "key": "environment", + "operator": "In", + "values": [ + "prod", + "staging" + ] + } + ] +} + +See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors. + +Default to the empty LabelSelector, which matches everything. + +objectSelector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. + +rules"Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. +arrayH +F +D#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations + + sideEffects"SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. +string + +timeoutSecondsint32"TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds. +integer + +admissionReviewVersions"AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. +array +  +string + + failurePolicy"FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. +string + + matchPolicy"matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". + +- Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. + +- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. + +Defaults to "Equivalent" +string + +name"The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required. +string + +reinvocationPolicy"reinvocationPolicy indicates whether this webhook should be called multiple times as part of a single admission evaluation. Allowed values are "Never" and "IfNeeded". + +Never: the webhook will not be called more than once in a single admission evaluation. + +IfNeeded: the webhook will be called at least one additional time as part of the admission evaluation if the object being admitted is modified by other admission plugins after the initial webhook call. Webhooks that specify this option *must* be idempotent, able to process objects they previously admitted. Note: * the number of additional invocations is not guaranteed to be exactly one. * if additional invocations result in further modifications to the object, webhooks are not guaranteed to be invoked again. * webhooks that use this option may be reordered to minimize the number of additional invocations. * to validate an object after all mutations are guaranteed complete, use a validating admission webhook instead. + +Defaults to "Never". +string + +9io.k8s.api.authorization.v1beta1.LocalSubjectAccessReview "LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.spec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec +F#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec"Spec holds information about the request being evaluated. spec.namespace must be equal to the namespace you made the request against. If empty, it is defaulted. + +status +H#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReviewStatus"UStatus is filled in by the server and indicates whether the request is allowed or notw +x-kubernetes-group-version-kindTR- group: authorization.k8s.io + kind: LocalSubjectAccessReview + version: v1beta1 + + + io.k8s.api.coordination.v1.Lease "Lease defines a lease concept. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"gMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +2#/definitions/io.k8s.api.coordination.v1.LeaseSpec"Specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status^ +x-kubernetes-group-version-kind;9- group: coordination.k8s.io + kind: Lease + version: v1 + + +)io.k8s.api.flowcontrol.v1beta1.FlowSchema "FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher". +object + + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +;#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchemaSpec"`spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +=#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchemaStatus"`status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-statusq +x-kubernetes-group-version-kindNL- group: flowcontrol.apiserver.k8s.io + kind: FlowSchema + version: v1beta1 + + ++io.k8s.api.networking.v1.ServiceBackendPort"8ServiceBackendPort is the service port being referenced. +object +u +namem"`Name is the name of the port on the Service. This is a mutually exclusive setting with "Number". +string + +numberint32"oNumber is the numerical port number (e.g. 80) on the Service. This is a mutually exclusive setting with "Name". +integer + +,io.k8s.api.networking.v1beta1.IngressBackend"DIngressBackend describes all endpoints for a given service and port. +object + +resource +:#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified. +I + serviceName:"-Specifies the name of the referenced service. +string +} + servicePortn +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"-Specifies the port of the referenced service. + +1io.k8s.api.policy.v1beta1.PodDisruptionBudgetList"@PodDisruptionBudgetList is a collection of PodDisruptionBudgets.items +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +I +metadata= +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +U +itemsL +array? += +;#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudgeth +x-kubernetes-group-version-kindEC- group: policy + kind: PodDisruptionBudgetList + version: v1beta1 + + +%io.k8s.api.core.v1.ComponentCondition"/Information about the condition of a component.typestatus +object +c +errorZ"MCondition error code for a component. For example, a health check error code. +string +s +messageh"[Message about the condition for a component. For example, information about a health check. +string +z +statusp"cStatus of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown". +string +N +typeF"9Type of condition for a component. Valid value: "Healthy" +string + +"io.k8s.api.core.v1.PodTemplateList"*PodTemplateList is a list of PodTemplates.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +] +itemsT"List of pod templates +array0 +. +,#/definitions/io.k8s.api.core.v1.PodTemplate + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kindsW +x-kubernetes-group-version-kind42- group: "" + kind: PodTemplateList + version: v1 + + ++io.k8s.api.extensions.v1beta1.IngressStatus"8IngressStatus describe the current state of the Ingress. +object + + loadBalanceru +3#/definitions/io.k8s.api.core.v1.LoadBalancerStatus">LoadBalancer contains the current status of the load-balancer. + +-io.k8s.api.networking.v1beta1.HTTPIngressPath "oHTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.backend +object + +backend +:#/definitions/io.k8s.api.networking.v1beta1.IngressBackend"ZBackend defines the referenced service endpoint to which the traffic will be forwarded to. + +path"Path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. When unspecified, all paths from incoming requests are matched. +string + +pathType"PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is + done on a path element by element basis. A path element refers is the + list of labels in the path split by the '/' separator. A request is a + match for path p if every p is an element-wise prefix of p of the + request path. Note that if the last element of the path is a substring + of the last element in request path, it is not a match (e.g. /foo/bar + matches /foo/bar/baz, but does not match /foo/barbaz). +* ImplementationSpecific: Interpretation of the Path matching is up to + the IngressClass. Implementations can treat this as a separate PathType + or treat it identically to Prefix or Exact path types. +Implementations are required to support all path types. Defaults to ImplementationSpecific. +string + ++io.k8s.api.scheduling.v1beta1.PriorityClass"DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.value +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +preemptionPolicy"PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is beta-level, gated by the NonPreemptingPriority feature-gate. +string + +valueint32"The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec. +integer + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + + description|"odescription is an arbitrary string that usually provides guidelines on when this priority class should be used. +string + + globalDefault"globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. +booleani +x-kubernetes-group-version-kindFD- group: scheduling.k8s.io + kind: PriorityClass + version: v1beta1 + + +2io.k8s.apimachinery.pkg.apis.meta.v1.Preconditions"ZPreconditions must be fulfilled before an operation (update, delete, etc.) is carried out. +objectu +D +resourceVersion1"$Specifies the target ResourceVersion +string +- +uid&"Specifies the target UID. +string + +)io.k8s.apimachinery.pkg.apis.meta.v1.Time date-time"Time is a wrapper around time.Time which supports correct marshaling to YAML and JSON. Wrappers are provided for many of the factory methods that the time package offers. +string + +)io.k8s.api.autoscaling.v2beta1.MetricSpec"|MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).type +object + +containerResource +J#/definitions/io.k8s.api.autoscaling.v2beta1.ContainerResourceMetricSource"container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag. + +external +A#/definitions/io.k8s.api.autoscaling.v2beta1.ExternalMetricSource"external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). + +object +?#/definitions/io.k8s.api.autoscaling.v2beta1.ObjectMetricSource"tobject refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). + +pods +=#/definitions/io.k8s.api.autoscaling.v2beta1.PodsMetricSource"pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. + +resource +A#/definitions/io.k8s.api.autoscaling.v2beta1.ResourceMetricSource"resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + +type"type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled +string + +:io.k8s.api.autoscaling.v2beta2.CrossVersionObjectReference"bCrossVersionObjectReference contains enough information to let you identify the referred resource.kindname +object +6 + +apiVersion("API version of the referent +string + +kind"Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" +string +l +named"WName of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names +string + +"io.k8s.api.core.v1.NamespaceStatus"GNamespaceStatus is information about the current status of a Namespace. +object + + +conditions"LRepresents the latest available observations of a namespace's current state. +array7 +5 +3#/definitions/io.k8s.api.core.v1.NamespaceCondition' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + + +phase"Phase is the current lifecycle phase of the namespace. More info: https://kubernetes.io/docs/tasks/administer-cluster/namespaces/ +string + +#io.k8s.api.core.v1.PodReadinessGate":PodReadinessGate contains the reference to a pod condition conditionType +objects +q + conditionType`"SConditionType refers to a condition in the pod's condition list with matching type. +string + +*io.k8s.api.storage.v1.VolumeAttachmentSpec"HVolumeAttachmentSpec is the specification of a VolumeAttachment request.attachersourcenodeName +object + +attacher"}Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName(). +string +H +nodeName<"/The node that the volume should be attached to. +string +} +sources +:#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSource"5Source represents the volume that should be attached. + +-io.k8s.apimachinery.pkg.api.resource.Quantity"Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. + +The serialization format is: + + ::= + (Note that may be empty, from the "" case in .) + ::= 0 | 1 | ... | 9 ::= | ::= | . | . | . ::= "+" | "-" ::= | ::= | | ::= Ki | Mi | Gi | Ti | Pi | Ei + (International System of units; See: http://physics.nist.gov/cuu/Units/binary.html) + ::= m | "" | k | M | G | T | P | E + (Note that 1024 = 1Ki but 1000 = 1k; I didn't choose the capitalization.) + ::= "e" | "E" + +No matter which of the three exponent forms is used, no quantity may represent a number greater than 2^63-1 in magnitude, nor may it have more than 3 decimal places. Numbers larger or more precise will be capped or rounded up. (E.g.: 0.1m will rounded up to 1m.) This may be extended in the future if we require larger or smaller quantities. + +When a Quantity is parsed from a string, it will remember the type of suffix it had, and will use the same type again when it is serialized. + +Before serializing, Quantity will be put in "canonical form". This means that Exponent/suffix will be adjusted up or down (with a corresponding increase or decrease in Mantissa) such that: + a. No precision is lost + b. No fractional digits will be emitted + c. The exponent (or suffix) is as large as possible. +The sign will be omitted unless the number is negative. + +Examples: + 1.5 will be serialized as "1500m" + 1.5Gi will be serialized as "1536Mi" + +Note that the quantity will NEVER be internally represented by a floating point number. That is the whole point of this exercise. + +Non-canonical values will still parse as long as they are well formed, but will be re-emitted in their canonical form. (So always use canonical form, or don't diff.) + +This format is intended to make it difficult to use these numbers without writing some sort of special handling code in the hopes that that will cause implementors to also use a fixed point implementation. +string + +/io.k8s.api.autoscaling.v2beta1.PodsMetricSource"PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. +metricNametargetAverageValue +object +K + +metricName="0metricName is the name of the metric in question +string + +selector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping When unset, just the metricName will be used to gather metrics. + +targetAverageValue +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"ltargetAverageValue is the target value of the average of the metric across all relevant pods (as a quantity) + +*io.k8s.api.core.v1.NodeSelectorRequirement"wA node selector requirement is a selector that contains values, a key, and an operator that relates the key and values.keyoperator +object +? +key8"+The label key that the selector applies to. +string + +operator"tRepresents a key's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. Gt, and Lt. +string + +values"An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. If the operator is Gt or Lt, the values array must have a single element, which will be interpreted as an integer. This array is replaced during a strategic merge patch. +array +  +string + +(io.k8s.api.rbac.v1alpha1.ClusterRoleList "ClusterRoleList is a collection of ClusterRoles. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoles, and will no longer be served in v1.22.items +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +m +itemsd"Items is a list of ClusterRoles +array6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRolet +x-kubernetes-group-version-kindQO- group: rbac.authorization.k8s.io + kind: ClusterRoleList + version: v1alpha1 + + +*io.k8s.api.rbac.v1beta1.ClusterRoleBinding "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBinding, and will no longer be served in v1.22.roleRef +object + +roleRef +-#/definitions/io.k8s.api.rbac.v1beta1.RoleRef"RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. + +subjects}"=Subjects holds references to the objects the role applies to. +array1 +/ +-#/definitions/io.k8s.api.rbac.v1beta1.Subject + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +h +metadata\ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata.v +x-kubernetes-group-version-kindSQ- group: rbac.authorization.k8s.io + kind: ClusterRoleBinding + version: v1beta1 + + +Cio.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference";ServiceReference holds a reference to Service.legacy.k8s.io +object +4 +name,"Name is the name of the service +string +C + namespace6")Namespace is the namespace of the service +string + +portint32"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). +integer + + io.k8s.api.batch.v1beta1.CronJob ":CronJob represents the configuration of a single cron job. +object + + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +2#/definitions/io.k8s.api.batch.v1beta1.CronJobSpec"Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +4#/definitions/io.k8s.api.batch.v1beta1.CronJobStatus"Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-statusW +x-kubernetes-group-version-kind42- group: batch + kind: CronJob + version: v1beta1 + + +9io.k8s.api.certificates.v1beta1.CertificateSigningRequest "'Describes a certificate signing request +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec +K#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequestSpec">The certificate request itself and any additional information. + +statusw +M#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequestStatus"&Derived information about the request.w +x-kubernetes-group-version-kindTR- kind: CertificateSigningRequest + version: v1beta1 + group: certificates.k8s.io + + +,io.k8s.api.storage.v1alpha1.VolumeAttachment "VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. + +VolumeAttachment objects are non-namespaced.spec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +>#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentSpec"_Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system. + +status +@#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachmentStatus"Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher.j +x-kubernetes-group-version-kindGE- group: storage.k8s.io + kind: VolumeAttachment + version: v1alpha1 + + +Xio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion"//...` if `served` is true. +string + +schema +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation"pschema describes the schema used for validation, pruning, and defaulting of this version of the custom resource. +h +served^"Pserved is a flag enabling/disabling this version from being served via REST APIs +boolean + +storage"storage indicates this version should be used when persisting custom resources to storage. There must be exactly one version with storage=true. +boolean + + subresources +a#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresources"Xsubresources specify what subresources this version of the defined custom resource have. + +additionalPrinterColumns"additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If no columns are specified, a single column displaying the age of the custom resource is used. +arrayi +g +e#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition + +=io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelectorRequirement"xA label selector requirement is a selector that contains values, a key, and an operator that relates the key and values.keyoperator +object + +key"2key is the label key that the selector applies to. +string& +x-kubernetes-patch-merge-keykey +' +x-kubernetes-patch-strategymerge + + +operator"toperator represents a key's relationship to a set of values. Valid operators are In, NotIn, Exists and DoesNotExist. +string + +values"values is an array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. +array +  +string + +3io.k8s.api.autoscaling.v2beta2.ExternalMetricStatus"nExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object.metriccurrent +object + +currenty +>#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus"7current contains the current value for the given metric + +metricy +=#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier"8metric identifies the target metric by name and selector + +%io.k8s.api.rbac.v1.ClusterRoleBinding +"ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject.roleRef +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +h +metadata\ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. + +roleRef +(#/definitions/io.k8s.api.rbac.v1.RoleRef"RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. + +subjectsx"=Subjects holds references to the objects the role applies to. +array, +* +(#/definitions/io.k8s.api.rbac.v1.Subjectq +x-kubernetes-group-version-kindNL- group: rbac.authorization.k8s.io + kind: ClusterRoleBinding + version: v1 + + +Vio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation"MCustomResourceValidation is a list of validation methods for CustomResources. +object + +openAPIV3Schema +[#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaProps"KopenAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning. + +)io.k8s.api.apps.v1.ControllerRevisionList"UControllerRevisionList is a resource containing a list of ControllerRevision objects.items +object +w +itemsn"(Items is the list of ControllerRevisions +array7 +5 +3#/definitions/io.k8s.api.apps.v1.ControllerRevision + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"gMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string` +x-kubernetes-group-version-kind=;- kind: ControllerRevisionList + version: v1 + group: apps + + +6io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpecT +objectF +D + namespace7"*Namespace to evaluate rules for. Required. +string + +-io.k8s.api.authorization.v1beta1.ResourceRule"ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.verbs +object + + apiGroups"APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all. +array +  +string + + resourceNames"ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all. +array +  +string + + resources"Resources is a list of resources this rule applies to. "*" means all in the specified apiGroups. + "*/foo" represents the subresource 'foo' for all resources in the specified apiGroups. +array +  +string + +verbs"wVerb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all. +array +  +string + +-io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}. +object + +selfLink"selfLink is a URL representing this object. Populated by the system. Read-only. + +DEPRECATED Kubernetes will stop propagating this field in 1.20 release and the field is planned to be removed in 1.21 release. +string + +continue"continue may be set if the user set a limit on the number of items returned, and indicates that the server has more data available. The value is opaque and may be used to issue another request to the endpoint that served this list to retrieve the next set of available objects. Continuing a consistent list may not be possible if the server configuration has changed or more than a few minutes have passed. The resourceVersion field returned when using this continue value will be identical to the value in the first response, unless you have received this token from an error message. +string + +remainingItemCountint64"remainingItemCount is the number of subsequent items in the list which are not included in this list response. If the list request contained label or field selectors, then the number of remaining items is unknown and the field will be left unset and omitted during serialization. If the list is complete (either because it is not chunking or because this is the last chunk), then there are no more remaining items and this field will be left unset and omitted during serialization. Servers older than v1.15 do not set this field. The intended use of the remainingItemCount is *estimating* the size of a collection. Clients should not rely on the remainingItemCount to be set or to be exact. +integer + +resourceVersion"String that identifies the server's internal version of this object that can be used by clients to determine when objects have changed. Value must be treated as opaque by clients and passed unmodified back to the server. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency +string + +!io.k8s.api.core.v1.EndpointSubset"EndpointSubset is a group of addresses with a common set of ports. The expanded set of endpoints is the Cartesian product of Addresses x Ports. For example, given: + { + Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], + Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] + } +The resulting set of endpoints can be viewed as: + a: [ 10.10.1.1:8675, 10.10.2.2:8675 ], + b: [ 10.10.1.1:309, 10.10.2.2:309 ] +object + + addresses"IP addresses which offer the related ports that are marked as ready. These endpoints should be considered safe for load balancers and clients to utilize. +array4 +2 +0#/definitions/io.k8s.api.core.v1.EndpointAddress + +notReadyAddresses"IP addresses which offer the related ports but are not currently marked as ready because they have not yet finished starting, have recently failed a readiness check, or have recently failed a liveness check. +array4 +2 +0#/definitions/io.k8s.api.core.v1.EndpointAddress +| +portss"3Port numbers available on the related IP addresses. +array1 +/ +-#/definitions/io.k8s.api.core.v1.EndpointPort + +,io.k8s.api.flowcontrol.v1beta1.LimitResponse"PLimitResponse defines how to handle requests that can not be executed right now.type +object + +queuing +A#/definitions/io.k8s.api.flowcontrol.v1beta1.QueuingConfiguration"r`queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`. + +type"`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required. +string` +x-kubernetes-unionsIG- discriminator: type + fields-to-discriminateBy: + queuing: Queuing + + +(io.k8s.api.authorization.v1.ResourceRule"ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.verbs +object + + apiGroups"APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. "*" means all. +array +  +string + + resourceNames"ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. "*" means all. +array +  +string + + resources"Resources is a list of resources this rule applies to. "*" means all in the specified apiGroups. + "*/foo" represents the subresource 'foo' for all resources in the specified apiGroups. +array +  +string + +verbs"wVerb is a list of kubernetes resource API verbs, like: get, list, watch, create, update, delete, proxy. "*" means all. +array +  +string + +?io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerCondition"eHorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.typestatus +object + +lastTransitionTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"YlastTransitionTime is the last time the condition transitioned from one status to another +g +message\"Omessage is a human-readable explanation containing details about the transition +string +P +reasonF"9reason is the reason for the condition's last transition. +string +S +statusI"<- group: storage.k8s.io + kind: CSIDriverList + version: v1 + +" +Zio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionSpec!"PCustomResourceDefinitionSpec describes how a user wants their resource to appeargroupnamesscope +object + +preserveUnknownFields"preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. If false, schemas must be defined for all versions. Defaults to true in v1beta for backwards compatibility. Deprecated: will be required to be false in v1. Preservation of unknown fields can be specified in the validation schema using the `x-kubernetes-preserve-unknown-fields: true` extension. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details. +boolean + +versions"versions is the list of all API versions of the defined custom resource. Optional if `version` is specified. The name of the first item in the `versions` list must match the `version` field if `version` and `versions` are both specified. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. +arrayo +m +k#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionVersion + +additionalPrinterColumns"additionalPrinterColumns specifies additional columns returned in Table output. See https://kubernetes.io/docs/reference/using-api/api-concepts/#receiving-resources-as-tables for details. If present, this field configures columns for all versions. Top-level and per-version columns are mutually exclusive. If no top-level or per-version columns are specified, a single column displaying the age of the custom resource is used. +arrayn +l +j#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition + + +conversion +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceConversion"3conversion defines conversion settings for the CRD. + +names +i#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames"Bnames specify the resource and kind names for the custom resource. + + +validation +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceValidation"validation describes the schema used for validation and pruning of the custom resource. If present, this validation schema is used to validate all versions. Top-level and per-version schemas are mutually exclusive. + +version"version is the API version of the defined custom resource. The custom resources are served under `/apis///...`. Must match the name of the first item in the `versions` list if `version` and `versions` are both specified. Optional if `versions` is specified. Deprecated: use `versions` instead. +string + +group"group is the API group of the defined custom resource. The custom resources are served under `/apis//...`. Must match the name of the CustomResourceDefinition (in the form `.`). +string + +scope"scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. Default is `Namespaced`. +string + + subresources +f#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresources"subresources specify what subresources the defined custom resource has. If present, this field configures subresources for all versions. Top-level and per-version subresources are mutually exclusive. + +io.k8s.api.discovery.v1.ForZone"LForZone provides information about which zones should consume this endpoint.name +object< +: +name2"%name represents the name of the zone. +string + + io.k8s.api.networking.v1.IPBlock"IPBlock describes a particular CIDR (Ex. "192.168.1.1/24","2001:db9::/64") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.cidr +object +v +cidrn"aCIDR is a string representing the IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64" +string + +except"Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" or "2001:db9::/64" Except values will be rejected if they are outside the CIDR range +array +  +string + +3io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference"OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field. +apiVersionkindnameuid +object +7 + +apiVersion)"API version of the referent. +string + +blockOwnerDeletion"If true, AND if the owner has the "foregroundDeletion" finalizer, then the owner cannot be deleted from the key-value store until this reference is removed. Defaults to false. To set this field, a user needs "delete" permission of the owner, otherwise 422 (Unprocessable Entity) will be returned. +boolean +V + +controllerH":If true, this reference points to the managing controller. +boolean + +kind"Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +l +named"WName of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#names +string +i +uidb"UUID of the referent. More info: http://kubernetes.io/docs/user-guide/identifiers#uids +string + +io.k8s.api.core.v1.Handler"6Handler defines a specific action that should be taken +object +k +httpGet` +.#/definitions/io.k8s.api.core.v1.HTTPGetAction".HTTPGet specifies the http request to perform. + + tcpSocket +0#/definitions/io.k8s.api.core.v1.TCPSocketAction"OTCPSocket specifies an action involving a TCP port. TCP hooks not yet supported + +exec ++#/definitions/io.k8s.api.core.v1.ExecAction"YOne and only one of the following should be specified. Exec specifies the action to take. + + io.k8s.api.core.v1.ResourceQuota "FResourceQuota sets aggregate quota restrictions enforced per namespace +object + + +status +4#/definitions/io.k8s.api.core.v1.ResourceQuotaStatus"Status defines the actual enforced quota and its current usage. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +2#/definitions/io.k8s.api.core.v1.ResourceQuotaSpec"Spec defines the desired quota. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-statusU +x-kubernetes-group-version-kind20- group: "" + kind: ResourceQuota + version: v1 + + +3io.k8s.api.core.v1.TopologySelectorLabelRequirement"~A topology selector requirement is a selector that matches given label. This is an alpha feature and may change in the future.keyvalues +object +? +key8"+The label key that the selector applies to. +string + +values"gAn array of string values. One value must match the label to be selected. Each entry in Values is ORed. +array +  +string + +)io.k8s.api.networking.v1beta1.IngressRule "IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue. +object + + +host +" +Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to + the IP in the Spec of the parent Ingress. +2. The `:` delimiter is not respected because ports are not allowed. + Currently the port of an Ingress is implicitly :80 for http and + :443 for https. +Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. + +Host can be "precise" which is a domain name without the terminating dot of a network host (e.g. "foo.bar.com") or "wildcard", which is a domain name prefixed with a single wildcard label (e.g. "*.foo.com"). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host == "*"). Requests will be matched against the Host field in the following way: 1. If Host is precise, the request matches this rule if the http host header is equal to Host. 2. If Host is a wildcard, then the request matches this rule if the http host header is to equal to the suffix (removing the first label) of the wildcard rule. +string +J +httpB +@#/definitions/io.k8s.api.networking.v1beta1.HTTPIngressRuleValue + +-io.k8s.api.policy.v1beta1.PodDisruptionBudget "hPodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec +?#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudgetSpec"ASpecification of the desired behavior of the PodDisruptionBudget. + +status~ +A#/definitions/io.k8s.api.policy.v1beta1.PodDisruptionBudgetStatus"9Most recently observed status of the PodDisruptionBudget.d +x-kubernetes-group-version-kindA?- group: policy + kind: PodDisruptionBudget + version: v1beta1 + + +1io.k8s.api.flowcontrol.v1beta1.ResourcePolicyRule"ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) least one member of namespaces matches the request.verbs apiGroups resources +object + + apiGroups"`apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required. +array +  +string +x-kubernetes-list-typeset + + + clusterScope"`clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list. +boolean + + +namespaces"`namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true. +array +  +string +x-kubernetes-list-typeset + + + resources"`resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required. +array +  +string +x-kubernetes-list-typeset + + +verbs"`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required. +array +  +string +x-kubernetes-list-typeset + + +%io.k8s.api.apps.v1.DeploymentStrategy"HDeploymentStrategy describes how to replace existing pods with new ones. +object + + rollingUpdate +8#/definitions/io.k8s.api.apps.v1.RollingUpdateDeployment"URolling update config params. Present only if DeploymentStrategyType = RollingUpdate. +h +type`"SType of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate. +string + +,io.k8s.api.apps.v1.StatefulSetUpdateStrategy"StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy. +object + + rollingUpdate +A#/definitions/io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy"bRollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType. +h +type`"SType indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate. +string + +4io.k8s.api.authorization.v1.SubjectRulesReviewStatus "SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete. resourceRulesnonResourceRules +incomplete +object + +evaluationError"EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete. +string + + +incomplete"Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation. +boolean + +nonResourceRules"NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. +array= +; +9#/definitions/io.k8s.api.authorization.v1.NonResourceRule + + resourceRules"ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. +array: +8 +6#/definitions/io.k8s.api.authorization.v1.ResourceRule + +!io.k8s.api.batch.v1.CronJobStatus"9CronJobStatus represents the current state of a cron job. +object + +active"-A list of pointers to currently running jobs. +array4 +2 +0#/definitions/io.k8s.api.core.v1.ObjectReference# +x-kubernetes-list-type atomic + + +lastScheduleTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"FInformation when was the last time the job was successfully scheduled. + +lastSuccessfulTime} +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"BInformation when was the last time the job successfully completed. + +0io.k8s.api.core.v1.GCEPersistentDiskVolumeSource "Represents a Persistent Disk resource in Google Compute Engine. + +A GCE PD must exist before mounting to a container. The disk must also be in the same GCE project and zone as the kubelet. A GCE PD can only be mounted as read/write once or read-only many times. GCE PDs support ownership management and SELinux relabeling.pdName +object + +readOnly"ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk +boolean + +fsType"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk +string + + partitionint32"The partition in the volume that you want to mount. If omitted, the default is to mount by volume name. Examples: For volume /dev/sda1, you specify the partition as "1". Similarly, the volume partition for /dev/sda is "0" (or you can leave the property empty). More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk +integer + +pdName"Unique name of the PD resource in GCE. Used to identify the disk in GCE. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk +string + +"io.k8s.api.core.v1.ObjectReference "]ObjectReference contains enough information to let you inspect or modify the referred object. +object + + fieldPath"If referring to a piece of an object instead of an entire object, this string should contain a valid JSON/Go field access statement, such as desiredState.manifest.containers[2]. For example, if the object reference is to a container within a pod, this would take on a value like: "spec.containers{name}" (where "name" refers to the name of the container that triggered the event) or if no container name is specified "spec.containers[2]" (container with index 2 in this pod). This syntax is chosen only to have some well-defined way of referencing a part of an object. +string + +kind"Kind of the referent. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +name|"oName of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +string + + namespace"sNamespace of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ +string + +resourceVersion"Specific resourceVersion to which this reference is made, if any. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#concurrency-control-and-consistency +string + +uidz"mUID of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#uids +string +7 + +apiVersion)"API version of the referent. +string + +!io.k8s.api.core.v1.ServiceAccount"ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +automountServiceAccountToken"AutomountServiceAccountToken indicates whether pods running as this service account should have an API token automatically mounted. Can be overridden at the pod level. +boolean + +imagePullSecrets"ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod +array9 +7 +5#/definitions/io.k8s.api.core.v1.LocalObjectReference + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +secrets"Secrets is the list of secrets allowed to be used by pods running using this ServiceAccount. More info: https://kubernetes.io/docs/concepts/configuration/secret +array4 +2 +0#/definitions/io.k8s.api.core.v1.ObjectReference' +x-kubernetes-patch-strategymerge +' +x-kubernetes-patch-merge-keyname +V +x-kubernetes-group-version-kind31- group: "" + kind: ServiceAccount + version: v1 + + +io.k8s.api.storage.v1.CSIDriver "CSIDriver captures information about a Container Storage Interface (CSI) volume driver deployed on the cluster. Kubernetes attach detach controller uses this object to determine whether attach is required. Kubelet uses this object to determine whether pod information needs to be passed on mount. CSIDriver objects are non-namespaced.spec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object metadata. metadata.Name indicates the name of the CSI driver that this object refers to; it MUST be the same name returned by the CSI GetPluginName() call for that driver. The driver name must be 63 characters or less, beginning and ending with an alphanumeric character ([a-z0-9A-Z]) with dashes (-), dots (.), and alphanumerics between. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +] +specU +1#/definitions/io.k8s.api.storage.v1.CSIDriverSpec" Specification of the CSI Driver.] +x-kubernetes-group-version-kind:8- group: storage.k8s.io + kind: CSIDriver + version: v1 + + +\io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresourceScale "^CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.specReplicasPathstatusReplicasPath +object + +labelSelectorPath"labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string. +string + +specReplicasPath"specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET. +string + +statusReplicasPath"statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0. +string + +io.k8s.api.apps.v1.StatefulSet +"StatefulSet represents a set of pods with consistent identities. Identities are defined as: + - Network: A single stable DNS and hostname. + - Storage: As many VolumeClaims as requested. +The StatefulSet guarantees that a given network identity will always map to the same storage identity. +object +t +specl +0#/definitions/io.k8s.api.apps.v1.StatefulSetSpec"8Spec defines the desired identities of pods in this set. + +status +2#/definitions/io.k8s.api.apps.v1.StatefulSetStatus"nStatus is the current status of Pods in this StatefulSet. This data may be out of date by some window of time. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaU +x-kubernetes-group-version-kind20- group: apps + kind: StatefulSet + version: v1 + + +/io.k8s.api.authentication.v1.TokenRequestStatus"4TokenRequestStatus is the result of a token request.tokenexpirationTimestamp +object + +expirationTimestamp +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"DExpirationTimestamp is the time of expiration of the returned token. +7 +token."!Token is the opaque bearer token. +string + +.io.k8s.api.authentication.v1.TokenReviewStatus"DTokenReviewStatus is the result of the token authentication request. +object +w +usero +3#/definitions/io.k8s.api.authentication.v1.UserInfo"8User is the UserInfo associated with the provided token. + + audiences"Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token's audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is "true", the token is valid against the audience of the Kubernetes API server. +array +  +string +g + authenticatedV"HAuthenticated indicates that the token was associated with a known user. +boolean +H +error?"2Error indicates that the token couldn't be checked +string + +Bio.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationCondition"LPriorityLevelConfigurationCondition defines the condition of priority level. +object + +lastTransitionTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"\`lastTransitionTime` is the last time the condition transitioned from one status to another. +g +message\"O`message` is a human-readable message indicating details about last transition. +string +l +reasonb"U`reason` is a unique, one-word, CamelCase reason for the condition's last transition. +string +f +status\"O`status` is the status of the condition. Can be True, False, Unknown. Required. +string +C +type;".`type` is the type of the condition. Required. +string + +(io.k8s.api.rbac.v1alpha1.AggregationRule"VAggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole +object + +clusterRoleSelectors"ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added +arrayD +B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector + +Qio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceConversion"MCustomResourceConversion describes how to convert different versions of a CR.strategy +object + +strategy"strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information + is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhook to be set. +string + +webhook +X#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion"cwebhook describes how to call the conversion webhook. Required when `strategy` is set to `Webhook`. + +Vio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition "CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>. Deprecated in v1.16, planned for removal in v1.22. Use apiextensions.k8s.io/v1 CustomResourceDefinition instead.spec +object + +spec +h#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionSpec"9spec describes how the user wants the resources to appear + +status +j#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus"Astatus indicates the actual state of the CustomResourceDefinition + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMetaw +x-kubernetes-group-version-kindTR- group: apiextensions.k8s.io + kind: CustomResourceDefinition + version: v1beta1 + + +3io.k8s.api.autoscaling.v2beta1.ResourceMetricStatus "ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.namecurrentAverageValue +object + +currentAverageValue +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"currentAverageValue is the current value of the average of the resource metric across all relevant pods, as a raw value (instead of as a percentage of the request), similar to the "pods" metric source type. It will always be set, regardless of the corresponding metric specification. +B +name:"-name is the name of the resource in question. +string + +currentAverageUtilizationint32"currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. It will only be present if `targetAverageValue` was set in the corresponding metric specification. +integer + +io.k8s.api.batch.v1.CronJob ":CronJob represents the configuration of a single cron job. +object + + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +-#/definitions/io.k8s.api.batch.v1.CronJobSpec"Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +/#/definitions/io.k8s.api.batch.v1.CronJobStatus"Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-statusR +x-kubernetes-group-version-kind/-- group: batch + kind: CronJob + version: v1 + + + +/io.k8s.api.core.v1.CephFSPersistentVolumeSource "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.monitors +object + +readOnly"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +boolean + + +secretFile"Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +string + + secretRef +0#/definitions/io.k8s.api.core.v1.SecretReference"Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + +user"Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +string + +monitors"}Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +array +  +string +e +path]"POptional: Used as the mounted root, rather than the full Ceph tree, default is / +string + +io.k8s.api.core.v1.Pod "wPod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts. +object + + +spec +(#/definitions/io.k8s.api.core.v1.PodSpec"Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +*#/definitions/io.k8s.api.core.v1.PodStatus"Most recently observed status of the pod. This data may not be up to date. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadataK +x-kubernetes-group-version-kind(&- group: "" + kind: Pod + version: v1 + + +(io.k8s.api.core.v1.StorageOSVolumeSource "2Represents a StorageOS persistent volume resource. +object + +fsType"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +string +x +readOnlyl"^Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +boolean + + secretRef +5#/definitions/io.k8s.api.core.v1.LocalObjectReference"SecretRef specifies the secret to use for obtaining the StorageOS API credentials. If not specified, default values will be attempted. + + +volumeName}"pVolumeName is the human-readable name of the StorageOS volume. Volume names are only unique within a namespace. +string + +volumeNamespace"VolumeNamespace specifies the scope of the volume within StorageOS. If no namespace is specified then the Pod's namespace will be used. This allows the Kubernetes name scoping to be mirrored within StorageOS for tighter integration. Set VolumeName to any name to override the default behaviour. Set to "default" if you are not using namespaces within StorageOS. Namespaces that do not pre-exist within StorageOS will be created. +string + +*io.k8s.apimachinery.pkg.apis.meta.v1.Patche"XPatch is provided to give a concrete name and type to the Kubernetes PATCH request body. +object + +8io.k8s.api.apiserverinternal.v1alpha1.StorageVersionList"A list of StorageVersions.items +object +I +metadata= +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +\ +itemsS +arrayF +D +B#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersion + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringw +x-kubernetes-group-version-kindTR- group: internal.apiserver.k8s.io + kind: StorageVersionList + version: v1alpha1 + + +io.k8s.api.core.v1.NodeSelector"A node selector represents the union of the results of one or more label queries over a set of nodes; that is, it represents the OR of the selectors represented by the node selector terms.nodeSelectorTerms +object + +nodeSelectorTerms" +<#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition' +x-kubernetes-list-map-keys - type + +x-kubernetes-list-typemap +' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + +E +currentHealthy3int32"current number of healthy pods +integer +M +desiredHealthy;int32"&minimum desired number of healthy pods +integer + + disruptedPods"DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.; +9 +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time +object + +"io.k8s.api.policy.v1beta1.Eviction "Eviction evicts a pod from its node subject to certain policies and safety constraints. This is a subresource of Pod. A request to cause such an eviction is created by POSTing to .../pods//evictions. +object +r + deleteOptionsa +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions"DeleteOptions may be provided + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadatat +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"3ObjectMeta describes the pod that is being evicted. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringY +x-kubernetes-group-version-kind64- group: policy + kind: Eviction + version: v1beta1 + + +%io.k8s.api.apps.v1.ControllerRevision"ControllerRevision implements an immutable snapshot of state data. Clients are responsible for serializing and deserializing the objects that contain their internal state. Once a ControllerRevision has been successfully created, it can not be updated. The API Server will fail validation of all requests that attempt to mutate the Data field. ControllerRevisions may, however, be deleted. Note that, due to its use by both the DaemonSet and StatefulSet controllers for update and rollback, this object is beta. However, it may be subject to name and representation changes in future releases, and clients should not depend on its stability. It is primarily for internal use by controllers.revision +object + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +b +revisionVint64"ARevision indicates the revision of the state represented by Data. +integer + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +y +dataq +:#/definitions/io.k8s.apimachinery.pkg.runtime.RawExtension"3Data is the serialized representation of the state. + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string\ +x-kubernetes-group-version-kind97- group: apps + kind: ControllerRevision + version: v1 + + +io.k8s.api.core.v1.ExecAction"1ExecAction describes a "run in container" action. +object + +command"Command is the command line to execute inside the container, the working directory for the command is root ('/') in the container's filesystem. The command is simply exec'd, it is not run inside a shell, so traditional shell instructions ('|', etc) won't work. To use a shell, you need to explicitly call out to that shell. Exit status of 0 is treated as live/healthy and non-zero is unhealthy. +array +  +string + +4io.k8s.api.core.v1.ScopedResourceSelectorRequirement"A scoped-resource selector requirement is a selector that contains values, a scope name, and an operator that relates the scope name and values. scopeNameoperator +object +M + scopeName@"3The name of the scope that the selector applies to. +string + +values"An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch. +array +  +string + +operatorw"jRepresents a scope's relationship to a set of values. Valid operators are In, NotIn, Exists, DoesNotExist. +string + +)io.k8s.api.discovery.v1beta1.EndpointPort "7EndpointPort represents a Port used by an EndpointSlice +object + + appProtocol"The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. +string + +name"The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string. +string + +portint32"The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer. +integer +b +protocolV"IThe IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP. +string + +!io.k8s.api.storage.v1.CSINodeSpec"\CSINodeSpec holds information about the specification of all CSI drivers installed on a nodedrivers +object + +drivers"drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. +array5 +3 +1#/definitions/io.k8s.api.storage.v1.CSINodeDriver' +x-kubernetes-patch-strategymerge +' +x-kubernetes-patch-merge-keyname + + +.io.k8s.apimachinery.pkg.apis.meta.v1.Condition "TCondition contains details for one aspect of the current state of this API Resource.typestatuslastTransitionTimereasonmessage +object + + +reason"reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty. +string +L +statusB"5status of the condition, one of True, False, Unknown. +string +T +typeL"?type of condition in CamelCase or in foo.example.com/CamelCase. +string + +lastTransitionTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. + +messagev"imessage is a human readable message indicating details about the transition. This may be an empty string. +string + +observedGenerationint64"observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. +integer + +)io.k8s.api.apps.v1.RollingUpdateDaemonSet"BSpec to control the desired behavior of daemon set rolling update. +object + + +maxSurge + +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString" +The maximum number of nodes with an existing available DaemonSet pod that can have an updated DaemonSet pod during during an update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up to a minimum of 1. Default value is 0. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their a new pod created before the old pod is marked as deleted. The update starts by launching new pods on 30% of nodes. Once an updated pod is available (Ready for at least minReadySeconds) the old DaemonSet pod on that node is marked deleted. If the old pod becomes unavailable for any reason (Ready transitions to false, is evicted, or is drained) an updated pod is immediatedly created on that node without considering surge limits. Allowing surge implies the possibility that the resources consumed by the daemonset on any given node can double if the readiness check fails, and so resource intensive daemonsets should take into account that they may cause evictions during disruption. This is an alpha field and requires enabling DaemonSetUpdateSurge feature gate. + +maxUnavailable +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding down to a minimum of one. This cannot be 0 if MaxSurge is 0 Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update. + +*io.k8s.api.apps.v1.RollingUpdateDeployment "7Spec to control the desired behavior of rolling update. +object + +maxSurge +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. Defaults to 25%. Example: when this is set to 30%, the new ReplicaSet can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new ReplicaSet can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods. + +maxUnavailable +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. Defaults to 25%. Example: when this is set to 30%, the old ReplicaSet can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old ReplicaSet can be scaled down further, followed by scaling up the new ReplicaSet, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods. + +'io.k8s.api.core.v1.ConfigMapKeySelector"Selects a key from a ConfigMap.key +object +& +key"The key to select. +string + +name|"oName of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +string +R +optionalF"8Specify whether the ConfigMap or its key must be defined +boolean + +#io.k8s.api.core.v1.SecretProjection"Adapts a secret into a projected volume. + +The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode. +object + +items"If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +array. +, +*#/definitions/io.k8s.api.core.v1.KeyToPath + +name|"oName of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +string +O +optionalC"5Specify whether the Secret or its key must be defined +boolean + +io.k8s.api.rbac.v1beta1.RoleRef"?RoleRef contains information that points to the role being usedapiGroupkindname +object +P +apiGroupD"7APIGroup is the group for the resource being referenced +string +B +kind:"-Kind is the type of resource being referenced +string +B +name:"-Name is the name of resource being referenced +string + +Hio.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.ServiceReference";ServiceReference holds a reference to Service.legacy.k8s.io +object +C + namespace6")Namespace is the namespace of the service +string + +portint32"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). +integer +4 +name,"Name is the name of the service +string + +:io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus"API server instances report the versions they can decode and the version they encode objects to when persisting objects in the backend. +object + +storageVersions".The reported versions per API server instance. +arrayL +J +H#/definitions/io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion. +x-kubernetes-list-map-keys- apiServerID + +x-kubernetes-list-typemap + + +commonEncodingVersion"If all API server instances agree on the same encoding storage version, then this field is set to that version. Otherwise this field is left empty. API servers should finish updating its storageVersionStatus entry before serving write operations, so that this field will be in sync with the reality. +string + + +conditions"@The latest available observations of the storageVersion's state. +arrayO +M +K#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition' +x-kubernetes-list-map-keys - type + +x-kubernetes-list-typemap + + +1io.k8s.api.networking.v1.NetworkPolicyIngressRule"NetworkPolicyIngressRule describes a particular set of traffic that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The traffic must match both ports and from. +object + +from"List of sources which should be able to access the pods selected for this rule. Items in this list are combined using a logical OR operation. If this field is empty or missing, this rule matches all sources (traffic not restricted by source). If this field is present and contains at least one item, this rule allows traffic only if the traffic matches at least one item in the from list. +array< +: +8#/definitions/io.k8s.api.networking.v1.NetworkPolicyPeer + +ports"List of ports which should be made accessible on the pods selected for this rule. Each item in this list is combined using a logical OR. If this field is empty or missing, this rule matches all ports (traffic not restricted by port). If this field is present and contains at least one item, then this rule allows traffic only if the traffic matches at least one port in the list. +array< +: +8#/definitions/io.k8s.api.networking.v1.NetworkPolicyPort + +Bio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSON"JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. + +$io.k8s.api.networking.v1.IngressRule "IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue. +object + + +host +" +Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to + the IP in the Spec of the parent Ingress. +2. The `:` delimiter is not respected because ports are not allowed. + Currently the port of an Ingress is implicitly :80 for http and + :443 for https. +Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. + +Host can be "precise" which is a domain name without the terminating dot of a network host (e.g. "foo.bar.com") or "wildcard", which is a domain name prefixed with a single wildcard label (e.g. "*.foo.com"). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host == "*"). Requests will be matched against the Host field in the following way: 1. If Host is precise, the request matches this rule if the http host header is equal to Host. 2. If Host is a wildcard, then the request matches this rule if the http host header is to equal to the suffix (removing the first label) of the wildcard rule. +string +E +http= +;#/definitions/io.k8s.api.networking.v1.HTTPIngressRuleValue + +9io.k8s.api.admissionregistration.v1beta1.ServiceReference";ServiceReference holds a reference to Service.legacy.k8s.io namespacename +object +@ +name8"+`name` is the name of the service. Required +string +O + namespaceB"5`namespace` is the namespace of the service. Required +string +f +path^"Q`path` is an optional URL path which will be sent in any request to this service. +string + +portint32"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). +integer + +%io.k8s.api.authentication.v1.UserInfo"ZUserInfo holds the information about the user needed to implement the user.Info interface. +object +n +extrae"9Any additional information provided by the authenticator. + +array +  +string +object +Q +groupsG"+The names of groups this user is a part of. +array +  +string + +uid"A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. +string +\ +usernameP"CThe name that uniquely identifies this user among all active users. +string + + +/...`. Must match the name of the CustomResourceDefinition (in the form `.`). +string + +names +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames"Bnames specify the resource and kind names for the custom resource. + +preserveUnknownFields"preserveUnknownFields indicates that object fields which are not specified in the OpenAPI schema should be preserved when persisting to storage. apiVersion, kind, metadata and known fields inside metadata are always preserved. This field is deprecated in favor of setting `x-preserve-unknown-fields` to true in `spec.versions[*].schema.openAPIV3Schema`. See https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/#pruning-versus-preserving-unknown-fields for details. +boolean + +scope"scope indicates whether the defined custom resource is cluster- or namespace-scoped. Allowed values are `Cluster` and `Namespaced`. +string + +versions"versions is the list of all API versions of the defined custom resource. Version names are used to compute the order in which served versions are listed in API discovery. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. +arrayj +h +f#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionVersion + +:io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerList"KHorizontalPodAutoscalerList is a list of horizontal pod autoscaler objects.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"7items is the list of horizontal pod autoscaler objects. +arrayH +F +D#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +r +metadataf +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"'metadata is the standard list metadata.q +x-kubernetes-group-version-kindNL- group: autoscaling + kind: HorizontalPodAutoscalerList + version: v2beta2 + + + +&io.k8s.api.core.v1.EphemeralContainers +"QA list of ephemeral containers used with the Pod ephemeralcontainers subresource.ephemeralContainers +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +ephemeralContainers"A list of ephemeral containers associated with this pod. New ephemeral containers may be appended to this list, but existing ephemeral containers may not be removed or modified. +array7 +5 +3#/definitions/io.k8s.api.core.v1.EphemeralContainer' +x-kubernetes-patch-merge-keyname +' +x-kubernetes-patch-strategymerge + + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta[ +x-kubernetes-group-version-kind86- group: "" + kind: EphemeralContainers + version: v1 + + +.io.k8s.api.core.v1.ReplicationControllerStatus"VReplicationControllerStatus represents the current status of a replication controller.replicas +object +c + readyReplicasRint32"=The number of ready replicas for this replication controller. +integer + +replicasint32"Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller +integer + +availableReplicas{int32"fThe number of available replicas (ready for at least minReadySeconds) for this replication controller. +integer + + +conditions"YRepresents the latest available observations of a replication controller's current state. +arrayC +A +?#/definitions/io.k8s.api.core.v1.ReplicationControllerCondition' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + + +fullyLabeledReplicasint32"jThe number of pods that have labels matching the labels of the pod template of the replication controller. +integer + +observedGenerationuint64"`ObservedGeneration reflects the generation of the most recently observed replication controller. +integer + +*io.k8s.api.flowcontrol.v1beta1.UserSubject"=UserSubject holds detailed information for user-kind subject.name +objectd +b +nameZ"M`name` is the username that matches, or "*" to match all usernames. Required. +string + ++io.k8s.api.policy.v1beta1.PodSecurityPolicy "PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated in 1.21. +object +j +specb +=#/definitions/io.k8s.api.policy.v1beta1.PodSecurityPolicySpec"!spec defines the policy enforced. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadatab +x-kubernetes-group-version-kind?=- kind: PodSecurityPolicy + version: v1beta1 + group: policy + + + io.k8s.api.rbac.v1alpha1.Subject"Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.kindname +object + + namespace"Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error. +string + + +apiVersion"APIVersion holds the API group and version of the referenced subject. Defaults to "v1" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io/v1alpha1" for User and Group subjects. +string + +kind"Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error. +string +9 +name1"$Name of the object being referenced. +string + +_io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition"YCustomResourceDefinitionCondition contains details for the current condition of this pod.typestatus +object + +lastTransitionTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"SlastTransitionTime last time the condition transitioned from one status to another. +e +messageZ"Mmessage is a human-readable message indicating details about last transition. +string +j +reason`"Sreason is a unique, one-word, CamelCase reason for the condition's last transition. +string +Z +statusP"Cstatus is the status of the condition. Can be True, False, Unknown. +string +q +typei"\type is the type of the condition. Types include Established, NamesAccepted and Terminating. +string + +io.k8s.api.batch.v1.JobStatus"0JobStatus represents the current state of a Job. +object +C +active9int32"$The number of actively running pods. +integer + +completedIndexes"CompletedIndexes holds the completed indexes when .spec.completionMode = "Indexed" in a text format. The indexes are represented as decimal integers separated by commas. The numbers are listed in increasing order. Three or more consecutive numbers are compressed and represented by the first and last element of the series, separated by a hyphen. For example, if the completed indexes are 1, 3, 4, 5 and 7, they are represented as "1,3-5,7". +string + +completionTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"Represents time when the job was completed. It is not guaranteed to be set in happens-before order across separate operations. It is represented in RFC3339 form and is in UTC. The completion time is only set when the job finishes successfully. + + +conditions"The latest available observations of an object's current state. When a Job fails, one of the conditions will have type "Failed" and status true. When a Job is suspended, one of the conditions will have type "Suspended" and status true; when the Job is resumed, the status of this condition will become false. When a Job is completed, one of the conditions will have type "Complete" and status true. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +array2 +0 +.#/definitions/io.k8s.api.batch.v1.JobCondition' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge +# +x-kubernetes-list-type atomic + +M +failedCint32".The number of pods which reached phase Failed. +integer + + startTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"Represents time when the job controller started processing a job. When a Job is created in the suspended state, this field is not set until the first time it is resumed. This field is reset every time a Job is resumed from suspension. It is represented in RFC3339 form and is in UTC. +S + succeededFint32"1The number of pods which reached phase Succeeded. +integer + +.io.k8s.api.core.v1.ISCSIPersistentVolumeSource "ISCSIPersistentVolumeSource represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. targetPortaliqnlun +object +k +readOnly_"QReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. +boolean +z + secretRefm +0#/definitions/io.k8s.api.core.v1.SecretReference"9CHAP Secret for iSCSI target and initiator authentication + + targetPortal"iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). +string +V +chapAuthDiscoveryA"3whether support iSCSI Discovery CHAP authentication +boolean + + initiatorName"Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection. +string +n +iscsiInterface\"OiSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). +string +4 +lun-int32"iSCSI Target Lun number. +integer + +portals"iSCSI Target Portal List. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). +array +  +string +R +chapAuthSession?"1whether support iSCSI Session CHAP authentication +boolean + +fsType"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi +string +0 +iqn)"Target iSCSI Qualified Name. +string + +!io.k8s.api.core.v1.LimitRangeSpec"NLimitRangeSpec defines a min/max usage limit for resources that match on kind.limits +object + +limits"?Limits is the list of LimitRangeItem objects that are enforced. +array3 +1 +/#/definitions/io.k8s.api.core.v1.LimitRangeItem + +$io.k8s.api.core.v1.LocalVolumeSource"LLocal represents directly-attached storage with node affinity (Beta feature)path +object + +fsType"Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a fileystem if unspecified. +string + +pathz"mThe full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). +string + +!io.k8s.api.core.v1.NodeSystemInfo "CNodeSystemInfo is a set of ids/uuids to uniquely identify the node. machineID +systemUUIDbootID kernelVersionosImagecontainerRuntimeVersionkubeletVersionkubeProxyVersionoperatingSystem architecture +object +n + kernelVersion]"PKernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64). +string +D +kubeletVersion2"%Kubelet Version reported by the node. +string +I +operatingSystem6")The Operating System reported by the node +string +n +osImagec"VOS Image reported by the node from /etc/os-release (e.g. Debian GNU/Linux 7 (wheezy)). +string + + +systemUUID"SystemUUID reported by the node. For unique machine identification MachineID is preferred. This field is specific to Red Hat hosts https://access.redhat.com/documentation/en-us/red_hat_subscription_management/1/html/rhsm/uuid +string + +containerRuntimeVersionl"_ContainerRuntime Version reported by the node through runtime remote API (e.g. docker://1.5.0). +string +4 +bootID*"Boot ID reported by the node. +string +H +kubeProxyVersion4"'KubeProxy Version reported by the node. +string + + machineID"MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html +string +B + architecture2"%The Architecture reported by the node +string + +-io.k8s.api.extensions.v1beta1.HTTPIngressPath "oHTTPIngressPath associates a path with a backend. Incoming urls matching the path are forwarded to the backend.backend +object + +backend +:#/definitions/io.k8s.api.extensions.v1beta1.IngressBackend"ZBackend defines the referenced service endpoint to which the traffic will be forwarded to. + +path"Path is matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. When unspecified, all paths from incoming requests are matched. +string + +pathType"PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is + done on a path element by element basis. A path element refers is the + list of labels in the path split by the '/' separator. A request is a + match for path p if every p is an element-wise prefix of p of the + request path. Note that if the last element of the path is a substring + of the last element in request path, it is not a match (e.g. /foo/bar + matches /foo/bar/baz, but does not match /foo/barbaz). +* ImplementationSpecific: Interpretation of the Path matching is up to + the IngressClass. Implementations can treat this as a separate PathType + or treat it identically to Prefix or Exact path types. +Implementations are required to support all path types. Defaults to ImplementationSpecific. +string + +*io.k8s.api.scheduling.v1.PriorityClassList"6PriorityClassList is a collection of priority classes.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +t +itemsk"$items is the list of PriorityClasses +array8 +6 +4#/definitions/io.k8s.api.scheduling.v1.PriorityClass + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"~Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadatah +x-kubernetes-group-version-kindEC- group: scheduling.k8s.io + kind: PriorityClassList + version: v1 + + +)io.k8s.api.autoscaling.v2beta2.MetricSpec"|MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).type +object + +pods +=#/definitions/io.k8s.api.autoscaling.v2beta2.PodsMetricSource"pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. + +resource +A#/definitions/io.k8s.api.autoscaling.v2beta2.ResourceMetricSource"resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + +type"type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled +string + +containerResource +J#/definitions/io.k8s.api.autoscaling.v2beta2.ContainerResourceMetricSource"container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. This is an alpha feature and can be enabled by the HPAContainerMetrics feature flag. + +external +A#/definitions/io.k8s.api.autoscaling.v2beta2.ExternalMetricSource"external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). + +object +?#/definitions/io.k8s.api.autoscaling.v2beta2.ObjectMetricSource"tobject refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). + +io.k8s.api.core.v1.PodDNSConfig"_PodDNSConfig defines the DNS parameters of a pod in addition to those generated from DNSPolicy. +object + +options"A list of DNS resolver options. This will be merged with the base options generated from DNSPolicy. Duplicated entries will be removed. Resolution options given in Options will override those that appear in the base DNSPolicy. +array7 +5 +3#/definitions/io.k8s.api.core.v1.PodDNSConfigOption + +searches"A list of DNS search domains for host-name lookup. This will be appended to the base search paths generated from DNSPolicy. Duplicated search paths will be removed. +array +  +string + + nameservers"A list of DNS name server IP addresses. This will be appended to the base nameservers generated from DNSPolicy. Duplicated nameservers will be removed. +array +  +string + +"io.k8s.api.core.v1.RBDVolumeSource "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.monitorsimage +object + +fsType"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd +string +r +imagei"\The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +string + +keyring"Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +string + +monitors"eA collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +array +  +string + +poolx"kThe rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +string + +readOnly"ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +boolean + + secretRef +5#/definitions/io.k8s.api.core.v1.LocalObjectReference"SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + +userz"mThe rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +string + +Tio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrArray"JSONSchemaPropsOrArray represents a value that can either be a JSONSchemaProps or an array of JSONSchemaProps. Mainly here for serialization purposes. + + io.k8s.api.batch.v1.JobCondition".JobCondition describes current state of a job.typestatus +object +X +messageM"@Human readable message indicating details about last transition. +string +J +reason@"3(brief) reason for the condition's last transition. +string +L +statusB"5Status of the condition, one of True, False, Unknown. +string +? +type7"*Type of job condition, Complete or Failed. +string +p + lastProbeTime_ +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"$Last time the condition was checked. + +lastTransitionTimev +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time";Last time the condition transit from one status to another. + +io.k8s.api.core.v1.Lifecycle "Lifecycle describes actions that the management system should take in response to container lifecycle events. For the PostStart and PreStop lifecycle handlers, management of the container blocks until the action is complete, unless the container process fails, in which case the handler is aborted. +object + + postStart +(#/definitions/io.k8s.api.core.v1.Handler"PostStart is called immediately after a container is created. If the handler fails, the container is terminated and restarted according to its restart policy. Other management of the container blocks until the hook completes. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + +preStop +(#/definitions/io.k8s.api.core.v1.Handler"PreStop is called immediately before a container is terminated due to an API request or management event such as liveness/startup probe failure, preemption, resource contention, etc. The handler is not called if the container crashes or exits. The reason for termination is passed to the handler. The Pod's termination grace period countdown begins before the PreStop hooked is executed. Regardless of the outcome of the handler, the container will eventually terminate within the Pod's termination grace period. Other management of the container blocks until the hook completes or until the termination grace period is reached. More info: https://kubernetes.io/docs/concepts/containers/container-lifecycle-hooks/#container-hooks + +%io.k8s.api.extensions.v1beta1.Ingress"Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. DEPRECATED - This group version of Ingress is deprecated by networking.k8s.io/v1beta1 Ingress. See the release notes for more information. +object + + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +7#/definitions/io.k8s.api.extensions.v1beta1.IngressSpec"Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +9#/definitions/io.k8s.api.extensions.v1beta1.IngressStatus"Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string\ +x-kubernetes-group-version-kind97- version: v1beta1 + group: extensions + kind: Ingress + + +2io.k8s.api.flowcontrol.v1beta1.FlowSchemaCondition":FlowSchemaCondition describes conditions for a FlowSchema. +object + +lastTransitionTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"\`lastTransitionTime` is the last time the condition transitioned from one status to another. +g +message\"O`message` is a human-readable message indicating details about last transition. +string +l +reasonb"U`reason` is a unique, one-word, CamelCase reason for the condition's last transition. +string +f +status\"O`status` is the status of the condition. Can be True, False, Unknown. Required. +string +C +type;".`type` is the type of the condition. Required. +string + + +io.k8s.api.rbac.v1.PolicyRule +"PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.verbs +object + +verbs"Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds. +array +  +string + + apiGroups"APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. +array +  +string + +nonResourceURLs"NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. +array +  +string + + resourceNames"zResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. +array +  +string + + resourcesy"]Resources is a list of resources this rule applies to. ResourceAll represents all resources. +array +  +string + +/io.k8s.api.storage.v1beta1.VolumeAttachmentSpec"HVolumeAttachmentSpec is the specification of a VolumeAttachment request.attachersourcenodeName +object +H +nodeName<"/The node that the volume should be attached to. +string + +sourcex +?#/definitions/io.k8s.api.storage.v1beta1.VolumeAttachmentSource"5Source represents the volume that should be attached. + +attacher"}Attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName(). +string + +Iio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference";ServiceReference holds a reference to Service.legacy.k8s.io namespacename +object +> +name6")name is the name of the service. Required +string +M + namespace@"3namespace is the namespace of the service. Required +string +Y +pathQ"Dpath is an optional URL path at which the webhook will be contacted. +string + +portint32"port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility. +integer + + +,io.k8s.apimachinery.pkg.runtime.RawExtension +" +RawExtension is used to hold extensions in external versions. + +To use this, make a field which has RawExtension as its type in your external, versioned struct, and Object in your internal struct. You also need to register your various plugin types. + +// Internal package: type MyAPIObject struct { + runtime.TypeMeta `json:",inline"` + MyPlugin runtime.Object `json:"myPlugin"` +} type PluginA struct { + AOption string `json:"aOption"` +} + +// External package: type MyAPIObject struct { + runtime.TypeMeta `json:",inline"` + MyPlugin runtime.RawExtension `json:"myPlugin"` +} type PluginA struct { + AOption string `json:"aOption"` +} + +// On the wire, the JSON will look something like this: { + "kind":"MyAPIObject", + "apiVersion":"v1", + "myPlugin": { + "kind":"PluginA", + "aOption":"foo", + }, +} + +So what happens? Decode first uses json or yaml to unmarshal the serialized data into your external MyAPIObject. That causes the raw JSON to be stored, but not unpacked. The next step is to copy (using pkg/conversion) into the internal struct. The runtime package's DefaultScheme has conversion functions installed which will unpack the JSON stored in RawExtension, turning it into the correct object type, and storing it in the Object. (TODO: In the case where the object is of an unknown type, a runtime.Unknown object will be created and stored.) +object + +:io.k8s.api.authorization.v1beta1.SubjectAccessReviewStatus"SubjectAccessReviewStatusallowed +object +c +allowedX"JAllowed is required. True if the action would be allowed, false otherwise. +boolean + +denied"Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true. +boolean + +evaluationError"EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request. +string +] +reasonS"FReason is optional. It indicates why a request was allowed or denied. +string + +&io.k8s.api.core.v1.NodeDaemonEndpoints"FNodeDaemonEndpoints lists ports opened by daemons running on the Node. +objecto +m +kubeletEndpointZ +/#/definitions/io.k8s.api.core.v1.DaemonEndpoint"'Endpoint on which Kubelet is listening. + +!io.k8s.api.core.v1.SELinuxOptions"#/definitions/io.k8s.api.core.v1.ServiceAccountTokenProjection"9information about the serviceAccountToken data to project + +0io.k8s.api.policy.v1beta1.FSGroupStrategyOptions"YFSGroupStrategyOptions defines the strategy type and options used to create the strategy. +object +h +rule`"Srule is the strategy that will dictate what FSGroup is used in the SecurityContext. +string + +ranges"ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs. +array3 +1 +/#/definitions/io.k8s.api.policy.v1beta1.IDRange + +,io.k8s.api.authentication.v1.TokenReviewSpec"ETokenReviewSpec is a description of the token authentication request. +object + + audiences"Audiences is a list of the identifiers that the resource server presented with the token identifies as. Audience-aware token authenticators will verify that the token was intended for at least one of the audiences in this list. If no audiences are provided, the audience will default to the audience of the Kubernetes apiserver. +array +  +string +7 +token."!Token is the opaque bearer token. +string + +&io.k8s.api.core.v1.ComponentStatusList "Status of all the conditions for the component as a list of ComponentStatus objects. Deprecated: This API is deprecated in v1.19+items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +l +itemsc" List of ComponentStatus objects. +array4 +2 +0#/definitions/io.k8s.api.core.v1.ComponentStatus + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds[ +x-kubernetes-group-version-kind86- kind: ComponentStatusList + version: v1 + group: "" + + +&io.k8s.api.core.v1.GitRepoVolumeSource"Represents a volume that is populated with the contents of a git repository. Git repo volumes do not support ownership management. Git repo volumes support SELinux relabeling. + +DEPRECATED: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container. +repository +object +@ +revision4"'Commit hash for the specified revision. +string + + directory"Target directory name. Must not contain or start with '..'. If '.' is supplied, the volume directory will be the git repository. Otherwise, if specified, the volume will contain the git repository in the subdirectory with the given name. +string +) + +repository"Repository URL +string + +$io.k8s.api.core.v1.ISCSIVolumeSource "Represents an ISCSI disk. ISCSI volumes can only be mounted as read/write once. ISCSI volumes support ownership management and SELinux relabeling. targetPortaliqnlun +object +R +chapAuthSession?"1whether support iSCSI Session CHAP authentication +boolean + +portals"iSCSI Target Portal List. The portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). +array +  +string + + targetPortal"iSCSI Target Portal. The Portal is either an IP or ip_addr:port if the port is other than default (typically TCP ports 860 and 3260). +string + + secretRefr +5#/definitions/io.k8s.api.core.v1.LocalObjectReference"9CHAP Secret for iSCSI target and initiator authentication +V +chapAuthDiscoveryA"3whether support iSCSI Discovery CHAP authentication +boolean + +fsType"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#iscsi +string + + initiatorName"Custom iSCSI Initiator Name. If initiatorName is specified with iscsiInterface simultaneously, new iSCSI interface : will be created for the connection. +string +0 +iqn)"Target iSCSI Qualified Name. +string +n +iscsiInterface\"OiSCSI Interface Name that uses an iSCSI transport. Defaults to 'default' (tcp). +string +4 +lun-int32"iSCSI Target Lun number. +integer +k +readOnly_"QReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. +boolean + +9io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfiguration "LPriorityLevelConfiguration represents the configuration of a priority level. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +K#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationSpec"`spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +M#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationStatus"`status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +x-kubernetes-group-version-kind^\- group: flowcontrol.apiserver.k8s.io + kind: PriorityLevelConfiguration + version: v1beta1 + + +$io.k8s.api.rbac.v1alpha1.RoleBinding "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBinding, and will no longer be served in v1.22.roleRef +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +h +metadata\ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. + +roleRef +.#/definitions/io.k8s.api.rbac.v1alpha1.RoleRef"RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. + +subjects~"=Subjects holds references to the objects the role applies to. +array2 +0 +.#/definitions/io.k8s.api.rbac.v1alpha1.Subject + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringp +x-kubernetes-group-version-kindMK- group: rbac.authorization.k8s.io + kind: RoleBinding + version: v1alpha1 + + +.io.k8s.api.storage.v1beta1.VolumeNodeResources"JVolumeNodeResources is a set of resource limits for scheduling of volumes. +object + +countint32"Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is nil, then the supported number of volumes on this node is unbounded. +integer + +io.k8s.api.apps.v1.Deployment"@Deployment enables declarative updates for Pods and ReplicaSets. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +f +metadataZ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object metadata. +s +speck +/#/definitions/io.k8s.api.apps.v1.DeploymentSpec"8Specification of the desired behavior of the Deployment. +o +statuse +1#/definitions/io.k8s.api.apps.v1.DeploymentStatus"0Most recently observed status of the Deployment.T +x-kubernetes-group-version-kind1/- group: apps + kind: Deployment + version: v1 + +& +io.k8s.api.batch.v1.JobSpec&"7JobSpec describes how the job execution will look like.template +object% + +activeDeadlineSecondsint64"Specifies the duration in seconds relative to the startTime that the job may be continuously active before the system tries to terminate it; value must be positive integer. If a Job is suspended (at creation or through an update), this timer will effectively be stopped and reset when the Job is resumed again. +integer +r + backoffLimitbint32"MSpecifies the number of retries before marking this job failed. Defaults to 6 +integer + + completionsint32"Specifies the desired number of successfully finished pods the job should be run with. Setting to nil means that the success of any pod signals the success of all pods, and allows parallelism to have any positive value. Setting to 1 means that parallelism is limited to 1 and the success of that pod signals the success of the job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +integer + +manualSelector"manualSelector controls generation of pod labels and pod selectors. Leave `manualSelector` unset unless you are certain what you are doing. When false or unset, the system pick labels unique to this job and appends those labels to the pod template. When true, the user is responsible for picking unique labels and specifying the selector. Failure to pick a unique label may cause this and other jobs to not function correctly. However, You may see `manualSelector=true` in jobs that were created with the old `extensions/v1beta1` API. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/#specifying-your-own-pod-selector +boolean + +suspend"Suspend specifies whether the Job controller should create Pods or not. If a Job is created with suspend set to true, no Pods are created by the Job controller. If a Job is suspended after creation (i.e. the flag goes from false to true), the Job controller will delete all active Pods associated with this Job. Users must design their workload to gracefully handle this. Suspending a Job will reset the StartTime field of the Job, effectively resetting the ActiveDeadlineSeconds timer too. This is an alpha field and requires the SuspendJob feature gate to be enabled; otherwise this field may not be set to true. Defaults to false. +boolean + +ttlSecondsAfterFinishedint32"ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed). If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored. If this field is unset, the Job won't be automatically deleted. If this field is set to zero, the Job becomes eligible to be deleted immediately after it finishes. This field is alpha-level and is only honored by servers that enable the TTLAfterFinished feature. +integer + +completionMode"CompletionMode specifies how Pod completions are tracked. It can be `NonIndexed` (default) or `Indexed`. + +`NonIndexed` means that the Job is considered complete when there have been .spec.completions successfully completed Pods. Each Pod completion is homologous to each other. + +`Indexed` means that the Pods of a Job get an associated completion index from 0 to (.spec.completions - 1), available in the annotation batch.kubernetes.io/job-completion-index. The Job is considered complete when there is one successfully completed Pod for each index. When value is `Indexed`, .spec.completions must be specified and `.spec.parallelism` must be less than or equal to 10^5. + +This field is alpha-level and is only honored by servers that enable the IndexedJob feature gate. More completion modes can be added in the future. If the Job controller observes a mode that it doesn't recognize, the controller skips updates for the Job. +string + + parallelismint32"Specifies the maximum desired number of pods the job should run at any given time. The actual number of pods running in steady state will be less than this number when ((.spec.completions - .status.successful) < .spec.parallelism), i.e. when the work left to do is less than max parallelism. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ +integer + +selector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"A label query over pods that should match the pod count. Normally, the system sets this field for you. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + +template +0#/definitions/io.k8s.api.core.v1.PodTemplateSpec"Describes the pod that will be created when executing a job. More info: https://kubernetes.io/docs/concepts/workloads/controllers/jobs-run-to-completion/ + +,io.k8s.api.core.v1.RBDPersistentVolumeSource "Represents a Rados Block Device mount that lasts the lifetime of a pod. RBD volumes support ownership management and SELinux relabeling.monitorsimage +object + + secretRef +0#/definitions/io.k8s.api.core.v1.SecretReference"SecretRef is name of the authentication secret for RBDUser. If provided overrides keyring. Default is nil. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it + +userz"mThe rados user name. Default is admin. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +string + +fsType"Filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#rbd +string +r +imagei"\The rados image name. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +string + +keyring"Keyring is the path to key ring for RBDUser. Default is /etc/ceph/keyring. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +string + +monitors"eA collection of Ceph monitors. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +array +  +string + +poolx"kThe rados pool name. Default is rbd. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +string + +readOnly"ReadOnly here will force the ReadOnly setting in VolumeMounts. Defaults to false. More info: https://examples.k8s.io/volumes/rbd/README.md#how-to-use-it +boolean + ++io.k8s.api.networking.v1beta1.IngressStatus"8IngressStatus describe the current state of the Ingress. +object + + loadBalanceru +3#/definitions/io.k8s.api.core.v1.LoadBalancerStatus">LoadBalancer contains the current status of the load-balancer. + +"io.k8s.api.rbac.v1beta1.PolicyRule "PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.verbs +object + + + apiGroups"APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed. +array +  +string + +nonResourceURLs"NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path Since non-resource URLs are not namespaced, this field is only applicable for ClusterRoles referenced from a ClusterRoleBinding. Rules can either apply to API resources (such as "pods" or "secrets") or non-resource URL paths (such as "/api"), but not both. +array +  +string + + resourceNames"zResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed. +array +  +string + + resources"Resources is a list of resources this rule applies to. '*' represents all resources in the specified apiGroups. '*/foo' represents the subresource 'foo' for all resources in the specified apiGroups. +array +  +string + +verbs"Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds. +array +  +string + + +/io.k8s.api.authorization.v1.SubjectAccessReview "PSubjectAccessReview checks whether or not a user or group can perform an action.spec +object + +status +C#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus"UStatus is filled in by the server and indicates whether the request is allowed or not + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec} +A#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewSpec"8Spec holds information about the request being evaluatedm +x-kubernetes-group-version-kindJH- group: authorization.k8s.io + kind: SubjectAccessReview + version: v1 + + +5io.k8s.api.authorization.v1.SubjectAccessReviewStatus"SubjectAccessReviewStatusallowed +object + +evaluationError"EvaluationError is an indication that some error occurred during the authorization check. It is entirely possible to get an error and be able to continue determine authorization status in spite of it. For instance, RBAC can be missing a role, but enough roles are still present and bound to reason about the request. +string +] +reasonS"FReason is optional. It indicates why a request was allowed or denied. +string +c +allowedX"JAllowed is required. True if the action would be allowed, false otherwise. +boolean + +denied"Denied is optional. True if the action would be denied, otherwise false. If both allowed is false and denied is false, then the authorizer has no opinion on whether to authorize the action. Denied may not be true if Allowed is true. +boolean + +io.k8s.api.core.v1.EnvVar"AEnvVar represents an environment variable present in a Container.name +object +N +nameF"9Name of the environment variable. Must be a C_IDENTIFIER. +string + +value"Variable references $(VAR_NAME) are expanded using the previous defined environment variables in the container and any service environment variables. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Defaults to "". +string + + valueFrom +-#/definitions/io.k8s.api.core.v1.EnvVarSource"RSource for the environment variable's value. Cannot be used if value is not empty. + +1io.k8s.api.core.v1.ReplicationControllerCondition"bReplicationControllerCondition describes the state of a replication controller at a certain point.typestatus +object +> +type6")Type of replication controller condition. +string + +lastTransitionTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"DThe last time the condition transitioned from one status to another. +Y +messageN"AA human readable message indicating details about the transition. +string +F +reason<"/The reason for the condition's last transition. +string +L +statusB"5Status of the condition, one of True, False, Unknown. +string + +)io.k8s.api.extensions.v1beta1.IngressRule "IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue. +object + + +host +" +Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in RFC 3986: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to + the IP in the Spec of the parent Ingress. +2. The `:` delimiter is not respected because ports are not allowed. + Currently the port of an Ingress is implicitly :80 for http and + :443 for https. +Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue. + +Host can be "precise" which is a domain name without the terminating dot of a network host (e.g. "foo.bar.com") or "wildcard", which is a domain name prefixed with a single wildcard label (e.g. "*.foo.com"). The wildcard character '*' must appear by itself as the first DNS label and matches only a single label. You cannot have a wildcard label by itself (e.g. Host == "*"). Requests will be matched against the Host field in the following way: 1. If Host is precise, the request matches this rule if the http host header is equal to Host. 2. If Host is a wildcard, then the request matches this rule if the http host header is to equal to the suffix (removing the first label) of the wildcard rule. +string +J +httpB +@#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue + +&io.k8s.api.networking.v1.NetworkPolicy "INetworkPolicy describes what network traffic is allowed for a set of Pods +object + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +specy +8#/definitions/io.k8s.api.networking.v1.NetworkPolicySpec"=Specification of the desired behavior for this NetworkPolicy. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringd +x-kubernetes-group-version-kindA?- group: networking.k8s.io + kind: NetworkPolicy + version: v1 + + +"io.k8s.api.rbac.v1.ClusterRoleList"/ClusterRoleList is a collection of ClusterRolesitems +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +g +items^"Items is a list of ClusterRoles +array0 +. +,#/definitions/io.k8s.api.rbac.v1.ClusterRolen +x-kubernetes-group-version-kindKI- group: rbac.authorization.k8s.io + kind: ClusterRoleList + version: v1 + + +%io.k8s.api.core.v1.SecretVolumeSource "Adapts a Secret into a volume. + +The contents of the target Secret's Data field will be presented in a volume as files using the keys in the Data field as the file names. Secret volumes support ownership management and SELinux relabeling. +object + + defaultModeint32"Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +integer + +items"If unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +array. +, +*#/definitions/io.k8s.api.core.v1.KeyToPath +P +optionalD"6Specify whether the Secret or its keys must be defined +boolean + + +secretName"wName of the secret in the pod's namespace to use. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret +string + +1io.k8s.api.policy.v1beta1.PodDisruptionBudgetSpec "BPodDisruptionBudgetSpec is a description of a PodDisruptionBudget. +object + +maxUnavailable +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable". + + minAvailable +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%". + +selector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"Label query over pods whose evictions are managed by the disruption budget. A null selector selects no pods. An empty selector ({}) also selects no pods, which differs from standard behavior of selecting all pods. In policy/v1, an empty selector will select all pods in the namespace.) +x-kubernetes-patch-strategy +replace + + +.io.k8s.api.rbac.v1beta1.ClusterRoleBindingList "ClusterRoleBindingList is a collection of ClusterRoleBindings. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBindingList, and will no longer be served in v1.22.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +z +itemsq"&Items is a list of ClusterRoleBindings +array< +: +8#/definitions/io.k8s.api.rbac.v1beta1.ClusterRoleBinding + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata.z +x-kubernetes-group-version-kindWU- group: rbac.authorization.k8s.io + kind: ClusterRoleBindingList + version: v1beta1 + + +Zio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionCondition"YCustomResourceDefinitionCondition contains details for the current condition of this pod.typestatus +object +e +messageZ"Mmessage is a human-readable message indicating details about last transition. +string +j +reason`"Sreason is a unique, one-word, CamelCase reason for the condition's last transition. +string +Z +statusP"Cstatus is the status of the condition. Can be True, False, Unknown. +string +q +typei"\type is the type of the condition. Types include Established, NamesAccepted and Terminating. +string + +lastTransitionTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"SlastTransitionTime last time the condition transitioned from one status to another. + +Fio.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition"NAPIServiceCondition describes the state of an APIService at a particular pointtypestatus +object +X +messageM"@Human-readable message indicating details about last transition. +string +^ +reasonT"GUnique, one-word, CamelCase reason for the condition's last transition. +string +Z +statusP"CStatus is the status of the condition. Can be True, False, Unknown. +string +7 +type/""Type is the type of the condition. +string + +lastTransitionTime{ +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"@Last time the condition transitioned from one status to another. + +1io.k8s.api.autoscaling.v2beta2.ObjectMetricStatus"ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).metriccurrentdescribedObject +object + +currenty +>#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus"7current contains the current value for the given metric +] +describedObjectJ +H#/definitions/io.k8s.api.autoscaling.v2beta2.CrossVersionObjectReference + +metricy +=#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier"8metric identifies the target metric by name and selector + +(io.k8s.api.networking.v1beta1.IngressTLS"MIngressTLS describes the transport layer security associated with an Ingress. +object + + +secretName"SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. +string + +hosts"Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +array +  +string + +!io.k8s.api.apps.v1.DeploymentSpec "NDeploymentSpec is the specification of the desired behavior of the Deployment.selectortemplate +object +@ +paused6"(Indicates that the deployment is paused. +boolean + +progressDeadlineSecondsint32"The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. Defaults to 600s. +integer + +replicasint32"pNumber of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. +integer + +revisionHistoryLimitint32"The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. +integer + +selector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment. It must match the pod template's labels. + +strategy +3#/definitions/io.k8s.api.apps.v1.DeploymentStrategy"FThe deployment strategy to use to replace existing pods with new ones., +x-kubernetes-patch-strategy  retainKeys + +q +templatee +0#/definitions/io.k8s.api.core.v1.PodTemplateSpec"1Template describes the pods that will be created. + +minReadySecondsint32"Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) +integer + +6io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscaler "HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. +object + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +H#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerSpec"spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. + +status +J#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerStatus"7status is the current information about the autoscaler. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringm +x-kubernetes-group-version-kindJH- group: autoscaling + kind: HorizontalPodAutoscaler + version: v2beta2 + + +=io.k8s.api.certificates.v1beta1.CertificateSigningRequestListitems +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +a +itemsX +arrayK +I +G#/definitions/io.k8s.api.certificates.v1beta1.CertificateSigningRequest + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +I +metadata= +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta{ +x-kubernetes-group-version-kindXV- group: certificates.k8s.io + kind: CertificateSigningRequestList + version: v1beta1 + + +!io.k8s.api.core.v1.LimitRangeList "-LimitRangeList is a list of LimitRange items.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"Items is a list of LimitRange objects. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ +array/ +- ++#/definitions/io.k8s.api.core.v1.LimitRange + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kindsV +x-kubernetes-group-version-kind31- group: "" + kind: LimitRangeList + version: v1 + +g +io.k8s.api.core.v1.ServiceSpecg"FServiceSpec describes the attributes that a user creates on a service. +objectf + + externalName"externalName is the external reference that discovery mechanisms will return as an alias for this service (e.g. a DNS CNAME record). No proxying will be involved. Must be a lowercase RFC-1123 hostname (https://tools.ietf.org/html/rfc1123) and requires `type` to be "ExternalName". +string + +ipFamilyPolicy"IPFamilyPolicy represents the dual-stack-ness requested or required by this Service, and is gated by the "IPv6DualStack" feature gate. If there is no value provided, then this field will be set to SingleStack. Services can be "SingleStack" (a single IP family), "PreferDualStack" (two IP families on dual-stack configured clusters or a single IP family on single-stack clusters), or "RequireDualStack" (two IP families on dual-stack configured clusters, otherwise fail). The ipFamilies and clusterIPs fields depend on the value of this field. This field will be wiped when updating a service to type ExternalName. +string + +loadBalancerSourceRanges"If specified and supported by the platform, this will restrict traffic through the cloud-provider load-balancer will be restricted to the specified client IPs. This field will be ignored if the cloud-provider does not support the feature." More info: https://kubernetes.io/docs/tasks/access-application-cluster/configure-cloud-provider-firewall/ +array +  +string + +ports"The list of ports that are exposed by this service. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies +array0 +. +,#/definitions/io.k8s.api.core.v1.ServicePort2 +x-kubernetes-list-map-keys- port +- protocol + +x-kubernetes-list-typemap +' +x-kubernetes-patch-merge-keyport +' +x-kubernetes-patch-strategymerge + + +sessionAffinity"Supports "ClientIP" and "None". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies +string + + +clusterIPs " ClusterIPs is a list of IP addresses assigned to this service, and are usually assigned randomly. If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be empty) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above). Valid values are "None", empty string (""), or a valid IP address. Setting this to "None" makes a "headless service" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. If this field is not specified, it will be initialized from the clusterIP field. If this field is specified, clients must ensure that clusterIPs[0] and clusterIP have the same value. + +Unless the "IPv6DualStack" feature gate is enabled, this field is limited to one value, which must be the same as the clusterIP field. If the feature gate is enabled, this field may hold a maximum of two entries (dual-stack IPs, in either order). These IPs must correspond to the values of the ipFamilies field. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies +array +  +string# +x-kubernetes-list-type atomic + + + topologyKeys"topologyKeys is a preference-order list of topology keys which implementations of services should use to preferentially sort endpoints when accessing this Service, it can not be used at the same time as externalTrafficPolicy=Local. Topology keys must be valid label keys and at most 16 keys may be specified. Endpoints are chosen based on the first topology key with available backends. If this field is specified and all entries have no backends that match the topology of the client, the service has no backends for that client and connections should fail. The special value "*" may be used to mean "any topology". This catch-all value, if used, only makes sense as the last value in the list. If this is not specified or empty, no topology constraints will be applied. This field is alpha-level and is only honored by servers that enable the ServiceTopology feature. This field is deprecated and will be removed in a future version. +array +  +string + +sessionAffinityConfig +6#/definitions/io.k8s.api.core.v1.SessionAffinityConfig"FsessionAffinityConfig contains the configurations of session affinity. + + clusterIP"clusterIP is the IP address of the service and is usually assigned randomly. If an address is specified manually, is in-range (as per system configuration), and is not in use, it will be allocated to the service; otherwise creation of the service will fail. This field may not be changed through updates unless the type field is also being changed to ExternalName (which requires this field to be blank) or the type field is being changed from ExternalName (in which case this field may optionally be specified, as describe above). Valid values are "None", empty string (""), or a valid IP address. Setting this to "None" makes a "headless service" (no virtual IP), which is useful when direct endpoint connections are preferred and proxying is not required. Only applies to types ClusterIP, NodePort, and LoadBalancer. If this field is specified when creating a Service of type ExternalName, creation will fail. This field will be wiped when updating a Service to type ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies +string + + externalIPs"externalIPs is a list of IP addresses for which nodes in the cluster will also accept traffic for this service. These IPs are not managed by Kubernetes. The user is responsible for ensuring that traffic arrives at a node with this IP. A common example is external load-balancers that are not part of the Kubernetes system. +array +  +string + +externalTrafficPolicy"externalTrafficPolicy denotes if this Service desires to route external traffic to node-local or cluster-wide endpoints. "Local" preserves the client source IP and avoids a second hop for LoadBalancer and Nodeport type services, but risks potentially imbalanced traffic spreading. "Cluster" obscures the client source IP and may cause a second hop to another node, but should have good overall load-spreading. +string + +internalTrafficPolicy"InternalTrafficPolicy specifies if the cluster internal traffic should be routed to all endpoints or node-local endpoints only. "Cluster" routes internal traffic to a Service to all endpoints. "Local" routes traffic to node-local endpoints only, traffic is dropped if no node-local endpoints are ready. The default value is "Cluster". +string + + +ipFamilies"IPFamilies is a list of IP families (e.g. IPv4, IPv6) assigned to this service, and is gated by the "IPv6DualStack" feature gate. This field is usually assigned automatically based on cluster configuration and the ipFamilyPolicy field. If this field is specified manually, the requested family is available in the cluster, and ipFamilyPolicy allows it, it will be used; otherwise creation of the service will fail. This field is conditionally mutable: it allows for adding or removing a secondary IP family, but it does not allow changing the primary IP family of the Service. Valid values are "IPv4" and "IPv6". This field only applies to Services of types ClusterIP, NodePort, and LoadBalancer, and does apply to "headless" services. This field will be wiped when updating a Service to type ExternalName. + +This field may hold a maximum of two entries (dual-stack families, in either order). These families must correspond to the values of the clusterIPs field, if specified. Both clusterIPs and ipFamilies are governed by the ipFamilyPolicy field. +array +  +string# +x-kubernetes-list-type atomic + + +loadBalancerClass"loadBalancerClass is the class of the load balancer implementation this Service belongs to. If specified, the value of this field must be a label-style identifier, with an optional prefix, e.g. "internal-vip" or "example.com/internal-vip". Unprefixed names are reserved for end-users. This field can only be set when the Service type is 'LoadBalancer'. If not set, the default load balancer implementation is used, today this is typically done through the cloud provider integration, but should apply for any default implementation. If set, it is assumed that a load balancer implementation is watching for Services with a matching class. Any default load balancer implementation (e.g. cloud providers) should ignore Services that set this field. This field can only be set when creating or updating a Service to type 'LoadBalancer'. Once set, it can not be changed. This field will be wiped when a service is updated to a non 'LoadBalancer' type. +string + +allocateLoadBalancerNodePorts"allocateLoadBalancerNodePorts defines if NodePorts will be automatically allocated for services with type LoadBalancer. Default is "true". It may be set to "false" if the cluster load-balancer does not rely on NodePorts. allocateLoadBalancerNodePorts may only be set for services with type LoadBalancer and will be cleared if the type is changed to any other type. This field is alpha-level and is only honored by servers that enable the ServiceLBNodePortControl feature. +boolean + +healthCheckNodePortint32"healthCheckNodePort specifies the healthcheck nodePort for the service. This only applies when type is set to LoadBalancer and externalTrafficPolicy is set to Local. If a value is specified, is in-range, and is not in use, it will be used. If not specified, a value will be automatically allocated. External systems (e.g. load-balancers) can use this port to determine if a given node holds endpoints for this service or not. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type). +integer + +loadBalancerIP"Only applies to Service Type: LoadBalancer LoadBalancer will get created with the IP specified in this field. This feature depends on whether the underlying cloud-provider supports specifying the loadBalancerIP when a load balancer is created. This field will be ignored if the cloud-provider does not support the feature. +string + +publishNotReadyAddresses"publishNotReadyAddresses indicates that any agent which deals with endpoints for this Service should disregard any indications of ready/not-ready. The primary use case for setting this field is for a StatefulSet's Headless Service to propagate SRV DNS records for its Pods for the purpose of peer discovery. The Kubernetes controllers that generate Endpoints and EndpointSlice resources for Services interpret this to mean that all endpoints are considered "ready" even if the Pods themselves are not. Agents which consume only Kubernetes generated endpoints through the Endpoints or EndpointSlice resources can safely assume this behavior. +boolean + +selector"Route service traffic to pods with label keys and values matching this selector. If empty or not present, the service is assumed to have an external process managing its endpoints, which Kubernetes will not modify. Only applies to types ClusterIP, NodePort, and LoadBalancer. Ignored if type is ExternalName. More info: https://kubernetes.io/docs/concepts/services-networking/service/ +  +string +object + +type"type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. "ClusterIP" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object or EndpointSlice objects. If clusterIP is "None", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a virtual IP. "NodePort" builds on ClusterIP and allocates a port on every node which routes to the same endpoints as the clusterIP. "LoadBalancer" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the same endpoints as the clusterIP. "ExternalName" aliases this service to the specified externalName. Several other fields do not apply to ExternalName services. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types +string + +'io.k8s.api.core.v1.TopologySelectorTerm"A topology selector term represents the result of label queries. A null or empty topology selector term matches no objects. The requirements of them are ANDed. It provides a subset of functionality as NodeSelectorTerm. This is an alpha feature and may change in the future. +object + +matchLabelExpressions"3A list of topology selector requirements by labels. +arrayE +C +A#/definitions/io.k8s.api.core.v1.TopologySelectorLabelRequirement + +*io.k8s.api.discovery.v1.EndpointConditions"CEndpointConditions represents the current condition of an endpoint. +object + +ready"ready indicates that this endpoint is prepared to receive traffic, according to whatever system is managing the endpoint. A nil value indicates an unknown state. In most cases consumers should interpret this unknown state as ready. For compatibility reasons, ready should never be "true" for terminating endpoints. +boolean + +serving"serving is identical to ready except that it is set regardless of the terminating state of endpoints. This condition should be set to true for a ready endpoint that is terminating. If nil, consumers should defer to the ready condition. This field can be enabled with the EndpointSliceTerminatingCondition feature gate. +boolean + + terminating"terminating indicates that this endpoint is terminating. A nil value indicates an unknown state. Consumers should interpret this unknown state to mean that the endpoint is not terminating. This field can be enabled with the EndpointSliceTerminatingCondition feature gate. +boolean + +3io.k8s.api.policy.v1beta1.RunAsGroupStrategyOptions"`RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.rule +object + +ranges"ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs. +array3 +1 +/#/definitions/io.k8s.api.policy.v1beta1.IDRange +l +ruled"Wrule is the strategy that will dictate the allowable RunAsGroup values that may be set. +string + +&io.k8s.api.storage.v1beta1.VolumeError"DVolumeError captures an error encountered during a volume operation. +object +b +timeZ +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"Time the error was encountered. + +message"String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information. +string + +io.k8s.api.core.v1.EventSource".EventSource contains information for an event. +object +F + component9",Component from which the event is generated. +string +? +host7"*Node name on which the event is generated. +string + +(io.k8s.api.core.v1.GlusterfsVolumeSource"Represents a Glusterfs mount that lasts the lifetime of a pod. Glusterfs volumes do not support ownership management or SELinux relabeling. endpointspath +object + +path{"nPath is the Glusterfs volume path. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod +string + +readOnly"ReadOnly here will force the Glusterfs volume to be mounted with read-only permissions. Defaults to false. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod +boolean + + endpoints"EndpointsName is the endpoint name that details Glusterfs topology. More info: https://examples.k8s.io/volumes/glusterfs/README.md#create-a-pod +string + +Zio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.JSONSchemaPropsOrStringArrayN"LJSONSchemaPropsOrStringArray represents a JSONSchemaProps or a string array. +m +8io.k8s.api.apiserverinternal.v1alpha1.StorageVersionSpec1"$StorageVersionSpec is an empty spec. +object + + +-io.k8s.api.authentication.v1beta1.TokenReview +"TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.spec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec{ +?#/definitions/io.k8s.api.authentication.v1beta1.TokenReviewSpec"8Spec holds information about the request being evaluated + +status +A#/definitions/io.k8s.api.authentication.v1beta1.TokenReviewStatus"YStatus is filled in by the server and indicates whether the request can be authenticated.k +x-kubernetes-group-version-kindHF- group: authentication.k8s.io + kind: TokenReview + version: v1beta1 + + +5io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerList"*list of horizontal pod autoscaler objects.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items|"*list of horizontal pod autoscaler objects. +arrayC +A +?#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +b +metadataV +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata.l +x-kubernetes-group-version-kindIG- group: autoscaling + kind: HorizontalPodAutoscalerList + version: v1 + + +:io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerList"GHorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"7items is the list of horizontal pod autoscaler objects. +arrayH +F +D#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +r +metadataf +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"'metadata is the standard list metadata.q +x-kubernetes-group-version-kindNL- kind: HorizontalPodAutoscalerList + version: v2beta1 + group: autoscaling + + +!io.k8s.api.core.v1.AttachedVolume"4AttachedVolume describes a volume attached to a nodename +devicePath +object +e + +devicePathW"JDevicePath represents the device path where the volume should be available +string +0 +name("Name of the attached volume +string + +*io.k8s.api.discovery.v1beta1.EndpointHints"KEndpointHints provides hints describing how an endpoint should be consumed. +object + +forZones"forZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. May contain a maximum of 8 entries. +array6 +4 +2#/definitions/io.k8s.api.discovery.v1beta1.ForZone# +x-kubernetes-list-type atomic + + +2io.k8s.api.extensions.v1beta1.HTTPIngressRuleValue"HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.paths +object + +paths"4A collection of paths that map requests to backends. +array? += +;#/definitions/io.k8s.api.extensions.v1beta1.HTTPIngressPath + +!io.k8s.api.core.v1.ContainerImage"Describe a container imagenames +object +A + sizeBytes4int64"The size of the image in bytes. +integer + +names"{Names by which this image is known. e.g. ["k8s.gcr.io/hyperkube:v1.0.7", "dockerhub.io/google_containers/hyperkube:v1.0.7"] +array +  +string + +3io.k8s.api.authorization.v1beta1.ResourceAttributes"tResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface +object + + namespace"Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview +string +X +resourceL"?Resource is one of the existing resource types. "*" means all. +string +^ + subresourceO"BSubresource is one of the existing resource types. "" means none. +string + +verb{"nVerb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all. +string +S +versionH";Version is the API Version of the Resource. "*" means all. +string +M +groupD"7Group is the API Group of the Resource. "*" means all. +string + +namez"mName is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all. +string + +9io.k8s.api.authorization.v1beta1.SubjectRulesReviewStatus "SubjectRulesReviewStatus contains the result of a rules check. This check can be incomplete depending on the set of authorizers the server is configured with and any errors experienced during evaluation. Because authorization rules are additive, if a rule appears in a list it's safe to assume the subject has that permission, even if that list is incomplete. resourceRulesnonResourceRules +incomplete +object + +evaluationError"EvaluationError can appear in combination with Rules. It indicates an error occurred during rule evaluation, such as an authorizer that doesn't support rule evaluation, and that ResourceRules and/or NonResourceRules may be incomplete. +string + + +incomplete"Incomplete is true when the rules returned by this call are incomplete. This is most commonly encountered when an authorizer, such as an external authorizer, doesn't support rules evaluation. +boolean + +nonResourceRules"NonResourceRules is the list of actions the subject is allowed to perform on non-resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. +arrayB +@ +>#/definitions/io.k8s.api.authorization.v1beta1.NonResourceRule + + resourceRules"ResourceRules is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete. +array? += +;#/definitions/io.k8s.api.authorization.v1beta1.ResourceRule + +4io.k8s.api.certificates.v1.CertificateSigningRequest"CertificateSigningRequest objects provide a mechanism to obtain x509 certificates by submitting a certificate signing request, and having it asynchronously approved and issued. + +Kubelets use this API to obtain: + 1. client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client-kubelet" signerName). + 2. serving certificates for TLS endpoints kube-apiserver can connect to securely (with the "kubernetes.io/kubelet-serving" signerName). + +This API can be used to request client certificates to authenticate to kube-apiserver (with the "kubernetes.io/kube-apiserver-client" signerName), or to obtain certificates from custom non-Kubernetes signers.spec +object + +status +H#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestStatus"status contains information about whether the request is approved or denied, and the certificate issued by the signer, or the failure condition indicating signer failure. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec +F#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestSpec"spec contains the certificate request, and is immutable after creation. Only the request, signerName, and usages fields can be set on creation. Other fields are derived by Kubernetes and cannot be modified by users.r +x-kubernetes-group-version-kindOM- group: certificates.k8s.io + kind: CertificateSigningRequest + version: v1 + + +(io.k8s.api.core.v1.ContainerStateWaiting"8ContainerStateWaiting is a waiting state of a container. +object +O +messageD"7Message regarding why the container is not yet running. +string +G +reason="0(brief) reason the container is not yet running. +string + +=io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationSpec"OPriorityLevelConfigurationSpec specifies the configuration of a priority level.type +object + +type"`type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required. +string + +limited +N#/definitions/io.k8s.api.flowcontrol.v1beta1.LimitedPriorityLevelConfiguration"`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.` +x-kubernetes-unionsIG- discriminator: type + fields-to-discriminateBy: + limited: Limited + + + +Vio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionNames +"XCustomResourceDefinitionNames indicates the names to serve this CustomResourceDefinitionpluralkind +object + + +categories"categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`. +array +  +string + +kind"kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls. +string +q +listKinde"XlistKind is the serialized kind of the list for this resource. Defaults to "`kind`List". +string + +plural"plural is the plural name of the resource to serve. The custom resources are served under `/apis///.../`. Must match the name of the CustomResourceDefinition (in the form `.`). Must be all lowercase. +string + + +shortNames"shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get `. It must be all lowercase. +array +  +string + +singulart"gsingular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`. +string + +/io.k8s.api.autoscaling.v2beta2.PodsMetricStatus"PodsMetricStatus indicates the current value of a metric describing each pod in the current scale target (for example, transactions-processed-per-second).metriccurrent +object + +currenty +>#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus"7current contains the current value for the given metric + +metricy +=#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier"8metric identifies the target metric by name and selector + +io.k8s.api.batch.v1.JobList" JobList is a collection of jobs.items +object +[ +itemsR"items is the list of Jobs. +array) +' +%#/definitions/io.k8s.api.batch.v1.Job + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringR +x-kubernetes-group-version-kind/-- kind: JobList + version: v1 + group: batch + + +io.k8s.api.core.v1.EventSeries"qEventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. +object +` +countWint32"BNumber of occurrences in this series up to the last heartbeat time +integer +x +lastObservedTimed +<#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime"$Time of the last occurrence observed + +"io.k8s.api.core.v1.PodAffinityTerm "Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key matches that of any node on which a pod of the set of pods is running topologyKey +object + + + labelSelector} +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"9A label query over a set of resources, in this case pods. + +namespaceSelector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces. This field is alpha-level and is only honored when PodAffinityNamespaceSelector feature is enabled. + + +namespaces"namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace" +array +  +string + + topologyKey"This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed. +string + +*io.k8s.api.networking.v1.NetworkPolicyPort"6NetworkPolicyPort describes a port to allow traffic on +object + +endPortint32"If set, indicates that the range of ports from port to endPort, inclusive, should be allowed by the policy. This field cannot be defined if the port field is not defined or if the port field is defined as a named (string) port. The endPort must be equal or greater than port. This feature is in Alpha state and should be enabled using the Feature Gate "NetworkPolicyEndPort". +integer + +port +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"The port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched. + +protocolu"hThe protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP. +string + +/io.k8s.api.rbac.v1alpha1.ClusterRoleBindingList "ClusterRoleBindingList is a collection of ClusterRoleBindings. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBindings, and will no longer be served in v1.22.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +{ +itemsr"&Items is a list of ClusterRoleBindings +array= +; +9#/definitions/io.k8s.api.rbac.v1alpha1.ClusterRoleBinding + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata.{ +x-kubernetes-group-version-kindXV- group: rbac.authorization.k8s.io + kind: ClusterRoleBindingList + version: v1alpha1 + + +"io.k8s.api.storage.v1.StorageClass"StorageClass describes the parameters for a class of storage for which PersistentVolumes can be dynamically provisioned. + +StorageClasses are non-namespaced; the name of the storage class according to etcd is in ObjectMeta.Name. provisioner +object +n +allowVolumeExpansionV"HAllowVolumeExpansion shows whether the storage class allow volume expand +boolean + +allowedTopologies"Restrict the node topologies where volumes can be dynamically provisioned. Each volume plugin defines its own supported topology specifications. An empty TopologySelectorTerm list means there is no topology restriction. This field is only honored by servers that enable the VolumeScheduling feature. +array9 +7 +5#/definitions/io.k8s.api.core.v1.TopologySelectorTerm + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + + +parameters"eParameters holds the parameters for the provisioner that should create volumes of this storage class. +  +string +object + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + mountOptions"Dynamically provisioned PersistentVolumes of this storage class are created with these mountOptions, e.g. ["ro", "soft"]. Not validated - mount of the PVs will simply fail if one is invalid. +array +  +string +N + provisioner?"2Provisioner indicates the type of the provisioner. +string + + reclaimPolicy"xDynamically provisioned PersistentVolumes of this storage class are created with this reclaimPolicy. Defaults to Delete. +string + +volumeBindingMode"VolumeBindingMode indicates how PersistentVolumeClaims should be provisioned and bound. When unset, VolumeBindingImmediate is used. This field is only honored by servers that enable the VolumeScheduling feature. +string` +x-kubernetes-group-version-kind=;- version: v1 + group: storage.k8s.io + kind: StorageClass + + +=io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON"JSON represents any valid JSON value. These types are supported: bool, int64, float64, string, []interface{}, map[string]interface{} and nil. + +,io.k8s.api.storage.v1.VolumeAttachmentStatus"CVolumeAttachmentStatus is the status of a VolumeAttachment request.attached +object + +attached"Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +boolean + +attachmentMetadata"Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +  +string +object + + detachError +/#/definitions/io.k8s.api.storage.v1.VolumeError"The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher. + + attachError +/#/definitions/io.k8s.api.storage.v1.VolumeError"The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + +Eio.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration "MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead. +object + +webhooks"IWebhooks is a list of webhooks and the affected resources and operations. +arrayJ +H +F#/definitions/io.k8s.api.admissionregistration.v1beta1.MutatingWebhook' +x-kubernetes-patch-merge-keyname +' +x-kubernetes-patch-strategymerge + + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. +x-kubernetes-group-version-kind`^- group: admissionregistration.k8s.io + kind: MutatingWebhookConfiguration + version: v1beta1 + + +(io.k8s.api.batch.v1beta1.JobTemplateSpec"QJobTemplateSpec describes the data a Job should have when created from a template +object + +spec +)#/definitions/io.k8s.api.batch.v1.JobSpec"Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +:io.k8s.api.certificates.v1.CertificateSigningRequestStatus"CertificateSigningRequestStatus contains conditions used to indicate approved/denied/failed status of the request, and the issued certificate. +object + + certificate +byte" +certificate is populated with an issued certificate by the signer after an Approved condition is present. This field is set via the /status subresource. Once populated, this field is immutable. + +If the certificate signing request is denied, a condition of type "Denied" is added and this field remains empty. If the signer cannot issue the certificate, a condition of type "Failed" is added and this field remains empty. + +Validation requirements: + 1. certificate must contain one or more PEM blocks. + 2. All PEM blocks must have the "CERTIFICATE" label, contain no headers, and the encoded data + must be a BER-encoded ASN.1 Certificate structure as described in section 4 of RFC5280. + 3. Non-PEM content may appear before or after the "CERTIFICATE" PEM blocks and is unvalidated, + to allow for explanatory text as described in section 5.2 of RFC7468. + +If more than one PEM block is present, and the definition of the requested spec.signerName does not indicate otherwise, the first block is the issued certificate, and subsequent blocks should be treated as intermediate certificates and presented in TLS handshakes. + +The certificate is encoded in PEM format. + +When serialized as JSON or YAML, the data is additionally base64-encoded, so it consists of: + + base64( + -----BEGIN CERTIFICATE----- + ... + -----END CERTIFICATE----- + ) +string# +x-kubernetes-list-type atomic + + + +conditions"[conditions applied to the request. Known conditions are "Approved", "Denied", and "Failed". +arrayO +M +K#/definitions/io.k8s.api.certificates.v1.CertificateSigningRequestCondition' +x-kubernetes-list-map-keys - type + +x-kubernetes-list-typemap + + +$io.k8s.api.coordination.v1.LeaseList"%LeaseList is a list of Lease objects.items +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +l +itemsc""Items is a list of schema objects. +array2 +0 +.#/definitions/io.k8s.api.coordination.v1.Leaseb +x-kubernetes-group-version-kind?=- group: coordination.k8s.io + kind: LeaseList + version: v1 + +. +/io.k8s.api.policy.v1beta1.PodSecurityPolicySpec."2PodSecurityPolicySpec defines the policy enforced.seLinux runAsUsersupplementalGroupsfsGroup +object- +p + hostNetworka"ShostNetwork determines if the policy allows the use of HostNetwork in the pod spec. +boolean + + +runAsGroup +A#/definitions/io.k8s.api.policy.v1beta1.RunAsGroupStrategyOptions"RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set. If this field is omitted, the pod's RunAsGroup can take any value. This field requires the RunAsGroup feature gate to be enabled. + +allowedCapabilities"allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities. +array +  +string + +allowedUnsafeSysctls"allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to allowlist all allowed unsafe sysctls explicitly to avoid rejection. + +Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc. +array +  +string + +defaultAllowPrivilegeEscalation"defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process. +boolean + +fsGroup +>#/definitions/io.k8s.api.policy.v1beta1.FSGroupStrategyOptions"WfsGroup is the strategy that will dictate what fs group is used by the SecurityContext. + + runtimeClass +C#/definitions/io.k8s.api.policy.v1beta1.RuntimeClassStrategyOptions"runtimeClass is the strategy that will dictate the allowable RuntimeClasses for a pod. If this field is omitted, the pod's runtimeClassName field is unrestricted. Enforcement of this field depends on the RuntimeClass feature gate being enabled. + +seLinux +>#/definitions/io.k8s.api.policy.v1beta1.SELinuxStrategyOptions"OseLinux is the strategy that will dictate the allowable labels that may be set. + +volumes"}volumes is an allowlist of volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'. +array +  +string + +allowedCSIDrivers"AllowedCSIDrivers is an allowlist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is a beta field, and is only honored if the API server enables the CSIInlineVolume feature gate. +array< +: +8#/definitions/io.k8s.api.policy.v1beta1.AllowedCSIDriver + +allowedHostPaths"`allowedHostPaths is an allowlist of host paths. Empty indicates that all host paths may be used. +array; +9 +7#/definitions/io.k8s.api.policy.v1beta1.AllowedHostPath + +forbiddenSysctls"forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden. + +Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc. +array +  +string + + hostPorts"FhostPorts determines which host port ranges are allowed to be exposed. +array9 +7 +5#/definitions/io.k8s.api.policy.v1beta1.HostPortRange +_ + +privilegedQ"Cprivileged determines if a pod can request to be run as privileged. +boolean + +readOnlyRootFilesystem"readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to. +boolean + +requiredDropCapabilities"requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added. +array +  +string +d +hostIPCY"KhostIPC determines if the policy allows the use of HostIPC in the pod spec. +boolean +d +hostPIDY"KhostPID determines if the policy allows the use of HostPID in the pod spec. +boolean + + runAsUser +@#/definitions/io.k8s.api.policy.v1beta1.RunAsUserStrategyOptions"[runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set. + +supplementalGroups +I#/definitions/io.k8s.api.policy.v1beta1.SupplementalGroupsStrategyOptions"nsupplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext. + +allowPrivilegeEscalation"yallowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true. +boolean + +allowedFlexVolumes"allowedFlexVolumes is an allowlist of Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the "volumes" field. +array= +; +9#/definitions/io.k8s.api.policy.v1beta1.AllowedFlexVolume + +allowedProcMountTypes"AllowedProcMountTypes is an allowlist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled. +array +  +string + +defaultAddCapabilities"defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list. +array +  +string + +$io.k8s.api.rbac.v1alpha1.ClusterRole "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRole, and will no longer be served in v1.22. +object + +aggregationRule +6#/definitions/io.k8s.api.rbac.v1alpha1.AggregationRule"AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +h +metadata\ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. + +rulesx"4Rules holds all the PolicyRules for this ClusterRole +array5 +3 +1#/definitions/io.k8s.api.rbac.v1alpha1.PolicyRulep +x-kubernetes-group-version-kindMK- group: rbac.authorization.k8s.io + kind: ClusterRole + version: v1alpha1 + + +"io.k8s.api.storage.v1.TokenRequest"//.../`. Must match the name of the CustomResourceDefinition (in the form `.`). Must be all lowercase. +string + + +shortNames"shortNames are short names for the resource, exposed in API discovery documents, and used by clients to support invocations like `kubectl get `. It must be all lowercase. +array +  +string + +singulart"gsingular is the singular name of the resource. It must be all lowercase. Defaults to lowercased `kind`. +string + + +categories"categories is a list of grouped resources this custom resource belongs to (e.g. 'all'). This is published in API discovery documents, and used by clients to support invocations like `kubectl get all`. +array +  +string + +kind"kind is the serialized kind of the resource. It is normally CamelCase and singular. Custom resource instances will use this value as the `kind` attribute in API calls. +string + +;io.k8s.api.admissionregistration.v1beta1.RuleWithOperations "RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid. +object + +scope"scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*". +string + + apiGroups"APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required. +array +  +string + + apiVersions"APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required. +array +  +string + + +operations"Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required. +array +  +string + + resources"Resources is a list of resources this rule applies to. + +For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources. + +If wildcard is present, the validation rule will ensure resources do not overlap with each other. + +Depending on the enclosing object, subresources might not be allowed. Required. +array +  +string + +&io.k8s.api.apps.v1.DeploymentCondition"KDeploymentCondition describes the state of a deployment at a certain point.typestatus +object + +lastTransitionTime{ +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"@Last time the condition transitioned from one status to another. +v +lastUpdateTimed +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time")The last time this condition was updated. +Y +messageN"AA human readable message indicating details about the transition. +string +F +reason<"/The reason for the condition's last transition. +string +L +statusB"5Status of the condition, one of True, False, Unknown. +string +2 +type*"Type of deployment condition. +string + +=io.k8s.api.certificates.v1beta1.CertificateSigningRequestSpec"This information is immutable after the request is created. Only the Request and Usages fields can be set on creation, other fields are derived by Kubernetes and cannot be modified by users.request +object + +extra}"QExtra information about the requesting user. See user.Info interface for details. + +array +  +string +object + +groups"QGroup information about the requesting user. See user.Info interface for details. +array +  +string# +x-kubernetes-list-type atomic + +c +requestXbyte"Base64-encoded PKCS#10 CSR data +string# +x-kubernetes-list-type atomic + + + +signerName"Requested signer for the request. It is a qualified name in the form: `scope-hostname.io/name`. If empty, it will be defaulted: + 1. If it's a kubelet client certificate, it is assigned + "kubernetes.io/kube-apiserver-client-kubelet". + 2. If it's a kubelet serving certificate, it is assigned + "kubernetes.io/kubelet-serving". + 3. Otherwise, it is assigned "kubernetes.io/legacy-unknown". +Distribution of trust for signers happens out of band. You can select on this field using `spec.signerName`. +string +c +uid\"OUID information about the requesting user. See user.Info interface for details. +string + +usages"allowedUsages specifies a set of usage contexts the key will be valid for. See: https://tools.ietf.org/html/rfc5280#section-4.2.1.3 + https://tools.ietf.org/html/rfc5280#section-4.2.1.12 +Valid values are: + "signing", + "digital signature", + "content commitment", + "key encipherment", + "key agreement", + "data encipherment", + "cert sign", + "crl sign", + "encipher only", + "decipher only", + "any", + "server auth", + "client auth", + "code signing", + "email protection", + "s/mime", + "ipsec end system", + "ipsec tunnel", + "ipsec user", + "timestamping", + "ocsp signing", + "microsoft sgc", + "netscape sgc" +array +  +string# +x-kubernetes-list-type atomic + +d +usernameX"KInformation about the requesting user. See user.Info interface for details. +string + +io.k8s.api.core.v1.Binding "Binding ties one object to another; for example, a pod is bound to a node by a scheduler. Deprecated in 1.7, please use the bindings subresource of pods instead.target +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +} +targets +0#/definitions/io.k8s.api.core.v1.ObjectReference"?The target object that you want to bind to the standard object.O +x-kubernetes-group-version-kind,*- group: "" + kind: Binding + version: v1 + +[ +io.k8s.api.core.v1.PodSpec[""PodSpec is a description of a pod. +containers +object[ + + hostNetwork"Host networking requested for this pod. Use the host's network namespace. If this option is set, the ports that will be used must be specified. Default to false. +boolean + +nodeName"NodeName is a request to schedule this pod onto a specific node. If it is non-empty, the scheduler simply schedules this pod onto that node, assuming that it fits resource requirements. +string + +overhead"Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/20190226-pod-overhead.md This field is alpha-level as of Kubernetes v1.16, and is only honored by servers that enable the PodOverhead feature.? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +preemptionPolicy"PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is beta-level, gated by the NonPreemptingPriority feature-gate. +string + +readinessGates"If specified, all readiness gates will be evaluated for pod readiness. A pod is ready when all its containers are ready AND all conditions specified in the readiness gates have status equal to "True" More info: https://git.k8s.io/enhancements/keps/sig-network/0007-pod-ready%2B%2B.md +array5 +3 +1#/definitions/io.k8s.api.core.v1.PodReadinessGate + + schedulerName"If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler. +string + +priorityint32"The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority. +integer + +priorityClassName"If specified, indicates the pod's priority. "system-node-critical" and "system-cluster-critical" are two special keywords which indicate the highest priorities with the former being the highest priority. Any other name must be defined by creating a PriorityClass object with that name. If not specified, the pod priority will be default or zero if there is no default. +string + + restartPolicy"Restart policy for all containers within the pod. One of Always, OnFailure, Never. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy +string + + subdomain"If specified, the fully qualified Pod hostname will be "...svc.". If not specified, the pod will not have a domainname at all. +string +g +affinity[ +)#/definitions/io.k8s.api.core.v1.Affinity".If specified, the pod's scheduling constraints + + dnsConfig +-#/definitions/io.k8s.api.core.v1.PodDNSConfig"Specifies the DNS parameters of a pod. Parameters specified here will be merged to the generated DNS configuration based on DNSPolicy. +R +hostPIDG"9Use the host's pid namespace. Optional: Default to false. +boolean + +hostnamez"mSpecifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value. +string + +serviceAccountName"ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ +string + +shareProcessNamespace"Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. +boolean +q + tolerationsb"$If specified, the pod's tolerations. +array/ +- ++#/definitions/io.k8s.api.core.v1.Toleration + + hostAliases"HostAliases is an optional list of hosts and IPs that will be injected into the pod's hosts file if specified. This is only valid for non-hostNetwork pods. +array. +, +*#/definitions/io.k8s.api.core.v1.HostAlias% +x-kubernetes-patch-merge-keyip +' +x-kubernetes-patch-strategymerge + +R +hostIPCG"9Use the host's ipc namespace. Optional: Default to false. +boolean + +setHostnameAsFQDN"If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false. +boolean + +volumes"List of volumes that can be mounted by containers belonging to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes +array+ +) +'#/definitions/io.k8s.api.core.v1.Volume' +x-kubernetes-patch-merge-keyname +2 +x-kubernetes-patch-strategymerge,retainKeys + + +automountServiceAccountTokenu"gAutomountServiceAccountToken indicates whether a service account token should be automatically mounted. +boolean + + dnsPolicy"Set DNS policy for the pod. Defaults to "ClusterFirst". Valid values are 'ClusterFirstWithHostNet', 'ClusterFirst', 'Default' or 'None'. DNS parameters given in DNSConfig will be merged with the policy selected with DNSPolicy. To have DNS options set along with hostNetwork, you have to specify DNS policy explicitly to 'ClusterFirstWithHostNet'. +string + +enableServiceLinks"EnableServiceLinks indicates whether information about services should be injected into pod's environment variables, matching the syntax of Docker links. Optional: Defaults to true. +boolean + +imagePullSecrets"ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. For example, in the case of docker, only DockerConfig type secrets are honored. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod +array9 +7 +5#/definitions/io.k8s.api.core.v1.LocalObjectReference' +x-kubernetes-patch-merge-keyname +' +x-kubernetes-patch-strategymerge + + +initContainers"List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/ +array. +, +*#/definitions/io.k8s.api.core.v1.Container' +x-kubernetes-patch-merge-keyname +' +x-kubernetes-patch-strategymerge + + + nodeSelector"NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/ +  +string +object + +securityContext +3#/definitions/io.k8s.api.core.v1.PodSecurityContext"SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field. + +serviceAccount"sDeprecatedServiceAccount is a depreciated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead. +string + +terminationGracePeriodSecondsint64"Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds. +integer + +ephemeralContainers"List of ephemeral containers run in this pod. Ephemeral containers may be run in an existing pod to perform user-initiated actions such as debugging. This list cannot be specified when creating a pod, and it cannot be modified by updating the pod spec. In order to add an ephemeral container to an existing pod, use the pod's ephemeralcontainers subresource. This field is alpha-level and is only honored by servers that enable the EphemeralContainers feature. +array7 +5 +3#/definitions/io.k8s.api.core.v1.EphemeralContainer' +x-kubernetes-patch-merge-keyname +' +x-kubernetes-patch-strategymerge + + +activeDeadlineSecondsint64"Optional duration in seconds the pod may be active on the node relative to StartTime before the system will actively try to mark it failed and kill associated containers. Value must be a positive integer. +integer + + +containers"List of containers belonging to the pod. Containers cannot currently be added or removed. There must be at least one container in a Pod. Cannot be updated. +array. +, +*#/definitions/io.k8s.api.core.v1.Container' +x-kubernetes-patch-merge-keyname +' +x-kubernetes-patch-strategymerge + + +runtimeClassName"RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/runtime-class.md This is a beta feature as of Kubernetes v1.14. +string + +topologySpreadConstraints"TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed. +array= +; +9#/definitions/io.k8s.api.core.v1.TopologySpreadConstraintB +x-kubernetes-list-map-keys$"- topologyKey +- whenUnsatisfiable + +x-kubernetes-list-typemap +. +x-kubernetes-patch-merge-key topologyKey +' +x-kubernetes-patch-strategymerge + + +io.k8s.api.rbac.v1.Subject"Subject contains a reference to the object or user identities a role binding applies to. This can either hold a direct API object reference, or a value for non-objects such as user and group names.kindname +object + +apiGroup"APIGroup holds the API group of the referenced subject. Defaults to "" for ServiceAccount subjects. Defaults to "rbac.authorization.k8s.io" for User and Group subjects. +string + +kind"Kind of object being referenced. Values defined by this API group are "User", "Group", and "ServiceAccount". If the Authorizer does not recognized the kind value, the Authorizer should report an error. +string +9 +name1"$Name of the object being referenced. +string + + namespace"Namespace of the referenced object. If the object kind is non-namespace, such as "User" or "Group", and this value is not empty the Authorizer should report an error. +string + +-io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup"YAPIGroup contains the name, the supported versions, and the preferred version of a group.nameversions +object + +versions"2versions are the versions supported in this group. +arrayO +M +K#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +3 +name+"name is the name of the group. +string + +preferredVersion +K#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.GroupVersionForDiscovery"cpreferredVersion is the version preferred by the API server, which probably is the storage version. + +serverAddressByClientCIDRs"a map of client CIDR to server address that is serving this group. This is to help clients reach servers in the most network-efficient way possible. Clients can use the appropriate server address as per the CIDR that they match. In case of multiple matches, clients should use the longest matching CIDR. The server returns only those CIDRs that it thinks that the client can match. For example: the master will return an internal IP CIDR only, if the client reaches the server using an internal IP. Server looks at X-Forwarded-For header or X-Real-Ip header or request.RemoteAddr (in that order) to get the client IP. +arrayP +N +L#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDRP +x-kubernetes-group-version-kind-+- group: "" + kind: APIGroup + version: v1 + + +8io.k8s.api.authorization.v1beta1.SelfSubjectAccessReview "SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an actionspec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec +J#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectAccessReviewSpec"XSpec holds information about the request being evaluated. user and groups must be empty + +status +H#/definitions/io.k8s.api.authorization.v1beta1.SubjectAccessReviewStatus"UStatus is filled in by the server and indicates whether the request is allowed or notv +x-kubernetes-group-version-kindSQ- group: authorization.k8s.io + kind: SelfSubjectAccessReview + version: v1beta1 + + +3io.k8s.api.autoscaling.v2beta1.ExternalMetricStatus"nExternalMetricStatus indicates the current value of a global metric not associated with any Kubernetes object. +metricName currentValue +object + + currentValue~ +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"?currentValue is the current value of the metric (as a quantity) +d + +metricNameV"ImetricName is the name of a metric used for autoscaling in metric system. +string + +metricSelector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"PmetricSelector is used to identify a specific time series within a given metric. + +currentAverageValue +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"QcurrentAverageValue is the current value of metric averaged over autoscaled pods. + + +io.k8s.api.core.v1.NodeSpec ">NodeSpec describes the attributes that a node is created with. +object + + configSource +1#/definitions/io.k8s.api.core.v1.NodeConfigSource"If specified, the source to get node configuration from The DynamicKubeletConfig feature gate must be enabled for the Kubelet to use this field + + +externalIDx"kDeprecated. Not all kubelets will set this field. Remove field after 1.13. see: https://issues.k8s.io/61966 +string +Q +podCIDRF"9PodCIDR represents the pod IP range assigned to the node. +string + +podCIDRs"podCIDRs represents the IP ranges assigned to the node for usage by Pods on that node. If this field is specified, the 0th entry must match the podCIDR field. It may contain at most 1 value for each of IPv4 and IPv6. +array +  +string' +x-kubernetes-patch-strategymerge + + + +providerIDs"fID of the node assigned by the cloud provider in the format: :// +string +c +taintsY" If specified, the node's taints. +array* +( +&#/definitions/io.k8s.api.core.v1.Taint + + unschedulable"Unschedulable controls node schedulability of new pods. By default, node is schedulable. More info: https://kubernetes.io/docs/concepts/nodes/node/#manual-node-administration +boolean + +io.k8s.api.core.v1.Probe"Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic. +object + +failureThresholdint32"}Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1. +integer +k +httpGet` +.#/definitions/io.k8s.api.core.v1.HTTPGetAction".HTTPGet specifies the http request to perform. + + tcpSocket +0#/definitions/io.k8s.api.core.v1.TCPSocketAction"OTCPSocket specifies an action involving a TCP port. TCP hooks not yet supported + +terminationGracePeriodSecondsint64"Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is an alpha field and requires enabling ProbeTerminationGracePeriod feature gate. +integer + +timeoutSecondsint32"Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +integer + +exec ++#/definitions/io.k8s.api.core.v1.ExecAction"YOne and only one of the following should be specified. Exec specifies the action to take. + +initialDelaySecondsint32"Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes +integer +} + periodSecondslint32"WHow often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1. +integer + +successThresholdint32"Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1. +integer + + +=io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationList "OPriorityLevelConfigurationList is a list of PriorityLevelConfiguration objects.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"(`items` is a list of request-priorities. +arrayK +I +G#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfiguration + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"`metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata +x-kubernetes-group-version-kindb`- group: flowcontrol.apiserver.k8s.io + kind: PriorityLevelConfigurationList + version: v1beta1 + + +,io.k8s.api.scheduling.v1alpha1.PriorityClass"DEPRECATED - This group version of PriorityClass is deprecated by scheduling.k8s.io/v1/PriorityClass. PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.value +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +preemptionPolicy"PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is beta-level, gated by the NonPreemptingPriority feature-gate. +string + +valueint32"The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec. +integer + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + + description|"odescription is an arbitrary string that usually provides guidelines on when this priority class should be used. +string + + globalDefault"globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. +booleanj +x-kubernetes-group-version-kindGE- group: scheduling.k8s.io + kind: PriorityClass + version: v1alpha1 + + +)io.k8s.api.storage.v1.VolumeNodeResources"JVolumeNodeResources is a set of resource limits for scheduling of volumes. +object + +countint32"Maximum number of unique volumes managed by the CSI driver that can be used on a node. A volume that is both attached and mounted on a node is considered to be used once, not twice. The same rule applies for a unique volume that is shared among multiple pods on the same node. If this field is not specified, then the supported number of volumes on this node is unbounded. +integer + +(io.k8s.api.core.v1.ReplicationController"OReplicationController represents the configuration of a replication controller. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"If the Labels of a ReplicationController are empty, they are defaulted to be the same as the Pod(s) that the replication controller manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +:#/definitions/io.k8s.api.core.v1.ReplicationControllerSpec"Spec defines the specification of the desired behavior of the replication controller. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +<#/definitions/io.k8s.api.core.v1.ReplicationControllerStatus"Status is the most recently observed status of the replication controller. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status] +x-kubernetes-group-version-kind:8- group: "" + kind: ReplicationController + version: v1 + + + +#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus"7current contains the current value for the given metric +B +name:"-Name is the name of the resource in question. +string + + io.k8s.api.core.v1.NodeCondition"8NodeCondition contains condition information for a node.typestatus +object +J +reason@"3(brief) reason for the condition's last transition. +string +L +statusB"5Status of the condition, one of True, False, Unknown. +string +, +type$"Type of node condition. +string + +lastHeartbeatTimek +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"0Last time we got an update on a given condition. + +lastTransitionTimev +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time";Last time the condition transit from one status to another. +X +messageM"@Human readable message indicating details about last transition. +string + +'io.k8s.api.core.v1.PersistentVolumeList "9PersistentVolumeList is a list of PersistentVolume items.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"eList of persistent volumes. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes +array5 +3 +1#/definitions/io.k8s.api.core.v1.PersistentVolume + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds\ +x-kubernetes-group-version-kind97- group: "" + kind: PersistentVolumeList + version: v1 + + +%io.k8s.api.core.v1.ServiceAccountList "6ServiceAccountList is a list of ServiceAccount objectsitems +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"wList of ServiceAccounts. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/ +array3 +1 +/#/definitions/io.k8s.api.core.v1.ServiceAccount + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kindsZ +x-kubernetes-group-version-kind75- group: "" + kind: ServiceAccountList + version: v1 + + +io.k8s.api.core.v1.ServicePort"3ServicePort contains information on service's port.port +object + + appProtocol"The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. This is a beta field that is guarded by the ServiceAppProtocol feature gate and enabled by default. +string + +name"The name of this port within the service. This must be a DNS_LABEL. All ports within a ServiceSpec must have unique names. When considering the endpoints for a Service, this must match the 'name' field in the EndpointPort. Optional if only one ServicePort is defined on this service. +string + +nodePortint32"The port on each node on which this service is exposed when type is NodePort or LoadBalancer. Usually assigned by the system. If a value is specified, in-range, and not in use it will be used, otherwise the operation will fail. If not specified, a port will be allocated if this Service requires one. If this field is specified when creating a Service which does not need it, creation will fail. This field will be wiped when updating a Service to no longer need it (e.g. changing type from NodePort to ClusterIP). More info: https://kubernetes.io/docs/concepts/services-networking/service/#type-nodeport +integer +K +portCint32".The port that will be exposed by this service. +integer +j +protocol^"QThe IP protocol for this port. Supports "TCP", "UDP", and "SCTP". Default is TCP. +string + + +targetPort +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"Number or name of the port to access on the pods targeted by the service. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. If this is a string, it will be looked up as a named port in the target Pod's container ports. If this is not specified, the value of the 'port' field is used (an identity map). This field is ignored for services with clusterIP=None, and should be omitted or set equal to the 'port' field. More info: https://kubernetes.io/docs/concepts/services-networking/service/#defining-a-service + +'io.k8s.api.rbac.v1beta1.RoleBindingList "RoleBindingList is a collection of RoleBindings Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBindingList, and will no longer be served in v1.22.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +l +itemsc"Items is a list of RoleBindings +array5 +3 +1#/definitions/io.k8s.api.rbac.v1beta1.RoleBinding + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata.s +x-kubernetes-group-version-kindPN- group: rbac.authorization.k8s.io + kind: RoleBindingList + version: v1beta1 + + + +4io.k8s.api.apiserverinternal.v1alpha1.StorageVersion +") + Storage version of a specific resource.specstatus +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +l +metadata` +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"The name is .. + +spec +F#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionSpec"FSpec is an empty spec. It is here to comply with Kubernetes API style. + +status +H#/definitions/io.k8s.api.apiserverinternal.v1alpha1.StorageVersionStatus"API server instances report the version they can decode and the version they encode objects to when persisting objects in the backend.s +x-kubernetes-group-version-kindPN- group: internal.apiserver.k8s.io + kind: StorageVersion + version: v1alpha1 + + +io.k8s.api.core.v1.Namespace "MNamespace provides a scope for Names. Use of multiple namespaces is optional. +object + + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +.#/definitions/io.k8s.api.core.v1.NamespaceSpec"Spec defines the behavior of the Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +0#/definitions/io.k8s.api.core.v1.NamespaceStatus"Status describes the current status of a Namespace. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-statusQ +x-kubernetes-group-version-kind.,- group: "" + kind: Namespace + version: v1 + + +1io.k8s.api.core.v1.PersistentVolumeClaimCondition"BPersistentVolumeClaimCondition contails details about state of pvctypestatus +object + +status  +string + +type  +string +n + lastProbeTime] +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time""Last time we probed the condition. + +lastTransitionTime{ +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"@Last time the condition transitioned from one status to another. +X +messageM"@Human-readable message indicating details about last transition. +string + +reason"Unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "ResizeStarted" that means the underlying persistent volume is being resized. +string + +'io.k8s.api.core.v1.PortworxVolumeSource";PortworxVolumeSource represents a Portworx volume resource.volumeID +object +x +readOnlyl"^Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +boolean +G +volumeID;".VolumeID uniquely identifies a Portworx volume +string + +fsType"FSType represents the filesystem type to mount Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs". Implicitly inferred to be "ext4" if unspecified. +string + + io.k8s.api.events.v1.EventSeries"EventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time. How often to update the EventSeries is up to the event reporters. The default event reporter in "k8s.io/client-go/tools/events/event_broadcaster.go" shows how this struct is updated on heartbeats and can guide customized reporter implementations.countlastObservedTime +object +n +counteint32"Pcount is the number of occurrences in this series up to the last heartbeat time. +integer + +lastObservedTime +<#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime"\lastObservedTime is the time when last Event from the series was seen before last heartbeat. + +2io.k8s.api.policy.v1beta1.RunAsUserStrategyOptions"_RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.rule +object +k +rulec"Vrule is the strategy that will dictate the allowable RunAsUser values that may be set. +string + +ranges"ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs. +array3 +1 +/#/definitions/io.k8s.api.policy.v1beta1.IDRange + +Aio.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceList"/APIServiceList is a list of APIService objects.items +object +e +items\ +arrayO +M +K#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +I +metadata= +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringj +x-kubernetes-group-version-kindGE- version: v1 + group: apiregistration.k8s.io + kind: APIServiceList + + +"1metricName is the name of the metric in question. +string + +metricSelector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"PmetricSelector is used to identify a specific time series within a given metric. + +targetAverageValue +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"utargetAverageValue is the target per-pod value of global metric (as a quantity). Mutually exclusive with TargetValue. + +6io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscaler "HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified. +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +H#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec"spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. + +status +J#/definitions/io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerStatus"7status is the current information about the autoscaler. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringm +x-kubernetes-group-version-kindJH- group: autoscaling + kind: HorizontalPodAutoscaler + version: v2beta1 + + +&io.k8s.api.core.v1.ObjectFieldSelector"?ObjectFieldSelector selects an APIVersioned field of an object. fieldPath +object +h + +apiVersionZ"MVersion of the schema the FieldPath is written in terms of, defaults to "v1". +string +S + fieldPathF"9Path of the field to select in the specified API version. +string + +$io.k8s.api.discovery.v1.EndpointPort "7EndpointPort represents a Port used by an EndpointSlice +object + +portint32"The port number of the endpoint. If this is not specified, ports are not restricted and must be interpreted in the context of the specific consumer. +integer +b +protocolV"IThe IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP. +string + + appProtocol"The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. +string + +name"The name of this port. All ports in an EndpointSlice must have a unique name. If the EndpointSlice is dervied from a Kubernetes service, this corresponds to the Service.ports[].name. Name must either be an empty string or pass DNS_LABEL validation: * must be no more than 63 characters long. * must consist of lower case alphanumeric characters or '-'. * must start and end with an alphanumeric character. Default is empty string. +string + +'io.k8s.api.rbac.v1beta1.AggregationRule"VAggregationRule describes how to locate ClusterRoles to aggregate into the ClusterRole +object + +clusterRoleSelectors"ClusterRoleSelectors holds a list of selectors which will be used to find ClusterRoles and create the rules. If any of the selectors match, then the ClusterRole's permissions will be added +arrayD +B +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector + +Lio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookClientConfig "WWebhookClientConfig contains the information to make a TLS connection with the webhook. +object + +caBundlebyte"caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used. +string + +service +W#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ServiceReference"service is a reference to the service for this webhook. Either service or url must be specified. + +If the webhook is running within the cluster, then you should use `service`. + +url"url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. + +The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. + +Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. + +The scheme must be "https"; the URL must begin with "https://". + +A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. + +Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. +string + +]io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresourceStatus"CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources. Status is represented by the `.status` JSON path inside of a CustomResource. When set, * exposes a /status subresource for the custom resource * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza +object + +;io.k8s.api.authorization.v1beta1.SelfSubjectRulesReviewSpecT +objectF +D + namespace7"*Namespace to evaluate rules for. Required. +string + +0io.k8s.api.autoscaling.v2beta2.MetricValueStatus"6MetricValueStatus holds the current value for a metric +object + +averageUtilizationint32"currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. +integer + + averageValue +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"gaverageValue is the current value of the average of the metric across all relevant pods (as a quantity) + +valuex +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"9value is the current value of the metric (as a quantity). + +)io.k8s.api.node.v1alpha1.RuntimeClassList"3RuntimeClassList is a list of RuntimeClass objects.items +object + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +q +itemsh""Items is a list of schema objects. +array7 +5 +3#/definitions/io.k8s.api.node.v1alpha1.RuntimeClass + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringg +x-kubernetes-group-version-kindDB- group: node.k8s.io + kind: RuntimeClassList + version: v1alpha1 + + +"io.k8s.api.rbac.v1.RoleBindingList"/RoleBindingList is a collection of RoleBindingsitems +object +g +items^"Items is a list of RoleBindings +array0 +. +,#/definitions/io.k8s.api.rbac.v1.RoleBinding + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringn +x-kubernetes-group-version-kindKI- group: rbac.authorization.k8s.io + kind: RoleBindingList + version: v1 + + +Uio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionList"KCustomResourceDefinitionList is a list of CustomResourceDefinition objects.items +object +I +metadata= +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"6items list individual CustomResourceDefinition objects +arrayc +a +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringv +x-kubernetes-group-version-kindSQ- kind: CustomResourceDefinitionList + version: v1 + group: apiextensions.k8s.io + + + +int32")min is the start of the range, inclusive. +integer + +.io.k8s.api.storage.v1alpha1.CSIStorageCapacity"CSIStorageCapacity stores the result of one CSI GetCapacity call. For a given StorageClass, this describes the available capacity in a particular topology segment. This can be used when considering where to instantiate new PersistentVolumes. + +For example this can express things like: - StorageClass "standard" has "1234 GiB" available in "topology.kubernetes.io/zone=us-east1" - StorageClass "localssd" has "10 GiB" available in "kubernetes.io/hostname=knode-abc123" + +The following three cases all imply that no capacity is available for a certain combination: - no object exists with suitable topology and storage class name - such an object exists, but the capacity is unset - such an object exists, but the capacity is zero + +The producer of these objects can decide which approach is more suitable. + +They are consumed by the kube-scheduler if the CSIStorageCapacity beta feature gate is enabled there and a CSI driver opts into capacity-aware scheduling with CSIDriver.StorageCapacity.storageClassName +object + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. The name has no particular meaning. It must be be a DNS subdomain (dots allowed, 253 characters). To ensure that there are no conflicts with other CSI drivers on the cluster, the recommendation is to use csisc-, a generated name, or a reverse-domain name which ends with the unique CSI driver name. + +Objects are namespaced. + +More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + nodeTopology +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"NodeTopology defines which nodes have access to the storage for which capacity was reported. If not set, the storage is not accessible from any node in the cluster. If empty, the storage is accessible from all nodes. This field is immutable. + +storageClassName"The name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable. +string + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +capacity +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields. + +The semantic is currently (CSI spec 1.2) defined as: The available capacity, in bytes, of the storage that can be used to provision volumes. If not set, that information is currently unavailable and treated like zero capacity. + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +maximumVolumeSize +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields. + +This is defined since CSI spec 1.4.0 as the largest size that may be used in a CreateVolumeRequest.capacity_range.required_bytes field to create a volume with the same parameters as those in GetCapacityRequest. The corresponding value in the Kubernetes API is ResourceRequirements.Requests in a volume claim.l +x-kubernetes-group-version-kindIG- group: storage.k8s.io + kind: CSIStorageCapacity + version: v1alpha1 + + +Xio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresources"YCustomResourceSubresources defines the status and scale subresources for CustomResources. +object + +scale +j#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresourceScale"vscale indicates the custom resource should serve a `/scale` subresource that returns an `autoscaling/v1` Scale object. + +status +k#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceSubresourceStatus"status indicates the custom resource should serve a `/status` subresource. When enabled: 1. requests to the custom resource primary endpoint ignore changes to the `status` stanza of the object. 2. requests to the custom resource `/status` subresource ignore changes to anything other than the `status` stanza of the object. + +io.k8s.api.apps.v1.ReplicaSet "YReplicaSet ensures that a specified number of pod replicas are running at any given time. +object + +spec +/#/definitions/io.k8s.api.apps.v1.ReplicaSetSpec"Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +1#/definitions/io.k8s.api.apps.v1.ReplicaSetStatus"Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadataT +x-kubernetes-group-version-kind1/- group: apps + kind: ReplicaSet + version: v1 + + +(io.k8s.api.core.v1.ContainerStateRunning"8ContainerStateRunning is a running state of a container. +object{ +y + startedAtl +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"1Time at which the container was last (re-)started + +(io.k8s.api.extensions.v1beta1.IngressTLS"MIngressTLS describes the transport layer security associated with an Ingress. +object + +hosts"Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +array +  +string + + +secretName"SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. +string + +#io.k8s.api.networking.v1.IngressTLS"MIngressTLS describes the transport layer security associated with an Ingress. +object + +hosts"Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified. +array +  +string# +x-kubernetes-list-type atomic + + + +secretName"SecretName is the name of the secret used to terminate TLS traffic on port 443. Field is left optional to allow TLS routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing. +string + +io.k8s.api.rbac.v1beta1.Role "Role is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 Role, and will no longer be served in v1.22. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +h +metadata\ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. +y +rulesp"-Rules holds all the PolicyRules for this Role +array4 +2 +0#/definitions/io.k8s.api.rbac.v1beta1.PolicyRuleh +x-kubernetes-group-version-kindEC- group: rbac.authorization.k8s.io + kind: Role + version: v1beta1 + + +Vio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceConversion +"MCustomResourceConversion describes how to convert different versions of a CR.strategy +object + +conversionReviewVersions"conversionReviewVersions is an ordered list of preferred `ConversionReview` versions the Webhook expects. The API server will use the first version in the list which it supports. If none of the versions specified in this list are supported by API server, conversion will fail for the custom resource. If a persisted Webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail. Defaults to `["v1beta1"]`. +array +  +string + +strategy"strategy specifies how custom resources are converted between versions. Allowed values are: - `None`: The converter only change the apiVersion and would not touch any other field in the custom resource. - `Webhook`: API Server will call to an external webhook to do the conversion. Additional information + is needed for this option. This requires spec.preserveUnknownFields to be false, and spec.conversion.webhookClientConfig to be set. +string + +webhookClientConfig +_#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.WebhookClientConfig"webhookClientConfig is the instructions for how to call the webhook if strategy is `Webhook`. Required when `strategy` is set to `Webhook`. + +/? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.paths +object + +paths"4A collection of paths that map requests to backends. +array? += +;#/definitions/io.k8s.api.networking.v1beta1.HTTPIngressPath + +.io.k8s.api.networking.v1beta1.IngressClassSpec"DIngressClassSpec provides information about the class of an Ingress. +object + + +controller"Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable. +string + + +parameters +K#/definitions/io.k8s.api.networking.v1beta1.IngressClassParametersReference"Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters. + +io.k8s.api.rbac.v1.RoleBinding "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace.roleRef +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +h +metadata\ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. + +roleRef +(#/definitions/io.k8s.api.rbac.v1.RoleRef"RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. + +subjectsx"=Subjects holds references to the objects the role applies to. +array, +* +(#/definitions/io.k8s.api.rbac.v1.Subjectj +x-kubernetes-group-version-kindGE- group: rbac.authorization.k8s.io + kind: RoleBinding + version: v1 + + +#io.k8s.api.apps.v1.DeploymentStatus "HDeploymentStatus is the most recently observed status of the Deployment. +object +` +observedGenerationJint64"5The generation observed by the deployment controller. +integer +] + readyReplicasLint32"7Total number of ready pods targeted by this deployment. +integer + +replicaswint32"bTotal number of non-terminated pods targeted by this deployment (their labels match the selector). +integer + +unavailableReplicasint32"Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created. +integer + +updatedReplicasyint32"dTotal number of non-terminated pods targeted by this deployment that have the desired template spec. +integer + +availableReplicasuint32"`Total number of available pods (ready for at least minReadySeconds) targeted by this deployment. +integer + +collisionCountint32"Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet. +integer + + +conditions"MRepresents the latest available observations of a deployment's current state. +array8 +6 +4#/definitions/io.k8s.api.apps.v1.DeploymentCondition' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + + +7io.k8s.api.authorization.v1beta1.SelfSubjectRulesReview"SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.spec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec +I#/definitions/io.k8s.api.authorization.v1beta1.SelfSubjectRulesReviewSpec"9Spec holds information about the request being evaluated. + +status +G#/definitions/io.k8s.api.authorization.v1beta1.SubjectRulesReviewStatus"VStatus is filled in by the server and indicates the set of actions a user can perform.u +x-kubernetes-group-version-kindRP- version: v1beta1 + group: authorization.k8s.io + kind: SelfSubjectRulesReview + + +/io.k8s.api.autoscaling.v2beta2.HPAScalingPolicy"WHPAScalingPolicy is a single policy which must hold true for a specified past interval.typevalue periodSeconds +object + +valuewint32"bValue contains the amount of change which is permitted by the policy. It must be greater than zero +integer + + periodSecondsint32"PeriodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min). +integer +@ +type8"+Type is used to specify the scaling policy. +string + +$io.k8s.api.batch.v1beta1.CronJobList")CronJobList is a collection of cron jobs.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +h +items_"items is the list of CronJobs. +array2 +0 +.#/definitions/io.k8s.api.batch.v1beta1.CronJob + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata[ +x-kubernetes-group-version-kind86- version: v1beta1 + group: batch + kind: CronJobList + + + +io.k8s.api.core.v1.NodeAffinity ";Node affinity is a group of node affinity scheduling rules. +object + +.requiredDuringSchedulingIgnoredDuringExecution +-#/definitions/io.k8s.api.core.v1.NodeSelector"If the affinity requirements specified by this field are not met at scheduling time, the pod will not be scheduled onto the node. If the affinity requirements specified by this field cease to be met at some point during pod execution (e.g. due to an update), the system may or may not try to eventually evict the pod from its node. + +/preferredDuringSchedulingIgnoredDuringExecution"The scheduler will prefer to schedule pods to nodes that satisfy the affinity expressions specified by this field, but it may choose a node that violates one or more of the expressions. The node that is most preferred is the one with the greatest sum of weights, i.e. for each node that meets all of the scheduling requirements (resource request, requiredDuringScheduling affinity expressions, etc.), compute a sum by iterating through the elements of this field and adding "weight" to the sum if the node matches the corresponding matchExpressions; the node(s) with the highest sum are the most preferred. +array< +: +8#/definitions/io.k8s.api.core.v1.PreferredSchedulingTerm + ++io.k8s.api.flowcontrol.v1beta1.GroupSubject"?GroupSubject holds detailed information for group-kind subject.name +object + +name"name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required. +string + + +2io.k8s.api.storage.v1alpha1.CSIStorageCapacityList "ECSIStorageCapacityList is a collection of CSIStorageCapacity objects.items +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"~Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"0Items is the list of CSIStorageCapacity objects. +array@ +> +<#/definitions/io.k8s.api.storage.v1alpha1.CSIStorageCapacity' +x-kubernetes-list-map-keys - name + +x-kubernetes-list-typemap +p +x-kubernetes-group-version-kindMK- group: storage.k8s.io + kind: CSIStorageCapacityList + version: v1alpha1 + + +Qio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinition +"CustomResourceDefinition represents a resource that should be exposed on the API server. Its name MUST be in the format <.spec.name>.<.spec.group>.spec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec +c#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionSpec"9spec describes how the user wants the resources to appear + +status +e#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceDefinitionStatus"Astatus indicates the actual state of the CustomResourceDefinitionr +x-kubernetes-group-version-kindOM- group: apiextensions.k8s.io + kind: CustomResourceDefinition + version: v1 + + +3io.k8s.api.authorization.v1.SelfSubjectAccessReview "SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an actionspec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec +E#/definitions/io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec"XSpec holds information about the request being evaluated. user and groups must be empty + +status +C#/definitions/io.k8s.api.authorization.v1.SubjectAccessReviewStatus"UStatus is filled in by the server and indicates whether the request is allowed or notq +x-kubernetes-group-version-kindNL- group: authorization.k8s.io + kind: SelfSubjectAccessReview + version: v1 + + +8io.k8s.api.authorization.v1beta1.SubjectAccessReviewSpec"SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +object + +user"User is the user you're testing for. If you specify "User" but not "Group", then is it interpreted as "What if User were not a member of any groups +string + +extra"Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here. + +array +  +string +object +M +groupD"(Groups is the groups you're testing for. +array +  +string + +nonResourceAttributes +D#/definitions/io.k8s.api.authorization.v1beta1.NonResourceAttributes"MNonResourceAttributes describes information for a non-resource access request + +resourceAttributes +A#/definitions/io.k8s.api.authorization.v1beta1.ResourceAttributes"SResourceAuthorizationAttributes describes information for a resource access request +> +uid7"*UID information about the requesting user. +string + +7io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus"-current status of a horizontal pod autoscalercurrentReplicasdesiredReplicas +object + +currentCPUUtilizationPercentageint32"current average CPU utilization over all pods, represented as a percentage of requested CPU, e.g. 70 means that an average pod is using now 70% of its requested CPU. +integer +f +currentReplicasSint32">current number of replicas of pods managed by this autoscaler. +integer +f +desiredReplicasSint32">desired number of replicas of pods managed by this autoscaler. +integer + + lastScaleTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"last time the HorizontalPodAutoscaler scaled the number of pods; used by the autoscaler to control how often the number of pods is changed. +^ +observedGenerationHint64"3most recent generation observed by this autoscaler. +integer + +%io.k8s.api.core.v1.CephFSVolumeSource "Represents a Ceph Filesystem mount that lasts the lifetime of a pod Cephfs volumes do not support ownership management or SELinux relabeling.monitors +object + +monitors"}Required: Monitors is a collection of Ceph monitors More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +array +  +string +e +path]"POptional: Used as the mounted root, rather than the full Ceph tree, default is / +string + +readOnly"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +boolean + + +secretFile"Optional: SecretFile is the path to key ring for User, default is /etc/ceph/user.secret More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +string + + secretRef +5#/definitions/io.k8s.api.core.v1.LocalObjectReference"Optional: SecretRef is reference to the authentication secret for User, default is empty. More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it + +user"Optional: User is the rados user name, default is admin More info: https://examples.k8s.io/volumes/cephfs/README.md#how-to-use-it +string + +%io.k8s.api.networking.v1beta1.Ingress "Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. +object + + +status +9#/definitions/io.k8s.api.networking.v1beta1.IngressStatus"Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +7#/definitions/io.k8s.api.networking.v1beta1.IngressSpec"Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-statusc +x-kubernetes-group-version-kind@>- version: v1beta1 + group: networking.k8s.io + kind: Ingress + + +%io.k8s.api.node.v1alpha1.RuntimeClass "RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.mdspec +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"gMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +7#/definitions/io.k8s.api.node.v1alpha1.RuntimeClassSpec"Specification of the RuntimeClass More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringc +x-kubernetes-group-version-kind@>- kind: RuntimeClass + version: v1alpha1 + group: node.k8s.io + + +#io.k8s.api.rbac.v1beta1.RoleBinding "RoleBinding references a role, but does not contain it. It can reference a Role in the same namespace or a ClusterRole in the global namespace. It adds who information via Subjects and namespace information by which namespace it exists in. RoleBindings in a given namespace only have effect in that namespace. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBinding, and will no longer be served in v1.22.roleRef +object + +subjects}"=Subjects holds references to the objects the role applies to. +array1 +/ +-#/definitions/io.k8s.api.rbac.v1beta1.Subject + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +h +metadata\ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. + +roleRef +-#/definitions/io.k8s.api.rbac.v1beta1.RoleRef"RoleRef can reference a Role in the current namespace or a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error.o +x-kubernetes-group-version-kindLJ- group: rbac.authorization.k8s.io + kind: RoleBinding + version: v1beta1 + + + +\io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceColumnDefinition "KCustomResourceColumnDefinition specifies a column for server side printing.nametypeJSONPath +object + +type"type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details. +string + +JSONPath"JSONPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column. +string +W + descriptionH";description is a human readable description of this column. +string + +format"format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details. +string +B +name:"-name is a human readable name for the column. +string + +priorityint32"priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0. +integer + +1io.k8s.api.autoscaling.v1.HorizontalPodAutoscaler +"-configuration of a horizontal pod autoscaler. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +C#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerSpec"behaviour of autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. +| +statusr +E#/definitions/io.k8s.api.autoscaling.v1.HorizontalPodAutoscalerStatus")current information about the autoscaler.h +x-kubernetes-group-version-kindEC- version: v1 + group: autoscaling + kind: HorizontalPodAutoscaler + + +']`, `metadata.annotations['']`, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP, status.podIPs. + +resourceFieldRef +6#/definitions/io.k8s.api.core.v1.ResourceFieldSelector"Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported. +v + secretKeyReff +2#/definitions/io.k8s.api.core.v1.SecretKeySelector"0Selects a key of a secret in the pod's namespace + +,io.k8s.api.policy.v1.PodDisruptionBudgetSpec"BPodDisruptionBudgetSpec is a description of a PodDisruptionBudget. +object + +selector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"Label query over pods whose evictions are managed by the disruption budget. A null selector will match no pods, while an empty ({}) selector will select all pods within the namespace.) +x-kubernetes-patch-strategy +replace + + +maxUnavailable +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable". + + minAvailable +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%". + +-io.k8s.api.storage.v1beta1.CSIStorageCapacity"CSIStorageCapacity stores the result of one CSI GetCapacity call. For a given StorageClass, this describes the available capacity in a particular topology segment. This can be used when considering where to instantiate new PersistentVolumes. + +For example this can express things like: - StorageClass "standard" has "1234 GiB" available in "topology.kubernetes.io/zone=us-east1" - StorageClass "localssd" has "10 GiB" available in "kubernetes.io/hostname=knode-abc123" + +The following three cases all imply that no capacity is available for a certain combination: - no object exists with suitable topology and storage class name - such an object exists, but the capacity is unset - such an object exists, but the capacity is zero + +The producer of these objects can decide which approach is more suitable. + +They are consumed by the kube-scheduler if the CSIStorageCapacity beta feature gate is enabled there and a CSI driver opts into capacity-aware scheduling with CSIDriver.StorageCapacity.storageClassName +object + +storageClassName"The name of the StorageClass that the reported capacity applies to. It must meet the same requirements as the name of a StorageClass object (non-empty, DNS subdomain). If that object no longer exists, the CSIStorageCapacity object is obsolete and should be removed by its creator. This field is immutable. +string + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +capacity +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"Capacity is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields. + +The semantic is currently (CSI spec 1.2) defined as: The available capacity, in bytes, of the storage that can be used to provision volumes. If not set, that information is currently unavailable and treated like zero capacity. + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +maximumVolumeSize +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"MaximumVolumeSize is the value reported by the CSI driver in its GetCapacityResponse for a GetCapacityRequest with topology and parameters that match the previous fields. + +This is defined since CSI spec 1.4.0 as the largest size that may be used in a CreateVolumeRequest.capacity_range.required_bytes field to create a volume with the same parameters as those in GetCapacityRequest. The corresponding value in the Kubernetes API is ResourceRequirements.Requests in a volume claim. + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. The name has no particular meaning. It must be be a DNS subdomain (dots allowed, 253 characters). To ensure that there are no conflicts with other CSI drivers on the cluster, the recommendation is to use csisc-, a generated name, or a reverse-domain name which ends with the unique CSI driver name. + +Objects are namespaced. + +More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + nodeTopology +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"NodeTopology defines which nodes have access to the storage for which capacity was reported. If not set, the storage is not accessible from any node in the cluster. If empty, the storage is accessible from all nodes. This field is immutable.k +x-kubernetes-group-version-kindHF- group: storage.k8s.io + kind: CSIStorageCapacity + version: v1beta1 + + +3io.k8s.api.autoscaling.v2beta2.ResourceMetricSource"ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.nametarget +object +B +name:"-name is the name of the resource in question. +string +} +targets +9#/definitions/io.k8s.api.autoscaling.v2beta2.MetricTarget"6target specifies the target value for the given metric +$ +io.k8s.api.core.v1.PodStatus#"PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane. +object" + +podIPs"podIPs holds the IP addresses allocated to the pod. If this field is specified, the 0th entry must match the podIP field. Pods may be allocated at most 1 value for each of IPv4 and IPv6. This list is empty if no IPs have been allocated yet. +array* +( +&#/definitions/io.k8s.api.core.v1.PodIP% +x-kubernetes-patch-merge-keyip +' +x-kubernetes-patch-strategymerge + + + startTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"RFC 3339 date and time at which the object was acknowledged by the Kubelet. This is before the Kubelet pulled the container image(s) for the pod. + +containerStatuses"The list has one entry per container in the manifest. Each entry is currently the output of `docker inspect`. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +array4 +2 +0#/definitions/io.k8s.api.core.v1.ContainerStatus + +ephemeralContainerStatuses"Status for any ephemeral containers that have run in this pod. This field is alpha-level and is only populated by servers that enable the EphemeralContainers feature. +array4 +2 +0#/definitions/io.k8s.api.core.v1.ContainerStatus + +initContainerStatuses"The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status +array4 +2 +0#/definitions/io.k8s.api.core.v1.ContainerStatus +k +message`"SA human readable message indicating details about why the pod is in this condition. +string +x +podIPo"bIP address allocated to the pod. Routable at least within the cluster. Empty if not yet allocated. +string + +qosClass"The Quality of Service (QOS) classification assigned to the pod based on resource requirements See PodQOSClass type for available QOS classes More info: https://git.k8s.io/community/contributors/design-proposals/node/resource-qos.md +string +v +reasonl"_A brief CamelCase message indicating details about why the pod is in this state. e.g. 'Evicted' +string + + +conditions"xCurrent service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +array1 +/ +-#/definitions/io.k8s.api.core.v1.PodCondition' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + +g +hostIP]"PIP address of the host to which the pod is assigned. Empty if not yet scheduled. +string + +nominatedNodeName"nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled. +string + +phase " The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values: + +Pending: The pod has been accepted by the Kubernetes system, but one or more of the container images has not been created. This includes time before being scheduled as well as time spent downloading images over the network, which could take a while. Running: The pod has been bound to a node, and all of the containers have been created. At least one container is still running, or is in the process of starting or restarting. Succeeded: All containers in the pod have terminated in success, and will not be restarted. Failed: All containers in the pod have terminated, and at least one container has terminated in failure. The container either exited with non-zero status or was terminated by the system. Unknown: For some reason the state of the pod could not be obtained, typically due to an error in communicating with the host of the pod. + +More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-phase +string + +io.k8s.api.core.v1.VolumeMount"@VolumeMount describes a mounting of a Volume within a container.name mountPath +object + + subPathExpr"Expanded path within the volume from which the container's volume should be mounted. Behaves similarly to SubPath but environment variable references $(VAR_NAME) are expanded using the container's environment. Defaults to "" (volume's root). SubPathExpr and SubPath are mutually exclusive. +string +q + mountPathd"WPath within the container at which the volume should be mounted. Must not contain ':'. +string + +mountPropagation"mountPropagation determines how mounts are propagated from the host to container and the other way around. When not set, MountPropagationNone is used. This field is beta in 1.10. +string +: +name2"%This must match the Name of a Volume. +string +t +readOnlyh"ZMounted read-only if true, read-write otherwise (false or unspecified). Defaults to false. +boolean + +subPathx"kPath within the volume from which the container's volume should be mounted. Defaults to "" (volume's root). +string + +1io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"%Represents a vSphere volume resource. +volumePath +object + +fsType"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +string +x +storagePolicyIDe"XStorage Policy Based Management (SPBM) profile ID associated with the StoragePolicyName. +string +V +storagePolicyNameA"4Storage Policy Based Management (SPBM) profile name. +string +C + +volumePath5"(Path that identifies vSphere volume vmdk +string + +&io.k8s.api.flowcontrol.v1beta1.Subject"Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.kind +object +D +group; +9#/definitions/io.k8s.api.flowcontrol.v1beta1.GroupSubject + +kind"Required +string +V +serviceAccountD +B#/definitions/io.k8s.api.flowcontrol.v1beta1.ServiceAccountSubject +B +user: +8#/definitions/io.k8s.api.flowcontrol.v1beta1.UserSubject +x-kubernetes-unionswu- discriminator: kind + fields-to-discriminateBy: + group: Group + serviceAccount: ServiceAccount + user: User + + + io.k8s.api.rbac.v1beta1.RoleList"RoleList is a collection of Roles Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleList, and will no longer be served in v1.22.items +object +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +^ +itemsU"Items is a list of Roles +array. +, +*#/definitions/io.k8s.api.rbac.v1beta1.Role + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringl +x-kubernetes-group-version-kindIG- kind: RoleList + version: v1beta1 + group: rbac.authorization.k8s.io + + +&io.k8s.api.storage.v1.StorageClassList"4StorageClassList is a collection of storage classes.items +object + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"~Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +o +itemsf"#Items is the list of StorageClasses +array4 +2 +0#/definitions/io.k8s.api.storage.v1.StorageClass + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringd +x-kubernetes-group-version-kindA?- group: storage.k8s.io + kind: StorageClassList + version: v1 + + +1io.k8s.api.autoscaling.v2beta2.ObjectMetricSource"ObjectMetricSource indicates how to scale on a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).describedObjecttargetmetric +object +] +describedObjectJ +H#/definitions/io.k8s.api.autoscaling.v2beta2.CrossVersionObjectReference + +metricy +=#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier"8metric identifies the target metric by name and selector +} +targets +9#/definitions/io.k8s.api.autoscaling.v2beta2.MetricTarget"6target specifies the target value for the given metric + + io.k8s.api.core.v1.ServiceStatus"9ServiceStatus represents the current status of a service. +object + + +conditions"Current service state +array@ +> +<#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition' +x-kubernetes-list-map-keys - type + +x-kubernetes-list-typemap +' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + + + loadBalancer +3#/definitions/io.k8s.api.core.v1.LoadBalancerStatus"QLoadBalancer contains the current status of the load-balancer, if one is present. + +)io.k8s.api.networking.v1.IngressClassSpec"DIngressClassSpec provides information about the class of an Ingress. +object + + +controller"Controller refers to the name of the controller that should handle this class. This allows for different "flavors" that are controlled by the same controller. For example, you may have different Parameters for the same implementing controller. This should be specified as a domain-prefixed path no more than 250 characters in length, e.g. "acme.io/ingress-controller". This field is immutable. +string + + +parameters +F#/definitions/io.k8s.api.networking.v1.IngressClassParametersReference"Parameters is a link to a custom resource containing additional configuration for the controller. This is optional if the controller does not require extra parameters. + +2io.k8s.api.storage.v1alpha1.VolumeAttachmentSource"VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set. +object + +inlineVolumeSpec +5#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec"inlineVolumeSpec contains all the information necessary to attach a persistent volume defined by a pod's inline VolumeSource. This field is populated only for the CSIMigration feature. It contains translated fields from a pod's inline VolumeSource to a PersistentVolumeSpec. This field is alpha-level and is only honored by servers that enabled the CSIMigration feature. +M +persistentVolumeName5"(Name of the persistent volume to attach. +string + +Zio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionList"KCustomResourceDefinitionList is a list of CustomResourceDefinition objects.items +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +I +metadata= +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"6items list individual CustomResourceDefinition objects +arrayh +f +d#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinition{ +x-kubernetes-group-version-kindXV- group: apiextensions.k8s.io + kind: CustomResourceDefinitionList + version: v1beta1 + + +Bio.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration +"ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + +webhooks"IWebhooks is a list of webhooks and the affected resources and operations. +arrayG +E +C#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhook' +x-kubernetes-patch-merge-keyname +' +x-kubernetes-patch-strategymerge + +x-kubernetes-group-version-kind][- group: admissionregistration.k8s.io + kind: ValidatingWebhookConfiguration + version: v1 + + +io.k8s.api.core.v1.Affinity"1Affinity is a group of affinity scheduling rules. +object +v + nodeAffinityf +-#/definitions/io.k8s.api.core.v1.NodeAffinity"5Describes node affinity scheduling rules for the pod. + + podAffinity +,#/definitions/io.k8s.api.core.v1.PodAffinity"tDescribes pod affinity scheduling rules (e.g. co-locate this pod in the same node, zone, etc. as some other pod(s)). + +podAntiAffinity +0#/definitions/io.k8s.api.core.v1.PodAntiAffinity"}Describes pod anti-affinity scheduling rules (e.g. avoid putting this pod in the same node, zone, etc. as some other pod(s)). + +1io.k8s.api.authentication.v1.BoundObjectReference"JBoundObjectReference is a reference to an object that a token is bound to. +object +7 + +apiVersion)"API version of the referent. +string +N +kindF"9Kind of the referent. Valid kinds are 'Pod' and 'Secret'. +string +* +name""Name of the referent. +string +( +uid!"UID of the referent. +string + + io.k8s.api.core.v1.ScopeSelector"nA scope selector represents the AND of the selectors represented by the scoped-resource selector requirements. +object + +matchExpressions"@A list of scope selector requirements by scope of the resources. +arrayF +D +B#/definitions/io.k8s.api.core.v1.ScopedResourceSelectorRequirement + +*io.k8s.api.networking.v1.NetworkPolicyList"5NetworkPolicyList is a list of NetworkPolicy objects.items +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +r +itemsi""Items is a list of schema objects. +array8 +6 +4#/definitions/io.k8s.api.networking.v1.NetworkPolicyh +x-kubernetes-group-version-kindEC- group: networking.k8s.io + kind: NetworkPolicyList + version: v1 + + +Wio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceScale "^CustomResourceSubresourceScale defines how to serve the scale subresource for CustomResources.specReplicasPathstatusReplicasPath +object + +specReplicasPath"specReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `spec.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.spec`. If there is no value under the given path in the custom resource, the `/scale` subresource will return an error on GET. +string + +statusReplicasPath"statusReplicasPath defines the JSON path inside of a custom resource that corresponds to Scale `status.replicas`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status`. If there is no value under the given path in the custom resource, the `status.replicas` value in the `/scale` subresource will default to 0. +string + +labelSelectorPath"labelSelectorPath defines the JSON path inside of a custom resource that corresponds to Scale `status.selector`. Only JSON paths without the array notation are allowed. Must be a JSON Path under `.status` or `.spec`. Must be set to work with HorizontalPodAutoscaler. The field pointed by this JSON path must be a string field (not a complex selector struct) which contains a serialized label selector in string form. More info: https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions#scale-subresource If there is no value under the given path in the custom resource, the `status.selector` value in the `/scale` subresource will default to the empty string. +string + + io.k8s.api.apps.v1.DaemonSetList"-DaemonSetList is a collection of daemon sets.items +object + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +\ +itemsS"A list of daemon sets. +array. +, +*#/definitions/io.k8s.api.apps.v1.DaemonSet + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringW +x-kubernetes-group-version-kind42- group: apps + kind: DaemonSetList + version: v1 + + +2io.k8s.api.authorization.v1.SelfSubjectRulesReview"SelfSubjectRulesReview enumerates the set of actions the current user can perform within a namespace. The returned list of actions may be incomplete depending on the server's authorization mode, and any errors experienced during the evaluation. SelfSubjectRulesReview should be used by UIs to show/hide actions, or to quickly let an end user reason about their permissions. It should NOT Be used by external systems to drive authorization decisions as this raises confused deputy, cache lifetime/revocation, and correctness concerns. SubjectAccessReview, and LocalAccessReview are the correct way to defer authorization decisions to the API server.spec +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec +D#/definitions/io.k8s.api.authorization.v1.SelfSubjectRulesReviewSpec"9Spec holds information about the request being evaluated. + +status +B#/definitions/io.k8s.api.authorization.v1.SubjectRulesReviewStatus"VStatus is filled in by the server and indicates the set of actions a user can perform. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringp +x-kubernetes-group-version-kindMK- group: authorization.k8s.io + kind: SelfSubjectRulesReview + version: v1 + + +:io.k8s.api.autoscaling.v2beta1.CrossVersionObjectReference"bCrossVersionObjectReference contains enough information to let you identify the referred resource.kindname +object +6 + +apiVersion("API version of the referent +string + +kind"Kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds" +string +l +named"WName of the referent; More info: http://kubernetes.io/docs/user-guide/identifiers#names +string + +io.k8s.api.core.v1.Taint"`The node this Taint is attached to has the "effect" on any pod that does not tolerate the Taint.keyeffect +object + + timeAdded +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"dTimeAdded represents the time at which the taint was added. It is only written for NoExecute taints. +E +value<"/The taint value corresponding to the taint key. +string + +effect"Required. The effect of the taint on pods that do not tolerate the taint. Valid effects are NoSchedule, PreferNoSchedule and NoExecute. +string +D +key="0Required. The taint key to be applied to a node. +string + + +*io.k8s.api.networking.v1.NetworkPolicyPeer "lNetworkPolicyPeer describes a peer to allow traffic to/from. Only certain combinations of fields are allowed +object + +namespaceSelector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"Selects Namespaces using cluster-scoped labels. This field follows standard label selector semantics; if present but empty, it selects all namespaces. + +If PodSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects all Pods in the Namespaces selected by NamespaceSelector. + + podSelector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"This is a label selector which selects Pods. This field follows standard label selector semantics; if present but empty, it selects all pods. + +If NamespaceSelector is also set, then the NetworkPolicyPeer as a whole selects the Pods matching PodSelector in the Namespaces selected by NamespaceSelector. Otherwise it selects the Pods matching PodSelector in the policy's own Namespace. + +ipBlock +.#/definitions/io.k8s.api.networking.v1.IPBlock"mIPBlock defines policy on a particular IPBlock. If this field is set then neither of the other fields can be. + + +Fio.k8s.api.admissionregistration.v1.ValidatingWebhookConfigurationList "OValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"'List of ValidatingWebhookConfiguration. +arrayT +R +P#/definitions/io.k8s.api.admissionregistration.v1.ValidatingWebhookConfiguration + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +x-kubernetes-group-version-kinda_- group: admissionregistration.k8s.io + kind: ValidatingWebhookConfigurationList + version: v1 + + +1io.k8s.api.authorization.v1.NonResourceAttributes"{NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface +objecto +8 +path0"#Path is the URL path of the request +string +3 +verb+"Verb is the standard HTTP verb +string + ++io.k8s.api.autoscaling.v2beta2.MetricTarget"aMetricTarget defines the target value, average value, or average utilization of a specific metrictype +object + +averageUtilizationint32"averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type +integer + + averageValue +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"faverageValue is the target value of the average of the metric across all relevant pods (as a quantity) +c +type["Ntype represents whether the metric type is Utilization, Value, or AverageValue +string + +valuew +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"8value is the target value of the metric (as a quantity). + +#io.k8s.api.core.v1.NodeSelectorTerm"A null or empty node selector term matches no objects. The requirements of them are ANDed. The TopologySelectorTerm type implements a subset of the NodeSelectorTerm. +object + +matchExpressions"6A list of node selector requirements by node's labels. +array< +: +8#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement + + matchFields"6A list of node selector requirements by node's fields. +array< +: +8#/definitions/io.k8s.api.core.v1.NodeSelectorRequirement + +4io.k8s.api.flowcontrol.v1beta1.ServiceAccountSubject"RServiceAccountSubject holds detailed information for service-account-kind subject. namespacename +object +y +nameq"d`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required. +string +d + namespaceW"J`namespace` is the namespace of matching ServiceAccount objects. Required. +string + +#io.k8s.api.node.v1.RuntimeClassList"3RuntimeClassList is a list of RuntimeClass objects.items +object +k +itemsb""Items is a list of schema objects. +array1 +/ +-#/definitions/io.k8s.api.node.v1.RuntimeClass + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringa +x-kubernetes-group-version-kind><- group: node.k8s.io + kind: RuntimeClassList + version: v1 + + +-io.k8s.apimachinery.pkg.apis.meta.v1.FieldsV1"FieldsV1 stores a set of fields in a data structure like a Trie, in JSON format. + +Each key is either a '.' representing the field itself, and will always map to an empty set, or a string representing a sub-field or item. The string will follow one of these four formats: 'f:', where is the name of a field in a struct, or key in a map 'v:', where is the exact json formatted value of a list item 'i:', where is position of a item in a list 'k:', where is a map of a list item's key fields to their unique values If a key maps to an empty Fields value, the field that key represents is part of the set. + +The exact format is defined in sigs.k8s.io/structured-merge-diff +object + +"io.k8s.api.apps.v1.DaemonSetStatus">DaemonSetStatus represents the current status of a daemon set.currentNumberSchedulednumberMisscheduleddesiredNumberScheduled numberReady +object + +desiredNumberScheduledint32"The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ +integer + +numberUnavailableint32"The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds) +integer + +currentNumberScheduledint32"The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ +integer + +numberAvailableint32"The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds) +integer + +numberMisscheduledint32"The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/ +integer + + numberReadyint32"sThe number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready. +integer +l +observedGenerationVint64"AThe most recent generation observed by the daemon set controller. +integer +l +updatedNumberScheduledRint32"=The total number of nodes that are running updated daemon pod +integer + +collisionCountint32"Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +integer + + +conditions"LRepresents the latest available observations of a DaemonSet's current state. +array7 +5 +3#/definitions/io.k8s.api.apps.v1.DaemonSetCondition' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + + +=io.k8s.api.certificates.v1.CertificateSigningRequestCondition "^CertificateSigningRequestCondition describes a condition of a CertificateSigningRequest objecttypestatus +object +L +reasonB"5reason indicates a brief reason for the request state +string + +status"~status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown". +string + +type"type of the condition. Known conditions are "Approved", "Denied", and "Failed". + +An "Approved" condition is added via the /approval subresource, indicating the request was approved and should be issued by the signer. + +A "Denied" condition is added via the /approval subresource, indicating the request was denied and should not be issued by the signer. + +A "Failed" condition is added via the /status subresource, indicating the signer failed to issue the certificate. + +Approved and Denied conditions are mutually exclusive. Approved, Denied, and Failed conditions cannot be removed once added. + +Only one condition of a given type is allowed. +string + +lastTransitionTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"lastTransitionTime is the time the condition last transitioned from one status to another. If unset, when a new condition type is added or an existing condition's status is changed, the server defaults this to the current time. + +lastUpdateTimez +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"?lastUpdateTime is the time of the last update to this condition +f +message["Nmessage contains a human readable message with details about the request state +string + +!io.k8s.api.policy.v1beta1.IDRange"6IDRange provides a min/max of an allowed range of IDs.minmax +object +C +max<int64"'max is the end of the range, inclusive. +integer +E +min>int64")min is the start of the range, inclusive. +integer + +Cio.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus"AAPIServiceStatus contains derived information about an API server +object + + +conditions"$Current service state of apiService. +arrayX +V +T#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceCondition' +x-kubernetes-list-map-keys - type + +x-kubernetes-list-typemap +' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + + + +Kio.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfigurationList "OValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"'List of ValidatingWebhookConfiguration. +arrayY +W +U#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +x-kubernetes-group-version-kindfd- group: admissionregistration.k8s.io + kind: ValidatingWebhookConfigurationList + version: v1beta1 + + +&io.k8s.api.core.v1.QuobyteVolumeSource"Represents a Quobyte mount that lasts the lifetime of a pod. Quobyte volumes do not support ownership management or SELinux relabeling.registryvolume +object + +tenant"Tenant owning the given Quobyte volume in the Backend Used with dynamically provisioned Quobyte volumes, value is set by the plugin +string +Q +userI""1Group to map volume access to Default is no group +string + +readOnlyv"hReadOnly here will force the Quobyte volume to be mounted with read-only permissions. Defaults to false. +boolean + +registry"Registry represents a single or multiple Quobyte Registry services specified as a string as host:port pair (multiple entries are separated with commas) which acts as the central registry for volumes +string + +(io.k8s.api.core.v1.ResourceFieldSelector"ZResourceFieldSelector represents container resources (cpu, memory) and their output formatresource +object +Y + containerNameH";Container name: required for volumes, optional for env vars +string + +divisor +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"ESpecifies the output format of the exposed resources, defaults to "1" +5 +resource)"Required: resource to select +string + +io.k8s.api.events.v1.EventList"%EventList is a list of Event objects.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +f +items]""items is a list of schema objects. +array, +* +(#/definitions/io.k8s.api.events.v1.Event + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata\ +x-kubernetes-group-version-kind97- group: events.k8s.io + kind: EventList + version: v1 + + +&io.k8s.api.networking.v1.IngressStatus"8IngressStatus describe the current state of the Ingress. +object + + loadBalanceru +3#/definitions/io.k8s.api.core.v1.LoadBalancerStatus">LoadBalancer contains the current status of the load-balancer. +, +#io.k8s.api.storage.v1.CSIDriverSpec+"2CSIDriverSpec is the specification of a CSIDriver. +object+ + +storageCapacity"If set to true, storageCapacity indicates that the CSI volume driver wants pod scheduling to consider the storage capacity that the driver deployment will report by creating CSIStorageCapacity objects with capacity information. + +The check can be enabled immediately when deploying a driver. In that case, provisioning new volumes with late binding will pause until the driver deployment has published some suitable CSIStorageCapacity object. + +Alternatively, the driver can be deployed with the field unset or false and it can be flipped later when storage capacity information has been published. + +This field is immutable. + +This is a beta field and only available when the CSIStorageCapacity feature is enabled. The default is false. +boolean + + tokenRequests"TokenRequests indicates the CSI driver needs pods' service account tokens it is mounting volume for to do necessary authentication. Kubelet will pass the tokens in VolumeContext in the CSI NodePublishVolume calls. The CSI driver should parse and validate the following VolumeContext: "csi.storage.k8s.io/serviceAccount.tokens": { + "": { + "token": , + "expirationTimestamp": , + }, + ... +} + +Note: Audience in each TokenRequest should be different and at most one token is empty string. To receive a new token after expiry, RequiresRepublish can be used to trigger NodePublishVolume periodically. + +This is a beta feature and only available when the CSIServiceAccountToken feature is enabled. +array4 +2 +0#/definitions/io.k8s.api.storage.v1.TokenRequest# +x-kubernetes-list-type atomic + + +volumeLifecycleModes"volumeLifecycleModes defines what kind of volumes this CSI volume driver supports. The default if the list is empty is "Persistent", which is the usage defined by the CSI specification and implemented in Kubernetes via the usual PV/PVC mechanism. The other mode is "Ephemeral". In this mode, volumes are defined inline inside the pod spec with CSIVolumeSource and their lifecycle is tied to the lifecycle of that pod. A driver has to be aware of this because it is only going to get a NodePublishVolume call for such a volume. For more information about implementing this mode, see https://kubernetes-csi.github.io/docs/ephemeral-local-volumes.html A driver can support one or more of these modes and more modes may be added in the future. This field is beta. + +This field is immutable. +array +  +string +x-kubernetes-list-typeset + + +attachRequired"attachRequired indicates this CSI volume driver requires an attach operation (because it implements the CSI ControllerPublishVolume() method), and that the Kubernetes attach detach controller should call the attach volume interface which checks the volumeattachment status and waits until the volume is attached before proceeding to mounting. The CSI external-attacher coordinates with CSI volume driver and updates the volumeattachment status when the attach operation is complete. If the CSIDriverRegistry feature gate is enabled and the value is specified to false, the attach operation will be skipped. Otherwise the attach operation will be called. + +This field is immutable. +boolean + + fsGroupPolicy"Defines if the underlying volume supports changing ownership and permission of the volume before being mounted. Refer to the specific FSGroupPolicy values for additional details. This field is alpha-level, and is only honored by servers that enable the CSIVolumeFSGroupPolicy feature gate. + +This field is immutable. +string + +podInfoOnMount " If set to true, podInfoOnMount indicates this CSI volume driver requires additional pod information (like podName, podUID, etc.) during mount operations. If set to false, pod information will not be passed on mount. Default is false. The CSI driver specifies podInfoOnMount as part of driver deployment. If true, Kubelet will pass pod information as VolumeContext in the CSI NodePublishVolume() calls. The CSI driver is responsible for parsing and validating the information passed in as VolumeContext. The following VolumeConext will be passed if podInfoOnMount is set to true. This list might grow, but the prefix will be used. "csi.storage.k8s.io/pod.name": pod.Name "csi.storage.k8s.io/pod.namespace": pod.Namespace "csi.storage.k8s.io/pod.uid": string(pod.UID) "csi.storage.k8s.io/ephemeral": "true" if the volume is an ephemeral inline volume + defined by a CSIVolumeSource, otherwise "false" + +"csi.storage.k8s.io/ephemeral" is a new feature in Kubernetes 1.16. It is only required for drivers which support both the "Persistent" and "Ephemeral" VolumeLifecycleMode. Other drivers can leave pod info disabled and/or ignore this field. As Kubernetes 1.15 doesn't support this field, drivers can only support one mode when deployed on such a cluster and the deployment determines which mode that is, for example via a command line parameter of the driver. + +This field is immutable. +boolean + +requiresRepublish"RequiresRepublish indicates the CSI driver wants `NodePublishVolume` being periodically called to reflect any possible change in the mounted volume. This field defaults to false. + +Note: After a successful initial NodePublishVolume call, subsequent calls to NodePublishVolume should only update the contents of the volume. New mount points will not be seen by a running container. + +This is a beta feature and only available when the CSIServiceAccountToken feature is enabled. +boolean + +!io.k8s.api.apps.v1.DeploymentList"(DeploymentList is a list of Deployments.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +h +items_"!Items is the list of Deployments. +array/ +- ++#/definitions/io.k8s.api.apps.v1.Deployment + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +b +metadataV +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata.X +x-kubernetes-group-version-kind53- group: apps + kind: DeploymentList + version: v1 + + +!io.k8s.api.core.v1.LimitRangeItem "SLimitRangeItem defines a min/max usage limit for any resource that matches on kind.type +object + +maxLimitRequestRatio"MaxLimitRequestRatio if specified, the named resource must have a request and limit that are both non-zero where limit divided by request is less than or equal to the enumerated value; this represents the max burst for the named resource.? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +min"4Min usage constraints on this kind by resource name.? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object +A +type9",Type of resource that this limit applies to. +string + +default"WDefault resource requirement limit value by resource name if resource limit is omitted.? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +defaultRequest"qDefaultRequest is the default resource requirement request value by resource name if resource request is omitted.? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +max"4Max usage constraints on this kind by resource name.? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +,io.k8s.api.core.v1.PersistentVolumeClaimSpec "PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes +object + + accessModes"AccessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1 +array +  +string + + +dataSource +:#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"This field can be used to specify either: * An existing VolumeSnapshot object (snapshot.storage.k8s.io/VolumeSnapshot) * An existing PVC (PersistentVolumeClaim) * An existing custom resource that implements data population (Alpha) In order to use custom resource types that implement data population, the AnyVolumeDataSource feature gate must be enabled. If the provisioner or an external controller can support the specified data source, it will create a new volume based on the contents of the specified data source. + + resources +5#/definitions/io.k8s.api.core.v1.ResourceRequirements"Resources represents the minimum resources the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources + +selectorw +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"3A label query over volumes to consider for binding. + +storageClassName"Name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1 +string + + +volumeMode"volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec. +string +j + +volumeName\"OVolumeName is the binding reference to the PersistentVolume backing this claim. +string + +)io.k8s.api.core.v1.PersistentVolumeStatus"DPersistentVolumeStatus is the current status of a persistent volume. +object +j +message_"RA human-readable message indicating details about why the volume is in this state. +string + +phase"Phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase +string + +reason"{Reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI. +string + +*io.k8s.api.networking.v1.NetworkPolicySpec"?NetworkPolicySpec provides the specification of a NetworkPolicy podSelector +object + +egress"List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8 +arrayB +@ +>#/definitions/io.k8s.api.networking.v1.NetworkPolicyEgressRule + +ingress"List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default) +arrayC +A +?#/definitions/io.k8s.api.networking.v1.NetworkPolicyIngressRule + + podSelector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace. + + policyTypes"List of rule types that the NetworkPolicy relates to. Valid options are ["Ingress"], ["Egress"], or ["Ingress", "Egress"]. If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8 +array +  +string + +Fio.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceSpec"APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.groupPriorityMinimumversionPriority +object +X +versionM"@Version is the API version this server hosts. For example, "v1" +string + +versionPriorityint32"VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. +integer + +caBundlebyte"CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used. +string# +x-kubernetes-list-type atomic + +C +group:"-Group is the API group name this server hosts +string + +groupPriorityMinimumint32"GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s +integer + +insecureSkipTLSVerify"InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead. +boolean + +service +V#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.ServiceReference"Service is a reference to the service for this API server. It must communicate on port 443. If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled. + +:io.k8s.api.autoscaling.v2beta1.HorizontalPodAutoscalerSpec "_HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.scaleTargetRef maxReplicas +object + + +metrics"metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. +array; +9 +7#/definitions/io.k8s.api.autoscaling.v2beta1.MetricSpec + + minReplicasint32"minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available. +integer + +scaleTargetRef +H#/definitions/io.k8s.api.autoscaling.v2beta1.CrossVersionObjectReference"scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count. + + maxReplicasint32"maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas. +integer + +>io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerBehavior"HorizontalPodAutoscalerBehavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). +object + + scaleDown +<#/definitions/io.k8s.api.autoscaling.v2beta2.HPAScalingRules"scaleDown is scaling policy for scaling Down. If not set, the default value is to allow to scale down to minReplicas pods, with a 300 second stabilization window (i.e., the highest recommendation for the last 300sec is used). + +scaleUp +<#/definitions/io.k8s.api.autoscaling.v2beta2.HPAScalingRules"scaleUp is scaling policy for scaling Up. If not set, the default value is the higher of: + * increase no more than 4 pods per 60 seconds + * double the number of pods per 60 seconds +No stabilization is used. + +(io.k8s.api.core.v1.PersistentVolumeClaim "NPersistentVolumeClaim is a user's request for and claim to a persistent volume +object + + +status +<#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimStatus"Status represents the current information/status of a persistent volume claim. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +:#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimSpec"Spec defines the desired characteristics of a volume requested by a pod author. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims] +x-kubernetes-group-version-kind:8- group: "" + kind: PersistentVolumeClaim + version: v1 + + +@io.k8s.api.flowcontrol.v1beta1.LimitedPriorityLevelConfiguration "LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues: + * How are requests for this priority level limited? + * What should be done with requests that exceed the limit? +object + +assuredConcurrencySharesint32"`assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level: + + ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) ) + +bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30. +integer + + limitResponse +:#/definitions/io.k8s.api.flowcontrol.v1beta1.LimitResponse"U`limitResponse` indicates what to do with requests that can not be executed right now + +io.k8s.api.autoscaling.v1.Scale "2Scale represents a scaling request for a resource. +object + + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + +spec +1#/definitions/io.k8s.api.autoscaling.v1.ScaleSpec"defines the behavior of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. + +status +3#/definitions/io.k8s.api.autoscaling.v1.ScaleStatus"current status of the scale. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status. Read-only. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringV +x-kubernetes-group-version-kind31- group: autoscaling + kind: Scale + version: v1 + + +/io.k8s.api.autoscaling.v2beta2.MetricIdentifier"FMetricIdentifier defines the name and optionally selector for a metricname +object +9 +name1"$name is the name of the given metric +string + +selector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics. + + +,io.k8s.api.core.v1.ReplicationControllerList "EReplicationControllerList is a collection of replication controllers.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"{List of replication controllers. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller +array: +8 +6#/definitions/io.k8s.api.core.v1.ReplicationController + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kindsa +x-kubernetes-group-version-kind><- kind: ReplicationControllerList + version: v1 + group: "" + + + +io.k8s.api.core.v1.Toleration +"The pod this Toleration is attached to tolerates any taint that matches the triple using the matching operator . +object + +value"Value is the taint value the toleration matches to. If the operator is Exists, the value should be empty, otherwise just a regular string. +string + +effect"Effect indicates the taint effect to match. Empty means match all taint effects. When specified, allowed values are NoSchedule, PreferNoSchedule and NoExecute. +string + +key"Key is the taint key that the toleration applies to. Empty means match all taint keys. If the key is empty, operator must be Exists; this combination means to match all values and all keys. +string + +operator"Operator represents a key's relationship to the value. Valid operators are Exists and Equal. Defaults to Equal. Exists is equivalent to wildcard for value, so that a pod can tolerate all taints of a particular category. +string + +tolerationSecondsint64"TolerationSeconds represents the period of time the toleration (which must be of effect NoExecute, otherwise this field is ignored) tolerates the taint. By default, it is not set, which means tolerate the taint forever (do not evict). Zero and negative values will be treated as 0 (evict immediately) by the system. +integer + +8io.k8s.api.networking.v1.IngressClassParametersReference"}IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.kindname +object + +apiGroup"APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. +string +C +kind;".Kind is the type of resource being referenced. +string +C +name;".Name is the name of resource being referenced. +string + + namespace"Namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster". +string + +scope"Scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace". Field can be enabled with IngressClassNamespacedParams feature gate. +string + +]io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionVersion"//...` if `served` is true. +string + +$io.k8s.apimachinery.pkg.version.Info"TInfo contains versioning information. how we'll want to distribute that information.majorminor +gitVersion gitCommit gitTreeState buildDate goVersioncompilerplatform +object + +major  +string + +platform  +string + +compiler  +string + + gitTreeState  +string + + +gitVersion  +string + +minor  +string + + buildDate  +string + + gitCommit  +string + + goVersion  +string + +0io.k8s.apimachinery.pkg.apis.meta.v1.APIResource"JAPIResource specifies the name of a resource and whether it is namespaced.name singularName +namespacedkindverbs +object +} + +categorieso"Scategories is a list of the grouped resources this resource belongs to (e.g. 'all') +array +  +string + +group"group is the preferred group of the resource. Empty implies the group of the containing resource list. For subresources, this may have a different value, for example: Scale". +string += +name5"(name is the plural name of the resource. +string +T + +namespacedF"8namespaced indicates if a resource is namespaced or not. +boolean +h + +shortNamesZ">shortNames is a list of suggested short names of the resource. +array +  +string + +storageVersionHash"The hash value of the storage version, the version this resource is converted to when written to the data store. Value must be treated as opaque by clients. Only equality comparison on the value is valid. This is an alpha feature and may change or be removed in the future. The field is populated by the apiserver only if the StorageVersionHash feature gate is enabled. This field will remain optional even if it graduates. +string + +version"version is the preferred version of the resource. Empty implies the version of the containing resource list For subresources, this may have a different value, for example: v1 (while inside a v1beta1 version of the core resource's group)". +string +d +kind\"Okind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo') +string + + singularName"singularName is the singular name of the resource. This allows clients to handle plural and singular opaquely. The singularName is more correct for reporting status on a single item and both singular and plural are allowed from the kubectl CLI interface. +string + +verbs"verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy) +array +  +string + +&io.k8s.api.apps.v1.ReplicaSetCondition"LReplicaSetCondition describes the state of a replica set at a certain point.typestatus +object +L +statusB"5Status of the condition, one of True, False, Unknown. +string +3 +type+"Type of replica set condition. +string + +lastTransitionTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"DThe last time the condition transitioned from one status to another. +Y +messageN"AA human readable message indicating details about the transition. +string +F +reason<"/The reason for the condition's last transition. +string + +3io.k8s.api.authorization.v1.SubjectAccessReviewSpec"SubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set +object + +extra"Extra corresponds to the user.Info.GetExtra() method from the authenticator. Since that is input to the authorizer it needs a reflection here. + +array +  +string +object +N +groupsD"(Groups is the groups you're testing for. +array +  +string + +nonResourceAttributes +?#/definitions/io.k8s.api.authorization.v1.NonResourceAttributes"MNonResourceAttributes describes information for a non-resource access request + +resourceAttributes +<#/definitions/io.k8s.api.authorization.v1.ResourceAttributes"SResourceAuthorizationAttributes describes information for a resource access request +> +uid7"*UID information about the requesting user. +string + +user"User is the user you're testing for. If you specify "User" but not "Groups", then is it interpreted as "What if User were not a member of any groups +string + +$io.k8s.api.batch.v1beta1.CronJobSpec "YCronJobSpec describes how the job execution will look like and when it will actually run.schedule jobTemplate +object + + +concurrencyPolicy"Specifies how to treat concurrent executions of a Job. Valid values are: - "Allow" (default): allows CronJobs to run concurrently; - "Forbid": forbids concurrent runs, skipping next run if previous run hasn't finished yet; - "Replace": cancels currently running job and replaces it with a new one +string + +failedJobsHistoryLimitint32"The number of failed finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1. +integer + + jobTemplatez +6#/definitions/io.k8s.api.batch.v1beta1.JobTemplateSpec"@Specifies the job that will be created when executing a CronJob. +] +scheduleQ"DThe schedule in Cron format, see https://en.wikipedia.org/wiki/Cron. +string + +startingDeadlineSecondsint64"Optional deadline in seconds for starting the job if it misses scheduled time for any reason. Missed jobs executions will be counted as failed ones. +integer + +successfulJobsHistoryLimitint32"The number of successful finished jobs to retain. This is a pointer to distinguish between explicit zero and not specified. Defaults to 3. +integer + +suspend"This flag tells the controller to suspend subsequent executions, it does not apply to already started executions. Defaults to false. +boolean + +'io.k8s.api.core.v1.ResourceRequirements"AResourceRequirements describes the compute resource requirements. +object + +limits"Limits describes the maximum amount of compute resources allowed. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +requests"Requests describes the minimum amount of compute resources required. If Requests is omitted for a container, it defaults to Limits if that is explicitly specified, otherwise to an implementation-defined value. More info: https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +/io.k8s.api.flowcontrol.v1beta1.FlowSchemaStatus">FlowSchemaStatus represents the current state of a FlowSchema. +object + + +conditions";`conditions` is a list of the current states of FlowSchema. +arrayD +B +@#/definitions/io.k8s.api.flowcontrol.v1beta1.FlowSchemaCondition +x-kubernetes-list-typemap +' +x-kubernetes-list-map-keys - type + + +,io.k8s.api.policy.v1.PodDisruptionBudgetList "@PodDisruptionBudgetList is a collection of PodDisruptionBudgets.items +object + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +y +itemsp"'Items is a list of PodDisruptionBudgets +array: +8 +6#/definitions/io.k8s.api.policy.v1.PodDisruptionBudget + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringc +x-kubernetes-group-version-kind@>- group: policy + kind: PodDisruptionBudgetList + version: v1 + + +)io.k8s.api.policy.v1beta1.AllowedHostPath"AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined. +object + + +pathPrefix"pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path. + +Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo` +string + +readOnlyw"iwhen set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly. +boolean + +io.k8s.api.core.v1.Endpoints"Endpoints is a collection of endpoints that implement the actual service. Example: + Name: "mysvc", + Subsets: [ + { + Addresses: [{"ip": "10.10.1.1"}, {"ip": "10.10.2.2"}], + Ports: [{"name": "a", "port": 8675}, {"name": "b", "port": 309}] + }, + { + Addresses: [{"ip": "10.10.3.3"}], + Ports: [{"name": "a", "port": 93}, {"name": "b", "port": 76}] + }, + ] +object + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +subsets"The set of all endpoints is the union of all subsets. Addresses are placed into subsets according to the IPs they share. A single address with multiple ports, some of which are ready and some of which are not (because they come from different containers) will result in the address being displayed in different subsets for the different ports. No address will appear in both Addresses and NotReadyAddresses in the same subset. Sets of addresses and ports that comprise a service. +array3 +1 +/#/definitions/io.k8s.api.core.v1.EndpointSubset + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringQ +x-kubernetes-group-version-kind.,- group: "" + kind: Endpoints + version: v1 + + +6io.k8s.api.flowcontrol.v1beta1.PolicyRulesWithSubjects "PolicyRulesWithSubjects prescribes a test that applies to a request to an apiserver. The test considers the subject making the request, the verb being requested, and the resource to be acted upon. This PolicyRulesWithSubjects matches a request if and only if both (a) at least one member of subjects matches the request and (b) at least one member of resourceRules or nonResourceRules matches the request.subjects +object + +nonResourceRules"`nonResourceRules` is a list of NonResourcePolicyRules that identify matching requests according to their verb and the target non-resource URL. +arrayF +D +B#/definitions/io.k8s.api.flowcontrol.v1beta1.NonResourcePolicyRule# +x-kubernetes-list-type atomic + + + resourceRules"`resourceRules` is a slice of ResourcePolicyRules that identify matching requests according to their verb and the target resource. At least one of `resourceRules` and `nonResourceRules` has to be non-empty. +arrayC +A +?#/definitions/io.k8s.api.flowcontrol.v1beta1.ResourcePolicyRule# +x-kubernetes-list-type atomic + + +subjects"subjects is the list of normal user, serviceaccount, or group that this rule cares about. There must be at least one member in this slice. A slice that includes both the system:authenticated and system:unauthenticated user groups matches every request. Required. +array8 +6 +4#/definitions/io.k8s.api.flowcontrol.v1beta1.Subject# +x-kubernetes-list-type atomic + + +Nio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.ServiceReference";ServiceReference holds a reference to Service.legacy.k8s.io namespacename +object +Y +pathQ"Dpath is an optional URL path at which the webhook will be contacted. +string + +portint32"port is an optional service port at which the webhook will be contacted. `port` should be a valid port number (1-65535, inclusive). Defaults to 443 for backward compatibility. +integer +> +name6")name is the name of the service. Required +string +M + namespace@"3namespace is the namespace of the service. Required +string + +%io.k8s.api.core.v1.ConfigMapEnvSource"ConfigMapEnvSource selects a ConfigMap to populate the environment variables with. + +The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables. +object + +name|"oName of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +string +G +optional;"-Specify whether the ConfigMap must be defined +boolean + +io.k8s.api.core.v1.LimitRange "OLimitRange sets resource usage limits for each kind of resource in a Namespace. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +/#/definitions/io.k8s.api.core.v1.LimitRangeSpec"Spec defines the limits enforced. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-statusR +x-kubernetes-group-version-kind/-- group: "" + kind: LimitRange + version: v1 + + +"io.k8s.api.core.v1.PodTemplateSpec"QPodTemplateSpec describes the data a pod should have when created from a template +object + +spec +(#/definitions/io.k8s.api.core.v1.PodSpec"Specification of the desired behavior of the pod. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +)io.k8s.api.networking.v1.IngressClassList"3IngressClassList is a collection of IngressClasses.items +object +b +metadataV +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +s +itemsj"$Items is the list of IngressClasses. +array7 +5 +3#/definitions/io.k8s.api.networking.v1.IngressClass + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringg +x-kubernetes-group-version-kindDB- group: networking.k8s.io + kind: IngressClassList + version: v1 + + +io.k8s.api.core.v1.EndpointPort"5EndpointPort is a tuple that describes a single port.port +object +b +protocolV"IThe IP protocol for this port. Must be UDP, TCP, or SCTP. Default is TCP. +string + + appProtocol"The application protocol for this port. This field follows standard Kubernetes label syntax. Un-prefixed names are reserved for IANA standard service names (as per RFC-6335 and http://www.iana.org/assignments/service-names). Non-standard protocols should use prefixed names such as mycompany.com/my-custom-protocol. This is a beta field that is guarded by the ServiceAppProtocol feature gate and enabled by default. +string + +name"The name of this port. This must match the 'name' field in the corresponding ServicePort. Must be a DNS_LABEL. Optional only if one port is defined. +string += +port5int32" The port number of the endpoint. +integer + +=io.k8s.api.networking.v1beta1.IngressClassParametersReference"}IngressClassParametersReference identifies an API object. This can be used to specify a cluster or namespace-scoped resource.kindname +object + +apiGroup"APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required. +string +C +kind;".Kind is the type of resource being referenced. +string +C +name;".Name is the name of resource being referenced. +string + + namespace"Namespace is the namespace of the resource being referenced. This field is required when scope is set to "Namespace" and must be unset when scope is set to "Cluster". +string + +scope"Scope represents if this refers to a cluster or namespace scoped resource. This may be set to "Cluster" (default) or "Namespace". Field can be enabled with IngressClassNamespacedParams feature gate. +string + +3io.k8s.api.apps.v1.RollingUpdateStatefulSetStrategy"kRollingUpdateStatefulSetStrategy is used to communicate parameter for RollingUpdateStatefulSetStrategyType. +object + + partitionxint32"cPartition indicates the ordinal at which the StatefulSet should be partitioned. Default value is 0. +integer + +'io.k8s.api.core.v1.EmptyDirVolumeSource"uRepresents an empty directory for a pod. Empty directory volumes support ownership management and SELinux relabeling. +object + +medium"What type of storage medium should back this directory. The default is "" which means to use the node's default medium. Must be an empty string (default) or Memory. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir +string + + sizeLimit +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"Total amount of local storage required for this EmptyDir volume. The size limit is also applicable for memory medium. The maximum usage on memory medium EmptyDir would be the minimum value between the SizeLimit specified here and the sum of memory limits of all containers in a pod. The default is nil which means that the limit is undefined. More info: http://kubernetes.io/docs/user-guide/volumes#emptydir + +.io.k8s.api.discovery.v1beta1.EndpointSliceList"6EndpointSliceList represents a list of endpoint slicesitems +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +k +itemsb"List of endpoint slices +array< +: +8#/definitions/io.k8s.api.discovery.v1beta1.EndpointSlice + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +b +metadataV +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata.l +x-kubernetes-group-version-kindIG- group: discovery.k8s.io + kind: EndpointSliceList + version: v1beta1 + + +!io.k8s.api.node.v1alpha1.Overhead"ROverhead structure represents the resource overhead associated with running a pod. +object + +podFixed"NPodFixed represents the fixed resource overhead associated with running a pod.? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +io.k8s.api.rbac.v1.RoleList"!RoleList is a collection of Rolesitems +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +Y +itemsP"Items is a list of Roles +array) +' +%#/definitions/io.k8s.api.rbac.v1.Role + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata.g +x-kubernetes-group-version-kindDB- kind: RoleList + version: v1 + group: rbac.authorization.k8s.io + + +2io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails "StatusDetails is a set of additional properties that MAY be set by the server to provide additional information about a response. The Reason field of a Status object defines what attributes will be set. Clients must ignore fields that do not match the defined type of each attribute, and should assume that any attribute may be empty, invalid, or under defined. +object + +kind"The kind attribute of the resource associated with the status StatusReason. On some operations may differ from the requested resource Kind. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +name"The name attribute of the resource associated with the status StatusReason (when there is a single name which can be described). +string + +retryAfterSecondsint32"If specified, the time in seconds before the operation should be retried. Some errors may indicate the client must take an alternate action - for those errors this field may indicate how long to wait before taking the alternate action. +integer + +uid"UID of the resource. (when there is a single resource which can be described). More info: http://kubernetes.io/docs/user-guide/identifiers#uids +string + +causes"The Causes array includes more details associated with the StatusReason failure. Not all StatusReasons may provide detailed causes. +arrayB +@ +>#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause +b +groupY"LThe group attribute of the resource associated with the status StatusReason. +string + +!io.k8s.api.core.v1.ContainerState"ContainerState holds a possible state of container. Only one of its members may be specified. If none of them is specified, the default one is ContainerStateWaiting. +object +f +running[ +6#/definitions/io.k8s.api.core.v1.ContainerStateRunning"!Details about a running container +o + +terminateda +9#/definitions/io.k8s.api.core.v1.ContainerStateTerminated"$Details about a terminated container +f +waiting[ +6#/definitions/io.k8s.api.core.v1.ContainerStateWaiting"!Details about a waiting container + +%io.k8s.api.discovery.v1beta1.Endpoint"FEndpoint represents a single logical "backend" implementing a service. addresses +object + + +conditions +=#/definitions/io.k8s.api.discovery.v1beta1.EndpointConditions"Iconditions contains information about the current status of the endpoint. + +hints +8#/definitions/io.k8s.api.discovery.v1beta1.EndpointHints"Nhints contains information associated with how an endpoint should be consumed. + +hostname"hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation. +string + +nodeName"nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate. +string + + targetRef +0#/definitions/io.k8s.api.core.v1.ObjectReference"NtargetRef is a reference to a Kubernetes object that represents this endpoint. + +topology"topology contains arbitrary topology information associated with the endpoint. These key/value pairs must conform with the label format. https://kubernetes.io/docs/concepts/overview/working-with-objects/labels Topology may include a maximum of 16 key/value pairs. This includes, but is not limited to the following well known keys: * kubernetes.io/hostname: the value indicates the hostname of the node + where the endpoint is located. This should match the corresponding + node label. +* topology.kubernetes.io/zone: the value indicates the zone where the + endpoint is located. This should match the corresponding node label. +* topology.kubernetes.io/region: the value indicates the region where the + endpoint is located. This should match the corresponding node label. +This field is deprecated and will be removed in future api versions. +  +string +object + + addresses"addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. +array +  +string +x-kubernetes-list-typeset + + +;io.k8s.api.policy.v1beta1.SupplementalGroupsStrategyOptions"dSupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. +object + +ranges"ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs. +array3 +1 +/#/definitions/io.k8s.api.policy.v1beta1.IDRange +t +rulel"_rule is the strategy that will dictate what supplemental groups is used in the SecurityContext. +string + + +Wio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceColumnDefinition "KCustomResourceColumnDefinition specifies a column for server side printing.nametypejsonPath +object +B +name:"-name is a human readable name for the column. +string + +priorityint32"priority is an integer defining the relative importance of this column compared to others. Lower numbers are considered higher priority. Columns that may be omitted in limited space scenarios should be given a priority greater than 0. +integer + +type"type is an OpenAPI type definition for this column. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details. +string +W + descriptionH";description is a human readable description of this column. +string + +format"format is an optional OpenAPI type definition for this column. The 'name' format is applied to the primary identifier column to assist in clients identifying column is the resource name. See https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#data-types for details. +string + +jsonPath"jsonPath is a simple JSON path (i.e. with array notation) which is evaluated against each custom resource to produce the value for this column. +string + +1io.k8s.api.autoscaling.v2beta1.ObjectMetricStatus"ObjectMetricStatus indicates the current value of a metric describing a kubernetes object (for example, hits-per-second on an Ingress object).target +metricName currentValue +object + + currentValue +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"@currentValue is the current value of the metric (as a quantity). +L + +metricName>"1metricName is the name of the metric in question. +string + +selector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"selector is the string-encoded form of a standard kubernetes label selector for the given metric When set in the ObjectMetricSource, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics. + +targetv +H#/definitions/io.k8s.api.autoscaling.v2beta1.CrossVersionObjectReference"*target is the described Kubernetes object. + + averageValue +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"gaverageValue is the current value of the average of the metric across all relevant pods (as a quantity) + +#io.k8s.api.batch.v1.JobTemplateSpec"QJobTemplateSpec describes the data a Job should have when created from a template +object + +spec +)#/definitions/io.k8s.api.batch.v1.JobSpec"Specification of the desired behavior of the job. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata of the jobs created from this template. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +*io.k8s.api.core.v1.DownwardAPIVolumeSource"DownwardAPIVolumeSource represents a volume containing downward API info. Downward API volumes support ownership management and SELinux relabeling. +object + + defaultModeint32"Optional: mode bits to use on created files by default. Must be a Optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +integer +} +itemst"+Items is a list of downward API volume file +array: +8 +6#/definitions/io.k8s.api.core.v1.DownwardAPIVolumeFile + +#io.k8s.api.core.v1.NodeConfigSource"uNodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil. +object{ +y + configMapl +:#/definitions/io.k8s.api.core.v1.ConfigMapNodeConfigSource".ConfigMap is a reference to a Node's ConfigMap + +io.k8s.api.core.v1.NodeStatus"=NodeStatus is information about the current status of a node. +object + +nodeInfo +/#/definitions/io.k8s.api.core.v1.NodeSystemInfo"oSet of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info + +volumesAttachedp".List of volumes that are attached to the node. +array3 +1 +/#/definitions/io.k8s.api.core.v1.AttachedVolume +d + volumesInUseT"8List of attachable volumes in use (mounted) by the node. +array +  +string + + addresses"List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See http://pr.k8s.io/79391 for an example. +array0 +. +,#/definitions/io.k8s.api.core.v1.NodeAddress' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + +t +daemonEndpointsa +4#/definitions/io.k8s.api.core.v1.NodeDaemonEndpoints")Endpoints of daemons running on the Node. +q +imagesg"%List of container images on this node +array3 +1 +/#/definitions/io.k8s.api.core.v1.ContainerImage + +config +1#/definitions/io.k8s.api.core.v1.NodeConfigStatus"QStatus of the config assigned to the node via the dynamic Kubelet config feature. + +phase"NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated. +string + + allocatable"gAllocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +capacity"Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + + +conditions"Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition +array2 +0 +.#/definitions/io.k8s.api.core.v1.NodeCondition' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + + +.io.k8s.api.policy.v1.PodDisruptionBudgetStatus"PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.disruptionsAllowedcurrentHealthydesiredHealthy expectedPods +object + + +conditions"Conditions contain conditions for PDB. The disruption controller sets the DisruptionAllowed condition. The following are known values for the reason field (additional reasons could be added in the future): - SyncFailed: The controller encountered an error and wasn't able to compute + the number of allowed disruptions. Therefore no disruptions are + allowed and the status of the condition will be False. +- InsufficientPods: The number of pods are either at or below the number + required by the PodDisruptionBudget. No disruptions are + allowed and the status of the condition will be False. +- SufficientPods: There are more pods than required by the PodDisruptionBudget. + The condition will be True, and the number of allowed + disruptions are provided by the disruptionsAllowed property. +array@ +> +<#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition' +x-kubernetes-list-map-keys - type + +x-kubernetes-list-typemap +' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + +E +currentHealthy3int32"current number of healthy pods +integer +M +desiredHealthy;int32"&minimum desired number of healthy pods +integer + + disruptedPods"DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.; +9 +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time +object +` +disruptionsAllowedJint32"5Number of pod disruptions that are currently allowed. +integer +[ + expectedPodsKint32"6total number of pods counted by this disruption budget +integer + +observedGenerationint64"Most recent generation observed when updating this PDB status. DisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation. +integer + +.io.k8s.apimachinery.pkg.apis.meta.v1.MicroTimeV date-time">MicroTime is version of Time with microsecond level precision. +string + +.io.k8s.api.authorization.v1.ResourceAttributes"tResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface +object +X +resourceL"?Resource is one of the existing resource types. "*" means all. +string +^ + subresourceO"BSubresource is one of the existing resource types. "" means none. +string + +verb{"nVerb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all. +string +S +versionH";Version is the API Version of the Resource. "*" means all. +string +M +groupD"7Group is the API Group of the Resource. "*" means all. +string + +namez"mName is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all. +string + + namespace"Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview +string + +,io.k8s.api.core.v1.ReplicationControllerSpec "KReplicationControllerSpec is the specification of a replication controller. +object + + +minReadySecondsint32"Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready) +integer + +replicasint32"Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#what-is-a-replicationcontroller +integer + +selector"Selector is a label query over pods that should match the Replicas count. If Selector is empty, it is defaulted to the labels present on the Pod template. Label keys and values that must match in order to be controlled by this replication controller, if empty defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors +  +string +object + +template +0#/definitions/io.k8s.api.core.v1.PodTemplateSpec"Template is the object that describes the pod that will be created if insufficient replicas are detected. This takes precedence over a TemplateRef. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template + +$io.k8s.api.core.v1.ResourceQuotaList "3ResourceQuotaList is a list of ResourceQuota items.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"pItems is a list of ResourceQuota objects. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/ +array2 +0 +.#/definitions/io.k8s.api.core.v1.ResourceQuota + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kindsY +x-kubernetes-group-version-kind64- version: v1 + group: "" + kind: ResourceQuotaList + + +.io.k8s.api.networking.v1beta1.IngressClassList"3IngressClassList is a collection of IngressClasses.items +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +b +metadataV +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +x +itemso"$Items is the list of IngressClasses. +array< +: +8#/definitions/io.k8s.api.networking.v1beta1.IngressClassl +x-kubernetes-group-version-kindIG- kind: IngressClassList + version: v1beta1 + group: networking.k8s.io + + +io.k8s.api.storage.v1.CSINode "CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.spec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +| +metadatap +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"/metadata.name must be the Kubernetes node name. +_ +specW +/#/definitions/io.k8s.api.storage.v1.CSINodeSpec"$spec is the specification of CSINode[ +x-kubernetes-group-version-kind86- group: storage.k8s.io + kind: CSINode + version: v1 + + +Xio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceSubresourceStatus"CustomResourceSubresourceStatus defines how to serve the status subresource for CustomResources. Status is represented by the `.status` JSON path inside of a CustomResource. When set, * exposes a /status subresource for the custom resource * PUT requests to the /status subresource take a custom resource object, and ignore changes to anything except the status stanza * PUT/POST/PATCH requests to the custom resource ignore changes to the status stanza +object +, +5io.k8s.api.admissionregistration.v1.ValidatingWebhook+"`ValidatingWebhook describes an admission webhook and the resources and operations it applies to.name clientConfig sideEffectsadmissionReviewVersions +object* + + failurePolicy"FailurePolicy defines how unrecognized errors from the admission endpoint are handled - allowed values are Ignore or Fail. Defaults to Fail. +string + +objectSelector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"ObjectSelector decides whether to run the webhook based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the webhook, and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything. + +timeoutSecondsint32"TimeoutSeconds specifies the timeout for this webhook. After the timeout passes, the webhook call will be ignored or the API call will fail based on the failure policy. The timeout value must be between 1 and 30 seconds. Default to 10 seconds. +integer + +namespaceSelector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector" NamespaceSelector decides whether to run the webhook on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the webhook. + +For example, to run the webhook on any objects whose namespace is not associated with "runlevel" of "0" or "1"; you will set the selector as follows: "namespaceSelector": { + "matchExpressions": [ + { + "key": "runlevel", + "operator": "NotIn", + "values": [ + "0", + "1" + ] + } + ] +} + +If instead you want to only run the webhook on any objects whose namespace is associated with the "environment" of "prod" or "staging"; you will set the selector as follows: "namespaceSelector": { + "matchExpressions": [ + { + "key": "environment", + "operator": "In", + "values": [ + "prod", + "staging" + ] + } + ] +} + +See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels for more examples of label selectors. + +Default to the empty LabelSelector, which matches everything. + +rules"Rules describes what operations on what resources/subresources the webhook cares about. The webhook cares about an operation if it matches _any_ Rule. However, in order to prevent ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks from putting the cluster in a state which cannot be recovered from without completely disabling the plugin, ValidatingAdmissionWebhooks and MutatingAdmissionWebhooks are never called on admission requests for ValidatingWebhookConfiguration and MutatingWebhookConfiguration objects. +arrayH +F +D#/definitions/io.k8s.api.admissionregistration.v1.RuleWithOperations + + sideEffects"SideEffects states whether this webhook has side effects. Acceptable values are: None, NoneOnDryRun (webhooks created via v1beta1 may also specify Some or Unknown). Webhooks with side effects MUST implement a reconciliation system, since a request may be rejected by a future step in the admission chain and the side effects therefore need to be undone. Requests with the dryRun attribute will be auto-rejected if they match a webhook with sideEffects == Unknown or Some. +string + +admissionReviewVersions"AdmissionReviewVersions is an ordered list of preferred `AdmissionReview` versions the Webhook expects. API server will try to use first version in the list which it supports. If none of the versions specified in this list supported by API server, validation will fail for this object. If a persisted webhook configuration specifies allowed versions and does not include any versions known to the API Server, calls to the webhook will fail and be subject to the failure policy. +array +  +string + + clientConfig +E#/definitions/io.k8s.api.admissionregistration.v1.WebhookClientConfig"?ClientConfig defines how to communicate with the hook. Required + + matchPolicy"matchPolicy defines how the "rules" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent". + +- Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the webhook. + +- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would be converted to apps/v1 and sent to the webhook. + +Defaults to "Equivalent" +string + +name"The name of the admission webhook. Name should be fully qualified, e.g., imagepolicy.kubernetes.io, where "imagepolicy" is the name of the webhook, and kubernetes.io is the name of the organization. Required. +string + +Gio.k8s.api.admissionregistration.v1beta1.ValidatingWebhookConfiguration "ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it. Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration instead. +object + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + +webhooks"IWebhooks is a list of webhooks and the affected resources and operations. +arrayL +J +H#/definitions/io.k8s.api.admissionregistration.v1beta1.ValidatingWebhook' +x-kubernetes-patch-strategymerge +' +x-kubernetes-patch-merge-keyname + + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +x-kubernetes-group-version-kindb`- version: v1beta1 + group: admissionregistration.k8s.io + kind: ValidatingWebhookConfiguration + + +#io.k8s.api.events.v1beta1.EventList"%EventList is a list of Event objects.items +object +k +itemsb""items is a list of schema objects. +array1 +/ +-#/definitions/io.k8s.api.events.v1beta1.Event + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringa +x-kubernetes-group-version-kind><- group: events.k8s.io + kind: EventList + version: v1beta1 + + +)io.k8s.api.extensions.v1beta1.IngressList"'IngressList is a collection of Ingress.items +object +l +itemsc"Items is the list of Ingress. +array7 +5 +3#/definitions/io.k8s.api.extensions.v1beta1.Ingress + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string` +x-kubernetes-group-version-kind=;- group: extensions + kind: IngressList + version: v1beta1 + + +Nio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBoolq"oJSONSchemaPropsOrBool represents JSONSchemaProps or a boolean value. Defaults to true for the boolean property. + +0io.k8s.apimachinery.pkg.apis.meta.v1.StatusCause"xStatusCause provides more information about an api.Status failure, including cases when multiple errors are encountered. +object + +field"The field of the resource that has caused this error, as named by its JSON serialization. May include dot and postfix notation for nested attributes. Arrays are zero-indexed. Fields may appear more than once in an array of causes due to fields having multiple errors. Optional. + +Examples: + "name" - the field "name" on the current resource + "items[0].name" - the field "name" on the first array entry in "items" +string + +messaget"gA human-readable description of the cause of the error. This field may be presented as-is to a reader. +string + +reason"sA machine-readable description of the cause of the error. If this value is empty there is no information available. +string + + +Iio.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfigurationList "KMutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"%List of MutatingWebhookConfiguration. +arrayW +U +S#/definitions/io.k8s.api.admissionregistration.v1beta1.MutatingWebhookConfiguration + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +x-kubernetes-group-version-kinddb- group: admissionregistration.k8s.io + kind: MutatingWebhookConfigurationList + version: v1beta1 + + +:io.k8s.api.apiserverinternal.v1alpha1.ServerStorageVersion"An API server instance reports the version it can decode and the version it encodes objects to when persisting objects in the backend. +object +? + apiServerID0"#The ID of the reporting API server. +string + +decodableVersions"{The API server can decode objects encoded in these versions. The encodingVersion must be included in the decodableVersions. +array +  +string +x-kubernetes-list-typeset + + +encodingVersionn"aThe API server encodes the object to this version when persisting it in the backend (e.g., etcd). +string + +'io.k8s.api.core.v1.LocalObjectReference"sLocalObjectReference contains enough information to let you locate the referenced object inside the same namespace. +object + +name|"oName of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +string + +%io.k8s.api.core.v1.NamespaceCondition"=NamespaceCondition contains details about state of namespace.typestatus +object +< +type4"'Type of namespace controller condition. +string +O +lastTransitionTime9 +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time + +message  +string + +reason  +string +L +statusB"5Status of the condition, one of True, False, Unknown. +string + +Jio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.WebhookConversion"#/definitions/io.k8s.api.autoscaling.v2beta2.MetricValueStatus"7current contains the current value for the given metric + +$io.k8s.api.node.v1beta1.RuntimeClass"RuntimeClass defines a class of container runtime supported in the cluster. The RuntimeClass is used to determine which container runtime is used to run all containers in a pod. RuntimeClasses are (currently) manually defined by a user or cluster provisioner, and referenced in the PodSpec. The Kubelet is responsible for resolving the RuntimeClassName reference before running the pod. For more details, see https://git.k8s.io/enhancements/keps/sig-node/runtime-class.mdhandler +object + +handler"Handler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The Handler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable. +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"gMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +overhead +.#/definitions/io.k8s.api.node.v1beta1.Overhead"Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see https://git.k8s.io/enhancements/keps/sig-node/20190226-pod-overhead.md This field is alpha-level as of Kubernetes v1.15, and is only honored by servers that enable the PodOverhead feature. + + +scheduling +0#/definitions/io.k8s.api.node.v1beta1.Scheduling"Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringb +x-kubernetes-group-version-kind?=- group: node.k8s.io + kind: RuntimeClass + version: v1beta1 + + +$io.k8s.api.apps.v1.StatefulSetStatus "@StatefulSetStatus represents the current state of a StatefulSet.replicas +object + +currentReplicasint32"currentReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by currentRevision. +integer + +currentRevision"currentRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [0,currentReplicas). +string + +observedGenerationint64"observedGeneration is the most recent generation observed for this StatefulSet. It corresponds to the StatefulSet's generation, which is updated on mutation by the API Server. +integer + +updateRevision"updateRevision, if not empty, indicates the version of the StatefulSet used to generate Pods in the sequence [replicas-updatedReplicas,replicas) +string + +updatedReplicasint32"updatedReplicas is the number of Pods created by the StatefulSet controller from the StatefulSet version indicated by updateRevision. +integer + +collisionCountint32"collisionCount is the count of hash collisions for the StatefulSet. The StatefulSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision. +integer + + +conditions"NRepresents the latest available observations of a statefulset's current state. +array9 +7 +5#/definitions/io.k8s.api.apps.v1.StatefulSetCondition' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + + + readyReplicas{int32"freadyReplicas is the number of Pods created by the StatefulSet controller that have a Ready Condition. +integer +f +replicasZint32"Ereplicas is the number of Pods created by the StatefulSet controller. +integer + +0io.k8s.api.core.v1.ServiceAccountTokenProjection"ServiceAccountTokenProjection represents a projected service account token volume. This projection can be used to insert a service account token into the pods runtime filesystem for use against APIs (Kubernetes API Server or otherwise).path +object + +audience"Audience is the intended audience of the token. A recipient of a token must identify itself with an identifier specified in the audience of the token, and otherwise should reject the token. The audience defaults to the identifier of the apiserver. +string + +expirationSecondsint64"ExpirationSeconds is the requested duration of validity of the service account token. As the token approaches expiration, the kubelet volume plugin will proactively rotate the service account token. The kubelet will start trying to rotate the token if the token is older than 80 percent of its time to live or if the token is older than 24 hours.Defaults to 1 hour and must be at least 10 minutes. +integer +h +path`"SPath is the path relative to the mount point of the file to project the token into. +string + +5io.k8s.api.policy.v1beta1.RuntimeClassStrategyOptions"iRuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.allowedRuntimeClassNames +object + +allowedRuntimeClassNames"allowedRuntimeClassNames is an allowlist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset. +array +  +string + +defaultRuntimeClassName"defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod. +string + +io.k8s.api.rbac.v1.ClusterRole "ClusterRole is a cluster level, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding or ClusterRoleBinding. +object +{ +rulesr"4Rules holds all the PolicyRules for this ClusterRole +array/ +- ++#/definitions/io.k8s.api.rbac.v1.PolicyRule + +aggregationRule +0#/definitions/io.k8s.api.rbac.v1.AggregationRule"AggregationRule is an optional field that describes how to build the Rules for this ClusterRole. If AggregationRule is set, then the Rules are controller managed and direct changes to Rules will be stomped by the controller. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +h +metadata\ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata.j +x-kubernetes-group-version-kindGE- group: rbac.authorization.k8s.io + kind: ClusterRole + version: v1 + + +-io.k8s.api.authentication.v1.TokenRequestSpec "HTokenRequestSpec contains client provided parameters of a token request. audiences +object + + audiences"Audiences are the intendend audiences of the token. A recipient of a token must identitfy themself with an identifier in the list of audiences of the token, and otherwise should reject the token. A token issued for multiple audiences may be used to authenticate against any of the audiences listed but implies a high degree of trust between the target audiences. +array +  +string + +boundObjectRef +?#/definitions/io.k8s.api.authentication.v1.BoundObjectReference"BoundObjectRef is a reference to an object that the token will be bound to. The token will only be valid for as long as the bound object exists. NOTE: The API server's TokenReview endpoint will validate the BoundObjectRef, but other audiences may not. Keep ExpirationSeconds small if you want prompt revocation. + +expirationSecondsint64"ExpirationSeconds is the requested duration of validity of the request. The token issuer may return a token with a different validity duration so a client needs to check the 'expiration' field in a response. +integer + +%io.k8s.api.core.v1.CinderVolumeSource"Represents a cinder volume resource in Openstack. A Cinder volume must exist before mounting to a container. The volume must also be in the same region as the kubelet. Cinder volumes support ownership management and SELinux relabeling.volumeID +object + +fsType"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Examples: "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +string + +readOnly"Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +boolean + + secretRef +5#/definitions/io.k8s.api.core.v1.LocalObjectReference"WOptional: points to a secret object containing parameters used to connect to OpenStack. + +volumeIDz"mvolume id used to identify the volume in cinder. More info: https://examples.k8s.io/mysql-cinder-pd/README.md +string + +io.k8s.api.core.v1.Event"Event is a report of an event somewhere in the cluster. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data.metadatainvolvedObject +object +U +messageJ"=A human-readable description of the status of this operation. +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +source +,#/definitions/io.k8s.api.core.v1.EventSource"TThe component reporting this event. Should be a short machine understandable string. +V +actionL"?What action was taken/failed regarding to the Regarding object. +string +J +countAint32",The number of times this event has occurred. +integer +j +involvedObjectX +0#/definitions/io.k8s.api.core.v1.ObjectReference"$The object that this event is about. +a +typeY"LType of this event (Normal, Warning), new types could be added in the future +string + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +firstTimestamp +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"XThe time at which the event was first recorded. (Time of server receipt is in TypeMeta.) + + lastTimestamp +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"HThe time at which the most recent occurrence of this event was recorded. +p +reportingComponentZ"MName of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. +string + +reason"This should be a short, machine understandable string that gives the reason for the transition into the object's current status. +string +r +relatedg +0#/definitions/io.k8s.api.core.v1.ObjectReference"3Optional secondary object for more complex actions. +U +reportingInstance@"3ID of the controller instance, e.g. `kubelet-xyzf`. +string + +series +,#/definitions/io.k8s.api.core.v1.EventSeries"SData about the Event series this event represents or nil if it's a singleton Event. +u + eventTimeh +<#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime"(Time when this Event was first observed. + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringM +x-kubernetes-group-version-kind*(- group: "" + kind: Event + version: v1 + + +io.k8s.api.rbac.v1.RoleRef"?RoleRef contains information that points to the role being usedapiGroupkindname +object +B +kind:"-Kind is the type of resource being referenced +string +B +name:"-Name is the name of resource being referenced +string +P +apiGroupD"7APIGroup is the group for the resource being referenced +string + +(io.k8s.api.rbac.v1alpha1.RoleBindingList "RoleBindingList is a collection of RoleBindings Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleBindingList, and will no longer be served in v1.22.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +m +itemsd"Items is a list of RoleBindings +array6 +4 +2#/definitions/io.k8s.api.rbac.v1alpha1.RoleBinding + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata.t +x-kubernetes-group-version-kindQO- kind: RoleBindingList + version: v1alpha1 + group: rbac.authorization.k8s.io + + +2io.k8s.api.storage.v1alpha1.VolumeAttachmentStatus"CVolumeAttachmentStatus is the status of a VolumeAttachment request.attached +object + + detachError +5#/definitions/io.k8s.api.storage.v1alpha1.VolumeError"The last error encountered during detach operation, if any. This field must only be set by the entity completing the detach operation, i.e. the external-attacher. + + attachError +5#/definitions/io.k8s.api.storage.v1alpha1.VolumeError"The last error encountered during attach operation, if any. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. + +attached"Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +boolean + +attachmentMetadata"Upon successful attach, this field is populated with any information returned by the attach operation that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher. +  +string +object + +Sio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.ExternalDocumentation"YExternalDocumentation allows referencing an external resource for extended documentation. +object0 + + description  +string + +url  +string + +:io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerSpec"_HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.scaleTargetRef maxReplicas +object + +metrics"metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization. +array; +9 +7#/definitions/io.k8s.api.autoscaling.v2beta2.MetricSpec + + minReplicasint32"minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available. +integer + +scaleTargetRef +H#/definitions/io.k8s.api.autoscaling.v2beta2.CrossVersionObjectReference"scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count. + +behavior +L#/definitions/io.k8s.api.autoscaling.v2beta2.HorizontalPodAutoscalerBehavior"behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used. + + maxReplicasint32"maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas. +integer + +io.k8s.api.core.v1.Secret"Secret holds secret data of a certain type. The total bytes of the values in the Data field must be less than MaxSecretSize bytes. +object + + +stringData"stringData allows specifying non-binary secret data in string form. It is provided as a write-only input field for convenience. All keys and values are merged into the data field on write, overwriting any existing values. The stringData field is never output when reading from the API. +  +string +object +M +typeE"8Used to facilitate programmatic handling of secret data. +string + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +data"Data contains the secret data. Each key must consist of alphanumeric characters, '-', '_' or '.'. The serialized form of the secret data is a base64 encoded string, representing the arbitrary (possibly non-string) data value here. Described in https://tools.ietf.org/html/rfc4648#section-4 +byte +string +object + + immutable"Immutable, if set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified). If not set to true, the field can be modified at any time. Defaulted to nil. +boolean + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadataN +x-kubernetes-group-version-kind+)- kind: Secret + version: v1 + group: "" + + +'io.k8s.api.storage.v1alpha1.VolumeError"DVolumeError captures an error encountered during a volume operation. +object + +message"String detailing the error encountered during Attach or Detach operation. This string maybe logged, so it should not contain sensitive information. +string +b +timeZ +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"Time the error was encountered. + +Aio.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec"APIServiceSpec contains information for locating and communicating with a server. Only https is supported, though you are able to disable certificate verification.groupPriorityMinimumversionPriority +object + +insecureSkipTLSVerify"InsecureSkipTLSVerify disables TLS certificate verification when communicating with this server. This is strongly discouraged. You should use the CABundle instead. +boolean + +service +Q#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference"Service is a reference to the service for this API server. It must communicate on port 443. If the Service is nil, that means the handling for the API groupversion is handled locally on this server. The call will simply delegate to the normal handler chain to be fulfilled. +X +versionM"@Version is the API version this server hosts. For example, "v1" +string + +versionPriorityint32"VersionPriority controls the ordering of this API version inside of its group. Must be greater than zero. The primary sort is based on VersionPriority, ordered highest to lowest (20 before 10). Since it's inside of a group, the number can be small, probably in the 10s. In case of equal version priorities, the version string will be used to compute the order inside a group. If the version string is "kube-like", it will sort above non "kube-like" version strings, which are ordered lexicographically. "Kube-like" versions start with a "v", then are followed by a number (the major version), then optionally the string "alpha" or "beta" and another number (the minor version). These are sorted first by GA > beta > alpha (where GA is a version with no suffix such as beta or alpha), and then by comparing major version, then minor version. An example sorted list of versions: v10, v2, v1, v11beta2, v10beta3, v3beta1, v12alpha1, v11alpha2, foo1, foo10. +integer + +caBundlebyte"CABundle is a PEM encoded CA bundle which will be used to validate an API server's serving certificate. If unspecified, system trust roots on the apiserver are used. +string# +x-kubernetes-list-type atomic + +C +group:"-Group is the API group name this server hosts +string + +groupPriorityMinimumint32"GroupPriorityMininum is the priority this group should have at least. Higher priority means that the group is preferred by clients over lower priority ones. Note that other versions of this group might specify even higher GroupPriorityMininum values such that the whole group gets a higher priority. The primary sort is based on GroupPriorityMinimum, ordered highest number to lowest (20 before 10). The secondary sort is based on the alphabetical comparison of the name of the object. (v1.bar before v1.foo) We'd recommend something like: *.k8s.io (except extensions) at 18000 and PaaSes (OpenShift, Deis) are recommended to be in the 2000s +integer + +io.k8s.api.events.v1.Event"Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data. eventTime +object + +deprecatedFirstTimestamp +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"ideprecatedFirstTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type. + +note"note is a human-readable description of the status of this operation. Maximal length of the note is 1kB, but libraries should be prepared to handle values up to 64kB. +string + +series +.#/definitions/io.k8s.api.events.v1.EventSeries"]series is data about the Event series this event represents or nil if it's a singleton Event. + +action"action is what action was taken/failed regarding to the regarding object. It is machine-readable. This field cannot be empty for new Events and it can have at most 128 characters. +string + + eventTime +<#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime"IeventTime is the time when this Event was first observed. It is required. + +reason"reason is why the action was taken. It is human-readable. This field cannot be empty for new Events and it can have at most 128 characters. +string + + regarding +0#/definitions/io.k8s.api.core.v1.ObjectReference"regarding contains the object this Event is about. In most cases it's an Object reporting controller implements, e.g. ReplicaSetController implements ReplicaSets and this event is emitted because it acts on some changes in a ReplicaSet object. + +related +0#/definitions/io.k8s.api.core.v1.ObjectReference"related is the optional secondary object for more complex actions. E.g. when regarding object triggers a creation or deletion of related object. + +reportingInstance"reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`. This field cannot be empty for new Events and it can have at most 128 characters. +string + +type"type is the type of this event (Normal, Warning), new types could be added in the future. It is machine-readable. This field cannot be empty for new Events. +string + +deprecatedCountuint32"`deprecatedCount is the deprecated field assuring backward compatibility with core.v1 Event type. +integer + +deprecatedLastTimestamp +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"hdeprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type. + +deprecatedSource +,#/definitions/io.k8s.api.core.v1.EventSource"adeprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type. + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +reportingController"reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. This field cannot be empty for new Events. +string + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadataX +x-kubernetes-group-version-kind53- group: events.k8s.io + kind: Event + version: v1 + + +6io.k8s.api.flowcontrol.v1beta1.FlowDistinguisherMethod"EFlowDistinguisherMethod specifies the method of a flow distinguisher.type +object + +typez"m`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required. +string + +?io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationStatus"VPriorityLevelConfigurationStatus represents the current state of a "request-priority". +object + + +conditions"8`conditions` is the current state of "request-priority". +arrayT +R +P#/definitions/io.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationCondition' +x-kubernetes-list-map-keys - type + +x-kubernetes-list-typemap + + + +1io.k8s.api.storage.v1beta1.CSIStorageCapacityList "ECSIStorageCapacityList is a collection of CSIStorageCapacity objects.items +object + +items"0Items is the list of CSIStorageCapacity objects. +array? += +;#/definitions/io.k8s.api.storage.v1beta1.CSIStorageCapacity +x-kubernetes-list-typemap +' +x-kubernetes-list-map-keys - name + + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"~Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringo +x-kubernetes-group-version-kindLJ- group: storage.k8s.io + kind: CSIStorageCapacityList + version: v1beta1 + + +7io.k8s.api.admissionregistration.v1.WebhookClientConfig "VWebhookClientConfig contains the information to make a TLS connection with the webhook +object + +service +B#/definitions/io.k8s.api.admissionregistration.v1.ServiceReference"`service` is a reference to the service for this webhook. Either `service` or `url` must be specified. + +If the webhook is running within the cluster, then you should use `service`. + +url"`url` gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. + +The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. + +Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. + +The scheme must be "https"; the URL must begin with "https://". + +A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. + +Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. +string + +caBundlebyte"`caBundle` is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used. +string + +"io.k8s.api.core.v1.SecretReference"lSecretReference represents a Secret Reference. It has enough information to retrieve secret in any namespace +object +V +nameN"AName is unique within a namespace to reference a secret resource. +string +b + namespaceU"HNamespace defines the space within which the secret name must be unique. +string + ++io.k8s.api.policy.v1beta1.AllowedFlexVolume"LAllowedFlexVolume represents a single Flexvolume that is allowed to be used.driver +objectE +C +driver9",driver is the name of the Flexvolume driver. +string + +&io.k8s.api.storage.v1beta1.CSINodeSpec"\CSINodeSpec holds information about the specification of all CSI drivers installed on a nodedrivers +object + +drivers"drivers is a list of information of all CSI Drivers existing on a node. If all drivers in the list are uninstalled, this can become empty. +array: +8 +6#/definitions/io.k8s.api.storage.v1beta1.CSINodeDriver' +x-kubernetes-patch-merge-keyname +' +x-kubernetes-patch-strategymerge + + + +(io.k8s.api.authentication.v1.TokenReview +"TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.spec +object +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta +~ +specv +:#/definitions/io.k8s.api.authentication.v1.TokenReviewSpec"8Spec holds information about the request being evaluated + +status +<#/definitions/io.k8s.api.authentication.v1.TokenReviewStatus"YStatus is filled in by the server and indicates whether the request can be authenticated. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringf +x-kubernetes-group-version-kindCA- group: authentication.k8s.io + kind: TokenReview + version: v1 + + + +0io.k8s.api.core.v1.ScaleIOPersistentVolumeSource +"DScaleIOPersistentVolumeSource represents a persistent ScaleIO volumegatewaysystem secretRef +object + +fsType"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs" +string +D +gateway9",The host address of the ScaleIO API Gateway. +string +f +protectionDomainR"EThe name of the ScaleIO Protection Domain for the configured storage. +string +O +systemE"8The name of the storage system as configured in ScaleIO. +string +[ + storagePoolL"?The ScaleIO Storage Pool associated with the protection domain. +string + + +volumeNames"fThe name of a volume already created in the ScaleIO system that is associated with this volume source. +string +x +readOnlyl"^Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +boolean + + secretRef +0#/definitions/io.k8s.api.core.v1.SecretReference"SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail. +` + +sslEnabledR"DFlag to enable/disable SSL communication with Gateway, default false +boolean + + storageMode"uIndicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. +string + +&io.k8s.api.core.v1.ConfigMapProjection "Adapts a ConfigMap into a projected volume. + +The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode. +object + +name|"oName of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names +string +S +optionalG"9Specify whether the ConfigMap or its keys must be defined +boolean + +items"If unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'. +array. +, +*#/definitions/io.k8s.api.core.v1.KeyToPath + +"io.k8s.api.core.v1.ContainerStatus "JContainerStatus contains details for the current status of this container.nameready restartCountimageimageID +object + +S + containerIDD"7Container's ID in the format 'docker://'. +string +9 +imageID."!ImageID of the container's image. +string + +started"Specifies whether the container has passed its startup probe. Initialized as false, becomes true after startupProbe is considered successful. Resets to false when the container is restarted, or if kubelet loses state temporarily. Is always true when no startupProbe is defined. +boolean + + restartCountint32"The number of times the container has been restarted, currently based on the number of dead containers that have not yet been removed. Note that this is calculated from dead containers. But those containers are subject to garbage collection. This value will get capped at 5 by GC. +integer +l +statec +/#/definitions/io.k8s.api.core.v1.ContainerState"0Details about the container's current condition. +z +imageq"dThe image the container is running. More info: https://kubernetes.io/docs/concepts/containers/images +string +y + lastStatel +/#/definitions/io.k8s.api.core.v1.ContainerState"9Details about the container's last termination condition. +r +namej"]This must be a DNS_LABEL. Each container in a pod must have a unique name. Cannot be updated. +string +V +readyM"?Specifies whether the container has passed its readiness probe. +boolean + +(io.k8s.api.core.v1.EphemeralVolumeSource "JRepresents an ephemeral volume that is handled by a normal storage driver. +object + +volumeClaimTemplate +>#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimTemplate"Will be used to create a stand-alone PVC to provision the volume. The pod in which this EphemeralVolumeSource is embedded will be the owner of the PVC, i.e. the PVC will be deleted together with the pod. The name of the PVC will be `-` where `` is the name from the `PodSpec.Volumes` array entry. Pod validation will reject the pod if the concatenated name is not valid for a PVC (for example, too long). + +An existing PVC with that name that is not owned by the pod will *not* be used for the pod to avoid using an unrelated volume by mistake. Starting the pod is then blocked until the unrelated PVC is removed. If such a pre-created PVC is meant to be used by the pod, the PVC has to updated with an owner reference to the pod once the pod exists. Normally this should not be necessary, but it may be useful when manually reconstructing a broken cluster. + +This field is read-only and no changes will be made by Kubernetes to the PVC after it has been created. + +Required, must not be nil. + +)io.k8s.api.coordination.v1beta1.LeaseList"%LeaseList is a list of Lease objects.items +object + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +q +itemsh""Items is a list of schema objects. +array7 +5 +3#/definitions/io.k8s.api.coordination.v1beta1.Lease + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringg +x-kubernetes-group-version-kindDB- group: coordination.k8s.io + kind: LeaseList + version: v1beta1 + + +"io.k8s.api.core.v1.NFSVolumeSource"Represents an NFS mount that lasts the lifetime of a pod. NFS volumes do not support ownership management or SELinux relabeling.serverpath +object + +pathx"kPath that is exported by the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs +string + +readOnly"ReadOnly here will force the NFS export to be mounted with read-only permissions. Defaults to false. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs +boolean + +server"zServer is the hostname or IP address of the NFS server. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs +string + +io.k8s.api.core.v1.VolumeDevice"JvolumeDevice describes a mapping of a raw block device within a container.name +devicePath +object +l + +devicePath^"QdevicePath is the path inside of the container that the device will be mapped to. +string +S +nameK">name must match the name of a persistentVolumeClaim in the pod +string + +1io.k8s.apimachinery.pkg.apis.meta.v1.APIGroupList"RAPIGroupList is a list of APIGroup, to allow clients to discover the API at /apis.groups +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +u +groupsk"groups is a list of APIGroup. +array? += +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIGroup + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringT +x-kubernetes-group-version-kind1/- group: "" + kind: APIGroupList + version: v1 + + + io.k8s.api.discovery.v1.Endpoint"FEndpoint represents a single logical "backend" implementing a service. addresses +object + +deprecatedTopology"deprecatedTopology contains topology information part of the v1beta1 API. This field is deprecated, and will be removed when the v1beta1 API is removed (no sooner than kubernetes v1.24). While this field can hold values, it is not writable through the v1 API, and any attempts to write to it will be silently ignored. Topology information can be found in the zone and nodeName fields instead. +  +string +object + +hints +3#/definitions/io.k8s.api.discovery.v1.EndpointHints"Nhints contains information associated with how an endpoint should be consumed. + +hostname"hostname of this endpoint. This field may be used by consumers of endpoints to distinguish endpoints from each other (e.g. in DNS names). Multiple endpoints which use the same hostname should be considered fungible (e.g. multiple A values in DNS). Must be lowercase and pass DNS Label (RFC 1123) validation. +string + +nodeName"nodeName represents the name of the Node hosting this endpoint. This can be used to determine endpoints local to a Node. This field can be enabled with the EndpointSliceNodeName feature gate. +string + + targetRef +0#/definitions/io.k8s.api.core.v1.ObjectReference"NtargetRef is a reference to a Kubernetes object that represents this endpoint. +J +zoneB"5zone is the name of the Zone this endpoint exists in. +string + + addresses"addresses of this endpoint. The contents of this field are interpreted according to the corresponding EndpointSlice addressType field. Consumers must handle different types of addresses in the context of their own capabilities. This must contain at least one address but no more than 100. +array +  +string +x-kubernetes-list-typeset + + + +conditions +8#/definitions/io.k8s.api.discovery.v1.EndpointConditions"Iconditions contains information about the current status of the endpoint. + +%io.k8s.api.discovery.v1.EndpointSlice"EndpointSlice represents a subset of the endpoints that implement a service. For a given service there may be multiple EndpointSlice objects, selected by labels, which must be joined to produce the full set of endpoints. addressType endpoints +object + + endpoints"jendpoints is a list of unique endpoints in this slice. Each slice may include a maximum of 1000 endpoints. +array2 +0 +.#/definitions/io.k8s.api.discovery.v1.Endpoint# +x-kubernetes-list-type atomic + + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +h +metadata\ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. + +ports"ports specifies the list of network ports exposed by each endpoint in this slice. Each port must have a unique name. When ports is empty, it indicates that there are no defined ports. When a port is defined with a nil port value, it indicates "all ports". Each slice may include a maximum of 100 ports. +array6 +4 +2#/definitions/io.k8s.api.discovery.v1.EndpointPort# +x-kubernetes-list-type atomic + + + addressType"addressType specifies the type of address carried by this EndpointSlice. All addresses in this slice must be the same type. This field is immutable after creation. The following address types are currently supported: * IPv4: Represents an IPv4 Address. * IPv6: Represents an IPv6 Address. * FQDN: Represents a Fully Qualified Domain Name. +string + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringc +x-kubernetes-group-version-kind@>- kind: EndpointSlice + version: v1 + group: discovery.k8s.io + + +)io.k8s.api.networking.v1beta1.IngressList"'IngressList is a collection of Ingress.items +object + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +l +itemsc"Items is the list of Ingress. +array7 +5 +3#/definitions/io.k8s.api.networking.v1beta1.Ingress + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringg +x-kubernetes-group-version-kindDB- group: networking.k8s.io + kind: IngressList + version: v1beta1 + + +!io.k8s.api.storage.v1.CSINodeList"/CSINodeList is a collection of CSINode objects.items +object +c +itemsZ"items is the list of CSINode +array/ +- ++#/definitions/io.k8s.api.storage.v1.CSINode + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"~Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string_ +x-kubernetes-group-version-kind<:- kind: CSINodeList + version: v1 + group: storage.k8s.io + + +Kio.k8s.kube-aggregator.pkg.apis.apiregistration.v1beta1.APIServiceCondition"NAPIServiceCondition describes the state of an APIService at a particular pointtypestatus +object + +lastTransitionTime{ +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"@Last time the condition transitioned from one status to another. +X +messageM"@Human-readable message indicating details about last transition. +string +^ +reasonT"GUnique, one-word, CamelCase reason for the condition's last transition. +string +Z +statusP"CStatus is the status of the condition. Can be True, False, Unknown. +string +7 +type/""Type is the type of the condition. +string + +0io.k8s.api.storage.v1alpha1.VolumeAttachmentList "AVolumeAttachmentList is a collection of VolumeAttachment objects.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +| +itemss"&Items is the list of VolumeAttachments +array> +< +:#/definitions/io.k8s.api.storage.v1alpha1.VolumeAttachment + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"~Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadatan +x-kubernetes-group-version-kindKI- version: v1alpha1 + group: storage.k8s.io + kind: VolumeAttachmentList + + ++io.k8s.api.authorization.v1.NonResourceRule"LNonResourceRule holds information that describes a rule for the non-resourceverbs +object + +nonResourceURLs"NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. +array +  +string + +verbs"xVerb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all. +array +  +string + +0io.k8s.api.authorization.v1beta1.NonResourceRule"LNonResourceRule holds information that describes a rule for the non-resourceverbs +object + +verbs"xVerb is a list of kubernetes non-resource API verbs, like: get, post, put, delete, patch, head, options. "*" means all. +array +  +string + +nonResourceURLs"NonResourceURLs is a set of partial urls that a user should have access to. *s are allowed, but only as the full, final step in the path. "*" means all. +array +  +string + +(io.k8s.api.core.v1.AzureFileVolumeSource"WAzureFile represents an Azure File Service mount on the host and bind mount to the pod. +secretName shareName +object +x +readOnlyl"^Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +boolean +^ + +secretNameP"Cthe name of secret that contains Azure Storage Account Name and Key +string +$ + shareName" +Share Name +string + +4io.k8s.api.core.v1.PersistentVolumeClaimVolumeSource"PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system). claimName +object + + claimName"ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims +string +Y +readOnlyM"?Will force the ReadOnly setting in VolumeMounts. Default false. +boolean + +)io.k8s.api.node.v1alpha1.RuntimeClassSpec "RuntimeClassSpec is a specification of a RuntimeClass. It contains parameters that are required to describe the RuntimeClass to the Container Runtime Interface (CRI) implementation, as well as any other components that need to understand how the pod will be run. The RuntimeClassSpec is immutable.runtimeHandler +object + + +scheduling +1#/definitions/io.k8s.api.node.v1alpha1.Scheduling"Scheduling holds the scheduling constraints to ensure that pods running with this RuntimeClass are scheduled to nodes that support it. If scheduling is nil, this RuntimeClass is assumed to be supported by all nodes. + +overhead +/#/definitions/io.k8s.api.node.v1alpha1.Overhead"Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. For more details, see https://git.k8s.io/enhancements/keps/sig-node/20190226-pod-overhead.md This field is alpha-level as of Kubernetes v1.15, and is only honored by servers that enable the PodOverhead feature. + +runtimeHandler"RuntimeHandler specifies the underlying runtime and configuration that the CRI implementation will use to handle pods of this class. The possible values are specific to the node & CRI configuration. It is assumed that all handlers are available on every node, and handlers of the same name are equivalent on every node. For example, a handler called "runc" might specify that the runc OCI runtime (using native Linux containers) will be used to run the containers in a pod. The RuntimeHandler must be lowercase, conform to the DNS Label (RFC 1123) requirements, and is immutable. +string + +#io.k8s.api.node.v1alpha1.Scheduling"TScheduling specifies the scheduling constraints for nodes supporting a RuntimeClass. +object + + nodeSelector"nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission. +  +string +object + + tolerations"tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. +array/ +- ++#/definitions/io.k8s.api.core.v1.Toleration# +x-kubernetes-list-type atomic + + +io.k8s.api.rbac.v1.Role"hRole is a namespaced, logical grouping of PolicyRules that can be referenced as a unit by a RoleBinding. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +h +metadata\ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. +t +rulesk"-Rules holds all the PolicyRules for this Role +array/ +- ++#/definitions/io.k8s.api.rbac.v1.PolicyRulec +x-kubernetes-group-version-kind@>- kind: Role + version: v1 + group: rbac.authorization.k8s.io + + + as a "bucket", and try to put balanced number of pods into each bucket. It's a required field. +string + +whenUnsatisfiable"WhenUnsatisfiable indicates how to deal with a pod if it doesn't satisfy the spread constraint. - DoNotSchedule (default) tells the scheduler not to schedule it. - ScheduleAnyway tells the scheduler to schedule the pod in any location, + but giving higher precedence to topologies that would help reduce the + skew. +A constraint is considered "Unsatisfiable" for an incoming pod if and only if every possible node assigment for that pod would violate "MaxSkew" on some topology. For example, in a 3-zone cluster, MaxSkew is set to 1, and pods with the same labelSelector spread as 3/1/1: | zone1 | zone2 | zone3 | | P P P | P | P | If WhenUnsatisfiable is set to DoNotSchedule, incoming pod can only be scheduled to zone2(zone3) to become 3/2/1(3/1/2) as ActualSkew(2-1) on zone2(zone3) satisfies MaxSkew(1). In other words, the cluster can still be imbalanced, but scheduler won't make it *more* imbalanced. It's a required field. +string + +Bio.k8s.api.flowcontrol.v1beta1.PriorityLevelConfigurationReference"jPriorityLevelConfigurationReference contains information that points to the "request-priority" being used.name +objecth +f +name^"Q`name` is the name of the priority level configuration being referenced Required. +string + +.io.k8s.api.networking.v1.IngressServiceBackend"CIngressServiceBackend references a Kubernetes Service as a Backend.name +object +x +namep"cName is the referenced service. The service must exist in the same namespace as the Ingress object. +string + +port +9#/definitions/io.k8s.api.networking.v1.ServiceBackendPort"cPort of the referenced service. A port name or port number is required for a IngressServiceBackend. + +&io.k8s.api.scheduling.v1.PriorityClass"{PriorityClass defines mapping from a priority class name to the priority integer value. The value can be any valid integer.value +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + + description|"odescription is an arbitrary string that usually provides guidelines on when this priority class should be used. +string + + globalDefault"globalDefault specifies whether this PriorityClass should be considered as the default priority for pods that do not have any priority class. Only one PriorityClass can be marked as `globalDefault`. However, if more than one PriorityClasses exists with their `globalDefault` field set to true, the smallest value of such global default PriorityClasses will be used as the default priority. +boolean + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +preemptionPolicy"PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset. This field is beta-level, gated by the NonPreemptingPriority feature-gate. +string + +valueint32"The value of this priority class. This is the actual priority that pods receive when they have the name of this class in their pod spec. +integerd +x-kubernetes-group-version-kindA?- version: v1 + group: scheduling.k8s.io + kind: PriorityClass + + +Qio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.WebhookClientConfig "WWebhookClientConfig contains the information to make a TLS connection with the webhook. +object + +url"url gives the location of the webhook, in standard URL form (`scheme://host:port/path`). Exactly one of `url` or `service` must be specified. + +The `host` should not refer to a service running in the cluster; use the `service` field instead. The host might be resolved via external DNS in some apiservers (e.g., `kube-apiserver` cannot resolve in-cluster DNS as that would be a layering violation). `host` may also be an IP address. + +Please note that using `localhost` or `127.0.0.1` as a `host` is risky unless you take great care to run this webhook on all hosts which run an apiserver which might need to make calls to this webhook. Such installs are likely to be non-portable, i.e., not easy to turn up in a new cluster. + +The scheme must be "https"; the URL must begin with "https://". + +A path is optional, and if present may be any string permissible in a URL. You may use the path to pass an arbitrary string to the webhook, for example, a cluster identifier. + +Attempting to use a user or basic auth e.g. "user:password@" is not allowed. Fragments ("#...") and query parameters ("?...") are not allowed, either. +string + +caBundlebyte"caBundle is a PEM encoded CA bundle which will be used to validate the webhook's server certificate. If unspecified, system trust roots on the apiserver are used. +string + +service +\#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.ServiceReference"service is a reference to the service for this webhook. Either service or url must be specified. + +If the webhook is running within the cluster, then you should use `service`. + +io.k8s.api.core.v1.Capabilities" name on the dataset for Flocker should be considered as deprecated +string +_ + datasetUUIDP"CUUID of the dataset. This is unique identifier of a Flocker dataset +string + +io.k8s.api.core.v1.NodeList"ONodeList is the whole list of all Nodes which have been registered with master.items +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +N +itemsE" List of nodes +array) +' +%#/definitions/io.k8s.api.core.v1.NodeP +x-kubernetes-group-version-kind-+- version: v1 + group: "" + kind: NodeList + + +io.k8s.api.core.v1.Sysctl"+Sysctl defines a kernel parameter to be setnamevalue +objectb +0 +value'"Value of a property to set +string +. +name&"Name of a property to set +string + +%io.k8s.api.events.v1beta1.EventSeries"qEventSeries contain information on series of events, i.e. thing that was/is happening continuously for some time.countlastObservedTime +object +n +counteint32"Pcount is the number of occurrences in this series up to the last heartbeat time. +integer + +lastObservedTime +<#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime"\lastObservedTime is the time when last Event from the series was seen before last heartbeat. + +*io.k8s.api.core.v1.PreferredSchedulingTerm"An empty preferred scheduling term matches all objects with implicit weight 0 (i.e. it's a no-op). A null preferred scheduling term matches no objects (i.e. is also a no-op).weight +preference +object + + +preferencet +1#/definitions/io.k8s.api.core.v1.NodeSelectorTerm"?A node selector term, associated with the corresponding weight. +v +weightlint32"WWeight associated with matching the corresponding nodeSelectorTerm, in the range 1-100. +integer + +&io.k8s.api.core.v1.ResourceQuotaStatus"FResourceQuotaStatus defines the enforced hard limits and observed use. +object + +hard"Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +used"JUsed is the current observed total usage of the resource in the namespace.? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +-io.k8s.api.networking.v1.HTTPIngressRuleValue"HTTPIngressRuleValue is a list of http selectors pointing to backends. In the example: http:///? -> backend where where parts of the url correspond to RFC 3986, this resource will be used to match against everything after the last '/' and before the first '?' or '#'.paths +object + +paths"4A collection of paths that map requests to backends. +array: +8 +6#/definitions/io.k8s.api.networking.v1.HTTPIngressPath# +x-kubernetes-list-type atomic + + +"io.k8s.api.node.v1beta1.Scheduling"TScheduling specifies the scheduling constraints for nodes supporting a RuntimeClass. +object + + tolerations"tolerations are appended (excluding duplicates) to pods running with this RuntimeClass during admission, effectively unioning the set of nodes tolerated by the pod and the RuntimeClass. +array/ +- ++#/definitions/io.k8s.api.core.v1.Toleration# +x-kubernetes-list-type atomic + + + nodeSelector"nodeSelector lists labels that must be present on nodes that support this RuntimeClass. Pods using this RuntimeClass can only be scheduled to a node matched by this selector. The RuntimeClass nodeSelector is merged with a pod's existing nodeSelector. Any conflicts will cause the pod to be rejected in admission. +  +string +object + ++io.k8s.api.rbac.v1alpha1.ClusterRoleBinding "ClusterRoleBinding references a ClusterRole, but not contain it. It can reference a ClusterRole in the global namespace, and adds who information via Subject. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 ClusterRoleBinding, and will no longer be served in v1.22.roleRef +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +h +metadata\ +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. + +roleRef +.#/definitions/io.k8s.api.rbac.v1alpha1.RoleRef"RoleRef can only reference a ClusterRole in the global namespace. If the RoleRef cannot be resolved, the Authorizer must return an error. + +subjects~"=Subjects holds references to the objects the role applies to. +array2 +0 +.#/definitions/io.k8s.api.rbac.v1alpha1.Subject + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringw +x-kubernetes-group-version-kindTR- group: rbac.authorization.k8s.io + kind: ClusterRoleBinding + version: v1alpha1 + + +4io.k8s.api.admissionregistration.v1.ServiceReference";ServiceReference holds a reference to Service.legacy.k8s.io namespacename +object +@ +name8"+`name` is the name of the service. Required +string +O + namespaceB"5`namespace` is the namespace of the service. Required +string +f +path^"Q`path` is an optional URL path which will be sent in any request to this service. +string + +portint32"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive). +integer + ++io.k8s.api.autoscaling.v2beta2.MetricStatus">MetricStatus describes the last-read state of a single metric.type +object + +pods +=#/definitions/io.k8s.api.autoscaling.v2beta2.PodsMetricStatus"pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. + +resource +A#/definitions/io.k8s.api.autoscaling.v2beta2.ResourceMetricStatus"resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + +type"type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled +string + +containerResource +J#/definitions/io.k8s.api.autoscaling.v2beta2.ContainerResourceMetricStatus"container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + +external +A#/definitions/io.k8s.api.autoscaling.v2beta2.ExternalMetricStatus"external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). + +object +?#/definitions/io.k8s.api.autoscaling.v2beta2.ObjectMetricStatus"tobject refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). + +.io.k8s.api.core.v1.PersistentVolumeClaimStatus"OPersistentVolumeClaimStatus is the current status of a persistent volume claim. +object + + +conditions"Current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'ResizeStarted'. +arrayC +A +?#/definitions/io.k8s.api.core.v1.PersistentVolumeClaimCondition' +x-kubernetes-patch-merge-keytype +' +x-kubernetes-patch-strategymerge + +R +phaseI"#/definitions/io.k8s.api.core.v1.GCEPersistentDiskVolumeSource"GCEPersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk + +cinder +3#/definitions/io.k8s.api.core.v1.CinderVolumeSource"Cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md + + configMap{ +6#/definitions/io.k8s.api.core.v1.ConfigMapVolumeSource"AConfigMap represents a configMap that should populate this volume + +csi +0#/definitions/io.k8s.api.core.v1.CSIVolumeSource"~CSI (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature). + + azureDisk +6#/definitions/io.k8s.api.core.v1.AzureDiskVolumeSource"TAzureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. + +cephfs +3#/definitions/io.k8s.api.core.v1.CephFSVolumeSource"JCephFS represents a Ceph FS mount on the host that shares a pod's lifetime + +nfs +0#/definitions/io.k8s.api.core.v1.NFSVolumeSource"NFS represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs + + projected~ +6#/definitions/io.k8s.api.core.v1.ProjectedVolumeSource"DItems for all in one resources secrets, configmaps, and downward API + +rbd +0#/definitions/io.k8s.api.core.v1.RBDVolumeSource"RBD represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md + + vsphereVolume +?#/definitions/io.k8s.api.core.v1.VsphereVirtualDiskVolumeSource"WVsphereVolume represents a vSphere volume attached and mounted on kubelets host machine + +,io.k8s.api.extensions.v1beta1.IngressBackend"DIngressBackend describes all endpoints for a given service and port. +object + +resource +:#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified. +I + serviceName:"-Specifies the name of the referenced service. +string +} + servicePortn +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"-Specifies the port of the referenced service. + +@io.k8s.api.admissionregistration.v1.MutatingWebhookConfiguration +"MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object. +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata. + +webhooks"IWebhooks is a list of webhooks and the affected resources and operations. +arrayE +C +A#/definitions/io.k8s.api.admissionregistration.v1.MutatingWebhook' +x-kubernetes-patch-merge-keyname +' +x-kubernetes-patch-strategymerge +~ +x-kubernetes-group-version-kind[Y- group: admissionregistration.k8s.io + kind: MutatingWebhookConfiguration + version: v1 + + +'io.k8s.api.apps.v1.StatefulSetCondition"MStatefulSetCondition describes the state of a statefulset at a certain point.typestatus +object +3 +type+"Type of statefulset condition. +string + +lastTransitionTime{ +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"@Last time the condition transitioned from one status to another. +Y +messageN"AA human readable message indicating details about the transition. +string +F +reason<"/The reason for the condition's last transition. +string +L +statusB"5Status of the condition, one of True, False, Unknown. +string + +/io.k8s.api.autoscaling.v2beta2.PodsMetricSource"PodsMetricSource indicates how to scale on a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.metrictarget +object + +metricy +=#/definitions/io.k8s.api.autoscaling.v2beta2.MetricIdentifier"8metric identifies the target metric by name and selector +} +targets +9#/definitions/io.k8s.api.autoscaling.v2beta2.MetricTarget"6target specifies the target value for the given metric + +!io.k8s.api.core.v1.DaemonEndpoint"CDaemonEndpoint contains information about a single Daemon endpoint.Port +objectA +? +Port7int32""Port number of the given endpoint. +integer + +"io.k8s.api.core.v1.EndpointAddress" +p +oneOfg +arrayZ +X +V#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps + +x-kubernetes-list-map-keys"x-kubernetes-list-map-keys annotates an array with the x-kubernetes-list-type `map` by specifying the keys used as the index of the map. + +This tag MUST only be used on lists that have the "x-kubernetes-list-type" extension set to "map". Also, the values specified for this attribute must be a scalar typed field of the child structure (no nesting is supported). + +The properties specified must either be required or have a default value, to ensure those properties are present for all list items. +array +  +string + +nullable  +boolean +q +additionalItems^ +\#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool +n + externalDocs^ +\#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.ExternalDocumentation +h +items_ +]#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrArray +$ + maxPropertiesint64 +integer +$ + minPropertiesint64 +integer + +exclusiveMinimum  +boolean +} +patternPropertieshZ +X +V#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps +object + +type  +string + +x-kubernetes-embedded-resource"x-kubernetes-embedded-resource defines that the value is an embedded Kubernetes runtime.Object, with TypeMeta and ObjectMeta. The type must be object. It is allowed to further restrict the embedded object. kind, apiVersion and metadata are validated automatically. x-kubernetes-preserve-unknown-fields is allowed to be true, but does not have to be if the object is fully specified (up to kind, apiVersion, metadata). +boolean + +x-kubernetes-map-type"x-kubernetes-map-type annotates an object to further describe its topology. This extension must only be used when type is object and may have 2 possible values: + +1) `granular`: + These maps are actual maps (key-value pairs) and each fields are independent + from each other (they can each be manipulated by separate actors). This is + the default behaviour for all maps. +2) `atomic`: the list is treated as a single entity, like a scalar. + Atomic maps will be entirely replaced when updated. +string +d +enum\ +arrayO +M +K#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON + +id  +string + + maxLengthint64 +integer + +minItemsint64 +integer + +exclusiveMaximum  +boolean + +maxItemsint64 +integer + +x-kubernetes-int-or-string"x-kubernetes-int-or-string specifies that this value is either an integer or a string. If this is true, an empty type is allowed and type as child of anyOf is permitted if following one of the following patterns: + +1) anyOf: + - type: integer + - type: string +2) allOf: + - anyOf: + - type: integer + - type: string + - ... zero or more +boolean +v +additionalProperties^ +\#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrBool +p +allOfg +arrayZ +X +V#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps + +default +K#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON"default is a default value for undefined object fields. Defaulting is a beta feature under the CustomResourceDefaulting feature gate. Defaulting requires spec.preserveUnknownFields to be false. +w + definitionshZ +X +V#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps +object + + dependenciesug +e +c#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaPropsOrStringArray +object +X +exampleM +K#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSON + +maximumdouble +number + +pattern  +string + +title  +string + + uniqueItems  +boolean + +format"format is an OpenAPI v3 format string. Unknown formats are ignored. The following formats are validated: + +- bsonobjectid: a bson object ID, i.e. a 24 characters hex string - uri: an URI as parsed by Golang net/url.ParseRequestURI - email: an email address as parsed by Golang net/mail.ParseAddress - hostname: a valid representation for an Internet host name, as defined by RFC 1034, section 3.1 [RFC1034]. - ipv4: an IPv4 IP as parsed by Golang net.ParseIP - ipv6: an IPv6 IP as parsed by Golang net.ParseIP - cidr: a CIDR as parsed by Golang net.ParseCIDR - mac: a MAC address as parsed by Golang net.ParseMAC - uuid: an UUID that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid3: an UUID3 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?3[0-9a-f]{3}-?[0-9a-f]{4}-?[0-9a-f]{12}$ - uuid4: an UUID4 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?4[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - uuid5: an UUID5 that allows uppercase defined by the regex (?i)^[0-9a-f]{8}-?[0-9a-f]{4}-?5[0-9a-f]{3}-?[89ab][0-9a-f]{3}-?[0-9a-f]{12}$ - isbn: an ISBN10 or ISBN13 number string like "0321751043" or "978-0321751041" - isbn10: an ISBN10 number string like "0321751043" - isbn13: an ISBN13 number string like "978-0321751041" - creditcard: a credit card number defined by the regex ^(?:4[0-9]{12}(?:[0-9]{3})?|5[1-5][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\d{3})\d{11})$ with any non digit characters mixed in - ssn: a U.S. social security number following the regex ^\d{3}[- ]?\d{2}[- ]?\d{4}$ - hexcolor: an hexadecimal color code like "#FFFFFF: following the regex ^#?([0-9a-fA-F]{3}|[0-9a-fA-F]{6})$ - rgbcolor: an RGB color code like rgb like "rgb(255,255,2559" - byte: base64 encoded binary data - password: any kind of string - date: a date string like "2006-01-02" as defined by full-date in RFC3339 - duration: a duration string like "22 ns" as parsed by Golang time.ParseDuration or compatible with Scala duration format - datetime: a date time string like "2014-12-15T19:30:20.000Z" as defined by date-time in RFC3339. +string +! + +multipleOfdouble +number +_ +notX +V#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps +& +required +array +  +string + +x-kubernetes-list-type"x-kubernetes-list-type annotates an array to further describe its topology. This extension must only be used on lists and may have 3 possible values: + +1) `atomic`: the list is treated as a single entity, like a scalar. + Atomic lists will be entirely replaced when updated. This extension + may be used on any type of list (struct, scalar, ...). +2) `set`: + Sets are lists that must not have multiple items with the same value. Each + value must be a scalar, an object with x-kubernetes-map-type `atomic` or an + array with x-kubernetes-list-type `atomic`. +3) `map`: + These lists are like maps in that their elements have a non-index key + used to identify them. Order is preserved upon merge. The map tag + must only be used on a list with elements of type object. +Defaults to atomic for arrays. +string + +minimumdouble +number +v + +propertieshZ +X +V#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps +object + +$x-kubernetes-preserve-unknown-fields"x-kubernetes-preserve-unknown-fields stops the API server decoding step from pruning fields which are not specified in the validation schema. This affects fields recursively, but switches back to normal pruning behaviour if nested properties or additionalProperties are specified in the schema. This can either be true or undefined. False is forbidden. +boolean + +$ref  +string + +$schema  +string +p +anyOfg +arrayZ +X +V#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps + + description  +string + + minLengthint64 +integer + +Qio.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.CustomResourceValidation"MCustomResourceValidation is a list of validation methods for CustomResources. +object + +openAPIV3Schema +V#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1.JSONSchemaProps"KopenAPIV3Schema is the OpenAPI v3 schema to use for validation and pruning. + +4io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList "APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced. groupVersion resources +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +_ + groupVersionO"BgroupVersion is the group and version this APIResourceList is for. +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + + resources"Hresources contains the name of the resources and if they are namespaced. +arrayB +@ +>#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceW +x-kubernetes-group-version-kind42- group: "" + kind: APIResourceList + version: v1 + + + +.io.k8s.api.autoscaling.v2beta2.HPAScalingRules +"HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen. +object + +policies"policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid +arrayA +? +=#/definitions/io.k8s.api.autoscaling.v2beta2.HPAScalingPolicy + + selectPolicy"sselectPolicy is used to specify which policy should be used. If not set, the default value MaxPolicySelect is used. +string + +stabilizationWindowSecondsint32"StabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long). +integer + +(io.k8s.api.core.v1.DownwardAPIVolumeFile "XDownwardAPIVolumeFile represents information to create the file containing the pod fieldpath +object + +resourceFieldRef +6#/definitions/io.k8s.api.core.v1.ResourceFieldSelector"Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. + +fieldRef +4#/definitions/io.k8s.api.core.v1.ObjectFieldSelector"aRequired: Selects a field of the pod: only annotations, labels, name and namespace are supported. + +modeint32"Optional: mode bits used to set permissions on this file, must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. If not specified, the volume defaultMode will be used. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +integer + +path"Required: Path is the relative path name of the file to be created. Must not be absolute or contain the '..' path. Must be utf-8 encoded. The first item of the relative path must not start with '..' +string + + +(io.k8s.api.policy.v1.PodDisruptionBudget +"hPodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +:#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetSpec"ASpecification of the desired behavior of the PodDisruptionBudget. + +statusy +<#/definitions/io.k8s.api.policy.v1.PodDisruptionBudgetStatus"9Most recently observed status of the PodDisruptionBudget._ +x-kubernetes-group-version-kind<:- group: policy + kind: PodDisruptionBudget + version: v1 + + +*io.k8s.api.apps.v1.DaemonSetUpdateStrategy"XDaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet. +object + + rollingUpdate +7#/definitions/io.k8s.api.apps.v1.RollingUpdateDaemonSet"ERolling update config params. Present only if type = "RollingUpdate". +o +typeg"ZType of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate. +string + +(io.k8s.api.core.v1.ProjectedVolumeSource"$Represents a projected volume source +object + + defaultModeint32"Mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set. +integer +i +sources^"list of volume projections +array5 +3 +1#/definitions/io.k8s.api.core.v1.VolumeProjection + +3io.k8s.api.flowcontrol.v1beta1.QueuingConfiguration +"CQueuingConfiguration holds the configuration parameters for queuing +object + + +handSizeint32"`handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8. +integer + +queueLengthLimitint32"`queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50. +integer + +queuesint32"`queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64. +integer + + io.k8s.api.networking.v1.Ingress "Ingress is a collection of rules that allow inbound connections to reach the endpoints defined by a backend. An Ingress can be configured to give services externally-reachable urls, load balance traffic, terminate SSL, offer name based virtual hosting etc. +object + + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +2#/definitions/io.k8s.api.networking.v1.IngressSpec"Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +4#/definitions/io.k8s.api.networking.v1.IngressStatus"Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status^ +x-kubernetes-group-version-kind;9- group: networking.k8s.io + kind: Ingress + version: v1 + + +*io.k8s.api.policy.v1beta1.AllowedCSIDriver"RAllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.name +objectD +B +name:"-Name is the registered name of the CSI driver +string + +>io.k8s.apimachinery.pkg.apis.meta.v1.ServerAddressByClientCIDR"ServerAddressByClientCIDR helps the client to determine the server address that they should use, depending on the clientCIDR that they match. +clientCIDR serverAddress +object + + +clientCIDRr"eThe CIDR with which clients can match their IP to figure out the server address that they should use. +string + + serverAddress"Address of this server, suitable for a client that matches the above CIDR. This can be a hostname, hostname:port, IP or IP:port. +string + ++io.k8s.apimachinery.pkg.apis.meta.v1.Status"CStatus is a return value for calls that don't return other objects. +object + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +U +messageJ"=A human-readable description of the status of this operation. +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + +reason"A machine-readable description of why this operation is in the "Failure" status. If this value is empty there is no information available. A Reason clarifies an HTTP status code but does not override it. +string + +status"Status of the operation. One of: "Success" or "Failure". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status +string + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +V +codeNint32"9Suggested HTTP return code for this status, 0 if not set. +integer + +details +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.StatusDetails"Extended data associated with the reason. Each reason may define its own extended details. This field is optional and the data returned is not guaranteed to conform to any schema except that defined by the reason type.N +x-kubernetes-group-version-kind+)- group: "" + kind: Status + version: v1 + + +&io.k8s.api.storage.v1.VolumeAttachment "VolumeAttachment captures the intent to attach or detach the specified volume to/from the specified node. + +VolumeAttachment objects are non-namespaced.spec +object + +status +:#/definitions/io.k8s.api.storage.v1.VolumeAttachmentStatus"Status of the VolumeAttachment request. Populated by the entity completing the attach or detach operation, i.e. the external-attacher. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +8#/definitions/io.k8s.api.storage.v1.VolumeAttachmentSpec"_Specification of the desired attach/detach volume behavior. Populated by the Kubernetes system.d +x-kubernetes-group-version-kindA?- group: storage.k8s.io + kind: VolumeAttachment + version: v1 + + +/io.k8s.apimachinery.pkg.util.intstr.IntOrString int-or-string"IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number. +string + +6io.k8s.api.authorization.v1beta1.NonResourceAttributes"{NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface +objecto +8 +path0"#Path is the URL path of the request +string +3 +verb+"Verb is the standard HTTP verb +string + ++io.k8s.api.core.v1.ContainerStateTerminated">ContainerStateTerminated is a terminated state of a container.exitCode +object +R + containerIDC"6Container's ID in the format 'docker://' +string +W +exitCodeKint32"6Exit status from the last termination of the container +integer +t + +finishedAtf +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"+Time at which the container last terminated +O +messageD"7Message regarding the last termination of the container +string +P +reasonF"9(brief) reason from the last termination of the container +string +P +signalFint32"1Signal from the last termination of the container +integer + + startedAtt +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"9Time at which previous execution of the container started + +!io.k8s.api.storage.v1.VolumeError"DVolumeError captures an error encountered during a volume operation. +object + +message"String detailing the error encountered during Attach or Detach operation. This string may be logged, so it should not contain sensitive information. +string +b +timeZ +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"Time the error was encountered. + +$io.k8s.api.networking.v1.IngressSpec";IngressSpec describes the Ingress the user wishes to exist. +object + +defaultBackend +5#/definitions/io.k8s.api.networking.v1.IngressBackend"DefaultBackend is the backend that should handle requests that don't match any rule. If Rules are not specified, DefaultBackend must be specified. If DefaultBackend is not set, the handling of requests that do not match any of the rules will be up to the Ingress controller. + +ingressClassName"IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation. +string + +rules"A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +array6 +4 +2#/definitions/io.k8s.api.networking.v1.IngressRule# +x-kubernetes-list-type atomic + + +tls"TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +array5 +3 +1#/definitions/io.k8s.api.networking.v1.IngressTLS# +x-kubernetes-list-type atomic + + +!io.k8s.api.rbac.v1alpha1.RoleList"RoleList is a collection of Roles. Deprecated in v1.17 in favor of rbac.authorization.k8s.io/v1 RoleList, and will no longer be served in v1.22.items +object +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +_ +itemsV"Items is a list of Roles +array/ +- ++#/definitions/io.k8s.api.rbac.v1alpha1.Role + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringm +x-kubernetes-group-version-kindJH- group: rbac.authorization.k8s.io + kind: RoleList + version: v1alpha1 + + +"io.k8s.api.storage.v1beta1.CSINode "DEPRECATED - This group version of CSINode is deprecated by storage/v1/CSINode. See the release notes for more information. CSINode holds information about all CSI drivers installed on a node. CSI drivers do not need to create the CSINode object directly. As long as they use the node-driver-registrar sidecar container, the kubelet will automatically populate the CSINode object for the CSI driver as part of kubelet plugin registration. CSINode has the same name as a node. If the object is missing, it means either there are no CSI Drivers available on the node, or the Kubelet version is low enough that it doesn't create this object. CSINode has an OwnerReference that points to the corresponding node object.spec +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +| +metadatap +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"/metadata.name must be the Kubernetes node name. +d +spec\ +4#/definitions/io.k8s.api.storage.v1beta1.CSINodeSpec"$spec is the specification of CSINode` +x-kubernetes-group-version-kind=;- group: storage.k8s.io + kind: CSINode + version: v1beta1 + + +(io.k8s.api.storage.v1beta1.CSINodeDriver "]CSINodeDriver holds information about the specification of one CSI driver installed on a nodenamenodeID +object + + allocatable +<#/definitions/io.k8s.api.storage.v1beta1.VolumeNodeResources"Xallocatable represents the volume resources of a node that are available for scheduling. + +name"This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver. +string + +nodeID"nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required. +string + + topologyKeys"topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology. +array +  +string + +!io.k8s.api.core.v1.ClientIPConfig"QClientIPConfig represents the configurations of Client IP based session affinity. +object + +timeoutSecondsint32"timeoutSeconds specifies the seconds of ClientIP type session sticky time. The value must be >0 && <=86400(for 1 day) if ServiceAffinity == "ClientIP". Default value is 10800(for 3 hours). +integer + + io.k8s.api.core.v1.NamespaceList "&NamespaceList is a list of Namespaces.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"Items is the list of Namespace objects in the list. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/namespaces/ +array. +, +*#/definitions/io.k8s.api.core.v1.Namespace + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kindsU +x-kubernetes-group-version-kind20- group: "" + kind: NamespaceList + version: v1 + + +io.k8s.api.core.v1.Service "Service is a named abstraction of software service (for example, mysql) consisting of local port (for example 3306) that the proxy listens on, and the selector that determines which pods will answer requests sent through the proxy. +object + + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +,#/definitions/io.k8s.api.core.v1.ServiceSpec"Spec defines the behavior of a service. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status +.#/definitions/io.k8s.api.core.v1.ServiceStatus"Most recently observed status of the service. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringO +x-kubernetes-group-version-kind,*- group: "" + kind: Service + version: v1 + + +%io.k8s.api.discovery.v1.EndpointHints"KEndpointHints provides hints describing how an endpoint should be consumed. +object + +forZones"dforZones indicates the zone(s) this endpoint should be consumed by to enable topology aware routing. +array1 +/ +-#/definitions/io.k8s.api.discovery.v1.ForZone# +x-kubernetes-list-type atomic + + +\io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionStatus"RCustomResourceDefinitionStatus indicates the state of the CustomResourceDefinition +object + + acceptedNames +i#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionNames"zacceptedNames are the names that are actually being used to serve discovery. They may be different than the names in spec. + + +conditions"Nconditions indicate state for particular aspects of a CustomResourceDefinition +arrayq +o +m#/definitions/io.k8s.apiextensions-apiserver.pkg.apis.apiextensions.v1beta1.CustomResourceDefinitionCondition +x-kubernetes-list-typemap +' +x-kubernetes-list-map-keys - type + + +storedVersions"storedVersions lists all versions of CustomResources that were ever persisted. Tracking these versions allows a migration path for stored versions in etcd. The field is mutable so a migration controller can finish a migration to another version (ensuring no old objects are left in storage), and then remove the rest of the versions from this list. Versions may not be removed from `spec.versions` while they exist in this list. +array +  +string + +io.k8s.api.core.v1.HTTPHeader">HTTPHeader describes a custom header to be used in HTTP probesnamevalue +objectZ +* +name""The header field name +string +, +value#"The header field value +string + +"io.k8s.api.core.v1.SecurityContext"SecurityContext holds security configuration that will be applied to a container. Some fields are present in both SecurityContext and PodSecurityContext. When both are set, the values in SecurityContext take precedence. +object + + runAsUserint64"The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +integer + +seLinuxOptions +/#/definitions/io.k8s.api.core.v1.SELinuxOptions"The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + +seccompProfile +/#/definitions/io.k8s.api.core.v1.SeccompProfile"The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. + +windowsOptions +>#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions"The Windows specific settings applied to all containers. If unspecified, the options from the PodSecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + + capabilities +-#/definitions/io.k8s.api.core.v1.Capabilities"The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. + + procMount"procMount denotes the type of proc mount to use for the containers. The default is DefaultProcMount which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. +string + + runAsNonRoot"Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +boolean + + +runAsGroupint64"The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +integer + +allowPrivilegeEscalation"AllowPrivilegeEscalation controls whether a process can gain more privileges than its parent process. This bool directly controls if the no_new_privs flag will be set on the container process. AllowPrivilegeEscalation is true always when the container is: 1) run as Privileged 2) has CAP_SYS_ADMIN +boolean + + +privileged"Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. +boolean +q +readOnlyRootFilesystemW"IWhether this container has a read-only root filesystem. Default is false. +boolean + +io.k8s.api.events.v1beta1.Event"Event is a report of an event somewhere in the cluster. It generally denotes some state change in the system. Events have a limited retention time and triggers and messages may evolve with time. Event consumers should not rely on the timing of an event with a given Reason reflecting a consistent underlying trigger, or the continued existence of events with that Reason. Events should be treated as informative, best-effort, supplemental data. eventTime +object + + regarding +0#/definitions/io.k8s.api.core.v1.ObjectReference"regarding contains the object this Event is about. In most cases it's an Object reporting controller implements, e.g. ReplicaSetController implements ReplicaSets and this event is emitted because it acts on some changes in a ReplicaSet object. + +reportingInstance"reportingInstance is the ID of the controller instance, e.g. `kubelet-xyzf`. This field cannot be empty for new Events and it can have at most 128 characters. +string + +series +3#/definitions/io.k8s.api.events.v1beta1.EventSeries"]series is data about the Event series this event represents or nil if it's a singleton Event. + +type~"qtype is the type of this event (Normal, Warning), new types could be added in the future. It is machine-readable. +string +| +reasonr"ereason is why the action was taken. It is human-readable. This field can have at most 128 characters. +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +reportingController"reportingController is the name of the controller that emitted this Event, e.g. `kubernetes.io/kubelet`. This field cannot be empty for new Events. +string + +deprecatedSource +,#/definitions/io.k8s.api.core.v1.EventSource"adeprecatedSource is the deprecated field assuring backward compatibility with core.v1 Event type. + +deprecatedFirstTimestamp +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"ideprecatedFirstTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type. + + eventTime +<#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime"IeventTime is the time when this Event was first observed. It is required. + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +note"note is a human-readable description of the status of this operation. Maximal length of the note is 1kB, but libraries should be prepared to handle values up to 64kB. +string + +related +0#/definitions/io.k8s.api.core.v1.ObjectReference"related is the optional secondary object for more complex actions. E.g. when regarding object triggers a creation or deletion of related object. + +action"action is what action was taken/failed regarding to the regarding object. It is machine-readable. This field can have at most 128 characters. +string + +deprecatedCountuint32"`deprecatedCount is the deprecated field assuring backward compatibility with core.v1 Event type. +integer + +deprecatedLastTimestamp +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"hdeprecatedLastTimestamp is the deprecated field assuring backward compatibility with core.v1 Event type. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string] +x-kubernetes-group-version-kind:8- group: events.k8s.io + kind: Event + version: v1beta1 + + + io.k8s.api.apps.v1.DaemonSetSpec "3DaemonSetSpec is the specification of a daemon set.selectortemplate +object + + +minReadySecondsint32"The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready). +integer + +revisionHistoryLimitint32"The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10. +integer + +selector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"A label query over pods that are managed by the daemon set. Must match in order to be controlled. It must match the pod template's labels. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors + +template +0#/definitions/io.k8s.api.core.v1.PodTemplateSpec"An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template + +updateStrategy +8#/definitions/io.k8s.api.apps.v1.DaemonSetUpdateStrategy"DAn update strategy to replace existing DaemonSet pods with new pods. + +io.k8s.api.core.v1.EventList"EventList is a list of events.items +object +P +itemsG"List of events +array* +( +&#/definitions/io.k8s.api.core.v1.Event + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringQ +x-kubernetes-group-version-kind.,- group: "" + kind: EventList + version: v1 + + +%io.k8s.api.core.v1.PodDNSConfigOption"9PodDNSConfigOption defines DNS resolver options of a pod. +object6 + +name" Required. +string + +value  +string + +)io.k8s.api.networking.v1beta1.IngressSpec ";IngressSpec describes the Ingress the user wishes to exist. +object + +tls"TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI. +array: +8 +6#/definitions/io.k8s.api.networking.v1beta1.IngressTLS + +backend +:#/definitions/io.k8s.api.networking.v1beta1.IngressBackend"A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default. + +ingressClassName"IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation. +string + +rules"A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend. +array; +9 +7#/definitions/io.k8s.api.networking.v1beta1.IngressRule + + io.k8s.api.node.v1beta1.Overhead"ROverhead structure represents the resource overhead associated with running a pod. +object + +podFixed"NPodFixed represents the fixed resource overhead associated with running a pod.? += +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity +object + +%io.k8s.api.core.v1.LoadBalancerStatus""1metricName is the name of the metric in question. +string + +selector +@#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector"selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping When unset, just the metricName will be used to gather metrics. + +targetv +H#/definitions/io.k8s.api.autoscaling.v2beta1.CrossVersionObjectReference"*target is the described Kubernetes object. + + targetValue} +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity">targetValue is the target value of the metric (as a quantity). + + averageValue +;#/definitions/io.k8s.apimachinery.pkg.api.resource.Quantity"faverageValue is the target value of the average of the metric across all relevant pods (as a quantity) + +'io.k8s.api.core.v1.HostPathVolumeSource"vRepresents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.path +object + +path"Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath +string + +type|"oType for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath +string + +0io.k8s.api.core.v1.WindowsSecurityContextOptions"OWindowsSecurityContextOptions contain Windows-specific options and credentials. +object + +gmsaCredentialSpec"GMSACredentialSpec is where the GMSA admission webhook (https://github.com/kubernetes-sigs/windows-gmsa) inlines the contents of the GMSA credential spec named by the GMSACredentialSpecName field. +string +m +gmsaCredentialSpecNameS"FGMSACredentialSpecName is the name of the GMSA credential spec to use. +string + + runAsUserName"The UserName in Windows to run the entrypoint of the container process. Defaults to the user specified in image metadata if unspecified. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +string + +'io.k8s.api.networking.v1.IngressBackend"DIngressBackend describes all endpoints for a given service and port. +object + +resource +:#/definitions/io.k8s.api.core.v1.TypedLocalObjectReference"Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, a service.Name and service.Port must not be specified. This is a mutually exclusive setting with "Service". + +service +<#/definitions/io.k8s.api.networking.v1.IngressServiceBackend"`Service references a Service as a Backend. This is a mutually exclusive setting with "Resource". + ++io.k8s.api.autoscaling.v2beta1.MetricStatus">MetricStatus describes the last-read state of a single metric.type +object + +containerResource +J#/definitions/io.k8s.api.autoscaling.v2beta1.ContainerResourceMetricStatus"container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + +external +A#/definitions/io.k8s.api.autoscaling.v2beta1.ExternalMetricStatus"external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster). + +object +?#/definitions/io.k8s.api.autoscaling.v2beta1.ObjectMetricStatus"tobject refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object). + +pods +=#/definitions/io.k8s.api.autoscaling.v2beta1.PodsMetricStatus"pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value. + +resource +A#/definitions/io.k8s.api.autoscaling.v2beta1.ResourceMetricStatus"resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. + +type"type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object. Note: "ContainerResource" type is available on when the feature-gate HPAContainerMetrics is enabled +string + +%io.k8s.api.coordination.v1beta1.Lease "Lease defines a lease concept. +object + +spec +7#/definitions/io.k8s.api.coordination.v1beta1.LeaseSpec"Specification of the Lease. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"gMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadatac +x-kubernetes-group-version-kind@>- group: coordination.k8s.io + kind: Lease + version: v1beta1 + + +)io.k8s.api.coordination.v1beta1.LeaseSpec"(LeaseSpec is a specification of a Lease. +object + + acquireTimez +<#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime":acquireTime is a time when the current lease was acquired. +e +holderIdentityS"FholderIdentity contains the identity of the holder of a current lease. +string + +leaseDurationSecondsint32"leaseDurationSeconds is a duration that candidates for a lease need to wait to force acquire it. This is measure against time of last observed RenewTime. +integer +r +leaseTransitions^int32"IleaseTransitions is the number of transitions of a lease between holders. +integer + + renewTime +<#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.MicroTime"RrenewTime is a time when the current holder of a lease has last updated the lease. + + io.k8s.api.core.v1.EndpointsList"%EndpointsList is a list of endpoints.items +object + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +X +itemsO"List of endpoints. +array. +, +*#/definitions/io.k8s.api.core.v1.Endpoints + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kindsU +x-kubernetes-group-version-kind20- group: "" + kind: EndpointsList + version: v1 + + +-io.k8s.api.core.v1.FlexPersistentVolumeSource"FlexPersistentVolumeSource represents a generic persistent volume resource that is provisioned/attached using an exec based plugin.driver +object + +readOnlyv"hOptional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +boolean + + secretRef +0#/definitions/io.k8s.api.core.v1.SecretReference"Optional: SecretRef is reference to the secret object containing sensitive information to pass to the plugin scripts. This may be empty if no secret object is specified. If the secret object contains more than one secret, all secrets are passed to the plugin scripts. +O +driverE"8Driver is the name of the driver to use for this volume. +string + +fsType"Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default filesystem depends on FlexVolume script. +string +O +optionsD"'Optional: Extra command options if any. +  +string +object + +)io.k8s.api.rbac.v1.ClusterRoleBindingList"=ClusterRoleBindingList is a collection of ClusterRoleBindingsitems +object +u +itemsl"&Items is a list of ClusterRoleBindings +array7 +5 +3#/definitions/io.k8s.api.rbac.v1.ClusterRoleBinding + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +f +metadataZ +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard object's metadata. + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +stringu +x-kubernetes-group-version-kindRP- group: rbac.authorization.k8s.io + kind: ClusterRoleBindingList + version: v1 + + +0io.k8s.api.scheduling.v1alpha1.PriorityClassList "6PriorityClassList is a collection of priority classes.items +object + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"~Standard list metadata More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string +z +itemsq"$items is the list of PriorityClasses +array> +< +:#/definitions/io.k8s.api.scheduling.v1alpha1.PriorityClass + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringn +x-kubernetes-group-version-kindKI- group: scheduling.k8s.io + kind: PriorityClassList + version: v1alpha1 + + + +=io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIService "[APIService represents a server for a particular GroupVersion. Name must be "version.group". +object + +status +Q#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceStatus"7Status contains derived information about an API server + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string +K +metadata? +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta + +spec +O#/definitions/io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.APIServiceSpec"FSpec contains information for locating and communicating with a serverf +x-kubernetes-group-version-kindCA- group: apiregistration.k8s.io + kind: APIService + version: v1 + + +io.k8s.api.core.v1.HostAlias"oHostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file. +object +L + hostnames?"#Hostnames for the above IP address. +array +  +string +5 +ip/""IP address of the host file entry. +string + +io.k8s.api.core.v1.Node "iNode is a worker node in Kubernetes. Each node will have a unique identifier in the cache (i.e. in etcd). +object + + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +)#/definitions/io.k8s.api.core.v1.NodeSpec"Spec defines the behavior of a node. https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status + +status ++#/definitions/io.k8s.api.core.v1.NodeStatus"Most recently observed status of the node. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-statusL +x-kubernetes-group-version-kind)'- group: "" + kind: Node + version: v1 + + +#io.k8s.api.core.v1.PersistentVolume "PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes +object + + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +string + +metadata +=#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta"Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata + +spec +5#/definitions/io.k8s.api.core.v1.PersistentVolumeSpec"Spec defines a specification of a persistent volume owned by the cluster. Provisioned by an administrator. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumes + +status +7#/definitions/io.k8s.api.core.v1.PersistentVolumeStatus"Status represents the current information/status for the persistent volume. Populated by the system. Read-only. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistent-volumesX +x-kubernetes-group-version-kind53- group: "" + kind: PersistentVolume + version: v1 + + + +,io.k8s.api.core.v1.PersistentVolumeClaimList "CPersistentVolumeClaimList is a list of PersistentVolumeClaim items.items +object + +metadata +;#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.ListMeta"Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds + + +apiVersion"APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources +string + +items"A list of persistent volume claims. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims +array: +8 +6#/definitions/io.k8s.api.core.v1.PersistentVolumeClaim + +kind"Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds +stringa +x-kubernetes-group-version-kind><- group: "" + kind: PersistentVolumeClaimList + version: v1 + + +io.k8s.api.core.v1.PodCondition"DPodCondition contains details for the current condition of this pod.typestatus +object +X +messageM"@Human-readable message indicating details about last transition. +string +^ +reasonT"GUnique, one-word, CamelCase reason for the condition's last transition. +string + +status"Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +string + +type"}Type is the type of the condition. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions +string +n + lastProbeTime] +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time""Last time we probed the condition. + +lastTransitionTime{ +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"@Last time the condition transitioned from one status to another. + +%io.k8s.api.core.v1.PodSecurityContext"PodSecurityContext holds pod-level security attributes and common container settings. Some fields are also present in container.securityContext. Field values of container.securityContext take precedence over field values of PodSecurityContext. +object + + runAsNonRoot"Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. +boolean + + runAsUserint64"The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. +integer + +seLinuxOptions +/#/definitions/io.k8s.api.core.v1.SELinuxOptions"The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. +~ +seccompProfilel +/#/definitions/io.k8s.api.core.v1.SeccompProfile"9The seccomp options to use by the containers in this pod. + +windowsOptions +>#/definitions/io.k8s.api.core.v1.WindowsSecurityContextOptions"The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. + +fsGroupChangePolicy"fsGroupChangePolicy defines behavior of changing ownership and permission of the volume before being exposed inside Pod. This field will only apply to volume types which support fsGroup based ownership(and permissions). It will have no effect on ephemeral volume types such as: secret, configmaps and emptydir. Valid values are "OnRootMismatch" and "Always". If not specified, "Always" is used. +string + + +runAsGroupint64"The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. +integer + +supplementalGroups"A list of groups applied to the first process run in each container, in addition to the container's primary GID. If unspecified, no groups will be added to any container. +array +int64 +integer + +sysctls"Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. +array+ +) +'#/definitions/io.k8s.api.core.v1.Sysctl + +fsGroupint64"A special supplemental group that applies to all containers in a pod. Some volume types allow the Kubelet to change the ownership of that volume to be owned by the pod: + +1. The owning GID will be the FSGroup 2. The setgid bit is set (new files created in the volume will be owned by FSGroup) 3. The permission bits are OR'd with rw-rw---- + +If unset, the Kubelet will not modify the ownership and permissions of any volume. +integer + +!io.k8s.api.core.v1.SeccompProfile"fSeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.type +object + +localhostProfile"localhostProfile indicates a profile defined in a file on the node should be used. The profile must be preconfigured on the node to work. Must be a descending path, relative to the kubelet's configured seccomp profile location. Must only be set if type is "Localhost". +string + +type"type indicates which kind of seccomp profile will be applied. Valid options are: + +Localhost - a profile defined in a file on the node should be used. RuntimeDefault - the container runtime default profile should be used. Unconfined - no profile should be applied. +stringr +x-kubernetes-unions[Y- discriminator: type + fields-to-discriminateBy: + localhostProfile: LocalhostProfile + + +Bio.k8s.api.certificates.v1beta1.CertificateSigningRequestConditiontype +object + +status"Status of the condition, one of True, False, Unknown. Approved, Denied, and Failed conditions may not be "False" or "Unknown". Defaults to "True". If unset, should be treated as "True". +string +h +type`"Stype of the condition. Known conditions include "Approved", "Denied", and "Failed". +string + +lastTransitionTime +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"lastTransitionTime is the time the condition last transitioned from one status to another. If unset, when a new condition type is added or an existing condition's status is changed, the server defaults this to the current time. +| +lastUpdateTimej +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"/timestamp for the last update to this condition +S +messageH";human readable message with details about the request state +string +9 +reason/""brief reason for the request state +string + + io.k8s.api.core.v1.HTTPGetAction"=HTTPGetAction describes an action based on HTTP Get requests.port +object + + httpHeaders"CCustom headers to set in the request. HTTP allows repeated headers. +array/ +- ++#/definitions/io.k8s.api.core.v1.HTTPHeader +7 +path/""Path to access on the HTTP server. +string + +port +=#/definitions/io.k8s.apimachinery.pkg.util.intstr.IntOrString"}Name or number of the port to access on the container. Number must be in the range 1 to 65535. Name must be an IANA_SVC_NAME. +R +schemeH";Scheme to use for connecting to the host. Defaults to HTTP. +string +} +hostu"hHost name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead. +string + +#io.k8s.api.storage.v1.CSINodeDriver "]CSINodeDriver holds information about the specification of one CSI driver installed on a nodenamenodeID +object + + allocatable +7#/definitions/io.k8s.api.storage.v1.VolumeNodeResources"lallocatable represents the volume resources of a node that are available for scheduling. This field is beta. + +name"This is the name of the CSI driver that this object refers to. This MUST be the same name returned by the CSI GetPluginName() call for that driver. +string + +nodeID"nodeID of the node from the driver point of view. This field enables Kubernetes to communicate with storage systems that do not share the same nomenclature for nodes. For example, Kubernetes may refer to a given node as "node1", but the storage system may refer to the same node as "nodeA". When Kubernetes issues a command to the storage system to attach a volume to a specific node, it can use this field to refer to the node name using the ID that the storage system will understand, e.g. "nodeA" instead of "node1". This field is required. +string + + topologyKeys"topologyKeys is the list of keys supported by the driver. When a driver is initialized on a cluster, it provides a set of topology keys that it understands (e.g. "company.com/zone", "company.com/region"). When a driver is initialized on a node, it provides the same topology keys along with values. Kubelet will expose these topology keys as labels on its own node object. When Kubernetes does topology aware provisioning, it can use this list to determine which labels it should retrieve from the node object and pass back to the driver. It is possible for different nodes to use different topology keys. This can be empty if driver does not support topology. +array +  +string + +=io.k8s.api.apiserverinternal.v1alpha1.StorageVersionCondition"=Describes the state of the storageVersion at a certain point.typestatusreason +object +F +reason<"/The reason for the condition's last transition. +string +L +statusB"5Status of the condition, one of True, False, Unknown. +string ++ +type#"Type of the condition. +string + +lastTransitionTime{ +7#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Time"@Last time the condition transitioned from one status to another. +Y +messageN"AA human readable message indicating details about the transition. +string + +observedGenerationlint64"WIf set, this represents the .metadata.generation that the condition was set based upon. +integer + +3io.k8s.api.authentication.v1beta1.TokenReviewStatus"DTokenReviewStatus is the result of the token authentication request. +object + + audiences"Audiences are audience identifiers chosen by the authenticator that are compatible with both the TokenReview and token. An identifier is any identifier in the intersection of the TokenReviewSpec audiences and the token's audiences. A client of the TokenReview API that sets the spec.audiences field should validate that a compatible audience identifier is returned in the status.audiences field to ensure that the TokenReview server is audience aware. If a TokenReview returns an empty status.audience field where status.authenticated is "true", the token is valid against the audience of the Kubernetes API server. +array +  +string +g + authenticatedV"HAuthenticated indicates that the token was associated with a known user. +boolean +H +error?"2Error indicates that the token couldn't be checked +string +| +usert +8#/definitions/io.k8s.api.authentication.v1beta1.UserInfo"8User is the UserInfo associated with the provided token. + +#io.k8s.api.autoscaling.v1.ScaleSpec":ScaleSpec describes the attributes of a scale subresource. +objectU +S +replicasGint32"2desired number of instances for the scaled object. +integer +6 +%io.k8s.api.core.v1.EphemeralContainer6"An EphemeralContainer is a container that may be added temporarily to an existing pod for user-initiated activities such as debugging. Ephemeral containers have no resource or scheduling guarantees, and they will not be restarted when they exit or when a pod is removed or restarted. If an ephemeral container causes a pod to exceed its resource allocation, the pod may be evicted. Ephemeral containers may not be added by directly updating the pod spec. They must be added via the pod's ephemeralcontainers subresource, and they will appear in the pod spec once added. This is an alpha feature enabled by the EphemeralContainers feature flag.name +object1 + +securityContextl +0#/definitions/io.k8s.api.core.v1.SecurityContext"8SecurityContext is not allowed for ephemeral containers. +j + startupProbeZ +&#/definitions/io.k8s.api.core.v1.Probe"0Probes are not allowed for ephemeral containers. + +terminationMessagePath"Optional: Path at which the file to which the container's termination message will be written is mounted into the container's filesystem. Message written is intended to be brief final status, such as an assertion failure message. Will be truncated by the node if greater than 4096 bytes. The total message length across all containers will be limited to 12kb. Defaults to /dev/termination-log. Cannot be updated. +string + +ttyz"lWhether this container should allocate a TTY for itself, also requires 'stdin' to be true. Default is false. +boolean +m + lifecycle` +*#/definitions/io.k8s.api.core.v1.Lifecycle"2Lifecycle is not allowed for ephemeral containers. +l +readinessProbeZ +&#/definitions/io.k8s.api.core.v1.Probe"0Probes are not allowed for ephemeral containers. +i +image`"SDocker image name. More info: https://kubernetes.io/docs/concepts/containers/images +string + +name"Name of the ephemeral container specified as a DNS_LABEL. This name must be unique among all containers, init containers and ephemeral containers. +string +y +portsp"/Ports are not allowed for ephemeral containers. +array2 +0 +.#/definitions/io.k8s.api.core.v1.ContainerPort + + volumeDevices"GvolumeDevices is the list of block devices to be used by the container. +array1 +/ +-#/definitions/io.k8s.api.core.v1.VolumeDevice- +x-kubernetes-patch-merge-key  devicePath +' +x-kubernetes-patch-strategymerge + + +command"Entrypoint array. Not executed within a shell. The docker image's ENTRYPOINT is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell +array +  +string + +env"IList of environment variables to set in the container. Cannot be updated. +array+ +) +'#/definitions/io.k8s.api.core.v1.EnvVar' +x-kubernetes-patch-merge-keyname +' +x-kubernetes-patch-strategymerge + + +stdin"Whether this container should allocate a buffer for stdin in the container runtime. If this is not set, reads from stdin in the container will always result in EOF. Default is false. +boolean + + stdinOnce"Whether the container runtime should close the stdin channel after it has been opened by a single attach. When stdin is true the stdin stream will remain open across multiple attach sessions. If stdinOnce is set to true, stdin is opened on container start, is empty until the first client attaches to stdin, and then remains open and accepts data until the client disconnects, at which time stdin is closed and remains closed until the container is restarted. If this flag is false, a container processes that reads from stdin will never receive an EOF. Default is false +boolean + +imagePullPolicy"Image pull policy. One of Always, Never, IfNotPresent. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise. Cannot be updated. More info: https://kubernetes.io/docs/concepts/containers/images#updating-images +string + + resources +5#/definitions/io.k8s.api.core.v1.ResourceRequirements"zResources are not allowed for ephemeral containers. Ephemeral containers use spare resources already allocated to the pod. +k + livenessProbeZ +&#/definitions/io.k8s.api.core.v1.Probe"0Probes are not allowed for ephemeral containers. + +targetContainerName"If set, the name of the container from PodSpec that this ephemeral container targets. The ephemeral container will be run in the namespaces (IPC, PID, etc) of this container. If not set then the ephemeral container is run in whatever namespaces are shared for the pod. Note that the container runtime must support this feature. +string + +terminationMessagePolicy"Indicate how the termination message should be populated. File will use the contents of terminationMessagePath to populate the container status message on both success and failure. FallbackToLogsOnError will use the last chunk of container log output if the termination message file is empty and the container exited with an error. The log output is limited to 2048 bytes or 80 lines, whichever is smaller. Defaults to File. Cannot be updated. +string + + volumeMounts"HPod volumes to mount into the container's filesystem. Cannot be updated. +array0 +. +,#/definitions/io.k8s.api.core.v1.VolumeMount, +x-kubernetes-patch-merge-key  +mountPath +' +x-kubernetes-patch-strategymerge + + + +workingDir"Container's working directory. If not specified, the container runtime's default will be used, which might be configured in the container image. Cannot be updated. +string + +args"Arguments to the entrypoint. The docker image's CMD is used if this is not provided. Variable references $(VAR_NAME) are expanded using the container's environment. If a variable cannot be resolved, the reference in the input string will be unchanged. The $(VAR_NAME) syntax can be escaped with a double $$, ie: $$(VAR_NAME). Escaped references will never be expanded, regardless of whether the variable exists or not. Cannot be updated. More info: https://kubernetes.io/docs/tasks/inject-data-application/define-command-argument-container/#running-a-command-in-a-shell +array +  +string + +envFrom"List of sources to populate environment variables in the container. The keys defined within a source must be a C_IDENTIFIER. All invalid keys will be reported as an event when the container is starting. When a key exists in multiple sources, the value associated with the last source will take precedence. Values defined by an Env with a duplicate key will take precedence. Cannot be updated. +array2 +0 +.#/definitions/io.k8s.api.core.v1.EnvFromSourceb + + BearerTokenjO +M + BearerToken>< +apiKey authorizationheader"Bearer Token authentication \ No newline at end of file diff --git a/kyaml/openapi/openapi_benchmark_test.go b/kyaml/openapi/openapi_benchmark_test.go index 1fad9832d5..60455767c1 100644 --- a/kyaml/openapi/openapi_benchmark_test.go +++ b/kyaml/openapi/openapi_benchmark_test.go @@ -7,8 +7,11 @@ import ( "path/filepath" "testing" + "github.com/golang/protobuf/proto" + openapi_v2 "github.com/googleapis/gnostic/openapiv2" "k8s.io/kube-openapi/pkg/validation/spec" "sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi" + "sigs.k8s.io/kustomize/kyaml/openapi/kubernetesapi/v1218pb" ) // Benchmark for swagger parsing (UnmarshalJSON) @@ -31,6 +34,40 @@ func BenchmarkSwaggerUnmarshalJSON(t *testing.B) { } } +func BenchmarkOpenAPIV2ParseDocument(t *testing.B) { + version := kubernetesOpenAPIDefaultVersion + + assetName := filepath.Join( + "kubernetesapi", + version, + "swagger.json") + + b := kubernetesapi.OpenAPIMustAsset[version](assetName) + + for i := 0; i < t.N; i++ { + // We parse JSON and get an openapiv2.Document here. + if _, err := openapi_v2.ParseDocument(b); err != nil { + t.Fatalf("openapi_v2.ParseDocument failed: %v", err) + } + } +} + +func BenchmarkProtoUnmarshal(t *testing.B) { + assetName := filepath.Join( + "kubernetesapi", + "v1218pb", + "swagger.pb") + + b := v1218pb.MustAsset(assetName) + + for i := 0; i < t.N; i++ { + // We parse protobuf and get an openapiv2.Document here. + if err := proto.Unmarshal(b, &openapi_v2.Document{}); err != nil { + t.Fatalf("proto.Unmarshal failed: %v", err) + } + } +} + // Benchmark for loading assets packed into the binary func BenchmarkAssetRead(t *testing.B) { for i := 0; i < t.N; i++ {